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
ConstructorsConstructorDescriptionBuildScopeMatrixSource(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:BuildScopeSourceProcesses all queries and returns all build scopes that query selected.- Specified by:
 queryin interfaceBuildScopeSource
 - 
allProjectPaths
Description copied from interface:BuildScopeSourceReturns all project paths this source has.- Specified by:
 allProjectPathsin interfaceBuildScopeSource
 - 
allBuildPaths
Description copied from interface:BuildScopeSourceReturns all build paths this source has.- Specified by:
 allBuildPathsin interfaceBuildScopeSource
 
 -