public interface NutsInstalledRepository
extends net.thevpc.nuts.NutsRepository
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsStream<NutsInstallLogRecord> |
findLog(net.thevpc.nuts.NutsSession session) |
String |
getDefaultVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsInstallInformation |
getInstallInformation(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsInstallStatus |
getInstallStatus(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsInstallInformation |
install(net.thevpc.nuts.NutsDefinition id,
net.thevpc.nuts.NutsSession session) |
void |
install(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsId forId) |
boolean |
isDefaultVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsInstallInformation |
require(net.thevpc.nuts.NutsDefinition id,
boolean deploy,
net.thevpc.nuts.NutsId[] forId,
net.thevpc.nuts.NutsDependencyScope scope,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsInstallInformation> |
searchInstallInformation(net.thevpc.nuts.NutsSession session) |
void |
setDefaultVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
void |
uninstall(net.thevpc.nuts.NutsDefinition id,
net.thevpc.nuts.NutsSession session) |
void |
unrequire(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsId forId,
net.thevpc.nuts.NutsDependencyScope scope,
net.thevpc.nuts.NutsSession session) |
addRepositoryListener, addUserPropertyListener, config, getName, getParentRepository, getRepositoryListeners, getRepositoryType, getUserProperties, getUserPropertyListeners, getUuid, getWorkspace, isAvailable, isAvailable, isEnabled, isRemote, isSupportedDeploy, isSupportedDeploy, removeRepositoryListener, removeUserPropertyListener, security, setEnabledboolean isDefaultVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsInstallInformation> searchInstallInformation(net.thevpc.nuts.NutsSession session)
String getDefaultVersion(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session)
void setDefaultVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsInstallInformation getInstallInformation(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsInstallStatus getInstallStatus(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
void install(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsId forId)
net.thevpc.nuts.NutsInstallInformation install(net.thevpc.nuts.NutsDefinition id,
net.thevpc.nuts.NutsSession session)
void uninstall(net.thevpc.nuts.NutsDefinition id,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsInstallInformation require(net.thevpc.nuts.NutsDefinition id,
boolean deploy,
net.thevpc.nuts.NutsId[] forId,
net.thevpc.nuts.NutsDependencyScope scope,
net.thevpc.nuts.NutsSession session)
void unrequire(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsId forId,
net.thevpc.nuts.NutsDependencyScope scope,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsStream<NutsInstallLogRecord> findLog(net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.