Package org.savantbuild.runtime
Class RuntimeConfiguration
java.lang.Object
org.savantbuild.runtime.RuntimeConfiguration
Runtime configuration for a Savant build run.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDetermines if the output should be colorized.booleanDetermines if debug output is enabled.static final StringDefine the debug switch.booleanDetermines if the user needs help.booleanDetermines if the targets in the project build file should be printed to the output.booleanDetermines if the version should be displayedThe command-line switches.The list of targets to execute (in order). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEBUG_SWITCH
Define the debug switch.- See Also:
-
colorizeOutput
public boolean colorizeOutputDetermines if the output should be colorized. -
debug
public boolean debugDetermines if debug output is enabled. -
help
public boolean helpDetermines if the user needs help. -
listTargets
public boolean listTargetsDetermines if the targets in the project build file should be printed to the output. -
switches
The command-line switches. -
targets
The list of targets to execute (in order). -
printVersion
public boolean printVersionDetermines if the version should be displayed
-
-
Constructor Details
-
RuntimeConfiguration
public RuntimeConfiguration() -
RuntimeConfiguration
-