Class IdFactoryLogger

    • Constructor Summary

      Constructors 
      Constructor Description
      IdFactoryLogger​(IdFactory idFactory, LogWriter writer)
      Create a new instance for the given idFactory which uses writer for persisting log messages.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeId createNodeId​(java.lang.String uniqueID)
      Creates a new NodeId from the given unique id.
      NodeId createNodeId​(java.lang.String uniqueID, Path path)
      Creates a new NodeId from the given unique id (which identifies an ancestor Node) and the given Path object.
      NodeId createNodeId​(NodeId parentId, Path path)
      Creates a new NodeId from the given parent id and the given Path object.
      PropertyId createPropertyId​(NodeId parentId, Name propertyName)
      Creates a new PropertyId from the given parent id and property name.
      NodeId fromJcrIdentifier​(java.lang.String jcrIdentifier)
      Create a new NodeId from the given JCR string representation.
      IdFactory getIdFactory()  
      java.lang.String toJcrIdentifier​(NodeId nodeId)
      Returns the JCR string representation of the given nodeId.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait