public class MavenRepositoryFolderHelper extends Object
| Constructor and Description |
|---|
MavenRepositoryFolderHelper(net.thevpc.nuts.NutsRepository repo,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath rootPath) |
| 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.NutsContent |
fetchContentImpl(net.thevpc.nuts.NutsId id,
Path localPath,
net.thevpc.nuts.NutsSession session) |
protected String |
getIdFilename(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
getIdLocalFile(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
getLocalGroupAndArtifactFile(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
getStoreLocation() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
void |
reindexFolder(net.thevpc.nuts.NutsSession session) |
Iterator<net.thevpc.nuts.NutsId> |
searchInFolder(net.thevpc.nuts.NutsPath folder,
net.thevpc.nuts.NutsIdFilter filter,
int maxDepth,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsId |
searchLatestVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsSession session) |
Iterator<net.thevpc.nuts.NutsId> |
searchVersions(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter filter,
boolean deep,
net.thevpc.nuts.NutsSession session) |
public MavenRepositoryFolderHelper(net.thevpc.nuts.NutsRepository repo,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath rootPath)
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.NutsPath getIdLocalFile(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsContent fetchContentImpl(net.thevpc.nuts.NutsId id,
Path localPath,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsWorkspace getWorkspace()
protected String getIdFilename(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsPath getLocalGroupAndArtifactFile(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public Iterator<net.thevpc.nuts.NutsId> searchVersions(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsIdFilter filter, boolean deep, net.thevpc.nuts.NutsSession session)
public Iterator<net.thevpc.nuts.NutsId> searchInFolder(net.thevpc.nuts.NutsPath folder, net.thevpc.nuts.NutsIdFilter filter, int maxDepth, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsPath getStoreLocation()
public net.thevpc.nuts.NutsId searchLatestVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsSession session)
public void reindexFolder(net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.