com.liferay.portal.kernel.test.plugins
Class PluginIntegrationTestHotDeployListener
java.lang.Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
com.liferay.portal.kernel.test.plugins.PluginIntegrationTestHotDeployListener
- All Implemented Interfaces:
- HotDeployListener
public class PluginIntegrationTestHotDeployListener
- extends BaseHotDeployListener
- Author:
- Manuel de la Peña
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginIntegrationTestHotDeployListener
public PluginIntegrationTestHotDeployListener()
invokeDeploy
public void invokeDeploy(HotDeployEvent hotDeployEvent)
throws HotDeployException
- Throws:
HotDeployException
invokeUndeploy
public void invokeUndeploy(HotDeployEvent hotDeployEvent)
throws HotDeployException
- Throws:
HotDeployException
doInvokeDeploy
protected void doInvokeDeploy(HotDeployEvent hotDeployEvent)
throws java.lang.Exception
- Throws:
java.lang.Exception
doInvokeUndeploy
protected void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAllClassesInIntegrationJar
protected java.util.List<java.lang.Class<?>> getAllClassesInIntegrationJar(HotDeployEvent hotDeployEvent)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
isTestClass
protected boolean isTestClass(java.lang.Class<?> clazz)
runTestClasses
protected void runTestClasses(java.util.List<java.lang.Class<?>> classes)
throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException