org.mule.module.launcher.application
Class TestApplicationFactory
java.lang.Object
org.mule.module.launcher.application.ApplicationFactory
org.mule.module.launcher.application.TestApplicationFactory
public class TestApplicationFactory
- extends ApplicationFactory
Creates a ApplicationFactory
that returns TestApplicationWrapper
instances in order to simulate errors on application deployment phases.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestApplicationFactory
public TestApplicationFactory(DeploymentService deploymentService)
createApp
public Application createApp(String appName)
throws IOException
- Overrides:
createApp
in class ApplicationFactory
- Throws:
IOException
setFailOnDisposeApplication
public void setFailOnDisposeApplication(boolean failOnDisposeApplication)
setFailOnStopApplication
public void setFailOnStopApplication(boolean failOnStopApplication)
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.