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.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.
|
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 type,
Metadata.Nature nature) |
Creates a new metadata for the groupId level with the specific type and nature.
|
DefaultMetadata(java.lang.String type,
Metadata.Nature nature) |
Creates a new metadata for the repository root with the specific type and nature.
|