public class MavenRepositoryFolderHelper extends Object
| Constructor and Description |
|---|
MavenRepositoryFolderHelper(net.thevpc.nuts.core.NRepository repo,
net.thevpc.nuts.io.NPath rootPath) |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.log.NLog |
_LOG() |
net.thevpc.nuts.io.NPath |
fetchContentImpl(net.thevpc.nuts.artifact.NId id,
Path localPath) |
protected String |
getIdFilename(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.io.NPath |
getIdLocalFile(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.io.NPath |
getLocalGroupAndArtifactFile(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.io.NPath |
getStoreLocation() |
void |
reindexFolder() |
Iterator<net.thevpc.nuts.artifact.NId> |
searchInFolder(net.thevpc.nuts.io.NPath folder,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
int maxDepth) |
net.thevpc.nuts.artifact.NId |
searchLatestVersion(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter) |
Iterator<net.thevpc.nuts.artifact.NId> |
searchVersions(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
boolean deep) |
public MavenRepositoryFolderHelper(net.thevpc.nuts.core.NRepository repo,
net.thevpc.nuts.io.NPath rootPath)
protected net.thevpc.nuts.log.NLog _LOG()
public net.thevpc.nuts.io.NPath getIdLocalFile(net.thevpc.nuts.artifact.NId id)
public net.thevpc.nuts.io.NPath fetchContentImpl(net.thevpc.nuts.artifact.NId id,
Path localPath)
protected String getIdFilename(net.thevpc.nuts.artifact.NId id)
public net.thevpc.nuts.io.NPath getLocalGroupAndArtifactFile(net.thevpc.nuts.artifact.NId id)
public Iterator<net.thevpc.nuts.artifact.NId> searchVersions(net.thevpc.nuts.artifact.NId id, net.thevpc.nuts.artifact.NDefinitionFilter filter, boolean deep)
public Iterator<net.thevpc.nuts.artifact.NId> searchInFolder(net.thevpc.nuts.io.NPath folder, net.thevpc.nuts.artifact.NDefinitionFilter filter, int maxDepth)
public net.thevpc.nuts.io.NPath getStoreLocation()
public net.thevpc.nuts.artifact.NId searchLatestVersion(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter)
public void reindexFolder()
Copyright © 2026 vpc open source initiative. All rights reserved.