Uses of Class
org.infinispan.cli.impl.CliMode
-
Packages that use CliMode Package Description org.infinispan.cli.impl -
-
Uses of CliMode in org.infinispan.cli.impl
Methods in org.infinispan.cli.impl that return CliMode Modifier and Type Method Description static CliModeCliMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CliMode[]CliMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-