Liferay 7.0-ce-b4

com.liferay.portal.tools.deploy.extension
Class WebsphereDeploymentExtension

java.lang.Object
  extended by com.liferay.portal.tools.deploy.extension.WebsphereDeploymentExtension
All Implemented Interfaces:
DeploymentExtension

public class WebsphereDeploymentExtension
extends Object
implements DeploymentExtension


Constructor Summary
WebsphereDeploymentExtension()
           
 
Method Summary
 void copyXmls(BaseDeployer baseDeployer, File srcFile)
           
 String getServerId()
           
 void postDeploy(String destDir, String deployDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebsphereDeploymentExtension

public WebsphereDeploymentExtension()
Method Detail

copyXmls

public void copyXmls(BaseDeployer baseDeployer,
                     File srcFile)
              throws Exception
Specified by:
copyXmls in interface DeploymentExtension
Throws:
Exception

getServerId

public String getServerId()
Specified by:
getServerId in interface DeploymentExtension

postDeploy

public void postDeploy(String destDir,
                       String deployDir)
                throws Exception
Specified by:
postDeploy in interface DeploymentExtension
Throws:
Exception

Liferay 7.0-ce-b4