org.apache.jackrabbit.spi.commons.identifier
Class IdFactoryImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.identifier.AbstractIdFactory
org.apache.jackrabbit.spi.commons.identifier.IdFactoryImpl
- All Implemented Interfaces:
- org.apache.jackrabbit.spi.IdFactory
public final class IdFactoryImpl
- extends AbstractIdFactory
IdFactoryImpl...
|
Method Summary |
static org.apache.jackrabbit.spi.IdFactory |
getInstance()
|
protected org.apache.jackrabbit.spi.PathFactory |
getPathFactory()
Subclassed need to define a PathFactory used to create IDs |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static org.apache.jackrabbit.spi.IdFactory getInstance()
getPathFactory
protected org.apache.jackrabbit.spi.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-2011 The Apache Software Foundation. All Rights Reserved.