All Known Subinterfaces:
Option.Flag, Option.Value<T>, Option.Values<T>
All Known Implementing Classes:
AdditionalArgumentsOption, JarCommand.FileOption, JarCommand.FilesOption, JarCommand.MainClassOption, JarCommand.ModeOption, JavacCommand.ReleaseOption, ModulePathsOption, ModulesOption, ModuleSourcePathPatternsOption, ModuleSourcePathSpecificsOption, OutputDirectoryOption, VerboseOption

public interface Option
An option of a command.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A boolean option that is either not present or true or false.
    static interface 
    A value holding option.
    static interface 
    A list of values holding option.