public class BundledTypesRegistry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BundledTypesRegistry.BundledTypesRegistryBuilder |
| Modifier and Type | Field and Description |
|---|---|
static BundledTypesRegistry |
NOOP |
| Constructor and Description |
|---|
BundledTypesRegistry(Map<String,DocumentBundlor> bundlors) |
| Modifier and Type | Method and Description |
|---|---|
static BundledTypesRegistry.BundledTypesRegistryBuilder |
builder() |
static BundledTypesRegistry |
from(org.apache.jackrabbit.oak.spi.state.NodeState configParentState) |
@Nullable DocumentBundlor |
getBundlor(org.apache.jackrabbit.oak.spi.state.NodeState state) |
public static BundledTypesRegistry NOOP
public BundledTypesRegistry(Map<String,DocumentBundlor> bundlors)
public static BundledTypesRegistry from(org.apache.jackrabbit.oak.spi.state.NodeState configParentState)
@Nullable public @Nullable DocumentBundlor getBundlor(org.apache.jackrabbit.oak.spi.state.NodeState state)
public static BundledTypesRegistry.BundledTypesRegistryBuilder builder()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.