The accepts method is called by MainDeployer
to determine which deployer is suitable for a DeploymentInfo.
Parameters: sdi - a DeploymentInfo value a boolean value
Set up the components of the deployment that do not
refer to other components.
Parameters: sdi - a DeploymentInfo value throws: DeploymentException - if an error occurs
The init method lets the deployer set a few
properties of the DeploymentInfo, such as the watch url.
Parameters: sdi - a DeploymentInfo value throws: DeploymentException - if an error occurs
The start method sets up relationships
with other components.
Parameters: sdi - a DeploymentInfo value throws: DeploymentException - if an error occurs