Uses of Class
org.glassfish.api.deployment.OpsParams.Command
-
Packages that use OpsParams.Command Package Description org.glassfish.api.deployment -
-
Uses of OpsParams.Command in org.glassfish.api.deployment
Fields in org.glassfish.api.deployment declared as OpsParams.Command Modifier and Type Field Description OpsParams.CommandOpsParams. commandThe command associated with this operation, by default it's deployMethods in org.glassfish.api.deployment that return OpsParams.Command Modifier and Type Method Description OpsParams.CommandOpsParams. getCommand()static OpsParams.CommandOpsParams.Command. valueOf(String name)Returns the enum constant of this type with the specified name.static OpsParams.Command[]OpsParams.Command. values()Returns an array containing the constants of this enum type, in the order they are declared.
-