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 java.lang.Object
implements RepositoryFactory

Author:
Mika Koivisto

Constructor Summary
RepositoryFactoryImpl(java.lang.String className)
           
RepositoryFactoryImpl(java.lang.String className, java.lang.ClassLoader classLoader)
           
 
Method Summary
 com.liferay.portal.kernel.repository.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(java.lang.String className)

RepositoryFactoryImpl

public RepositoryFactoryImpl(java.lang.String className,
                             java.lang.ClassLoader classLoader)
Method Detail

getInstance

public com.liferay.portal.kernel.repository.BaseRepository getInstance()
                                                                throws java.lang.Exception
Specified by:
getInstance in interface RepositoryFactory
Throws:
java.lang.Exception