Class ExampleHook
java.lang.Object
org.apache.jackrabbit.vault.packaging.hooks.ExampleHook
- All Implemented Interfaces:
InstallHook
ExampleHook...-
Field Details
-
PROP_COPY_FROM
-
PROP_COPY_TO
-
PROP_TEST_NODE
-
-
Constructor Details
-
ExampleHook
public ExampleHook()
-
-
Method Details
-
execute
Description copied from interface:InstallHookExecutes hook specific code. This is called for each installation phase.- Specified by:
executein interfaceInstallHook- Parameters:
ctx- the installation context- Throws:
PackageException- if the hook desires to abort the current phase.
-