Uses of Class
org.eclipse.aether.impl.scope.InternalScopeManager.Mode
-
Packages that use InternalScopeManager.Mode Package Description org.eclipse.aether.impl.scope org.eclipse.aether.internal.impl.scope -
-
Uses of InternalScopeManager.Mode in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope that return InternalScopeManager.Mode Modifier and Type Method Description static InternalScopeManager.ModeInternalScopeManager.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InternalScopeManager.Mode[]InternalScopeManager.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.aether.impl.scope with parameters of type InternalScopeManager.Mode Modifier and Type Method Description org.eclipse.aether.scope.ResolutionScopeInternalScopeManager. createResolutionScope(java.lang.String id, java.util.Set<java.lang.String> aliases, InternalScopeManager.Mode mode, java.util.Collection<BuildScopeQuery> wantedPresence, java.util.Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, java.util.Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded)Creates resolution scope instance with aliases.default org.eclipse.aether.scope.ResolutionScopeInternalScopeManager. createResolutionScope(java.lang.String id, InternalScopeManager.Mode mode, java.util.Collection<BuildScopeQuery> wantedPresence, java.util.Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, java.util.Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded)Creates resolution scope instance. -
Uses of InternalScopeManager.Mode in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope with parameters of type InternalScopeManager.Mode Modifier and Type Method Description org.eclipse.aether.scope.ResolutionScopeScopeManagerImpl. createResolutionScope(java.lang.String id, java.util.Set<java.lang.String> aliases, InternalScopeManager.Mode mode, java.util.Collection<BuildScopeQuery> wantedPresence, java.util.Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, java.util.Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded)
-