Uses of Enum
org.apache.sis.console.Option
Packages that use Option
-
Uses of Option in org.apache.sis.console
Fields in org.apache.sis.console with type parameters of type OptionModifier and TypeFieldDescriptionCommandRunner.optionsThe command-line options allowed by this sub-command, together with their values.CommandRunner.validOptionsThe set of legal options for this command.Methods in org.apache.sis.console that return OptionModifier and TypeMethodDescription(package private) static OptionReturns the option for the given string.static OptionReturns the enum constant of this type with the specified name.static Option[]Option.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.console that return types with arguments of type OptionModifier and TypeMethodDescriptionIdentifierCommand.options()Work around for RFE #4093999 in Sun's bug database ("Relax constraint on placement of this()/super() call in constructors").MetadataCommand.options()Returns valid options for the"metadata"command.TransformCommand.options()Returns valid options for the"transform"commands.Methods in org.apache.sis.console with parameters of type OptionModifier and TypeMethodDescriptionprivate org.opengis.referencing.crs.CoordinateReferenceSystemFetches the source or target coordinate reference system from the value given to the specified option.(package private) final booleanCommandRunner.hasContradictoryOptions(Option... exclusive) Checks if the user-provided CommandRunner.options contains mutually exclusive options.Method parameters in org.apache.sis.console with type arguments of type OptionModifier and TypeMethodDescription(package private) voidImplementation ofHelpCommand.run(), also shared byCommandRunner.help(String).Constructor parameters in org.apache.sis.console with type arguments of type OptionModifierConstructorDescriptionprotectedCommandRunner(int commandIndex, String[] arguments, EnumSet<Option> validOptions) Creates a new sub-command with the given command-line arguments.(package private)FormattedOutputCommand(int commandIndex, String[] arguments, EnumSet<Option> validOptions, OutputFormat... supportedFormats) Creates a new sub-command with the given command-line arguments.