Package Hierarchies:
- de.kentoj.kencommandapi,
- de.kentoj.kencommandapi.api,
- de.kentoj.kencommandapi.api.processing,
- de.kentoj.kencommandapi.api.structure.argument,
- de.kentoj.kencommandapi.api.structure.argument.suggestion,
- de.kentoj.kencommandapi.api.structure.argument.types,
- de.kentoj.kencommandapi.api.structure.node,
- de.kentoj.kencommandapi.impl,
- de.kentoj.kencommandapi.impl.processing,
- de.kentoj.kencommandapi.impl.structure.argument,
- de.kentoj.kencommandapi.impl.structure.node
Class Hierarchy
- java.lang.Object
- de.kentoj.kencommandapi.impl.AbstractKenCommandApi<T,S> (implements de.kentoj.kencommandapi.api.KenCommandApi<T,S>)
- de.kentoj.kencommandapi.impl.structure.argument.CommandArgumentImpl<T,S,V> (implements de.kentoj.kencommandapi.api.structure.argument.CommandArgument<T,S,V>)
- de.kentoj.kencommandapi.impl.processing.CommandContextImpl<T,S> (implements de.kentoj.kencommandapi.api.processing.CommandContext<T,S>)
- de.kentoj.kencommandapi.impl.structure.node.CommandNodeImpl<T,S> (implements de.kentoj.kencommandapi.api.structure.node.CommandNode<T,S>)
- de.kentoj.kencommandapi.api.structure.argument.types.IntegerArgumentType<T,S> (implements de.kentoj.kencommandapi.api.structure.argument.ArgumentType<T,S,V>)
- de.kentoj.kencommandapi.Main
- de.kentoj.kencommandapi.api.structure.argument.suggestion.NoSuggestionProvider<T,S> (implements de.kentoj.kencommandapi.api.structure.argument.SuggestionProvider<T,S>)
- de.kentoj.kencommandapi.impl.processing.ParsedArgumentImpl<T,S,V> (implements de.kentoj.kencommandapi.api.processing.ParsedArgument<T,S,V>)
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- de.kentoj.kencommandapi.api.structure.node.ArgumentNode<T,S>
- de.kentoj.kencommandapi.api.structure.node.CommandNode<T,S> (also extends de.kentoj.kencommandapi.api.structure.node.LiteralNode<T,S>)
- de.kentoj.kencommandapi.api.structure.argument.ArgumentType<T,S,V>
- de.kentoj.kencommandapi.api.structure.argument.CommandArgument<T,S,V>
- de.kentoj.kencommandapi.api.processing.CommandContext<T,S>
- de.kentoj.kencommandapi.api.processing.CommandExecutor<T,S>
- de.kentoj.kencommandapi.api.KenCommandApi<T,S>
- de.kentoj.kencommandapi.api.structure.node.LiteralNode<T,S>
- de.kentoj.kencommandapi.api.structure.node.CommandNode<T,S> (also extends de.kentoj.kencommandapi.api.structure.node.ArgumentNode<T,S>)
- de.kentoj.kencommandapi.api.processing.ParsedArgument<T,S,V>
- de.kentoj.kencommandapi.api.structure.argument.SuggestionProvider<T,S>