Uses of Class
org.flywaydb.commandline.CommandLineArguments.Color
-
Packages that use CommandLineArguments.Color Package Description org.flywaydb.commandline -
-
Uses of CommandLineArguments.Color in org.flywaydb.commandline
Methods in org.flywaydb.commandline that return CommandLineArguments.Color Modifier and Type Method Description static CommandLineArguments.ColorCommandLineArguments.Color. fromString(java.lang.String value)CommandLineArguments.ColorCommandLineArguments. getColor()static CommandLineArguments.ColorCommandLineArguments.Color. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandLineArguments.Color[]CommandLineArguments.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.
-