Package | Description |
---|---|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.metadata |
The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<RemoteRepository> |
DefaultMetadataResolver.getEnabledSourceRepositories(RemoteRepository repository,
Metadata.Nature nature) |
private RepositoryPolicy |
DefaultDeployer.getPolicy(RepositorySystemSession session,
RemoteRepository repository,
Metadata.Nature nature) |
private RepositoryPolicy |
DefaultMetadataResolver.getPolicy(RepositorySystemSession session,
RemoteRepository repository,
Metadata.Nature nature) |
private boolean |
DefaultMetadataResolver.isEnabled(RemoteRepository repository,
Metadata.Nature nature) |
Modifier and Type | Field and Description |
---|---|
private Metadata.Nature |
DefaultMetadata.nature |
Modifier and Type | Method and Description |
---|---|
Metadata.Nature |
DefaultMetadata.getNature() |
Metadata.Nature |
Metadata.getNature()
Gets the nature of this metadata.
|
static Metadata.Nature |
Metadata.Nature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Metadata.Nature[] |
Metadata.Nature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DefaultMetadata(java.lang.String type,
Metadata.Nature nature)
Creates a new metadata for the repository root with the specific type and nature.
|
DefaultMetadata(java.lang.String groupId,
java.lang.String type,
Metadata.Nature nature)
Creates a new metadata for the groupId level with the specific type and nature.
|
DefaultMetadata(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String type,
Metadata.Nature nature)
Creates a new metadata for the groupId:artifactId level with the specific type and nature.
|
DefaultMetadata(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
Metadata.Nature nature)
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
|
DefaultMetadata(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
Metadata.Nature nature,
java.io.File file)
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
|
DefaultMetadata(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
Metadata.Nature nature,
java.io.File file,
java.util.Map<java.lang.String,java.lang.String> properties) |
DefaultMetadata(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
Metadata.Nature nature,
java.util.Map<java.lang.String,java.lang.String> properties,
java.io.File file)
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
|