org.apache.geronimo.system.configuration.condition
Class OsVariable
java.lang.Object
org.apache.geronimo.system.configuration.condition.OsVariable
public class OsVariable
- extends Object
Provides access to operating system details for use in condition expressions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsVariable
public OsVariable()
getArch
public String getArch()
getName
public String getName()
getVersion
public String getVersion()
getIsAIX
public boolean getIsAIX()
getIsHPUX
public boolean getIsHPUX()
getIsIrix
public boolean getIsIrix()
getIsLinux
public boolean getIsLinux()
getIsMac
public boolean getIsMac()
getIsMacOSX
public boolean getIsMacOSX()
getIsOS2
public boolean getIsOS2()
getIsSolaris
public boolean getIsSolaris()
getIsSunOS
public boolean getIsSunOS()
getIsUnix
public boolean getIsUnix()
getIsWindows
public boolean getIsWindows()
getIsWindows2000
public boolean getIsWindows2000()
getIsWindows95
public boolean getIsWindows95()
getIsWindows98
public boolean getIsWindows98()
getIsWindowsME
public boolean getIsWindowsME()
getIsWindowsNT
public boolean getIsWindowsNT()
getIsWindowsXP
public boolean getIsWindowsXP()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.