Package org.eclipse.aether.impl.scope
Interface BuildScope
public interface BuildScope
Build scope is certain combination of 
ProjectPath and BuildPath.- Since:
- 2.0.0
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Method Details- 
getIdThe label.
- 
getProjectPathsThe project paths this scope belongs to.
- 
getBuildPathsThe build paths this scope belongs to.
- 
orderint order()Returns the "order" of this scope, usable to sort against other instances. Expected natural order is "main-compile", "test-compile"... (basically like the processing order).Note: this order is unrelated to ProjectPath.order()andBuildPath.order()and should be used only to sort build scope instances.
 
-