com.liferay.portal.verify
Class VerifyProperties

java.lang.Object
  extended by com.liferay.portal.verify.VerifyProcess
      extended by com.liferay.portal.verify.VerifyProperties

public class VerifyProperties
extends VerifyProcess

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Constructor Summary
VerifyProperties()
           
 
Method Summary
 void verify()
           
protected  void verifyMigratedSystemProperty(java.lang.String oldKey, java.lang.String newKey)
           
protected  void verifyObsoletePortalProperty(java.lang.String key)
           
protected  void verifyObsoleteSystemProperty(java.lang.String key)
           
protected  void verifyProperties()
           
protected  void verifyRenamedPortalProperty(java.lang.String oldKey, java.lang.String newKey)
           
protected  void verifyRenamedSystemProperty(java.lang.String oldKey, java.lang.String newKey)
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyProperties

public VerifyProperties()
Method Detail

verify

public void verify()
            throws VerifyException
Specified by:
verify in class VerifyProcess
Throws:
VerifyException

verifyProperties

protected void verifyProperties()
                         throws java.lang.Exception
Throws:
java.lang.Exception

verifyMigratedSystemProperty

protected void verifyMigratedSystemProperty(java.lang.String oldKey,
                                            java.lang.String newKey)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

verifyRenamedPortalProperty

protected void verifyRenamedPortalProperty(java.lang.String oldKey,
                                           java.lang.String newKey)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

verifyRenamedSystemProperty

protected void verifyRenamedSystemProperty(java.lang.String oldKey,
                                           java.lang.String newKey)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

verifyObsoletePortalProperty

protected void verifyObsoletePortalProperty(java.lang.String key)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

verifyObsoleteSystemProperty

protected void verifyObsoleteSystemProperty(java.lang.String key)
                                     throws java.lang.Exception
Throws:
java.lang.Exception