Uses of Class
org.jboss.dna.maven.SignatureType

Packages that use SignatureType
org.jboss.dna.maven The classes that make up the Maven classloader system. 
org.jboss.dna.maven.spi The classes that define the SPI for the Maven classloader system. 
 

Uses of SignatureType in org.jboss.dna.maven
 

Methods in org.jboss.dna.maven that return SignatureType
static SignatureType SignatureType.valueBySuffix(String suffix)
           
static SignatureType SignatureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SignatureType[] SignatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.dna.maven with parameters of type SignatureType
 URL MavenRepository.getUrl(MavenId mavenId, ArtifactType artifactType, SignatureType signatureType)
          Get the URL for the artifact with the specified type in the given Maven project.
 URL MavenRepository.getUrl(MavenId mavenId, ArtifactType artifactType, SignatureType signatureType, boolean createIfRequired)
          Get the URL for the artifact with the specified type in the given Maven project.
 

Uses of SignatureType in org.jboss.dna.maven.spi
 

Methods in org.jboss.dna.maven.spi with parameters of type SignatureType
 URL MavenUrlProvider.getUrl(MavenId mavenId, ArtifactType artifactType, SignatureType signatureType, boolean createIfRequired)
          Get the URL for the artifact with the specified type in the given Maven project.
 URL JcrMavenUrlProvider.getUrl(MavenId mavenId, ArtifactType artifactType, SignatureType signatureType, boolean createIfRequired)
          Get the URL for the artifact with the specified type in the given Maven project.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.