Uses of Enum Class
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 NodeTypeModeResourceResolverType.getNodeTypeMode()static NodeTypeModeReturns the enum constant of this class with the specified name.static NodeTypeMode[]NodeTypeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sling.testing.mock.sling with parameters of type NodeTypeModeModifier and TypeMethodDescriptionvoidNodeTypeDefinitionScanner.register(javax.jcr.Session session, List<String> nodeTypeResources, NodeTypeMode nodeTypeMode) Registers node types found in classpath in JCR repository.voidNodeTypeDefinitionScanner.register(javax.jcr.Session session, NodeTypeMode nodeTypeMode) Registers node types found in classpath in JCR repository.