jonelo.jacksum.ui
Class Verbose
java.lang.Object
jonelo.jacksum.ui.Verbose
public class Verbose
extends java.lang.Object
This class stores the verbose states.
It controls the output of Warnings and Details and wheather a summary is printed.
Verbose() - Constructs a verbose object.
|
boolean | getDetails() - Gets the details state.
|
boolean | getSummary() - Gets the summary state.
|
boolean | getWarnings() - Gets the warning state.
|
void | reset() - Resets all verbose states to a default.
|
void | setDetails(boolean details) - Sets the details state.
|
void | setSummary(boolean summary) - Sets the summary state.
|
void | setWarnings(boolean warnings) - Sets the warning state.
|
Verbose
public Verbose()
Constructs a verbose object.
getDetails
public boolean getDetails()
Gets the details state.
getSummary
public boolean getSummary()
Gets the summary state.
getWarnings
public boolean getWarnings()
Gets the warning state.
reset
public void reset()
Resets all verbose states to a default.
Warnings and Details are enabled, Summary is disabled.
setDetails
public void setDetails(boolean details)
Sets the details state.
details
- are details wanted?
setSummary
public void setSummary(boolean summary)
Sets the summary state.
summary
- is a summary wanted?
setWarnings
public void setWarnings(boolean warnings)
Sets the warning state.
warnings
- are warnings wanted?