Liferay 7.0-ce-b4

com.liferay.portal.tools.deploy.extension
Interface DeploymentExtension

All Known Implementing Classes:
WeblogicDeploymentExtension, WebsphereDeploymentExtension

public interface DeploymentExtension


Method Summary
 void copyXmls(BaseDeployer baseDeployer, File srcFile)
           
 String getServerId()
           
 void postDeploy(String destDir, String deployDir)
           
 

Method Detail

copyXmls

void copyXmls(BaseDeployer baseDeployer,
              File srcFile)
              throws Exception
Throws:
Exception

getServerId

String getServerId()

postDeploy

void postDeploy(String destDir,
                String deployDir)
                throws Exception
Throws:
Exception

Liferay 7.0-ce-b4