All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected NutsLogger |
_LOG(NutsSession session) |
protected NutsLoggerOp |
_LOGOP(NutsSession session) |
void |
addDependency(NutsId from,
NutsId to,
NutsDependencyScope scope,
NutsSession session) |
void |
addDependency(NutsId id,
NutsId parentId,
NutsSession session) |
void |
addString(NutsId id,
String name,
String value,
NutsSession session) |
boolean |
contains(NutsId id,
String name,
NutsSession session) |
NutsDeployRepositoryCommand |
deploy() |
NutsFetchContentRepositoryCommand |
fetchContent() |
NutsFetchDescriptorRepositoryCommand |
fetchDescriptor() |
Set<NutsId> |
findDependenciesFrom(NutsId from,
NutsDependencyScope scope,
NutsSession session) |
Set<NutsId> |
findDependenciesTo(NutsId from,
NutsDependencyScope scope,
NutsSession session) |
Set<NutsId> |
getChildrenDependencies(NutsId id,
NutsSession session) |
String |
getDefaultVersion(NutsId id,
NutsSession session) |
Path |
getDepsPath(NutsId id,
boolean from,
NutsDependencyScope scope,
NutsSession session) |
DefaultNutsInstalledRepository.InstallInfoConfig |
getInstallInfoConfig(NutsId id,
Path path,
NutsSession session) |
NutsInstallInformation |
getInstallInformation(DefaultNutsInstalledRepository.InstallInfoConfig ii,
NutsSession session) |
NutsInstallInformation |
getInstallInformation(NutsId id,
NutsSession session) |
NutsInstallStatus |
getInstallStatus(NutsId id,
NutsSession session) |
Set<NutsId> |
getParentDependencies(NutsId id,
NutsSession session) |
Path |
getPath(NutsId id,
String name,
NutsSession session) |
NutsInstallInformation |
install(NutsDefinition def,
NutsSession session) |
void |
install(NutsId id,
NutsSession session,
NutsId forId) |
boolean |
isAcceptFetchMode(NutsFetchMode mode,
NutsSession session) |
boolean |
isDefaultVersion(NutsId id,
NutsSession session) |
boolean |
isRemote() |
NutsId |
pathToId(Path path,
NutsSession session) |
void |
printJson(NutsId id,
String name,
DefaultNutsInstalledRepository.InstallInfoConfig value,
NutsSession session) |
NutsPushRepositoryCommand |
push() |
<T> T |
readJson(NutsId id,
String name,
Class<T> clazz,
NutsSession session) |
void |
remove(NutsId id,
String name,
NutsSession session) |
void |
removeDependency(NutsId from,
NutsId to,
NutsDependencyScope scope,
NutsSession session) |
void |
removeDependency(NutsId id,
NutsId parentId,
NutsSession session) |
NutsInstallInformation |
require(NutsDefinition def,
boolean deploy,
NutsId[] forIds,
NutsDependencyScope scope,
NutsSession session) |
NutsSearchRepositoryCommand |
search() |
Iterator<DefaultNutsInstalledRepository.InstallInfoConfig> |
searchInstallConfig(NutsSession session) |
Iterator<NutsInstallInformation> |
searchInstallInformation(NutsSession session) |
NutsSearchVersionsRepositoryCommand |
searchVersions() |
NutsRepositorySecurityManager |
security() |
void |
setDefaultVersion(NutsId id,
NutsSession session) |
NutsRepositoryUndeployCommand |
undeploy() |
void |
uninstall(NutsDefinition def,
NutsSession session) |
void |
unrequire(NutsId id,
NutsId forId,
NutsDependencyScope scope,
NutsSession session) |
void |
updateInstallInfoConfigInstallDate(NutsId id,
Instant instant,
NutsSession session) |
NutsInstallInformation |
updateInstallInformation(NutsDefinition def,
Boolean install,
Boolean require,
boolean deploy,
NutsSession session) |
NutsUpdateRepositoryStatisticsCommand |
updateStatistics() |