public class PluginIntegrationTestHotDeployListener extends BaseHotDeployListener
| Constructor and Description |
|---|
PluginIntegrationTestHotDeployListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInvokeDeploy(HotDeployEvent hotDeployEvent) |
protected void |
doInvokeUndeploy(HotDeployEvent hotDeployEvent) |
protected java.util.List<java.lang.Class<?>> |
getAllClassesInIntegrationJar(HotDeployEvent hotDeployEvent) |
void |
invokeDeploy(HotDeployEvent hotDeployEvent) |
void |
invokeUndeploy(HotDeployEvent hotDeployEvent) |
protected boolean |
isTestClass(java.lang.Class<?> clazz) |
protected void |
runTestClasses(java.util.List<java.lang.Class<?>> classes) |
getClpServletContextName, newInstance, newInstance, registerClpMessageListeners, throwHotDeployException, unregisterClpMessageListenerspublic PluginIntegrationTestHotDeployListener()
public void invokeDeploy(HotDeployEvent hotDeployEvent) throws HotDeployException
HotDeployExceptionpublic void invokeUndeploy(HotDeployEvent hotDeployEvent) throws HotDeployException
HotDeployExceptionprotected void doInvokeDeploy(HotDeployEvent hotDeployEvent) throws java.lang.Exception
java.lang.Exceptionprotected void doInvokeUndeploy(HotDeployEvent hotDeployEvent) throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<java.lang.Class<?>> getAllClassesInIntegrationJar(HotDeployEvent hotDeployEvent) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionprotected boolean isTestClass(java.lang.Class<?> clazz)
protected void runTestClasses(java.util.List<java.lang.Class<?>> classes)
throws java.lang.RuntimeException
java.lang.RuntimeException