Uses of Enum Class
org.rostore.cli.Operation
-
Uses of Operation in org.rostore.cli
Modifier and TypeMethodDescriptionstatic Operation
Operation.getByCliName
(String cliName) static Operation
Returns the enum constant of this class with the specified name.static Operation[]
Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
Cli.mainWithException
(Operation operation, org.apache.commons.cli.CommandLine cmd)