public interface NRepositoryConfigModel
| Modifier and Type | Method and Description |
|---|---|
void |
addMirror(net.thevpc.nuts.core.NRepository repo) |
net.thevpc.nuts.core.NRepository |
addMirror(net.thevpc.nuts.core.NRepositorySpec options) |
void |
addTag(String tag) |
boolean |
containsTag(String tag) |
net.thevpc.nuts.core.NRepository |
findMirrorById(String repositoryNameOrId) |
net.thevpc.nuts.core.NRepository |
findMirrorByName(String repositoryNameOrId) |
void |
fireConfigurationChanged(String configName) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NLiteral> |
get(String key,
boolean inherit) |
net.thevpc.nuts.core.NRepositoryConfig |
getConfig() |
int |
getDeployWeight() |
String |
getGlobalName() |
String |
getGroups() |
net.thevpc.nuts.spi.NRepositoryLocation |
getLocation() |
net.thevpc.nuts.io.NPath |
getLocationPath() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NRepository> |
getMirror(String repositoryIdOrName) |
List<net.thevpc.nuts.core.NRepository> |
getMirrors() |
net.thevpc.nuts.io.NPath |
getMirrorsRoot() |
String |
getName() |
net.thevpc.nuts.core.NRepository |
getRepository() |
net.thevpc.nuts.core.NRepositoryRef |
getRepositoryRef() |
net.thevpc.nuts.core.NSpeedQualifier |
getSpeed() |
net.thevpc.nuts.core.NRepositoryConfig |
getStoredConfig() |
net.thevpc.nuts.io.NPath |
getStoreLocation() |
net.thevpc.nuts.io.NPath |
getStoreLocation(net.thevpc.nuts.platform.NStoreType folderType) |
net.thevpc.nuts.core.NStoreStrategy |
getStoreStrategy() |
Set<String> |
getTags() |
net.thevpc.nuts.io.NPath |
getTempMirrorsRoot() |
String |
getType() |
String |
getUuid() |
net.thevpc.nuts.core.NWorkspace |
getWorkspace() |
boolean |
isEnabled() |
boolean |
isIndexEnabled() |
boolean |
isIndexSubscribed() |
boolean |
isPreview() |
boolean |
isSupportedMirroring() |
boolean |
isTemporary() |
void |
removeMirror(String repositoryId) |
void |
removeTag(String tag) |
boolean |
save(boolean force) |
void |
set(String property,
String value) |
void |
setEnabled(boolean enabled) |
void |
setIndexEnabled(boolean enabled) |
void |
setMirrorEnabled(String repoName,
boolean enabled) |
void |
setTemporary(boolean enabled) |
void |
subscribeIndex() |
Map<String,String> |
toMap() |
Map<String,String> |
toMap(boolean inherit) |
void |
unsubscribeIndex() |
boolean save(boolean force)
net.thevpc.nuts.core.NRepository getRepository()
net.thevpc.nuts.core.NWorkspace getWorkspace()
void addMirror(net.thevpc.nuts.core.NRepository repo)
net.thevpc.nuts.core.NRepository addMirror(net.thevpc.nuts.core.NRepositorySpec options)
net.thevpc.nuts.core.NRepository findMirrorById(String repositoryNameOrId)
net.thevpc.nuts.core.NRepository findMirrorByName(String repositoryNameOrId)
int getDeployWeight()
String getGlobalName()
String getGroups()
net.thevpc.nuts.io.NPath getLocationPath()
net.thevpc.nuts.spi.NRepositoryLocation getLocation()
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NRepository> getMirror(String repositoryIdOrName)
List<net.thevpc.nuts.core.NRepository> getMirrors()
String getName()
net.thevpc.nuts.core.NRepositoryRef getRepositoryRef()
net.thevpc.nuts.core.NSpeedQualifier getSpeed()
net.thevpc.nuts.io.NPath getStoreLocation()
net.thevpc.nuts.io.NPath getStoreLocation(net.thevpc.nuts.platform.NStoreType folderType)
net.thevpc.nuts.core.NStoreStrategy getStoreStrategy()
String getType()
String getUuid()
boolean isEnabled()
boolean isIndexEnabled()
boolean isPreview()
boolean isIndexSubscribed()
boolean isSupportedMirroring()
boolean isTemporary()
void removeMirror(String repositoryId)
void setEnabled(boolean enabled)
void setIndexEnabled(boolean enabled)
void setMirrorEnabled(String repoName, boolean enabled)
void setTemporary(boolean enabled)
void subscribeIndex()
void unsubscribeIndex()
net.thevpc.nuts.io.NPath getTempMirrorsRoot()
net.thevpc.nuts.io.NPath getMirrorsRoot()
net.thevpc.nuts.core.NRepositoryConfig getStoredConfig()
void fireConfigurationChanged(String configName)
net.thevpc.nuts.core.NRepositoryConfig getConfig()
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NLiteral> get(String key, boolean inherit)
boolean containsTag(String tag)
void addTag(String tag)
void removeTag(String tag)
Copyright © 2026 vpc open source initiative. All rights reserved.