public enum BundlingConfigInitializer extends Enum<BundlingConfigInitializer> implements org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializer
| Enum Constant and Description |
|---|
INSTANCE |
DEFAULT| Modifier and Type | Method and Description |
|---|---|
void |
initialize(@NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder builder) |
static BundlingConfigInitializer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundlingConfigInitializer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundlingConfigInitializer INSTANCE
public static BundlingConfigInitializer[] values()
for (BundlingConfigInitializer c : BundlingConfigInitializer.values()) System.out.println(c);
public static BundlingConfigInitializer valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void initialize(@NotNull
@NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder builder)
initialize in interface org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializerCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.