public interface NInstalledRepository
extends net.thevpc.nuts.core.NRepository
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NInstallInformation |
deploy(net.thevpc.nuts.artifact.NDefinition id) |
net.thevpc.nuts.util.NStream<NInstallLogRecord> |
findLog() |
String |
getDefaultVersion(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NInstallInformation |
getInstallInformation(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NInstallStatus |
getInstallStatus(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NInstallInformation |
install(net.thevpc.nuts.artifact.NDefinition id) |
void |
install(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NId forId) |
boolean |
isDefaultVersion(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.command.NInstallInformation |
require(net.thevpc.nuts.artifact.NDefinition id,
net.thevpc.nuts.artifact.NId[] forId,
net.thevpc.nuts.artifact.NDependencyScope scope) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.command.NInstallInformation> |
searchInstallInformation() |
void |
setDefaultVersion(net.thevpc.nuts.artifact.NId id) |
void |
uninstall(net.thevpc.nuts.artifact.NDefinition id) |
void |
unrequire(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NId forId,
net.thevpc.nuts.artifact.NDependencyScope scope) |
addRepositoryListener, addTag, addUserPropertyListener, bootConnectionString, config, containsTag, enabled, isAccessible, isAccessible, isEnabled, isPreview, isRemote, isSupportedDeploy, isSupportedDeploy, isTemporary, name, parentRepository, removeRepositoryListener, removeTag, removeUserPropertyListener, repositoryListeners, repositoryType, tags, userProperties, userPropertyListeners, uuid, workspaceboolean isDefaultVersion(net.thevpc.nuts.artifact.NId id)
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.command.NInstallInformation> searchInstallInformation()
String getDefaultVersion(net.thevpc.nuts.artifact.NId id)
void setDefaultVersion(net.thevpc.nuts.artifact.NId id)
net.thevpc.nuts.command.NInstallInformation getInstallInformation(net.thevpc.nuts.artifact.NId id)
net.thevpc.nuts.command.NInstallStatus getInstallStatus(net.thevpc.nuts.artifact.NId id)
void install(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NId forId)
net.thevpc.nuts.command.NInstallInformation install(net.thevpc.nuts.artifact.NDefinition id)
void uninstall(net.thevpc.nuts.artifact.NDefinition id)
net.thevpc.nuts.command.NInstallInformation require(net.thevpc.nuts.artifact.NDefinition id,
net.thevpc.nuts.artifact.NId[] forId,
net.thevpc.nuts.artifact.NDependencyScope scope)
net.thevpc.nuts.command.NInstallInformation deploy(net.thevpc.nuts.artifact.NDefinition id)
void unrequire(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NId forId,
net.thevpc.nuts.artifact.NDependencyScope scope)
net.thevpc.nuts.util.NStream<NInstallLogRecord> findLog()
Copyright © 2026 vpc open source initiative. All rights reserved.