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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 classAbstractIdFactory
- Returns:
- a implementation of
PathFactory
. - See Also:
AbstractIdFactory.getPathFactory()
-
-