Uses of Class
org.eclipse.aether.metadata.Metadata.Nature
-
Packages that use Metadata.Nature Package Description org.eclipse.aether.metadata The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of Metadata.Nature in org.eclipse.aether.metadata
Methods in org.eclipse.aether.metadata that return Metadata.Nature Modifier and Type Method Description Metadata.NatureDefaultMetadata. getNature()Metadata.NatureMetadata. getNature()Gets the nature of this metadata.static Metadata.NatureMetadata.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.Constructors in org.eclipse.aether.metadata with parameters of type Metadata.Nature Constructor Description 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. -
Uses of Metadata.Nature in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return Metadata.Nature Modifier and Type Method Description Metadata.NatureVersionRangeRequest. getNature()The nature of metadata to use for resolving the version from, nevernull.Methods in org.eclipse.aether.resolution with parameters of type Metadata.Nature Modifier and Type Method Description VersionRangeRequestVersionRangeRequest. setNature(Metadata.Nature nature)Sets the nature of metadata to use for resolving the version fromConstructors in org.eclipse.aether.resolution with parameters of type Metadata.Nature Constructor Description VersionRangeRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, Metadata.Nature nature, java.lang.String context)Creates a request with the specified properties.
-