Hierarchy For All Packages
Package Hierarchies:- cloud.commandframework,
- cloud.commandframework.annotations.specifier,
- cloud.commandframework.arguments,
- cloud.commandframework.arguments.compound,
- cloud.commandframework.arguments.flags,
- cloud.commandframework.arguments.parser,
- cloud.commandframework.arguments.preprocessor,
- cloud.commandframework.arguments.standard,
- cloud.commandframework.captions,
- cloud.commandframework.context,
- cloud.commandframework.exceptions,
- cloud.commandframework.exceptions.parsing,
- cloud.commandframework.execution,
- cloud.commandframework.execution.postprocessor,
- cloud.commandframework.execution.preprocessor,
- cloud.commandframework.extra.confirmation,
- cloud.commandframework.internal,
- cloud.commandframework.meta,
- cloud.commandframework.permission,
- cloud.commandframework.types.tuples
Class Hierarchy
- java.lang.Object
- cloud.commandframework.execution.postprocessor.AcceptingCommandPostprocessor<C> (implements cloud.commandframework.execution.postprocessor.CommandPostprocessor<C>)
- cloud.commandframework.execution.preprocessor.AcceptingCommandPreprocessor<C> (implements cloud.commandframework.execution.preprocessor.CommandPreprocessor<C>)
- cloud.commandframework.arguments.compound.ArgumentPair.ArgumentPairIntermediaryBuilder<C,U,V>
- cloud.commandframework.arguments.parser.ArgumentParseResult<T>
- cloud.commandframework.arguments.compound.ArgumentTriplet.ArgumentTripletIntermediaryBuilder<C,U,V,W>
- cloud.commandframework.execution.AsynchronousCommandExecutionCoordinator.Builder<C>
- cloud.commandframework.arguments.standard.BooleanArgument.BooleanParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.arguments.standard.ByteArgument.ByteParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.captions.Caption
- cloud.commandframework.captions.CaptionVariable
- cloud.commandframework.arguments.standard.CharArgument.CharacterParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.Command<C>
- cloud.commandframework.Command.Builder<C>
- cloud.commandframework.arguments.CommandArgument<C,T> (implements java.lang.Comparable<T>)
- cloud.commandframework.arguments.standard.BooleanArgument<C>
- cloud.commandframework.arguments.standard.ByteArgument<C>
- cloud.commandframework.arguments.standard.CharArgument<C>
- cloud.commandframework.arguments.compound.CompoundArgument<T,C,O>
- cloud.commandframework.arguments.compound.ArgumentPair<C,U,V,O>
- cloud.commandframework.arguments.compound.ArgumentTriplet<C,U,V,W,O>
- cloud.commandframework.arguments.standard.DoubleArgument<C>
- cloud.commandframework.arguments.standard.EnumArgument<C,E>
- cloud.commandframework.arguments.compound.FlagArgument<C>
- cloud.commandframework.arguments.standard.FloatArgument<C>
- cloud.commandframework.arguments.standard.IntegerArgument<C>
- cloud.commandframework.arguments.standard.LongArgument<C>
- cloud.commandframework.arguments.standard.ShortArgument<C>
- cloud.commandframework.arguments.StaticArgument<C>
- cloud.commandframework.arguments.standard.StringArgument<C>
- cloud.commandframework.arguments.standard.StringArrayArgument<C>
- cloud.commandframework.arguments.standard.UUIDArgument<C>
- cloud.commandframework.arguments.CommandArgument.Builder<C,T>
- cloud.commandframework.arguments.standard.BooleanArgument.Builder<C>
- cloud.commandframework.arguments.standard.ByteArgument.Builder<C>
- cloud.commandframework.arguments.standard.CharArgument.Builder<C>
- cloud.commandframework.arguments.standard.DoubleArgument.Builder<C>
- cloud.commandframework.arguments.standard.EnumArgument.Builder<C,E>
- cloud.commandframework.arguments.standard.FloatArgument.Builder<C>
- cloud.commandframework.arguments.standard.IntegerArgument.Builder<C>
- cloud.commandframework.arguments.standard.LongArgument.Builder<C>
- cloud.commandframework.arguments.standard.ShortArgument.Builder<C>
- cloud.commandframework.arguments.standard.StringArgument.Builder<C>
- cloud.commandframework.arguments.standard.UUIDArgument.Builder<C>
- cloud.commandframework.extra.confirmation.CommandConfirmationManager<C>
- cloud.commandframework.context.CommandContext<C>
- cloud.commandframework.context.CommandContext.ArgumentTiming
- cloud.commandframework.execution.CommandExecutionCoordinator<C>
- cloud.commandframework.execution.AsynchronousCommandExecutionCoordinator<C>
- cloud.commandframework.execution.CommandExecutionCoordinator.SimpleCoordinator<C>
- cloud.commandframework.execution.CommandExecutionHandler.NullCommandExecutionHandler<C> (implements cloud.commandframework.execution.CommandExecutionHandler<C>)
- cloud.commandframework.arguments.flags.CommandFlag<T>
- cloud.commandframework.arguments.flags.CommandFlag.Builder<T>
- cloud.commandframework.CommandHelpHandler<C>
- cloud.commandframework.CommandHelpHandler.IndexHelpTopic<C> (implements cloud.commandframework.CommandHelpHandler.HelpTopic<C>)
- cloud.commandframework.CommandHelpHandler.MultiHelpTopic<C> (implements cloud.commandframework.CommandHelpHandler.HelpTopic<C>)
- cloud.commandframework.CommandHelpHandler.VerboseHelpEntry<C>
- cloud.commandframework.CommandHelpHandler.VerboseHelpTopic<C> (implements cloud.commandframework.CommandHelpHandler.HelpTopic<C>)
- cloud.commandframework.internal.CommandInputTokenizer
- cloud.commandframework.CommandManager<C>
- cloud.commandframework.meta.CommandMeta
- cloud.commandframework.meta.SimpleCommandMeta
- cloud.commandframework.execution.postprocessor.CommandPostprocessingContext<C>
- cloud.commandframework.execution.preprocessor.CommandPreprocessingContext<C>
- cloud.commandframework.internal.CommandRegistrationHandler.NullCommandRegistrationHandler (implements cloud.commandframework.internal.CommandRegistrationHandler)
- cloud.commandframework.execution.CommandResult<C>
- cloud.commandframework.CommandTree<C>
- cloud.commandframework.CommandTree.Node<T>
- cloud.commandframework.arguments.DelegatingCommandSuggestionEngine<C> (implements cloud.commandframework.arguments.CommandSuggestionEngine<C>)
- cloud.commandframework.arguments.DelegatingCommandSuggestionEngineFactory<C>
- cloud.commandframework.Description
- cloud.commandframework.arguments.standard.DoubleArgument.DoubleParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.types.tuples.DynamicTuple (implements cloud.commandframework.types.tuples.Tuple)
- cloud.commandframework.arguments.standard.EnumArgument.EnumParser<C,E> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.execution.FilteringCommandSuggestionProcessor<C> (implements cloud.commandframework.execution.CommandSuggestionProcessor<C>)
- cloud.commandframework.arguments.compound.FlagArgument.FlagArgumentParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.arguments.flags.FlagContext
- cloud.commandframework.arguments.standard.FloatArgument.FloatParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.arguments.standard.IntegerArgument.IntegerParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.permission.OrPermission (implements cloud.commandframework.permission.CommandPermission)
- cloud.commandframework.types.tuples.Pair<U,V> (implements cloud.commandframework.types.tuples.Tuple)
- cloud.commandframework.arguments.parser.ParserParameter<T>
- cloud.commandframework.arguments.parser.ParserParameters
- cloud.commandframework.permission.Permission (implements cloud.commandframework.permission.CommandPermission)
- cloud.commandframework.types.tuples.Quartet<U,V,W,X> (implements cloud.commandframework.types.tuples.Tuple)
- cloud.commandframework.types.tuples.Quintet<U,V,W,X,Y> (implements cloud.commandframework.types.tuples.Tuple)
- cloud.commandframework.arguments.preprocessor.RegexPreprocessor<C> (implements java.util.function.BiFunction<T,U,R>)
- cloud.commandframework.types.tuples.Sextet<U,V,W,X,Y,Z> (implements cloud.commandframework.types.tuples.Tuple)
- cloud.commandframework.arguments.standard.ShortArgument.ShortParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.captions.SimpleCaptionRegistry<C> (implements cloud.commandframework.captions.FactoryDelegatingCaptionRegistry<C>)
- cloud.commandframework.captions.SimpleCaptionRegistryFactory<C>
- cloud.commandframework.captions.SimpleCaptionVariableReplacementHandler (implements cloud.commandframework.captions.CaptionVariableReplacementHandler)
- cloud.commandframework.meta.SimpleCommandMeta.Builder
- cloud.commandframework.captions.StandardCaptionKeys
- cloud.commandframework.context.StandardCommandContextFactory<C> (implements cloud.commandframework.context.CommandContextFactory<C>)
- cloud.commandframework.arguments.StandardCommandSyntaxFormatter<C> (implements cloud.commandframework.arguments.CommandSyntaxFormatter<C>)
- cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
- cloud.commandframework.arguments.parser.StandardParameters
- cloud.commandframework.arguments.parser.StandardParserRegistry<C> (implements cloud.commandframework.arguments.parser.ParserRegistry<C>)
- cloud.commandframework.arguments.standard.StringArgument.StringParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- cloud.commandframework.arguments.standard.StringArrayArgument.StringArrayParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- cloud.commandframework.exceptions.CommandParseException
- cloud.commandframework.exceptions.ArgumentParseException
- cloud.commandframework.exceptions.InvalidCommandSenderException
- cloud.commandframework.exceptions.InvalidSyntaxException
- cloud.commandframework.exceptions.NoPermissionException
- cloud.commandframework.exceptions.NoSuchCommandException
- cloud.commandframework.exceptions.parsing.ParserException
- cloud.commandframework.arguments.standard.BooleanArgument.BooleanParseException
- cloud.commandframework.arguments.standard.CharArgument.CharParseException
- cloud.commandframework.arguments.standard.EnumArgument.EnumParseException
- cloud.commandframework.arguments.compound.FlagArgument.FlagParseException
- cloud.commandframework.exceptions.parsing.NumberParseException
- cloud.commandframework.arguments.standard.ByteArgument.ByteParseException
- cloud.commandframework.arguments.standard.DoubleArgument.DoubleParseException
- cloud.commandframework.arguments.standard.FloatArgument.FloatParseException
- cloud.commandframework.arguments.standard.IntegerArgument.IntegerParseException
- cloud.commandframework.arguments.standard.LongArgument.LongParseException
- cloud.commandframework.arguments.standard.ShortArgument.ShortParseException
- cloud.commandframework.arguments.standard.StringArgument.StringParseException
- cloud.commandframework.arguments.standard.UUIDArgument.UUIDParseException
- cloud.commandframework.arguments.preprocessor.RegexPreprocessor.RegexValidationException
- cloud.commandframework.exceptions.CommandParseException
- java.lang.IllegalStateException
- cloud.commandframework.exceptions.AmbiguousNodeException
- cloud.commandframework.exceptions.NoCommandInLeafException
- java.lang.IllegalArgumentException
- java.lang.RuntimeException
- java.lang.Exception
- cloud.commandframework.types.tuples.Triplet<U,V,W> (implements cloud.commandframework.types.tuples.Tuple)
- cloud.commandframework.arguments.standard.UUIDArgument.UUIDParser<C> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,T>)
Interface Hierarchy
- cloud.commandframework.arguments.parser.ArgumentParser<C,T>
- java.util.function.BiFunction<T,U,R>
- cloud.commandframework.execution.CommandSuggestionProcessor<C>
- cloud.commandframework.captions.CaptionRegistry<C>
- cloud.commandframework.captions.FactoryDelegatingCaptionRegistry<C>
- cloud.commandframework.captions.CaptionVariableReplacementHandler
- cloud.commandframework.context.CommandContextFactory<C>
- cloud.commandframework.execution.CommandExecutionHandler<C>
- cloud.commandframework.CommandHelpHandler.HelpTopic<C>
- cloud.commandframework.permission.CommandPermission
- cloud.commandframework.internal.CommandRegistrationHandler
- cloud.commandframework.arguments.CommandSuggestionEngine<C>
- cloud.commandframework.arguments.CommandSyntaxFormatter<C>
- java.util.function.Consumer<T>
- cloud.commandframework.services.types.ConsumerService<Context> (also extends cloud.commandframework.services.types.SideEffectService<Context>)
- cloud.commandframework.execution.postprocessor.CommandPostprocessor<C>
- cloud.commandframework.execution.preprocessor.CommandPreprocessor<C>
- cloud.commandframework.services.types.ConsumerService<Context> (also extends cloud.commandframework.services.types.SideEffectService<Context>)
- java.util.function.Function<T,R>
- cloud.commandframework.services.types.Service<Context,Result>
- cloud.commandframework.services.types.SideEffectService<Context>
- cloud.commandframework.services.types.ConsumerService<Context> (also extends java.util.function.Consumer<T>)
- cloud.commandframework.execution.postprocessor.CommandPostprocessor<C>
- cloud.commandframework.execution.preprocessor.CommandPreprocessor<C>
- cloud.commandframework.services.types.ConsumerService<Context> (also extends java.util.function.Consumer<T>)
- cloud.commandframework.services.types.SideEffectService<Context>
- cloud.commandframework.services.types.Service<Context,Result>
- cloud.commandframework.arguments.parser.ParserRegistry<C>
- cloud.commandframework.types.tuples.Tuple
Annotation Type Hierarchy
- cloud.commandframework.annotations.specifier.Completions (implements java.lang.annotation.Annotation)
- cloud.commandframework.annotations.specifier.Greedy (implements java.lang.annotation.Annotation)
- cloud.commandframework.annotations.specifier.Range (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cloud.commandframework.CommandManager.ManagerSettings
- cloud.commandframework.arguments.compound.FlagArgument.FailureReason
- cloud.commandframework.arguments.standard.StringArgument.StringMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)