|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactScopeEnum | |
---|---|
org.apache.maven.artifact | |
org.apache.maven.repository.metadata |
Uses of ArtifactScopeEnum in org.apache.maven.artifact |
---|
Fields in org.apache.maven.artifact declared as ArtifactScopeEnum | |
---|---|
static ArtifactScopeEnum |
ArtifactScopeEnum.DEFAULT_SCOPE
|
Methods in org.apache.maven.artifact that return ArtifactScopeEnum | |
---|---|
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. |
Methods in org.apache.maven.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. |
Uses of ArtifactScopeEnum in org.apache.maven.repository.metadata |
---|
Fields in org.apache.maven.repository.metadata declared as ArtifactScopeEnum | |
---|---|
protected ArtifactScopeEnum |
ArtifactMetadata.artifactScope
|
Methods in org.apache.maven.repository.metadata that return ArtifactScopeEnum | |
---|---|
ArtifactScopeEnum |
ArtifactMetadata.getArtifactScope()
|
ArtifactScopeEnum |
MetadataGraphEdge.getScope()
|
ArtifactScopeEnum |
MetadataGraph.getScope()
|
ArtifactScopeEnum |
ClasspathContainer.getScope()
|
ArtifactScopeEnum |
ArtifactMetadata.getScopeAsEnum()
|
Methods in org.apache.maven.repository.metadata with parameters of type ArtifactScopeEnum | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |