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