| Package | Description | 
|---|---|
| org.apache.maven.artifact | |
| org.apache.maven.repository.metadata | 
| Modifier and Type | Field and Description | 
|---|---|
| static ArtifactScopeEnum | ArtifactScopeEnum. DEFAULT_SCOPE | 
| Modifier and Type | Method and Description | 
|---|---|
| static ArtifactScopeEnum | ArtifactScopeEnum. checkScope(ArtifactScopeEnum scope)Helper method to simplify null processing | 
| static ArtifactScopeEnum | ArtifactScopeEnum. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ArtifactScopeEnum | ArtifactScopeEnum. checkScope(ArtifactScopeEnum scope)Helper method to simplify null processing | 
| boolean | ArtifactScopeEnum. encloses(ArtifactScopeEnum scope)scope relationship function. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ArtifactScopeEnum | ArtifactMetadata. artifactScope | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactScopeEnum | ArtifactMetadata. getArtifactScope() | 
| ArtifactScopeEnum | MetadataGraphEdge. getScope() | 
| ArtifactScopeEnum | MetadataGraph. getScope() | 
| ArtifactScopeEnum | ClasspathContainer. getScope() | 
| ArtifactScopeEnum | ArtifactMetadata. getScopeAsEnum() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClasspathContainer | MetadataResolutionResult. getClasspath(ArtifactScopeEnum scope) | 
| MetadataTreeNode | MetadataResolutionResult. getClasspathTree(ArtifactScopeEnum scope) | 
| MetadataGraph | MetadataResolutionResult. getGraph(ArtifactScopeEnum scope) | 
| MetadataGraph | GraphConflictResolver. resolveConflicts(MetadataGraph graph,
                                ArtifactScopeEnum scope)Cleanses the supplied graph by leaving only one directed versioned edge\
 between any two nodes, if multiple exists. | 
| MetadataGraph | DefaultGraphConflictResolver. resolveConflicts(MetadataGraph graph,
                                ArtifactScopeEnum scope) | 
| void | ArtifactMetadata. setArtifactScope(ArtifactScopeEnum artifactScope) | 
| void | MetadataGraphEdge. setScope(ArtifactScopeEnum scope) | 
| void | MetadataGraph. setScope(ArtifactScopeEnum scope) | 
| void | ClasspathContainer. setScope(ArtifactScopeEnum scope) | 
| ClasspathContainer | DefaultClasspathTransformation. transform(MetadataGraph dirtyGraph,
                  ArtifactScopeEnum scope,
                  boolean resolve) | 
| ClasspathContainer | ClasspathTransformation. transform(MetadataGraph dirtyGraph,
                  ArtifactScopeEnum scope,
                  boolean resolve)Transform Graph into a Collection of metadata objects that
 could serve as a classpath for a particular scope | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.