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 public class GenericRepositoryFactory extends JndiRepositoryFactory
Deprecated.Renamed toJndiRepositoryFactory
. This class will be removed in Jackrabbit 2.0. Please use theJcrUtils.REPOSITORY_URI
constant instead of theURI
constant in this class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
URI
Deprecated.Please useJcrUtils.REPOSITORY_URI
instead.-
Fields inherited from class org.apache.jackrabbit.commons.JndiRepositoryFactory
JNDI_NAME
-
-
Constructor Summary
Constructors Constructor Description GenericRepositoryFactory()
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.jackrabbit.commons.JndiRepositoryFactory
getRepository
-
-
-
-
Field Detail
-
URI
public static final java.lang.String URI
Deprecated.Please useJcrUtils.REPOSITORY_URI
instead.- See Also:
- Constant Field Values
-
-