Package org.apache.jackrabbit.commons
Class GenericRepositoryFactory
- java.lang.Object
-
- org.apache.jackrabbit.commons.JndiRepositoryFactory
-
- org.apache.jackrabbit.commons.GenericRepositoryFactory
-
- All Implemented Interfaces:
javax.jcr.RepositoryFactory
@Deprecated public class GenericRepositoryFactory extends JndiRepositoryFactory
Deprecated.Renamed toJndiRepositoryFactory. This class will be removed in Jackrabbit 2.0. Please use theJcrUtils.REPOSITORY_URIconstant instead of theURIconstant in this class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringURIDeprecated.Please useJcrUtils.REPOSITORY_URIinstead.-
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_URIinstead.- See Also:
- Constant Field Values
-
-