org.apache.jackrabbit.spi.commons.identifier
Class IdFactoryImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.identifier.AbstractIdFactory
      extended by org.apache.jackrabbit.spi.commons.identifier.IdFactoryImpl
All Implemented Interfaces:
IdFactory

public final class IdFactoryImpl
extends AbstractIdFactory

IdFactoryImpl...


Method Summary
static IdFactory getInstance()
           
protected  PathFactory getPathFactory()
          Subclassed need to define a PathFactory used to create IDs
 
Methods inherited from class org.apache.jackrabbit.spi.commons.identifier.AbstractIdFactory
createNodeId, createNodeId, createNodeId, createPropertyId, fromJcrIdentifier, toJcrIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static IdFactory getInstance()

getPathFactory

protected PathFactory getPathFactory()
Description copied from class: AbstractIdFactory
Subclassed need to define a PathFactory used to create IDs

Specified by:
getPathFactory in class AbstractIdFactory
Returns:
a implementation of PathFactory.
See Also:
AbstractIdFactory.getPathFactory()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.