public class VerifyProperties extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifyProperties() |
| Modifier and Type | Method and Description |
|---|---|
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() |
doVerify, getBuildNumber, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verifyaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, doHasTable, dropIndexes, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringprotected void doVerify()
throws Exception
doVerify in class VerifyProcessExceptionprotected InputStream getPropertiesResourceAsStream(String resourceName)
throws FileNotFoundException
FileNotFoundExceptionprotected Properties loadPortalProperties()
protected void verifyDocumentLibrary()
protected void verifyMigratedPortalProperty(Properties portalProperties,
String oldKey,
String newKey)
throws Exception
Exceptionprotected void verifyMigratedSystemProperty(String oldKey,
String newKey)
throws Exception
Exceptionprotected void verifyModularizedPortalProperty(Properties portalProperties,
String oldKey,
String newKey,
String moduleName)
throws Exception
Exceptionprotected void verifyModularizedSystemProperty(Properties systemProperties,
String oldKey,
String newKey,
String moduleName)
throws Exception
Exceptionprotected void verifyObsoletePortalProperty(Properties portalProperties,
String key)
throws Exception
Exceptionprotected void verifyObsoleteSystemProperty(String key)
throws Exception
Exceptionprotected void verifyPortalProperties()
throws Exception
Exceptionprotected void verifyRenamedPortalProperty(Properties portalProperties,
String oldKey,
String newKey)
throws Exception
Exceptionprotected void verifyRenamedSystemProperty(String oldKey,
String newKey)
throws Exception
Exceptionprotected void verifySystemProperties()
throws Exception
Exception