com.j2biz.blogunity.installer
Class InstallOptions

java.lang.Object
  extended bycom.j2biz.blogunity.installer.InstallOptions
All Implemented Interfaces:
Serializable

public class InstallOptions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InstallOptions()
           
 
Method Summary
 String getAppDir()
           
 String getDataDir()
           
 Date getInstallationDate()
           
 String getLogsDir()
           
 String getTempDir()
           
 void setAppDir(String appDir)
           
 void setDataDir(String dataDir)
           
 void setInstallationDate(Date installationDate)
           
 void setLogsDir(String logsDir)
           
 void setTempDir(String tempDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallOptions

public InstallOptions()
Method Detail

getAppDir

public String getAppDir()

setAppDir

public void setAppDir(String appDir)

getDataDir

public String getDataDir()

setDataDir

public void setDataDir(String dataDir)

getInstallationDate

public Date getInstallationDate()

setInstallationDate

public void setInstallationDate(Date installationDate)

getLogsDir

public String getLogsDir()

setLogsDir

public void setLogsDir(String logsDir)

getTempDir

public String getTempDir()

setTempDir

public void setTempDir(String tempDir)


Copyright (c)j2biz.com