public interface DeploymentManager
Modifier and Type | Method and Description |
---|---|
DeploymentStatus |
deploy(File aFile) |
void |
dispatch(DeploymentEvent event)
dispatch
|
void |
fireDeploymentEvent()
fireDeploymentEvent
|
DeploymentStatus deploy(File aFile) throws DeploymentException
DeploymentException
void fireDeploymentEvent()
fireDeploymentEvent
Fires all deployment events registered to this DeploymentManager.void dispatch(DeploymentEvent event)
dispatch
dispatches the DeploymentEvent to all registered deployment event listeners.event
- DeploymentEvent
to dispatch.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.