Uses of Class
com.composum.sling.core.pckgmgr.jcrpckg.PackageServlet.Operation
-
Packages that use PackageServlet.Operation Package Description com.composum.sling.core.pckgmgr.jcrpckg -
-
Uses of PackageServlet.Operation in com.composum.sling.core.pckgmgr.jcrpckg
Methods in com.composum.sling.core.pckgmgr.jcrpckg that return PackageServlet.Operation Modifier and Type Method Description static PackageServlet.Operation
PackageServlet.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PackageServlet.Operation[]
PackageServlet.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-