Uses of Class
org.apache.commons.vfs.util.OsFamily

Packages that use OsFamily
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Uses of OsFamily in org.apache.commons.vfs.util
 

Fields in org.apache.commons.vfs.util declared as OsFamily
static OsFamily Os.OS_FAMILY_WINDOWS
          All Windows based OSes.
static OsFamily Os.OS_FAMILY_DOS
          All DOS based OSes.
static OsFamily Os.OS_FAMILY_WINNT
          All Windows NT based OSes.
static OsFamily Os.OS_FAMILY_WIN9X
          All Windows 9x based OSes.
static OsFamily Os.OS_FAMILY_OS2
          OS/2
static OsFamily Os.OS_FAMILY_NETWARE
          Netware
static OsFamily Os.OS_FAMILY_UNIX
          All UNIX based OSes.
static OsFamily Os.OS_FAMILY_MAC
          All Mac based OSes.
static OsFamily Os.OS_FAMILY_OSX
          OSX
 

Methods in org.apache.commons.vfs.util that return OsFamily
 OsFamily[] OsFamily.getFamilies()
          Returns the OS families that this family belongs to.
static OsFamily Os.getFamily(String name)
          Locates an OsFamily by name (case-insensitive).
 

Methods in org.apache.commons.vfs.util with parameters of type OsFamily
static boolean Os.isFamily(OsFamily family)
          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)
          Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version
 



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.