Uses of Interface
org.eclipse.aether.impl.scope.InternalScopeManager
-
Packages that use InternalScopeManager Package Description org.eclipse.aether.impl.scope org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.internal.impl.scope -
-
Uses of InternalScopeManager in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope with parameters of type InternalScopeManager Modifier and Type Method Description java.util.Collection<org.eclipse.aether.scope.DependencyScope>ScopeManagerConfiguration. buildDependencyScopes(InternalScopeManager internalScopeManager)java.util.Collection<org.eclipse.aether.scope.ResolutionScope>ScopeManagerConfiguration. buildResolutionScopes(InternalScopeManager internalScopeManager) -
Uses of InternalScopeManager in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect with parameters of type InternalScopeManager Modifier and Type Method Description protected org.eclipse.aether.RepositorySystemSessionDependencyCollectorDelegate. setUpSession(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.collection.CollectRequest collectRequest, InternalScopeManager scopeManager) -
Uses of InternalScopeManager in org.eclipse.aether.internal.impl.scope
Classes in org.eclipse.aether.internal.impl.scope that implement InternalScopeManager Modifier and Type Class Description classScopeManagerImplConstructors in org.eclipse.aether.internal.impl.scope with parameters of type InternalScopeManager Constructor Description ManagedDependencyContextRefiner(InternalScopeManager scopeManager)ManagedScopeDeriver(InternalScopeManager scopeManager)ManagedScopeSelector(InternalScopeManager scopeManager)
-