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 java.lang.Object

Author:
Miguel Pastor

Constructor Summary
AutoDeploymentContext()
           
 
Method Summary
 java.lang.String getAppServerType()
           
 java.lang.String getContext()
           
 java.io.File getDeployDir()
           
 java.lang.String getDestDir()
           
 java.io.File getFile()
           
 void setAppServerType(java.lang.String appServerType)
           
 void setContext(java.lang.String context)
           
 void setDestDir(java.lang.String destDir)
           
 void setFile(java.io.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 java.lang.String getAppServerType()

getContext

public java.lang.String getContext()

getDeployDir

public java.io.File getDeployDir()

getDestDir

public java.lang.String getDestDir()

getFile

public java.io.File getFile()

setAppServerType

public void setAppServerType(java.lang.String appServerType)

setContext

public void setContext(java.lang.String context)

setDestDir

public void setDestDir(java.lang.String destDir)

setFile

public void setFile(java.io.File file)