Uses of Class
org.apache.commons.vfs.util.OsFamily
-
Packages that use OsFamily Package Description 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 Modifier and Type Field Description static OsFamilyOs. OS_FAMILY_DOSAll DOS based OSes.static OsFamilyOs. OS_FAMILY_MACAll Mac based OSes.static OsFamilyOs. OS_FAMILY_NETWARENetwarestatic OsFamilyOs. OS_FAMILY_OS2OS/2static OsFamilyOs. OS_FAMILY_OSXOSXstatic OsFamilyOs. OS_FAMILY_UNIXAll UNIX based OSes.static OsFamilyOs. OS_FAMILY_WIN9XAll Windows 9x based OSes.static OsFamilyOs. OS_FAMILY_WINDOWSAll Windows based OSes.static OsFamilyOs. OS_FAMILY_WINNTAll Windows NT based OSes.Methods in org.apache.commons.vfs.util that return OsFamily Modifier and Type Method Description OsFamily[]OsFamily. getFamilies()Returns the OS families that this family belongs to.static OsFamilyOs. getFamily(java.lang.String name)Locates an OsFamily by name (case-insensitive).Methods in org.apache.commons.vfs.util with parameters of type OsFamily Modifier and Type Method Description static booleanOs. isFamily(OsFamily family)Determines if the OS on which Ant is executing matches the given OS family.static booleanOs. isOs(OsFamily family, java.lang.String name, java.lang.String arch, java.lang.String version)Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version
-