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.dependencyScopesprivate static final Map<String, DependencyScope> DependencyScope.IDSMethods in org.apache.maven.api that return DependencyScopeModifier and TypeMethodDescriptionstatic DependencyScopeDependency.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 theDependencyScopefrom the specifiedid.static DependencyScopeReturns 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 PathScopeExtensibleEnums.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)