|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.kernel.config.Os
public class Os
Condition that tests the OS type.
| Field Summary | |
|---|---|
static String |
FAMILY_9X
OS family that can be tested for. |
static String |
FAMILY_DOS
OS family that can be tested for. |
static String |
FAMILY_MAC
OS family that can be tested for. |
static String |
FAMILY_NETWARE
OS family that can be tested for. |
static String |
FAMILY_NT
OS family that can be tested for. |
static String |
FAMILY_OS2
OS family that can be tested for. |
static String |
FAMILY_OS400
OS family that can be tested for. |
static String |
FAMILY_TANDEM
OS family that can be tested for. |
static String |
FAMILY_UNIX
OS family that can be tested for. |
static String |
FAMILY_VMS
OS family that can be tested for. |
static String |
FAMILY_WINDOWS
OS family that can be tested for. |
static String |
FAMILY_ZOS
OS family that can be tested for. |
| Method Summary | |
|---|---|
static boolean |
isArch(String arch)
Determines if the OS on which Ant is executing matches the given OS architecture. |
static boolean |
isFamily(String family)
Determines if the OS on which Ant is executing matches the given OS family. |
static boolean |
isName(String name)
Determines if the OS on which Ant is executing matches the given OS name. |
static boolean |
isOs(String family,
String name,
String arch,
String version)
Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version |
static boolean |
isVersion(String version)
Determines if the OS on which Ant is executing matches the given OS version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FAMILY_WINDOWS
public static final String FAMILY_9X
public static final String FAMILY_NT
public static final String FAMILY_OS2
public static final String FAMILY_NETWARE
public static final String FAMILY_DOS
public static final String FAMILY_MAC
public static final String FAMILY_TANDEM
public static final String FAMILY_UNIX
public static final String FAMILY_VMS
public static final String FAMILY_ZOS
public static final String FAMILY_OS400
| Method Detail |
|---|
public static boolean isFamily(String family)
family - the family to check for
public static boolean isName(String name)
name - The OS family type desiredpublic static boolean isArch(String arch)
arch - the OS architecture to check for
public static boolean isVersion(String version)
version - the OS version to check for
public static boolean isOs(String family,
String name,
String arch,
String version)
family - The OS familyname - The OS namearch - The OS architectureversion - The OS version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||