public interface NutsRepositoryConfigModel
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsRepository |
addMirror(net.thevpc.nuts.NutsAddRepositoryOptions options,
net.thevpc.nuts.NutsSession session) |
void |
addMirror(net.thevpc.nuts.NutsRepository repo,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
findMirror(String repositoryIdOrName,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
findMirrorById(String repositoryNameOrId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
findMirrorByName(String repositoryNameOrId,
net.thevpc.nuts.NutsSession session) |
void |
fireConfigurationChanged(String configName,
net.thevpc.nuts.NutsSession session) |
String |
get(String key,
String defaultValue,
boolean inherit,
net.thevpc.nuts.NutsSession session) |
String |
get(String property,
String defaultValue,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepositoryConfig |
getConfig(net.thevpc.nuts.NutsSession session) |
int |
getDeployWeight(net.thevpc.nuts.NutsSession session) |
String |
getGlobalName(net.thevpc.nuts.NutsSession session) |
String |
getGroups(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.spi.NutsRepositoryLocation |
getLocation() |
net.thevpc.nuts.spi.NutsRepositoryLocation |
getLocation(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
getLocationPath(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
getMirror(String repositoryIdOrName,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository[] |
getMirrors(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
getMirrorsRoot(net.thevpc.nuts.NutsSession session) |
String |
getName() |
net.thevpc.nuts.NutsRepository |
getRepository() |
net.thevpc.nuts.NutsRepositoryRef |
getRepositoryRef(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSpeedQualifier |
getSpeed(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepositoryConfig |
getStoredConfig(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
getStoreLocation() |
net.thevpc.nuts.NutsPath |
getStoreLocation(net.thevpc.nuts.NutsStoreLocation folderType,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsStoreLocationStrategy |
getStoreLocationStrategy(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
getTempMirrorsRoot(net.thevpc.nuts.NutsSession session) |
String |
getType(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsUserConfig |
getUser(String userId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsUserConfig[] |
getUsers(net.thevpc.nuts.NutsSession session) |
String |
getUuid() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
boolean |
isEnabled(net.thevpc.nuts.NutsSession session) |
boolean |
isIndexEnabled(net.thevpc.nuts.NutsSession session) |
boolean |
isIndexSubscribed(net.thevpc.nuts.NutsSession session) |
boolean |
isSupportedMirroring(net.thevpc.nuts.NutsSession session) |
boolean |
isTemporary(net.thevpc.nuts.NutsSession session) |
void |
removeMirror(String repositoryId,
net.thevpc.nuts.NutsSession session) |
void |
removeUser(String userId,
net.thevpc.nuts.NutsSession session) |
boolean |
save(boolean force,
net.thevpc.nuts.NutsSession session) |
void |
set(String property,
String value,
net.thevpc.nuts.NutsSession session) |
void |
setEnabled(boolean enabled,
net.thevpc.nuts.NutsSession session) |
void |
setIndexEnabled(boolean enabled,
net.thevpc.nuts.NutsSession session) |
void |
setMirrorEnabled(String repoName,
boolean enabled,
net.thevpc.nuts.NutsSession session) |
void |
setTemporary(boolean enabled,
net.thevpc.nuts.NutsSession session) |
void |
setUser(net.thevpc.nuts.NutsUserConfig user,
net.thevpc.nuts.NutsSession session) |
void |
subscribeIndex(net.thevpc.nuts.NutsSession session) |
Map<String,String> |
toMap(boolean inherit,
net.thevpc.nuts.NutsSession session) |
Map<String,String> |
toMap(net.thevpc.nuts.NutsSession session) |
void |
unsubscribeIndex(net.thevpc.nuts.NutsSession session) |
boolean save(boolean force,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepository getRepository()
net.thevpc.nuts.NutsWorkspace getWorkspace()
void addMirror(net.thevpc.nuts.NutsRepository repo,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepository addMirror(net.thevpc.nuts.NutsAddRepositoryOptions options,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepository findMirror(String repositoryIdOrName, net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepository findMirrorById(String repositoryNameOrId, net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepository findMirrorByName(String repositoryNameOrId, net.thevpc.nuts.NutsSession session)
int getDeployWeight(net.thevpc.nuts.NutsSession session)
String getGlobalName(net.thevpc.nuts.NutsSession session)
String getGroups(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsPath getLocationPath(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.spi.NutsRepositoryLocation getLocation(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepository getMirror(String repositoryIdOrName, net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepository[] getMirrors(net.thevpc.nuts.NutsSession session)
String getName()
net.thevpc.nuts.NutsRepositoryRef getRepositoryRef(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsSpeedQualifier getSpeed(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsPath getStoreLocation()
net.thevpc.nuts.NutsPath getStoreLocation(net.thevpc.nuts.NutsStoreLocation folderType,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsStoreLocationStrategy getStoreLocationStrategy(net.thevpc.nuts.NutsSession session)
String getType(net.thevpc.nuts.NutsSession session)
String getUuid()
net.thevpc.nuts.spi.NutsRepositoryLocation getLocation()
boolean isEnabled(net.thevpc.nuts.NutsSession session)
boolean isIndexEnabled(net.thevpc.nuts.NutsSession session)
boolean isIndexSubscribed(net.thevpc.nuts.NutsSession session)
boolean isSupportedMirroring(net.thevpc.nuts.NutsSession session)
boolean isTemporary(net.thevpc.nuts.NutsSession session)
void removeMirror(String repositoryId, net.thevpc.nuts.NutsSession session)
void setEnabled(boolean enabled,
net.thevpc.nuts.NutsSession session)
void setIndexEnabled(boolean enabled,
net.thevpc.nuts.NutsSession session)
void setMirrorEnabled(String repoName, boolean enabled, net.thevpc.nuts.NutsSession session)
void setTemporary(boolean enabled,
net.thevpc.nuts.NutsSession session)
void subscribeIndex(net.thevpc.nuts.NutsSession session)
void unsubscribeIndex(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsPath getTempMirrorsRoot(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsPath getMirrorsRoot(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsUserConfig[] getUsers(net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsUserConfig getUser(String userId, net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepositoryConfig getStoredConfig(net.thevpc.nuts.NutsSession session)
void fireConfigurationChanged(String configName, net.thevpc.nuts.NutsSession session)
void setUser(net.thevpc.nuts.NutsUserConfig user,
net.thevpc.nuts.NutsSession session)
void removeUser(String userId, net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsRepositoryConfig getConfig(net.thevpc.nuts.NutsSession session)
String get(String key, String defaultValue, boolean inherit, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.