Package | Description |
---|---|
org.apache.commons.vfs2.util |
Utility classes used by the VFS.
|
Modifier and Type | Field and Description |
---|---|
static OsFamily |
Os.OS_FAMILY_DOS
Deprecated.
All DOS based OSes.
|
static OsFamily |
Os.OS_FAMILY_MAC
Deprecated.
All Mac based OSes.
|
static OsFamily |
Os.OS_FAMILY_NETWARE
Deprecated.
Netware.
|
static OsFamily |
Os.OS_FAMILY_OS2
Deprecated.
OS/2.
|
static OsFamily |
Os.OS_FAMILY_OSX
Deprecated.
OSX.
|
static OsFamily |
Os.OS_FAMILY_UNIX
Deprecated.
All UNIX based OSes.
|
static OsFamily |
Os.OS_FAMILY_WIN9X
Deprecated.
All Windows 9x based OSes.
|
static OsFamily |
Os.OS_FAMILY_WINDOWS
Deprecated.
All Windows based OSes.
|
static OsFamily |
Os.OS_FAMILY_WINNT
Deprecated.
All Windows NT based OSes.
|
Modifier and Type | Method and Description |
---|---|
OsFamily[] |
OsFamily.getFamilies()
Deprecated.
Returns the OS families that this family belongs to.
|
static OsFamily |
Os.getFamily(String name)
Deprecated.
Locates an OsFamily by name (case-insensitive).
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Os.isFamily(OsFamily family)
Deprecated.
Determines if the OS on which Ant is executing matches the given OS family.
|
static boolean |
Os.isOs(OsFamily family,
String name,
String arch,
String version)
Deprecated.
Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.