|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.matthias_burbach.deputy.core.repository.VersionScanner
Scans a given path and artifact id for all POMs of this artifact and returns all versions of that artifact available there.
Constructor Summary | |
VersionScanner()
|
Method Summary | |
static void |
clearCache()
Clears the internal cache of already scanned directories. |
java.util.List |
getAllVersions(java.lang.String path,
java.lang.String artifactId)
Scans a given path and artifact id for all POMs of this artifact and returns all versions of that artifact available there. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VersionScanner()
Method Detail |
public static void clearCache()
public java.util.List getAllVersions(java.lang.String path, java.lang.String artifactId)
path
- The absolute file system path of a directory to scan.artifactId
- The id of the artifact to scan versions for.
String
.
Is never null
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |