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 Details

    • INSTANCE

      public static final BundlingConfigInitializer INSTANCE
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public 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.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static BundlingConfigInitializer valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • initialize

      public void initialize(@NotNull @NotNull NodeBuilder builder)
      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 interface RepositoryInitializer
      Parameters:
      builder - builder for accessing and modifying repository content