public class VerifyProperties
extends java.lang.Object
| Constructor and Description |
|---|
VerifyProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.io.InputStream |
getPropertiesResourceAsStream(java.lang.String resourceName) |
protected static java.util.Properties |
loadPortalProperties() |
static void |
verify() |
protected static void |
verifyDocumentLibrary() |
protected static void |
verifyMigratedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.util.List<java.lang.String> unmigratedKeys) |
protected static void |
verifyMigratedSystemProperty(java.lang.String oldKey,
java.lang.String newKey) |
protected static void |
verifyModularizedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.lang.String moduleName) |
protected static void |
verifyModularizedSystemProperty(java.util.Properties systemProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.lang.String moduleName) |
protected static void |
verifyObsoletePortalProperty(java.util.Properties portalProperties,
java.lang.String key) |
protected static void |
verifyObsoleteSystemProperty(java.lang.String key) |
protected static java.util.List<java.lang.String> |
verifyPortalProperties() |
protected static void |
verifyRenamedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey) |
protected static void |
verifyRenamedSystemProperty(java.lang.String oldKey,
java.lang.String newKey) |
protected static void |
verifySystemProperties() |
public static void verify()
throws java.lang.Exception
java.lang.Exceptionprotected static java.io.InputStream getPropertiesResourceAsStream(java.lang.String resourceName)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionprotected static java.util.Properties loadPortalProperties()
protected static void verifyDocumentLibrary()
protected static void verifyMigratedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey,
java.util.List<java.lang.String> unmigratedKeys)
throws java.lang.Exception
java.lang.Exceptionprotected static void verifyMigratedSystemProperty(java.lang.String oldKey,
java.lang.String newKey)
throws java.lang.Exception
java.lang.Exceptionprotected static 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 static 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 static void verifyObsoletePortalProperty(java.util.Properties portalProperties,
java.lang.String key)
throws java.lang.Exception
java.lang.Exceptionprotected static void verifyObsoleteSystemProperty(java.lang.String key)
throws java.lang.Exception
java.lang.Exceptionprotected static java.util.List<java.lang.String> verifyPortalProperties()
throws java.lang.Exception
java.lang.Exceptionprotected static void verifyRenamedPortalProperty(java.util.Properties portalProperties,
java.lang.String oldKey,
java.lang.String newKey)
throws java.lang.Exception
java.lang.Exceptionprotected static void verifyRenamedSystemProperty(java.lang.String oldKey,
java.lang.String newKey)
throws java.lang.Exception
java.lang.Exceptionprotected static void verifySystemProperties()
throws java.lang.Exception
java.lang.Exception