Package org.onehippo.repository.modules
-
Interface Summary Interface Description ConfigurableDaemonModule DaemonModule
that needs module configuration.DaemonModule A DaemonModule represents a repository-managed component. -
Class Summary Class Description AbstractReconfigurableDaemonModule Abstract base class forConfigurableDaemonModule
s that wish to reconfigure when their module configuration changes in the repository. -
Annotation Types Summary Annotation Type Description After Use this annotation on implementations ofDaemonModule
s to force the system to start and execute the module after other modules named by the annotation.ProvidesService Use this annotation on implementations ofDaemonModule
s to inform the system about which services it registers with theHippoServiceRegistry
.RequiresService Use this annotation on implementations ofDaemonModule
s to inform the system about which services it uses from theHippoServiceRegistry
and which are provided by otherDaemonModule
s.