public class VerifyProperties extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifyProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify() |
protected java.io.InputStream |
getPropertiesResourceAsStream(java.lang.String resourceName) |
protected java.util.Properties |
loadPortalProperties() |
protected void |
verifyMigratedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey) |
protected void |
verifyMigratedSystemProperty(java.lang.String oldKey,
java.lang.String newKey) |
protected void |
verifyModularizedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.lang.String moduleName) |
protected void |
verifyModularizedSystemProperty(java.util.Properties systemProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.lang.String moduleName) |
protected void |
verifyObsoletePortalProperty(java.util.Properties portalProperties,
java.lang.String key) |
protected void |
verifyObsoleteSystemProperty(java.lang.String key) |
protected void |
verifyRenamedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey) |
protected void |
verifyRenamedSystemProperty(java.lang.String oldKey,
java.lang.String newKey) |
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verifyprotected void doVerify()
throws java.lang.Exception
doVerify in class VerifyProcessjava.lang.Exceptionprotected java.io.InputStream getPropertiesResourceAsStream(java.lang.String resourceName)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionprotected java.util.Properties loadPortalProperties()
protected void verifyMigratedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyMigratedSystemProperty(java.lang.String oldKey,
java.lang.String newKey)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyModularizedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.lang.String moduleName)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyModularizedSystemProperty(java.util.Properties systemProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.lang.String moduleName)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyObsoletePortalProperty(java.util.Properties portalProperties,
java.lang.String key)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyObsoleteSystemProperty(java.lang.String key)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyRenamedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyRenamedSystemProperty(java.lang.String oldKey,
java.lang.String newKey)
throws java.lang.Exception
java.lang.Exception