org.modeshape.jdbc.delegate
Class RepositoryDelegateFactory
java.lang.Object
org.modeshape.jdbc.delegate.RepositoryDelegateFactory
public class RepositoryDelegateFactory
- extends Object
The RepositoryDelegateFactory is used to create the required type of RepositoryDelegate
based upon the url provided.
The url must be prefixed by either or .
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryDelegateFactory
public RepositoryDelegateFactory()
createRepositoryDelegate
public static RepositoryDelegate createRepositoryDelegate(String url,
Properties info,
JcrDriver.JcrContextFactory contextFactory)
throws SQLException
- Throws:
SQLException
acceptUrl
public static boolean acceptUrl(String url)
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.