Interface BuildScope
public interface BuildScope
Build scope is certain combination of
ProjectPath and BuildPath.- Since:
- 2.0.0
-
Method Details
-
getId
-
getProjectPaths
The project paths this scope belongs to. -
getBuildPaths
The build paths this scope belongs to. -
order
int 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.
-