Uses of Enum Class
org.eclipse.aether.metadata.Metadata.Nature
Packages that use Metadata.Nature
Package
Description
The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.
-
Uses of Metadata.Nature in org.eclipse.aether.metadata
Methods in org.eclipse.aether.metadata that return Metadata.NatureModifier and TypeMethodDescriptionDefaultMetadata.getNature()
Metadata.getNature()
Gets the nature of this metadata.static Metadata.Nature
Returns the enum constant of this class with the specified name.static Metadata.Nature[]
Metadata.Nature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.aether.metadata with parameters of type Metadata.NatureModifierConstructorDescriptionDefaultMetadata
(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) Deprecated.DefaultMetadata
(String groupId, String artifactId, String version, String type, Metadata.Nature nature, Path path) 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) Deprecated.DefaultMetadata
(String groupId, String artifactId, String version, String type, Metadata.Nature nature, Map<String, String> properties, Path path) Creates a new metadata for the groupId:artifactId:version 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 type, Metadata.Nature nature) Creates a new metadata for the groupId level with the specific type and nature.DefaultMetadata
(String type, Metadata.Nature nature) Creates a new metadata for the repository root with the specific type and nature.
DefaultMetadata(String, String, String, String, Nature, Path)
instead.