|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.AbstractRepositoryService
public abstract class AbstractRepositoryService
AbstractRepositoryService provides an abstract base class for
repository service implementations. This class provides default
implementations for the following methods:
| Constructor Summary | |
|---|---|
AbstractRepositoryService()
|
|
| Method Summary | |
|---|---|
IdFactory |
getIdFactory()
|
NameFactory |
getNameFactory()
|
PathFactory |
getPathFactory()
|
QValueFactory |
getQValueFactory()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRepositoryService()
| Method Detail |
|---|
public IdFactory getIdFactory()
throws RepositoryException
getIdFactory in interface RepositoryServiceIdFactoryImpl.getInstance().
RepositoryException - if an error occurs.
public NameFactory getNameFactory()
throws RepositoryException
getNameFactory in interface RepositoryServiceNameFactoryImpl.getInstance().
RepositoryException - if an error occurs.
public PathFactory getPathFactory()
throws RepositoryException
getPathFactory in interface RepositoryServicePathFactoryImpl.getInstance().
RepositoryException - if an error occurs.
public QValueFactory getQValueFactory()
throws RepositoryException
getQValueFactory in interface RepositoryServiceQValueFactoryImpl.getInstance().
RepositoryException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||