public interface NutsRepositoryConfigModel
boolean save(boolean force,
NutsSession session)
NutsRepository getRepository()
NutsWorkspace getWorkspace()
void addMirror(NutsRepository repo, NutsSession session)
NutsRepository addMirror(NutsAddRepositoryOptions options, NutsSession session)
NutsRepository findMirror(String repositoryIdOrName, NutsSession session)
NutsRepository findMirrorById(String repositoryNameOrId, NutsSession session)
NutsRepository findMirrorByName(String repositoryNameOrId, NutsSession session)
int getDeployOrder(NutsSession session)
String getGlobalName(NutsSession session)
String getGroups(NutsSession session)
String getLocation(boolean expand, NutsSession session)
NutsRepository getMirror(String repositoryIdOrName, NutsSession session)
NutsRepository[] getMirrors(NutsSession session)
String getName()
NutsRepositoryRef getRepositoryRef(NutsSession session)
int getSpeed(NutsSession session)
String getStoreLocation()
String getStoreLocation(NutsStoreLocation folderType, NutsSession session)
NutsStoreLocationStrategy getStoreLocationStrategy(NutsSession session)
String getType(NutsSession session)
String getUuid()
String getLocation()
boolean isEnabled(NutsSession session)
boolean isIndexEnabled(NutsSession session)
boolean isIndexSubscribed(NutsSession session)
boolean isSupportedMirroring(NutsSession session)
boolean isTemporary(NutsSession session)
void removeMirror(String repositoryId, NutsSession session)
void setEnabled(boolean enabled,
NutsSession session)
void setIndexEnabled(boolean enabled,
NutsSession session)
void setMirrorEnabled(String repoName, boolean enabled, NutsSession session)
void setTemporary(boolean enabled,
NutsSession session)
void subscribeIndex(NutsSession session)
void unsubscribeIndex(NutsSession session)
Path getTempMirrorsRoot(NutsSession session)
Path getMirrorsRoot(NutsSession session)
NutsUserConfig[] getUsers(NutsSession session)
NutsUserConfig getUser(String userId, NutsSession session)
NutsRepositoryConfig getStoredConfig(NutsSession session)
void fireConfigurationChanged(String configName, NutsSession session)
void setUser(NutsUserConfig user, NutsSession session)
void removeUser(String userId, NutsSession session)
NutsRepositoryConfig getConfig(NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.