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