com.irisel.system
Class OMSSystem

java.lang.Object
  extended by com.irisel.system.OMSSystem

public class OMSSystem
extends java.lang.Object


Constructor Summary
OMSSystem()
           
 
Method Summary
static java.io.File getAppHomeDir()
          Looks for the application home directory by looking to the OMS_HOME variable If not set, will use holmes within APPDATA (Windows), user.home (Mac) or HOME (Unix).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMSSystem

public OMSSystem()
Method Detail

getAppHomeDir

public static java.io.File getAppHomeDir()
Looks for the application home directory by looking to the OMS_HOME variable If not set, will use holmes within APPDATA (Windows), user.home (Mac) or HOME (Unix). If the directory does not exist, will be created.

Returns:
File representing the application home dir.