Uses of Class
org.apache.maven.mercury.artifact.ArtifactScopeEnum

Packages that use ArtifactScopeEnum
org.apache.maven.mercury.artifact   
 

Uses of ArtifactScopeEnum in org.apache.maven.mercury.artifact
 

Fields in org.apache.maven.mercury.artifact declared as ArtifactScopeEnum
protected  ArtifactScopeEnum ArtifactMetadata.artifactScope
           
static ArtifactScopeEnum ArtifactScopeEnum.DEFAULT_SCOPE
           
 

Methods in org.apache.maven.mercury.artifact that return ArtifactScopeEnum
static ArtifactScopeEnum ArtifactScopeEnum.checkScope(ArtifactScopeEnum scope)
          Helper method to simplify null processing
 ArtifactScopeEnum ArtifactMetadata.getArtifactScope()
           
 ArtifactScopeEnum ArtifactMetadata.getScopeAsEnum()
           
static ArtifactScopeEnum ArtifactScopeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ArtifactScopeEnum[] ArtifactScopeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.maven.mercury.artifact with parameters of type ArtifactScopeEnum
static ArtifactScopeEnum ArtifactScopeEnum.checkScope(ArtifactScopeEnum scope)
          Helper method to simplify null processing
 boolean ArtifactScopeEnum.encloses(ArtifactScopeEnum scope)
          scope relationship function.
 void ArtifactMetadata.setArtifactScope(ArtifactScopeEnum artifactScope)
           
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.