public interface NInstalledRepository extends NRepository
| Modifier and Type | Method and Description |
|---|---|
NInstallInformation |
deploy(NDefinition id) |
NStream<NInstallLogRecord> |
findLog() |
String |
getDefaultVersion(NId id) |
NInstallInformation |
getInstallInformation(NId id) |
NInstallStatus |
getInstallStatus(NId id) |
NInstallInformation |
install(NDefinition id) |
void |
install(NId id,
NId forId) |
boolean |
isDefaultVersion(NId id) |
NInstallInformation |
require(NDefinition id,
NId[] forId,
NDependencyScope scope) |
NIterator<NInstallInformation> |
searchInstallInformation() |
void |
setDefaultVersion(NId id) |
void |
uninstall(NDefinition id) |
void |
unrequire(NId id,
NId forId,
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(NId id)
NIterator<NInstallInformation> searchInstallInformation()
void setDefaultVersion(NId id)
NInstallInformation getInstallInformation(NId id)
NInstallStatus getInstallStatus(NId id)
NInstallInformation install(NDefinition id)
void uninstall(NDefinition id)
NInstallInformation require(NDefinition id, NId[] forId, NDependencyScope scope)
NInstallInformation deploy(NDefinition id)
void unrequire(NId id, NId forId, NDependencyScope scope)
NStream<NInstallLogRecord> findLog()
Copyright © 2025 vpc open source initiative. All rights reserved.