Class DefaultDeployableMonitorFactory
- java.lang.Object
-
- org.codehaus.cargo.maven3.deployer.DefaultDeployableMonitorFactory
-
- All Implemented Interfaces:
DeployableMonitorFactory
public class DefaultDeployableMonitorFactory extends Object implements DeployableMonitorFactory
DefaultDeployableMonitorFactory
implementation.
-
-
Constructor Summary
Constructors Constructor Description DefaultDeployableMonitorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployableMonitor
createDeployableMonitor(Container container, Deployable deployable)
Create aDeployableMonitor
instance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.
-
-
-
Method Detail
-
createDeployableMonitor
public DeployableMonitor createDeployableMonitor(Container container, Deployable deployable)
Create aDeployableMonitor
instance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.- Specified by:
createDeployableMonitor
in interfaceDeployableMonitorFactory
- Parameters:
container
- The container for which we need to check status of deployable.deployable
- The deployable to be checked.- Returns:
- the deployable monitor instance
-
-