Uses of Interface
org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializer
-
Packages that use RepositoryInitializer Package Description org.apache.jackrabbit.oak.spi.lifecycle -
-
Uses of RepositoryInitializer in org.apache.jackrabbit.oak.spi.lifecycle
Classes in org.apache.jackrabbit.oak.spi.lifecycle that implement RepositoryInitializer Modifier and Type Class Description classCompositeInitializerComposite repository initializer that delegates theCompositeInitializer.initialize(NodeBuilder)call in sequence to all the component initializers.Fields in org.apache.jackrabbit.oak.spi.lifecycle declared as RepositoryInitializer Modifier and Type Field Description static RepositoryInitializerRepositoryInitializer. DEFAULTDefault implementation makes no changes to the repository.Constructors in org.apache.jackrabbit.oak.spi.lifecycle with parameters of type RepositoryInitializer Constructor Description CompositeInitializer(RepositoryInitializer... initializers)Constructor parameters in org.apache.jackrabbit.oak.spi.lifecycle with type arguments of type RepositoryInitializer Constructor Description CompositeInitializer(Collection<RepositoryInitializer> trackers)
-