public interface NInstalledRepository
extends net.thevpc.nuts.NRepository
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NStream<NInstallLogRecord> |
findLog() |
String |
getDefaultVersion(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NInstallInformation |
getInstallInformation(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NInstallStatus |
getInstallStatus(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NInstallInformation |
install(net.thevpc.nuts.NDefinition id) |
void |
install(net.thevpc.nuts.NId id,
net.thevpc.nuts.NId forId) |
boolean |
isDefaultVersion(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NInstallInformation |
require(net.thevpc.nuts.NDefinition id,
boolean deploy,
net.thevpc.nuts.NId[] forId,
net.thevpc.nuts.NDependencyScope scope) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NInstallInformation> |
searchInstallInformation() |
void |
setDefaultVersion(net.thevpc.nuts.NId id) |
void |
uninstall(net.thevpc.nuts.NDefinition id) |
void |
unrequire(net.thevpc.nuts.NId id,
net.thevpc.nuts.NId forId,
net.thevpc.nuts.NDependencyScope scope) |
addRepositoryListener, addTag, addUserPropertyListener, config, containsTags, getBootConnectionString, getName, getParentRepository, getRepositoryListeners, getRepositoryType, getTags, getUserProperties, getUserPropertyListeners, getUuid, getWorkspace, isAccessible, isAccessible, isEnabled, isPreview, isRemote, isSupportedDeploy, isSupportedDeploy, isTemporary, removeRepositoryListener, removeTag, removeUserPropertyListener, security, setEnabledboolean isDefaultVersion(net.thevpc.nuts.NId id)
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NInstallInformation> searchInstallInformation()
String getDefaultVersion(net.thevpc.nuts.NId id)
void setDefaultVersion(net.thevpc.nuts.NId id)
net.thevpc.nuts.NInstallInformation getInstallInformation(net.thevpc.nuts.NId id)
net.thevpc.nuts.NInstallStatus getInstallStatus(net.thevpc.nuts.NId id)
void install(net.thevpc.nuts.NId id,
net.thevpc.nuts.NId forId)
net.thevpc.nuts.NInstallInformation install(net.thevpc.nuts.NDefinition id)
void uninstall(net.thevpc.nuts.NDefinition id)
net.thevpc.nuts.NInstallInformation require(net.thevpc.nuts.NDefinition id,
boolean deploy,
net.thevpc.nuts.NId[] forId,
net.thevpc.nuts.NDependencyScope scope)
void unrequire(net.thevpc.nuts.NId id,
net.thevpc.nuts.NId forId,
net.thevpc.nuts.NDependencyScope scope)
net.thevpc.nuts.util.NStream<NInstallLogRecord> findLog()
Copyright © 2025 vpc open source initiative. All rights reserved.