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