Uses of Interface
org.eclipse.aether.impl.scope.BuildScope
-
Uses of BuildScope in org.eclipse.aether.impl.scope
Modifier 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".Modifier and TypeMethodDescriptionInternalScopeManager.getDependencyScopeMainProjectBuildScope
(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.ModifierConstructorDescriptionBuildScopeMatrixSource
(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras) -
Uses of BuildScope in org.eclipse.aether.internal.impl.scope
Modifier and TypeMethodDescriptionScopeManagerImpl.getDependencyScopeMainProjectBuildScope
(DependencyScope dependencyScope)