Uses of Class
com.google.tsunami.main.cli.option.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(java.lang.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 java.util.Optional<OutputDataFormat>OutputDataFormat. parse(java.lang.String value)Parses the givenvalueintoOutputDataFormatenum.