Uses of Class
kboyle.oktane.core.module.CommandParameter
Packages that use CommandParameter
Package
Description
-
Uses of CommandParameter in kboyle.oktane.core
Methods in kboyle.oktane.core that return CommandParameter -
Uses of CommandParameter in kboyle.oktane.core.module
Fields in kboyle.oktane.core.module with type parameters of type CommandParameterModifier and TypeFieldDescriptioncom.google.common.collect.ImmutableList<CommandParameter>
Command.parameters
-
Uses of CommandParameter in kboyle.oktane.core.results.argumentparser
Methods in kboyle.oktane.core.results.argumentparser that return CommandParameterModifier and TypeMethodDescriptionArgumentParserFailedResult.parameter()
Returns the value of theparameter
record component.Constructors in kboyle.oktane.core.results.argumentparser with parameters of type CommandParameterModifierConstructorDescriptionArgumentParserFailedResult(CommandParameter parameter, String token, TypeParserResult<?> result)
Creates an instance of aArgumentParserFailedResult
record class. -
Uses of CommandParameter in kboyle.oktane.core.results.precondition
Methods in kboyle.oktane.core.results.precondition that return CommandParameterModifier and TypeMethodDescriptionParameterPreconditionsFailedResult.parameter()
Returns the value of theparameter
record component.Constructors in kboyle.oktane.core.results.precondition with parameters of type CommandParameterModifierConstructorDescriptionParameterPreconditionsFailedResult(CommandParameter parameter, Object argument, PreconditionResult result)
Creates an instance of aParameterPreconditionsFailedResult
record class.