Liferay 7.0-ce-b4

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

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

public class WeblogicDeploymentExtension
extends Object
implements DeploymentExtension


Constructor Summary
WeblogicDeploymentExtension()
           
 
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

WeblogicDeploymentExtension

public WeblogicDeploymentExtension()
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)
Specified by:
postDeploy in interface DeploymentExtension

Liferay 7.0-ce-b4