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 SummaryConstructorsConstructorDescriptionBuildScopeMatrixSource(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras) 
- 
Method SummaryModifier 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- 
BuildScopeMatrixSourcepublic BuildScopeMatrixSource(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras) 
 
- 
- 
Method Details- 
queryDescription copied from interface:BuildScopeSourceProcesses all queries and returns all build scopes that query selected.- Specified by:
- queryin interface- BuildScopeSource
 
- 
allProjectPathsDescription copied from interface:BuildScopeSourceReturns all project paths this source has.- Specified by:
- allProjectPathsin interface- BuildScopeSource
 
- 
allBuildPathsDescription copied from interface:BuildScopeSourceReturns all build paths this source has.- Specified by:
- allBuildPathsin interface- BuildScopeSource
 
 
-