Uses of Class
org.apache.commons.vfs2.util.OsFamily
Packages that use OsFamily
-
Uses of OsFamily in org.apache.commons.vfs2.util
Fields in org.apache.commons.vfs2.util declared as OsFamilyModifier and TypeFieldDescriptionstatic final OsFamily
All DOS based OSes.static final OsFamily
All Mac based OSes.static final OsFamily
Netware.static final OsFamily
OS/2.static final OsFamily
OSX.static final OsFamily
All UNIX based OSes.static final OsFamily
All Windows 9x based OSes.static final OsFamily
All Windows based OSes.static final OsFamily
All Windows NT based OSes.Methods in org.apache.commons.vfs2.util that return OsFamilyModifier and TypeMethodDescriptionOsFamily[]
OsFamily.getFamilies()
Returns the OS families that this family belongs to.static OsFamily
Locates an OsFamily by name (case-insensitive).Methods in org.apache.commons.vfs2.util with parameters of type OsFamilyModifier and TypeMethodDescriptionstatic boolean
Determines if the OS on which Ant is executing matches the given OS family.static boolean
Determines if the OS on which Ant is executing matches the given OS family, name, architecture and version.