Liferay 6.1.2-ce-ga3

com.liferay.portal.repository.util
Class RepositoryFactoryImpl

java.lang.Object
  extended by com.liferay.portal.repository.util.RepositoryFactoryImpl
All Implemented Interfaces:
RepositoryFactory

public class RepositoryFactoryImpl
extends Object
implements RepositoryFactory


Constructor Summary
RepositoryFactoryImpl(String className)
           
RepositoryFactoryImpl(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

RepositoryFactoryImpl

public RepositoryFactoryImpl(String className)

RepositoryFactoryImpl

public RepositoryFactoryImpl(String className,
                             ClassLoader classLoader)
Method Detail

getInstance

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

Liferay 6.1.2-ce-ga3