Uses of Class
org.apache.jackrabbit.vault.packaging.InstallContext.Phase
-
Packages that use InstallContext.Phase Package Description org.apache.jackrabbit.vault.packaging org.apache.jackrabbit.vault.packaging.impl -
-
Uses of InstallContext.Phase in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that return InstallContext.Phase Modifier and Type Method Description InstallContext.Phase
InstallContext. getPhase()
Returns the current installation phasestatic InstallContext.Phase
InstallContext.Phase. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstallContext.Phase[]
InstallContext.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InstallContext.Phase in org.apache.jackrabbit.vault.packaging.impl
Methods in org.apache.jackrabbit.vault.packaging.impl that return InstallContext.Phase Modifier and Type Method Description InstallContext.Phase
InstallContextImpl. getPhase()
Methods in org.apache.jackrabbit.vault.packaging.impl with parameters of type InstallContext.Phase Modifier and Type Method Description protected void
InstallContextImpl. setPhase(InstallContext.Phase phase)
-