public interface ArgumentType
| Modifier and Type | Field and Description |
|---|---|
static short |
BOOL
Tag a boolean argument.
|
static short |
CHAR
Tag a char argument.
|
static short |
EMPTY
Tag an empty argument (without a value).
|
static short |
FLOAT
Tag a float argument.
|
static short |
INT
Tag an int argument.
|
static short |
LOG_PLUGIN_REGISTER_PROGRESS
Tag an argument which specifies that this argument will be used to log the register progress of plugins.
|
static short |
PROPERTIES
Tag a properties file argument.
|
static short |
SHORT
Tag a short argument.
|
static short |
STRING
Tag a String argument.
|
static short |
URL
Tag a File argument.
|
static final short BOOL
static final short CHAR
static final short SHORT
static final short INT
static final short FLOAT
static final short STRING
static final short URL
static final short PROPERTIES
static final short EMPTY
static final short LOG_PLUGIN_REGISTER_PROGRESS