Uses of Enum
org.apache.sis.console.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in org.apache.sis.console
Fields in org.apache.sis.console declared as OutputFormatModifier and TypeFieldDescriptionprivate final OutputFormat
FormattedOutputCommand.outputFormat
The output format.Methods in org.apache.sis.console that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormat
Returns the enum constant of this type with the specified name.static OutputFormat[]
OutputFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.console with parameters of type OutputFormatModifierConstructorDescription(package private)
FormattedOutputCommand
(int commandIndex, String[] arguments, EnumSet<Option> validOptions, OutputFormat... supportedFormats) Creates a new sub-command with the given command-line arguments.