Enum BundlingConfigInitializer
java.lang.Object
java.lang.Enum<BundlingConfigInitializer>
org.apache.jackrabbit.oak.plugins.document.bundlor.BundlingConfigInitializer
- All Implemented Interfaces:
Serializable
,Comparable<BundlingConfigInitializer>
,RepositoryInitializer
@Deprecated(forRemoval=true)
public enum BundlingConfigInitializer
extends Enum<BundlingConfigInitializer>
implements RepositoryInitializer
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated and will be removed in future releases.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
Fields inherited from interface org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializer
DEFAULT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(@NotNull NodeBuilder builder) Deprecated, for removal: This API element is subject to removal in a future version.Initializes repository content.static BundlingConfigInitializer
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static BundlingConfigInitializer[]
values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
initialize
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RepositoryInitializer
Initializes repository content. This method is called as soon as a repository becomes available. Note that the repository may already have been initialized, so the implementation of this method should check for that before blindly adding new content.- Specified by:
initialize
in interfaceRepositoryInitializer
- Parameters:
builder
- builder for accessing and modifying repository content
-
BundlingConfigInitializer
instead