Uses of Enum Class
org.apache.maven.api.DependencyScope
Packages that use DependencyScope
-
Uses of DependencyScope in org.apache.maven.api
Fields in org.apache.maven.api with type parameters of type DependencyScopeModifier and TypeFieldDescriptionprivate final Set
<DependencyScope> ExtensibleEnums.DefaultPathScope.dependencyScopes
private static final Map
<String, DependencyScope> DependencyScope.IDS
Methods in org.apache.maven.api that return DependencyScopeModifier and TypeMethodDescriptionstatic DependencyScope
Dependency.getScope()
Returns the time at which the dependency will be used.DependencyCoordinates.getScope()
Returns the time at which the dependency will be used.Session.requireDependencyScope
(String id) Obtain theDependencyScope
from the specifiedid
.static DependencyScope
Returns the enum constant of this class with the specified name.static DependencyScope[]
DependencyScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.api that return types with arguments of type DependencyScopeModifier and TypeMethodDescriptionExtensibleEnums.DefaultPathScope.dependencyScopes()
PathScope.dependencyScopes()
Methods in org.apache.maven.api with parameters of type DependencyScopeModifier and TypeMethodDescription(package private) static PathScope
ExtensibleEnums.pathScope
(String id, ProjectScope projectScope, DependencyScope... dependencyScopes) Constructors in org.apache.maven.api with parameters of type DependencyScopeModifierConstructorDescription(package private)
DefaultPathScope
(String id, ProjectScope projectScope, DependencyScope... dependencyScopes) -
Uses of DependencyScope in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return DependencyScopeModifier and TypeMethodDescriptionAetherDependencyWrapper.getScope()
Returns the scope (compile, test, …) of this dependency.AbstractSession.requireDependencyScope
(String id)