Uses of Enum
org.apache.sling.testing.mock.sling.NodeTypeMode
Packages that use NodeTypeMode
-
Uses of NodeTypeMode in org.apache.sling.testing.mock.sling
Methods in org.apache.sling.testing.mock.sling that return NodeTypeModeModifier and TypeMethodDescription@NotNull NodeTypeMode
ResourceResolverType.getNodeTypeMode()
static NodeTypeMode
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.Methods in org.apache.sling.testing.mock.sling with parameters of type NodeTypeModeModifier and TypeMethodDescriptionvoid
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.