Uses of Class
com.microsoft.gctoolkit.parser.jvm.CommandLineFlag
-
Packages that use CommandLineFlag Package Description com.microsoft.gctoolkit.parser.jvm -
-
Uses of CommandLineFlag in com.microsoft.gctoolkit.parser.jvm
Methods in com.microsoft.gctoolkit.parser.jvm that return CommandLineFlag Modifier and Type Method Description static CommandLineFlagCommandLineFlag. fromString(String name)static CommandLineFlagCommandLineFlag. getEnumFromString(String string)static CommandLineFlagCommandLineFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandLineFlag[]CommandLineFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-