public abstract class Options
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected boolean |
noColor |
| Modifier | Constructor and Description |
|---|---|
protected |
Options(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
noColor(boolean noColor)
Disables color codes in the command output if
true is specified. |