Package org.apache.jackrabbit.commons
Class GenericRepositoryFactory
java.lang.Object
org.apache.jackrabbit.commons.JndiRepositoryFactory
org.apache.jackrabbit.commons.GenericRepositoryFactory
- All Implemented Interfaces:
RepositoryFactory
Deprecated.
Renamed to
JndiRepositoryFactory
. This class will be removed
in Jackrabbit 2.0. Please use the JcrUtils.REPOSITORY_URI
constant
instead of the URI
constant in this class.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Please useJcrUtils.REPOSITORY_URI
instead.Fields inherited from class org.apache.jackrabbit.commons.JndiRepositoryFactory
JNDI_NAME
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.commons.JndiRepositoryFactory
getRepository
-
Field Details
-
URI
Deprecated.Please useJcrUtils.REPOSITORY_URI
instead.- See Also:
-
-
Constructor Details
-
GenericRepositoryFactory
public GenericRepositoryFactory()Deprecated.
-