Hierarchy For All Packages
- wf.utils.command.listener,
- wf.utils.command.model,
- wf.utils.command.subcommand,
- wf.utils.command.subcommand.executor,
- wf.utils.command.subcommand.executor.types,
- wf.utils.command.subcommand.executor.types.standart,
- wf.utils.command.utils
Class Hierarchy
- java.lang.Object
- wf.utils.command.listener.AbstractCommandHandler<T>
- wf.utils.command.listener.CommandHandler<T>
- wf.utils.command.listener.StringCommandHandler
- wf.utils.command.listener.CommandSameHandler<T>
- wf.utils.command.listener.CommandHandler<T>
- wf.utils.command.subcommand.executor.Argument
- wf.utils.command.subcommand.executor.types.standart.BooleanArgument (implements wf.utils.command.subcommand.executor.types.ArgumentType)
- wf.utils.command.subcommand.executor.types.standart.DoubleArgument (implements wf.utils.command.subcommand.executor.types.ArgumentType)
- wf.utils.command.subcommand.executor.types.standart.IntegerArgument (implements wf.utils.command.subcommand.executor.types.ArgumentType)
- wf.utils.command.subcommand.executor.types.standart.LongArgument (implements wf.utils.command.subcommand.executor.types.ArgumentType)
- wf.utils.command.subcommand.executor.types.standart.OptionalArgument (implements wf.utils.command.subcommand.executor.types.ArgumentType)
- wf.utils.command.subcommand.executor.types.standart.StringArgument (implements wf.utils.command.subcommand.executor.types.ArgumentType)
- wf.utils.command.subcommand.executor.types.standart.MultiStringArgument (implements wf.utils.command.subcommand.executor.types.MultiArgument)
- wf.utils.command.subcommand.SubCommand<T>
- wf.utils.command.subcommand.SubCommandBuilder<T>
- wf.utils.command.subcommand.executor.SubCommandExecutor
- wf.utils.command.utils.TypeUtils
- wf.utils.command.listener.AbstractCommandHandler<T>
Interface Hierarchy
- wf.utils.command.subcommand.executor.types.ArgumentType
- wf.utils.command.model.CommandSender
- wf.utils.command.subcommand.executor.types.MultiArgument
- wf.utils.command.model.TriConsumer<T,
U, D>