Uses of Enum Class
org.eclipse.aether.impl.scope.InternalScopeManager.Mode
-
Uses of InternalScopeManager.Mode in org.eclipse.aether.impl.scope
Modifier and TypeMethodDescriptionstatic InternalScopeManager.Mode
Returns the enum constant of this class with the specified name.static InternalScopeManager.Mode[]
InternalScopeManager.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionInternalScopeManager.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<DependencyScope> explicitlyIncluded, Collection<DependencyScope> transitivelyExcluded) Creates resolution scope instance. -
Uses of InternalScopeManager.Mode in org.eclipse.aether.internal.impl.scope
Modifier and TypeMethodDescriptionScopeManagerImpl.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<DependencyScope> explicitlyIncluded, Collection<DependencyScope> transitivelyExcluded)