com.liferay.portal.verify
Class VerifyProperties
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.verify.VerifyProcess
com.liferay.portal.verify.VerifyProperties
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.db.DBProcess
public class VerifyProperties
- extends VerifyProcess
| Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
connection |
|
Method Summary |
protected void |
doVerify()
|
protected InputStream |
getPropertiesResourceAsStream(String resourceName)
|
protected Properties |
loadPortalProperties()
|
protected void |
verifyDocumentLibrary()
|
protected void |
verifyMigratedPortalProperty(Properties portalProperties,
String oldKey,
String newKey)
|
protected void |
verifyMigratedSystemProperty(String oldKey,
String newKey)
|
protected void |
verifyModularizedPortalProperty(Properties portalProperties,
String oldKey,
String newKey,
String moduleName)
|
protected void |
verifyModularizedSystemProperty(Properties systemProperties,
String oldKey,
String newKey,
String moduleName)
|
protected void |
verifyObsoletePortalProperty(Properties portalProperties,
String key)
|
protected void |
verifyObsoleteSystemProperty(String key)
|
protected void |
verifyPortalProperties()
|
protected void |
verifyRenamedPortalProperty(Properties portalProperties,
String oldKey,
String newKey)
|
protected void |
verifyRenamedSystemProperty(String oldKey,
String newKey)
|
protected void |
verifySystemProperties()
|
| Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
doHasTable, hasColumn, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyProperties
public VerifyProperties()
doVerify
protected void doVerify()
throws Exception
- Overrides:
doVerify in class VerifyProcess
- Throws:
Exception
getPropertiesResourceAsStream
protected InputStream getPropertiesResourceAsStream(String resourceName)
throws FileNotFoundException
- Throws:
FileNotFoundException
loadPortalProperties
protected Properties loadPortalProperties()
verifyDocumentLibrary
protected void verifyDocumentLibrary()
verifyMigratedPortalProperty
protected void verifyMigratedPortalProperty(Properties portalProperties,
String oldKey,
String newKey)
throws Exception
- Throws:
Exception
verifyMigratedSystemProperty
protected void verifyMigratedSystemProperty(String oldKey,
String newKey)
throws Exception
- Throws:
Exception
verifyModularizedPortalProperty
protected void verifyModularizedPortalProperty(Properties portalProperties,
String oldKey,
String newKey,
String moduleName)
throws Exception
- Throws:
Exception
verifyModularizedSystemProperty
protected void verifyModularizedSystemProperty(Properties systemProperties,
String oldKey,
String newKey,
String moduleName)
throws Exception
- Throws:
Exception
verifyObsoletePortalProperty
protected void verifyObsoletePortalProperty(Properties portalProperties,
String key)
throws Exception
- Throws:
Exception
verifyObsoleteSystemProperty
protected void verifyObsoleteSystemProperty(String key)
throws Exception
- Throws:
Exception
verifyPortalProperties
protected void verifyPortalProperties()
throws Exception
- Throws:
Exception
verifyRenamedPortalProperty
protected void verifyRenamedPortalProperty(Properties portalProperties,
String oldKey,
String newKey)
throws Exception
- Throws:
Exception
verifyRenamedSystemProperty
protected void verifyRenamedSystemProperty(String oldKey,
String newKey)
throws Exception
- Throws:
Exception
verifySystemProperties
protected void verifySystemProperties()
throws Exception
- Throws:
Exception