com.liferay.portal.repository.util
Class RepositoryFactoryUtil
java.lang.Object
com.liferay.portal.repository.util.RepositoryFactoryUtil
Deprecated. As of 7.0.0, replaced by ExternalRepositoryFactoryUtil
@Deprecated
public class RepositoryFactoryUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryFactoryUtil
public RepositoryFactoryUtil()
- Deprecated.
getInstance
public static BaseRepository getInstance(String className)
throws Exception
- Deprecated.
- Throws:
Exception
getRepositoryClassNames
public static String[] getRepositoryClassNames()
- Deprecated.
registerRepositoryFactory
public static void registerRepositoryFactory(String className,
RepositoryFactory repositoryFactory)
- Deprecated.
unregisterRepositoryFactory
public static void unregisterRepositoryFactory(String className)
- Deprecated.