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:
- DBProcess
public class VerifyProperties
- extends VerifyProcess
|
Method Summary |
protected void |
doVerify()
|
protected InputStream |
getPropertiesResourceAsStream(String resourceName)
|
protected Properties |
loadPortalProperties()
|
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 |
verifyObsoletePortalProperty(Properties portalProperties,
String key)
|
protected void |
verifyObsoleteSystemProperty(String key)
|
protected void |
verifyRenamedPortalProperty(Properties portalProperties,
String oldKey,
String newKey)
|
protected void |
verifyRenamedSystemProperty(String oldKey,
String newKey)
|
| 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()
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
verifyObsoletePortalProperty
protected void verifyObsoletePortalProperty(Properties portalProperties,
String key)
throws Exception
- Throws:
Exception
verifyObsoleteSystemProperty
protected void verifyObsoleteSystemProperty(String key)
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