Package org.eclipse.aether.impl.scope
Interface BuildScopeSource
- All Known Implementing Classes:
- BuildScopeMatrixSource
public interface BuildScopeSource
Build scope source.
- Since:
- 2.0.0
- 
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.
- 
Method Details- 
allProjectPathsReturns all project paths this source has.
- 
allBuildPathsReturns all build paths this source has.
- 
queryProcesses all queries and returns all build scopes that query selected.
 
-