Uses of Class
org.sonatype.aether.metadata.Metadata.Nature

Packages that use Metadata.Nature
org.sonatype.aether.metadata   
org.sonatype.aether.test.util.impl   
org.sonatype.aether.util.metadata   
 

Uses of Metadata.Nature in org.sonatype.aether.metadata
 

Methods in org.sonatype.aether.metadata that return Metadata.Nature
 Metadata.Nature Metadata.getNature()
          Gets the nature of this metadata.
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.
 

Uses of Metadata.Nature in org.sonatype.aether.test.util.impl
 

Methods in org.sonatype.aether.test.util.impl that return Metadata.Nature
 Metadata.Nature StubMetadata.getNature()
           
 

Constructors in org.sonatype.aether.test.util.impl with parameters of type Metadata.Nature
StubMetadata(String type, Metadata.Nature nature)
           
StubMetadata(String groupId, String type, Metadata.Nature nature)
           
StubMetadata(String groupId, String artifactId, String type, Metadata.Nature nature)
           
StubMetadata(String groupId, String artifactId, String version, String type, Metadata.Nature nature)
           
StubMetadata(String groupId, String artifactId, String version, String type, Metadata.Nature nature, File file)
           
 

Uses of Metadata.Nature in org.sonatype.aether.util.metadata
 

Methods in org.sonatype.aether.util.metadata that return Metadata.Nature
 Metadata.Nature DefaultMetadata.getNature()
           
 

Constructors in org.sonatype.aether.util.metadata with parameters of type Metadata.Nature
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.
 



Copyright © 2010-2012. All Rights Reserved.