public class ArgumentTypeContainer
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
static void
add(String name,
wf.utils.command.subcommand.executor.types.ArgumentType type)
static wf.utils.command.subcommand.executor.types.ArgumentType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
STRING
public static final String STRING
- See Also:
-
-
INTEGER
public static final String INTEGER
- See Also:
-
-
DOUBLE
public static final String DOUBLE
- See Also:
-
-
LONG
public static final String LONG
- See Also:
-
-
BOOLEAN
public static final String BOOLEAN
- See Also:
-
-
MULTI_STRING
public static final String MULTI_STRING
- See Also:
-
-
Constructor Details
-
ArgumentTypeContainer
public ArgumentTypeContainer()
-
Method Details
-
add
public static void add(String name,
wf.utils.command.subcommand.executor.types.ArgumentType type)
-
get
public static wf.utils.command.subcommand.executor.types.ArgumentType get(String name)