Enum ToolOption
- All Implemented Interfaces:
Serializable
,Comparable<ToolOption>
,java.lang.constant.Constable
Deprecated.
javadoc tool options.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ToolOption
(String opt) Deprecated.private
ToolOption
(String opt, boolean hasArg) Deprecated. -
Method Summary
Modifier and TypeMethodDescription(package private) static ToolOption
Deprecated.(package private) void
process
(ToolOption.Helper helper) Deprecated.(package private) void
process
(ToolOption.Helper helper, String arg) Deprecated.static ToolOption
Deprecated.Returns the enum constant of this type with the specified name.static ToolOption[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BOOTCLASSPATH
Deprecated. -
CLASSPATH
Deprecated. -
CP
Deprecated. -
CLASS_PATH
Deprecated. -
EXTDIRS
Deprecated. -
SOURCEPATH
Deprecated. -
SOURCE_PATH
Deprecated. -
SYSCLASSPATH
Deprecated. -
MODULE_SOURCE_PATH
Deprecated. -
UPGRADE_MODULE_PATH
Deprecated. -
SYSTEM_
Deprecated. -
MODULE_PATH
Deprecated. -
P
Deprecated. -
ADD_MODULES
Deprecated. -
LIMIT_MODULES
Deprecated. -
ENCODING
Deprecated. -
RELEASE
Deprecated. -
SOURCE
Deprecated. -
XMAXERRS
Deprecated. -
XMAXWARNS
Deprecated. -
ADD_READS
Deprecated. -
ADD_EXPORTS
Deprecated. -
PATCH_MODULE
Deprecated. -
DOCLET
Deprecated. -
DOCLETPATH
Deprecated. -
SUBPACKAGES
Deprecated. -
EXCLUDE
Deprecated. -
PACKAGE
Deprecated. -
PRIVATE
Deprecated. -
PROTECTED
Deprecated. -
PUBLIC
Deprecated. -
PROMPT
Deprecated. -
QUIET
Deprecated. -
VERBOSE
Deprecated. -
XWERROR
Deprecated. -
BREAKITERATOR
Deprecated. -
LOCALE
Deprecated. -
OVERVIEW
Deprecated. -
XCLASSES
Deprecated. -
HELP
Deprecated. -
X
Deprecated.
-
-
Field Details
-
opt
Deprecated. -
hasArg
public final boolean hasArgDeprecated.
-
-
Constructor Details
-
ToolOption
Deprecated. -
ToolOption
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
process
void process(ToolOption.Helper helper, String arg) throws com.sun.tools.javac.main.Option.InvalidValueException Deprecated.- Throws:
com.sun.tools.javac.main.Option.InvalidValueException
-
process
Deprecated. -
get
Deprecated.
-