public interface NRepositoryConfigModel
boolean save(boolean force)
NRepository getRepository()
NWorkspace getWorkspace()
void addMirror(NRepository repo)
NRepository addMirror(NAddRepositoryOptions options)
NRepository findMirror(String repositoryIdOrName)
NRepository findMirrorById(String repositoryNameOrId)
NRepository findMirrorByName(String repositoryNameOrId)
int getDeployWeight()
String getGlobalName()
String getGroups()
NPath getLocationPath()
NRepositoryLocation getLocation()
NRepository getMirror(String repositoryIdOrName)
List<NRepository> getMirrors()
String getName()
NRepositoryRef getRepositoryRef()
NSpeedQualifier getSpeed()
NPath getStoreLocation()
NPath getStoreLocation(NStoreType folderType)
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()
NPath getTempMirrorsRoot()
NPath getMirrorsRoot()
NUserConfig[] findUsers()
NOptional<NUserConfig> findUser(String userId)
NRepositoryConfig getStoredConfig()
void fireConfigurationChanged(String configName)
void setUser(NUserConfig user)
void removeUser(String userId)
NRepositoryConfig getConfig()
boolean containsTag(String tag)
void addTag(String tag)
void removeTag(String tag)
Copyright © 2025 vpc open source initiative. All rights reserved.