Package | Description |
---|---|
org.apache.sling.testing.mock.sling |
Mock implementation of selected Sling APIs.
|
Modifier and Type | Method and Description |
---|---|
@NotNull NodeTypeMode |
ResourceResolverType.getNodeTypeMode() |
static NodeTypeMode |
NodeTypeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeTypeMode[] |
NodeTypeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeTypeDefinitionScanner.register(javax.jcr.Session session,
List<String> nodeTypeResources,
NodeTypeMode nodeTypeMode)
Registers node types found in classpath in JCR repository.
|
void |
NodeTypeDefinitionScanner.register(javax.jcr.Session session,
NodeTypeMode nodeTypeMode)
Registers node types found in classpath in JCR repository.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.