org.modeshape.jdbc.delegate
Class RepositoryDelegateFactory

java.lang.Object
  extended by 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 .


Constructor Summary
RepositoryDelegateFactory()
           
 
Method Summary
static boolean acceptUrl(String url)
           
static RepositoryDelegate createRepositoryDelegate(String url, Properties info, JcrDriver.JcrContextFactory contextFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryDelegateFactory

public RepositoryDelegateFactory()
Method Detail

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.