Liferay 7.0-ce-b4

com.liferay.portal.repository.util
Class ExternalRepositoryFactoryImpl

java.lang.Object
  extended by com.liferay.portal.repository.util.ExternalRepositoryFactoryImpl
All Implemented Interfaces:
ExternalRepositoryFactory

public class ExternalRepositoryFactoryImpl
extends Object
implements ExternalRepositoryFactory


Constructor Summary
ExternalRepositoryFactoryImpl(String className)
           
ExternalRepositoryFactoryImpl(String className, ClassLoader classLoader)
           
 
Method Summary
 BaseRepository getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalRepositoryFactoryImpl

public ExternalRepositoryFactoryImpl(String className)

ExternalRepositoryFactoryImpl

public ExternalRepositoryFactoryImpl(String className,
                                     ClassLoader classLoader)
Method Detail

getInstance

public BaseRepository getInstance()
                           throws Exception
Specified by:
getInstance in interface ExternalRepositoryFactory
Throws:
Exception

Liferay 7.0-ce-b4