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, verify
protected void doVerify() throws Exception
doVerify
in class VerifyProcess
Exception
protected InputStream getPropertiesResourceAsStream(String resourceName) throws FileNotFoundException
FileNotFoundException
protected Properties loadPortalProperties()
protected void verifyDocumentLibrary()
protected void verifyMigratedPortalProperty(Properties portalProperties, String oldKey, String newKey) throws Exception
Exception
protected void verifyMigratedSystemProperty(String oldKey, String newKey) throws Exception
Exception
protected void verifyModularizedPortalProperty(Properties portalProperties, String oldKey, String newKey, String moduleName) throws Exception
Exception
protected void verifyModularizedSystemProperty(Properties systemProperties, String oldKey, String newKey, String moduleName) throws Exception
Exception
protected void verifyObsoletePortalProperty(Properties portalProperties, String key) throws Exception
Exception
protected void verifyObsoleteSystemProperty(String key) throws Exception
Exception
protected void verifyPortalProperties() throws Exception
Exception
protected void verifyRenamedPortalProperty(Properties portalProperties, String oldKey, String newKey) throws Exception
Exception
protected void verifyRenamedSystemProperty(String oldKey, String newKey) throws Exception
Exception
protected void verifySystemProperties() throws Exception
Exception