Package | Description |
---|---|
org.apache.maven.mercury.artifact | |
org.apache.maven.mercury.artifact.api | |
org.apache.maven.mercury.artifact.version | |
org.apache.maven.mercury.builder.api |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifact |
Modifier and Type | Field and Description |
---|---|
protected List<ArtifactMetadata> |
ArtifactMetadata.dependencies
dependencies of the artifact behind this metadata
|
protected Collection<ArtifactMetadata> |
ArtifactMetadata.exclusions |
protected Collection<ArtifactMetadata> |
ArtifactMetadata.inclusions |
Modifier and Type | Method and Description |
---|---|
ArtifactMetadata |
ArtifactMetadata.addRelocation(ArtifactCoordinates coord) |
static ArtifactMetadata |
ArtifactMetadata.create(String query)
create basic out of group:artifact:version:classifier:type string, use empty string to specify missing
component - for instance query for common-1.3.zip can be specified as ":common:1.3::zip" - note missing groupId
and classifier.
|
ArtifactMetadata |
MetadataTreeNode.getMd() |
ArtifactMetadata |
MetadataTreeNode.getQuery() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactMetadata> |
ArtifactMetadata.getDependencies() |
Collection<ArtifactMetadata> |
ArtifactMetadata.getExclusions() |
Collection<ArtifactMetadata> |
ArtifactMetadata.getInclusions() |
List<ArtifactMetadata> |
ArtifactMetadataList.getMetadataList() |
List<ArtifactMetadata> |
MetadataTreeNode.getQueries() |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactMetadataList.add(ArtifactMetadata md) |
MetadataTreeNode |
MetadataTreeNode.addQuery(ArtifactMetadata query)
dependencies are ordered in the POM - they should be added in the POM order
|
boolean |
ArtifactMetadata.allowDependency(ArtifactMetadata dep)
run dependency through inclusion/exclusion filters.
|
boolean |
ArtifactMetadata.sameGA(ArtifactMetadata md) |
boolean |
ArtifactMetadata.sameGAV(ArtifactMetadata md) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactMetadataList.add(Collection<ArtifactMetadata> md) |
void |
ArtifactMetadata.setDependencies(List<ArtifactMetadata> dependencies) |
void |
ArtifactMetadata.setExclusions(Collection<ArtifactMetadata> exclusions) |
void |
ArtifactMetadata.setInclusions(Collection<ArtifactMetadata> inclusions) |
Constructor and Description |
---|
ArtifactExclusionList(ArtifactMetadata... md) |
ArtifactInclusionList(ArtifactMetadata... md) |
ArtifactMetadata(ArtifactMetadata copyFrom)
copy constructor
|
ArtifactMetadataList(ArtifactMetadata... md) |
ArtifactQueryList(ArtifactMetadata... md) |
DefaultArtifact(ArtifactMetadata bmd) |
MetadataTreeNode(ArtifactMetadata md,
MetadataTreeNode parent,
ArtifactMetadata query)
pointers to parent and query are a must.
|
Constructor and Description |
---|
ArtifactExclusionList(Collection<ArtifactMetadata> md) |
ArtifactInclusionList(Collection<ArtifactMetadata> md) |
ArtifactMetadataList(Collection<ArtifactMetadata> md) |
ArtifactQueryList(Collection<ArtifactMetadata> md) |
Modifier and Type | Method and Description |
---|---|
List<ArtifactMetadata> |
ArtifactListProcessor.process(List<ArtifactMetadata> artifacts)
actually do that
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactMetadata> |
ArtifactListProcessor.process(List<ArtifactMetadata> artifacts)
actually do that
|
Modifier and Type | Method and Description |
---|---|
int |
MetadataVersionComparator.compare(ArtifactMetadata v1,
ArtifactMetadata v2) |
Modifier and Type | Method and Description |
---|---|
List<ArtifactMetadata> |
DependencyProcessor.getDependencies(ArtifactMetadata bmd,
MetadataReader mdReader,
Map<String,String> env,
Map<?,?> sysProps) |
Modifier and Type | Method and Description |
---|---|
List<ArtifactMetadata> |
DependencyProcessor.getDependencies(ArtifactMetadata bmd,
MetadataReader mdReader,
Map<String,String> env,
Map<?,?> sysProps) |
byte[] |
MetadataReader.readMetadata(ArtifactMetadata bmd) |
byte[] |
MetadataReader.readMetadata(ArtifactMetadata bmd,
boolean exempt)
read metadata for the artifact, pointed by bmd.
|
byte[] |
MetadataReader.readRawData(ArtifactMetadata bmd,
String classifier,
String type) |
byte[] |
MetadataReader.readRawData(ArtifactMetadata bmd,
String classifier,
String type,
boolean exempt)
read raw content pointed by bmd, possibly modified by classifier and type
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.