Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.deploy.auto.context
Class AutoDeploymentContext

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext

public class AutoDeploymentContext
extends Object


Constructor Summary
AutoDeploymentContext()
           
 
Method Summary
 String getContext()
           
 File getDeployDir()
           
 String getDestDir()
           
 File getFile()
           
 void setContext(String context)
           
 void setDestDir(String destDir)
           
 void setFile(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDeploymentContext

public AutoDeploymentContext()
Method Detail

getContext

public String getContext()

getDeployDir

public File getDeployDir()

getDestDir

public String getDestDir()

getFile

public File getFile()

setContext

public void setContext(String context)

setDestDir

public void setDestDir(String destDir)

setFile

public void setFile(File file)

Liferay 6.1.2-ce-ga3