Uses of Class
org.strassburger.tui4j.command.Option
Packages that use Option
-
Uses of Option in org.strassburger.tui4j.command
Methods in org.strassburger.tui4j.command that return OptionModifier and TypeMethodDescriptionCreates a boolean option.Creates a double option.Creates a float option.Creates an integer option.static <T> Option<T>Creates a string option.Methods in org.strassburger.tui4j.command that return types with arguments of type OptionModifier and TypeMethodDescriptionCommand.getOptions()CommandContext.getOptions()Retrieves the map of options and their corresponding values.Methods in org.strassburger.tui4j.command with parameters of type OptionModifier and TypeMethodDescriptionAdds one or more options to this command.<T> TCommandContext.getOptionValue(Option<T> option) Retrieves the value of the specified option.