Uses of Enum Class
org.rostore.cli.Operation
Packages that use Operation
-
Uses of Operation in org.rostore.cli
Methods in org.rostore.cli that return OperationModifier and TypeMethodDescriptionstatic OperationOperation.getByCliName(String cliName) static OperationReturns 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.Methods in org.rostore.cli with parameters of type OperationModifier and TypeMethodDescriptionstatic voidCli.mainWithException(Operation operation, org.apache.commons.cli.CommandLine cmd)