Class NodeStateNodeTypeInfoProvider

  • All Implemented Interfaces:
    NodeTypeInfoProvider

    public class NodeStateNodeTypeInfoProvider
    extends java.lang.Object
    implements NodeTypeInfoProvider
    A nodetype info provider that is based on node states.
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeStateNodeTypeInfoProvider​(org.apache.jackrabbit.oak.spi.state.NodeState baseState)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeTypeInfo getNodeTypeInfo​(java.lang.String nodeTypeName)
      Verify that the given nodetype exists.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeStateNodeTypeInfoProvider

        public NodeStateNodeTypeInfoProvider​(org.apache.jackrabbit.oak.spi.state.NodeState baseState)
    • Method Detail

      • getNodeTypeInfo

        public NodeTypeInfo getNodeTypeInfo​(java.lang.String nodeTypeName)
        Description copied from interface: NodeTypeInfoProvider
        Verify that the given nodetype exists.
        Specified by:
        getNodeTypeInfo in interface NodeTypeInfoProvider
        Parameters:
        nodeTypeName - the fully qualified nodetype name
        Returns:
        the information