Uses of Interface
org.eclipse.aether.impl.scope.BuildScope
Packages that use BuildScope
-
Uses of BuildScope in org.eclipse.aether.impl.scope
Fields in org.eclipse.aether.impl.scope declared as BuildScopeModifier and TypeFieldDescriptionstatic final BuildScope
CommonBuilds.MAVEN_TEST_BUILD_SCOPE
Maven2/Maven3 special build scope: it did not distinguish between "test compile" and "test runtime", but lumped both together into "test".Methods in org.eclipse.aether.impl.scope that return types with arguments of type BuildScopeModifier and TypeMethodDescriptionInternalScopeManager.getDependencyScopeMainProjectBuildScope
(org.eclipse.aether.scope.DependencyScope dependencyScope) Returns theBuildScope
that this scope deem as main.BuildScopeMatrixSource.query
(Collection<BuildScopeQuery> queries) BuildScopeSource.query
(Collection<BuildScopeQuery> queries) Processes all queries and returns all build scopes that query selected.Constructors in org.eclipse.aether.impl.scope with parameters of type BuildScopeModifierConstructorDescriptionBuildScopeMatrixSource
(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras) -
Uses of BuildScope in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope that return types with arguments of type BuildScopeModifier and TypeMethodDescriptionScopeManagerImpl.getDependencyScopeMainProjectBuildScope
(org.eclipse.aether.scope.DependencyScope dependencyScope)