Uses of Interface
org.eclipse.aether.scope.DependencyScope
-
Packages that use DependencyScope Package Description org.eclipse.aether.scope -
-
Uses of DependencyScope in org.eclipse.aether.scope
Subinterfaces of DependencyScope in org.eclipse.aether.scope Modifier and Type Interface Description interfaceSystemDependencyScopeA special dependency scope: "system".Methods in org.eclipse.aether.scope that return types with arguments of type DependencyScope Modifier and Type Method Description java.util.Optional<DependencyScope>ScopeManager. getDependencyScope(java.lang.String id)Returns a specific dependency scope by label.java.util.Collection<DependencyScope>ScopeManager. getDependencyScopeUniverse()Returns the "universe" (all) of dependency scopes as immutable collection.
-