All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addArtifact(ArtifactDescriptor artifact) |
protected void |
addArtifact(ArtifactDescriptor artifact,
boolean merge) |
void |
addArtifactFile(ArtifactKey key,
File location,
Set<Object> installableUnits) |
void |
addReactorArtifact(ArtifactKey key,
ReactorProject project,
String classifier,
Set<Object> installableUnits) |
void |
dump() |
ArtifactDescriptor |
getArtifact(ArtifactKey key) |
Map<String,ArtifactDescriptor> |
getArtifact(File location) |
ArtifactDescriptor |
getArtifact(String type,
String id,
String version) |
List<ArtifactDescriptor> |
getArtifacts() |
List<ArtifactDescriptor> |
getArtifacts(String type) |
ReactorProject |
getMavenProject(File location) |
boolean |
isEmpty() |
protected ArtifactDescriptor |
normalize(ArtifactDescriptor artifact) |
protected ArtifactKey |
normalize(ArtifactKey key) |
protected ArtifactKey |
normalizePluginType(ArtifactKey key) |
void |
removeAll(String type,
String id) |
void |
toDebugString(StringBuilder sb,
String linePrefix) |