Uses of Enum
org.apache.maven.artifact.ArtifactScopeEnum
Packages that use ArtifactScopeEnum
-
Uses of ArtifactScopeEnum in org.apache.maven.artifact
Fields in org.apache.maven.artifact declared as ArtifactScopeEnumMethods in org.apache.maven.artifact that return ArtifactScopeEnumModifier 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.Methods in org.apache.maven.artifact with parameters of type ArtifactScopeEnumModifier 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
Fields in org.apache.maven.repository.metadata declared as ArtifactScopeEnumMethods in org.apache.maven.repository.metadata that return ArtifactScopeEnumModifier and TypeMethodDescriptionArtifactMetadata.getArtifactScope()
ClasspathContainer.getScope()
MetadataGraph.getScope()
MetadataGraphEdge.getScope()
ArtifactMetadata.getScopeAsEnum()
Methods in org.apache.maven.repository.metadata with parameters of type ArtifactScopeEnumModifier 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) Constructors in org.apache.maven.repository.metadata with parameters of type ArtifactScopeEnumModifierConstructorDescriptionArtifactMetadata
(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)