org.gwe.persistence.model
Class DaemonInstallation
java.lang.Object
org.gwe.persistence.model.DaemonInstallation
- All Implemented Interfaces:
- java.io.Serializable
public class DaemonInstallation
- extends java.lang.Object
- implements java.io.Serializable
- Since:
- Oct 29, 2008
- Author:
- Marco Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIGURATION_FILE
public static final java.lang.String CONFIGURATION_FILE
- See Also:
- Constant Field Values
PORT_FILE
public static final java.lang.String PORT_FILE
- See Also:
- Constant Field Values
DaemonInstallation
public DaemonInstallation()
DaemonInstallation
public DaemonInstallation(java.lang.String installPath)
createIfNonExistent
public static void createIfNonExistent(java.lang.String dirPathStr)
getInstallPath
public java.lang.String getInstallPath()
setInstallPath
public void setInstallPath(java.lang.String installPath)
getWorkspacePath
public java.lang.String getWorkspacePath()
getAllocsWorkspacePath
public java.lang.String getAllocsWorkspacePath()
getAllocsDisposedWorkspacePath
public java.lang.String getAllocsDisposedWorkspacePath()
getOrdersWorkspacePath
public java.lang.String getOrdersWorkspacePath()
getInstallationWorkspacePath
public java.lang.String getInstallationWorkspacePath()
getAllocsWorkspacePath
public java.lang.String getAllocsWorkspacePath(int id)
getOrdersWorkspacePath
public java.lang.String getOrdersWorkspacePath(int id)
disposeAllocFolder
public void disposeAllocFolder(int id)
cleanupDisposedAllocFolder
public void cleanupDisposedAllocFolder()
getConfigurationFilePath
public java.lang.String getConfigurationFilePath()
getPortFilePath
public java.lang.String getPortFilePath()
getDBFilePath
public java.lang.String getDBFilePath(java.lang.String fileName)
createDirectories
public void createDirectories()
Copyright © 2007-2009. All Rights Reserved.