Liferay 6.2-ce-ga5

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 getAppServerType()
           
 String getContext()
           
 File getDeployDir()
           
 String getDestDir()
           
 File getFile()
           
 void setAppServerType(String appServerType)
           
 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

getAppServerType

public String getAppServerType()

getContext

public String getContext()

getDeployDir

public File getDeployDir()

getDestDir

public String getDestDir()

getFile

public File getFile()

setAppServerType

public void setAppServerType(String appServerType)

setContext

public void setContext(String context)

setDestDir

public void setDestDir(String destDir)

setFile

public void setFile(File file)

Liferay 6.2-ce-ga5