Uses of Class
ru.cwcode.commands.ArgumentParser
Packages that use ArgumentParser
Package
Description
-
Uses of ArgumentParser in ru.cwcode.commands.executor
Fields in ru.cwcode.commands.executor declared as ArgumentParser -
Uses of ArgumentParser in ru.cwcode.commands.extra.builder
Method parameters in ru.cwcode.commands.extra.builder with type arguments of type ArgumentParserModifier and TypeMethodDescriptionCreateCommandBuilder.onExecute(BiConsumer<ArgumentParser, S> onExecute) RunnableCommandBuilder.runnable(TriConsumer<S, E, ArgumentParser> onExecute) -
Uses of ArgumentParser in ru.cwcode.commands.extra.command.executor
Constructor parameters in ru.cwcode.commands.extra.command.executor with type arguments of type ArgumentParserModifierConstructorDescriptionExtraExecutor(RepositoryAccessor<E, K, S> builder, TriConsumer<S, E, ArgumentParser> onExecute, int keyIndex) SimpleExecutor(BiConsumer<S, ArgumentParser> onExecute)