Uses of Class
com.google.tsunami.main.cli.option.OutputDataFormat
-
Packages that use OutputDataFormat Package Description com.google.tsunami.main.cli.option -
-
Uses of OutputDataFormat in com.google.tsunami.main.cli.option
Methods in com.google.tsunami.main.cli.option that return OutputDataFormat Modifier and Type Method Description static OutputDataFormatOutputDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputDataFormat[]OutputDataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.tsunami.main.cli.option that return types with arguments of type OutputDataFormat Modifier and Type Method Description static Optional<OutputDataFormat>OutputDataFormat. parse(String value)Parses the givenvalueintoOutputDataFormatenum.
-