public class DefaultNutsRepositoryModel extends Object
| Modifier and Type | Field and Description |
|---|---|
net.thevpc.nuts.NutsLogger |
LOG |
| Constructor and Description |
|---|
DefaultNutsRepositoryModel(net.thevpc.nuts.NutsWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.NutsLogger |
_LOG(net.thevpc.nuts.NutsSession session) |
protected net.thevpc.nuts.NutsLoggerOp |
_LOGOP(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
addRepository(net.thevpc.nuts.NutsAddRepositoryOptions options,
net.thevpc.nuts.NutsSession session) |
protected void |
addRepository(net.thevpc.nuts.NutsRepository repo,
net.thevpc.nuts.NutsSession session,
boolean temp) |
net.thevpc.nuts.NutsRepository |
addRepository(String repositoryNamedUrl,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
createRepository(net.thevpc.nuts.NutsAddRepositoryOptions options,
net.thevpc.nuts.NutsRepository parentRepository,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
createRepository(net.thevpc.nuts.NutsAddRepositoryOptions options,
Path rootFolder,
net.thevpc.nuts.NutsRepository parentRepository,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
findRepository(String repositoryNameOrId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
findRepositoryById(String repositoryNameOrId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
findRepositoryByName(String repositoryNameOrId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository[] |
getRepositories(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsRepository |
getRepository(String repositoryIdOrName,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
net.thevpc.nuts.NutsRepositoryConfig |
loadRepository(net.thevpc.nuts.NutsPath file,
String name,
net.thevpc.nuts.NutsSession session) |
void |
removeAllRepositories(net.thevpc.nuts.NutsSession session) |
void |
removeRepository(String repositoryId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.spi.NutsRepositorySPI |
toRepositorySPI(net.thevpc.nuts.NutsRepository repo) |
public DefaultNutsRepositoryModel(net.thevpc.nuts.NutsWorkspace workspace)
protected net.thevpc.nuts.NutsLoggerOp _LOGOP(net.thevpc.nuts.NutsSession session)
protected net.thevpc.nuts.NutsLogger _LOG(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepository[] getRepositories(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsWorkspace getWorkspace()
public net.thevpc.nuts.NutsRepository findRepositoryById(String repositoryNameOrId, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepository findRepositoryByName(String repositoryNameOrId, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepository findRepository(String repositoryNameOrId, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepository getRepository(String repositoryIdOrName, net.thevpc.nuts.NutsSession session) throws net.thevpc.nuts.NutsRepositoryNotFoundException
net.thevpc.nuts.NutsRepositoryNotFoundExceptionpublic void removeRepository(String repositoryId, net.thevpc.nuts.NutsSession session)
public void removeAllRepositories(net.thevpc.nuts.NutsSession session)
protected void addRepository(net.thevpc.nuts.NutsRepository repo,
net.thevpc.nuts.NutsSession session,
boolean temp)
public net.thevpc.nuts.NutsRepository addRepository(net.thevpc.nuts.NutsAddRepositoryOptions options,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepository createRepository(net.thevpc.nuts.NutsAddRepositoryOptions options,
net.thevpc.nuts.NutsRepository parentRepository,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepository createRepository(net.thevpc.nuts.NutsAddRepositoryOptions options,
Path rootFolder,
net.thevpc.nuts.NutsRepository parentRepository,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepository addRepository(String repositoryNamedUrl, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsRepositoryConfig loadRepository(net.thevpc.nuts.NutsPath file,
String name,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.spi.NutsRepositorySPI toRepositorySPI(net.thevpc.nuts.NutsRepository repo)
Copyright © 2022 vpc open source initiative. All rights reserved.