Uses of Class
org.apache.jackrabbit.oak.plugins.document.bundlor.BundlingConfigInitializer
-
Packages that use BundlingConfigInitializer Package Description org.apache.jackrabbit.oak.plugins.document.bundlor -
-
Uses of BundlingConfigInitializer in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor that return BundlingConfigInitializer Modifier and Type Method Description static BundlingConfigInitializer
BundlingConfigInitializer. valueOf(String name)
Returns the enum constant of this type with the specified name.static BundlingConfigInitializer[]
BundlingConfigInitializer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-