Uses of Enum
org.eclipse.aether.metadata.Metadata.Nature
Packages that use Metadata.Nature
Package
Description
The various sub components that collectively implement the repository system.
The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of Metadata.Nature in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type Metadata.NatureModifier and TypeMethodDescriptionprivate List<RemoteRepository> DefaultMetadataResolver.getEnabledSourceRepositories(RemoteRepository repository, Metadata.Nature nature) private RepositoryPolicyDefaultDeployer.getPolicy(RepositorySystemSession session, RemoteRepository repository, Metadata.Nature nature) private RepositoryPolicyDefaultMetadataResolver.getPolicy(RepositorySystemSession session, RemoteRepository repository, Metadata.Nature nature) private booleanDefaultMetadataResolver.isEnabled(RemoteRepository repository, Metadata.Nature nature) -
Uses of Metadata.Nature in org.eclipse.aether.metadata
Fields in org.eclipse.aether.metadata declared as Metadata.NatureMethods in org.eclipse.aether.metadata that return Metadata.NatureModifier and TypeMethodDescriptionDefaultMetadata.getNature()Metadata.getNature()Gets the nature of this metadata.static Metadata.NatureReturns 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.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) Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.(package private)DefaultMetadata(String groupId, String artifactId, String version, String type, Metadata.Nature nature, File file, Map<String, String> properties) 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.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. -
Uses of Metadata.Nature in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as Metadata.NatureMethods in org.eclipse.aether.resolution that return Metadata.NatureModifier and TypeMethodDescriptionVersionRangeRequest.getNature()The nature of metadata to use for resolving the version from, nevernull.Methods in org.eclipse.aether.resolution with parameters of type Metadata.NatureModifier and TypeMethodDescriptionVersionRangeRequest.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.NatureModifierConstructorDescriptionVersionRangeRequest(Artifact artifact, List<RemoteRepository> repositories, Metadata.Nature nature, String context) Creates a request with the specified properties.