public class ToolboxRepositoryModel extends Object implements net.thevpc.nuts.core.NRepositoryModel
| Modifier and Type | Field and Description |
|---|---|
static String |
REPOSITORY_TYPE |
| Constructor and Description |
|---|
ToolboxRepositoryModel() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.io.NPath |
fetchContent(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.artifact.NDescriptor |
fetchDescriptor(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository) |
static String |
getIdLocalFile(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repository) |
String |
name() |
String |
repositoryType() |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
search(net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.io.NPath[] basePaths,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
searchVersions(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository) |
String |
uuid() |
public static final String REPOSITORY_TYPE
public String repositoryType()
repositoryType in interface net.thevpc.nuts.core.NRepositoryModelpublic String name()
name in interface net.thevpc.nuts.core.NRepositoryModelpublic String uuid()
uuid in interface net.thevpc.nuts.core.NRepositoryModelpublic net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> searchVersions(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository)
searchVersions in interface net.thevpc.nuts.core.NRepositoryModelpublic net.thevpc.nuts.artifact.NDescriptor fetchDescriptor(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository)
fetchDescriptor in interface net.thevpc.nuts.core.NRepositoryModelpublic net.thevpc.nuts.io.NPath fetchContent(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository)
fetchContent in interface net.thevpc.nuts.core.NRepositoryModelpublic net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> search(net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.io.NPath[] basePaths,
net.thevpc.nuts.command.NFetchMode fetchMode,
net.thevpc.nuts.core.NRepository repository)
search in interface net.thevpc.nuts.core.NRepositoryModelpublic static String getIdLocalFile(net.thevpc.nuts.artifact.NId id, net.thevpc.nuts.core.NRepository repository)
Copyright © 2026 vpc open source initiative. All rights reserved.