Package org.eclipse.aether.impl.scope
Class BuildScopeMatrixSource
java.lang.Object
org.eclipse.aether.impl.scope.BuildScopeMatrixSource
- All Implemented Interfaces:
BuildScopeSource
Generic matrix generator for
ProjectPath
and BuildPath
combinations (all of them).- Since:
- 2.0.0
-
Constructor Summary
ConstructorDescriptionBuildScopeMatrixSource
(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras) -
Method Summary
Modifier and TypeMethodDescriptionReturns all build paths this source has.Returns all project paths this source has.query
(Collection<BuildScopeQuery> queries) Processes all queries and returns all build scopes that query selected.
-
Constructor Details
-
BuildScopeMatrixSource
public BuildScopeMatrixSource(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras)
-
-
Method Details
-
query
Description copied from interface:BuildScopeSource
Processes all queries and returns all build scopes that query selected.- Specified by:
query
in interfaceBuildScopeSource
-
allProjectPaths
Description copied from interface:BuildScopeSource
Returns all project paths this source has.- Specified by:
allProjectPaths
in interfaceBuildScopeSource
-
allBuildPaths
Description copied from interface:BuildScopeSource
Returns all build paths this source has.- Specified by:
allBuildPaths
in interfaceBuildScopeSource
-