Class IdFactoryImpl
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.identifier.AbstractIdFactory
- 
- org.apache.jackrabbit.spi.commons.identifier.IdFactoryImpl
 
 
- 
- All Implemented Interfaces:
- IdFactory
 
 public final class IdFactoryImpl extends AbstractIdFactory IdFactoryImpl...
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdFactorygetInstance()protected PathFactorygetPathFactory()Subclassed need to define a PathFactory used to create IDs- 
Methods inherited from class org.apache.jackrabbit.spi.commons.identifier.AbstractIdFactorycreateNodeId, createNodeId, createNodeId, createPropertyId, fromJcrIdentifier, toJcrIdentifier
 
- 
 
- 
- 
- 
Method Detail- 
getInstancepublic static IdFactory getInstance() 
 - 
getPathFactoryprotected PathFactory getPathFactory() Description copied from class:AbstractIdFactorySubclassed need to define a PathFactory used to create IDs- Specified by:
- getPathFactoryin class- AbstractIdFactory
- Returns:
- a implementation of PathFactory.
- See Also:
- AbstractIdFactory.getPathFactory()
 
 
- 
 
-