Uses of Enum
org.apache.maven.artifact.ArtifactScopeEnum
-
Uses of ArtifactScopeEnum in org.apache.maven.artifact
Modifier and TypeMethodDescriptionstatic ArtifactScopeEnum
ArtifactScopeEnum.checkScope
(ArtifactScopeEnum scope) Helper method to simplify null processingstatic ArtifactScopeEnum
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 TypeMethodDescriptionstatic ArtifactScopeEnum
ArtifactScopeEnum.checkScope
(ArtifactScopeEnum scope) Helper method to simplify null processingboolean
ArtifactScopeEnum.encloses
(ArtifactScopeEnum scope) scope relationship function. -
Uses of ArtifactScopeEnum in org.apache.maven.repository.metadata
Modifier and TypeMethodDescriptionArtifactMetadata.getArtifactScope()
ClasspathContainer.getScope()
MetadataGraph.getScope()
MetadataGraphEdge.getScope()
ArtifactMetadata.getScopeAsEnum()
Modifier and TypeMethodDescriptionMetadataResolutionResult.getClasspath
(ArtifactScopeEnum scope) MetadataResolutionResult.getClasspathTree
(ArtifactScopeEnum scope) MetadataResolutionResult.getGraph
(ArtifactScopeEnum scope) DefaultGraphConflictResolver.resolveConflicts
(MetadataGraph graph, ArtifactScopeEnum scope) GraphConflictResolver.resolveConflicts
(MetadataGraph graph, ArtifactScopeEnum scope) Cleanses the supplied graph by leaving only one directed versioned edge\ between any two nodes, if multiple exists.void
ArtifactMetadata.setArtifactScope
(ArtifactScopeEnum artifactScope) void
ClasspathContainer.setScope
(ArtifactScopeEnum scope) void
MetadataGraph.setScope
(ArtifactScopeEnum scope) void
MetadataGraphEdge.setScope
(ArtifactScopeEnum scope) 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 scopeDefaultClasspathTransformation.transform
(MetadataGraph dirtyGraph, ArtifactScopeEnum scope, boolean resolve) ModifierConstructorDescriptionArtifactMetadata
(String groupId, String name, String version, String type, ArtifactScopeEnum artifactScope) ArtifactMetadata
(String groupId, String name, String version, String type, ArtifactScopeEnum artifactScope, String classifier) ArtifactMetadata
(String groupId, String name, String version, String type, ArtifactScopeEnum artifactScope, String classifier, String artifactUri) ArtifactMetadata
(String groupId, String name, String version, String type, ArtifactScopeEnum artifactScope, String classifier, String artifactUri, String why, boolean resolved, String error) ClasspathContainer
(List<ArtifactMetadata> classpath, ArtifactScopeEnum scope) MetadataGraphEdge
(String version, boolean resolved, ArtifactScopeEnum scope, String artifactUri, int depth, int pomOrder) MetadataTreeNode
(Artifact af, MetadataTreeNode parent, boolean resolved, ArtifactScopeEnum scope) MetadataTreeNode
(ArtifactMetadata md, MetadataTreeNode parent, boolean resolved, ArtifactScopeEnum scope)