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