Package | Description |
---|---|
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 |
---|---|
Metadata.Nature |
Metadata.getNature()
Gets the nature of this metadata.
|
Metadata.Nature |
DefaultMetadata.getNature() |
static Metadata.Nature |
Metadata.Nature.valueOf(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(String type,
Metadata.Nature nature)
Creates a new metadata for the repository root with the specific type and nature.
|
DefaultMetadata(String groupId,
String type,
Metadata.Nature nature)
Creates a new metadata for the groupId level with the specific type and nature.
|
DefaultMetadata(String groupId,
String artifactId,
String type,
Metadata.Nature nature)
Creates a new metadata for the groupId:artifactId level with the specific type and nature.
|
DefaultMetadata(String groupId,
String artifactId,
String version,
String type,
Metadata.Nature nature)
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
|
DefaultMetadata(String groupId,
String artifactId,
String version,
String type,
Metadata.Nature nature,
File file)
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
|
DefaultMetadata(String groupId,
String artifactId,
String version,
String type,
Metadata.Nature nature,
Map<String,String> properties,
File file)
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.