Package dev.kikugie.stonecutter
Class StonecutterProject
-
- All Implemented Interfaces:
public final class StonecutterProject
-
-
Method Summary
Modifier and Type Method Description final BooleanisActive()Whenever this project is selected as active. final StringgetProject()The name of this project's directory, as in versions/${project}.final StringgetVersion()The assigned version of this project. Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getProject
final String getProject()
The name of this project's directory, as in
versions/${project}.
-
getVersion
final String getVersion()
The assigned version of this project. Must be a valid SemanticVersion. By default, its equal to project, unless assigned by using
vers()in the project settings.
-
-
-
-