Interface IJBossProfileManagerDeployer
-
- All Known Implementing Classes:
JBossDeployer
public interface IJBossProfileManagerDeployer
The generic interface for a JBoss deployer that uses the JBoss profile manager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deploy(File deploymentFile, String deploymentName)
Deploys an application.void
undeploy(String deploymentName)
Undeploys an application.
-