Package com.xpdustry.distributor.command
Interface CommandElement.Argument
- All Superinterfaces:
CommandElement
- Enclosing interface:
- CommandElement
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.xpdustry.distributor.command.CommandElement
CommandElement.Argument, CommandElement.Flag -
Method Summary
Modifier and TypeMethodDescriptiongetKind()static CommandElement.Argumentof(String name, DescriptionFacade description, Collection<String> aliases, CommandElement.Argument.Kind kind) Methods inherited from interface com.xpdustry.distributor.command.CommandElement
getAliases, getDescription, getName
-
Method Details
-
of
static CommandElement.Argument of(String name, DescriptionFacade description, Collection<String> aliases, CommandElement.Argument.Kind kind) -
getKind
CommandElement.Argument.Kind getKind()
-