Liferay 7.0-ga1 portal-impl

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


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-ga1 portal-impl