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_URIconstant instead of theURIconstant in this class.
-
-
Field Summary
Fields Modifier and Type Field Description static StringURIDeprecated.Please useJcrUtils.REPOSITORY_URIinstead.-
Fields inherited from class org.apache.jackrabbit.commons.JndiRepositoryFactory
JNDI_NAME
-
-
Constructor Summary
Constructors Constructor Description GenericRepositoryFactory()Deprecated.
-
-
-
Field Detail
-
URI
public static final String URI
Deprecated.Please useJcrUtils.REPOSITORY_URIinstead.- See Also:
- Constant Field Values
-
-