Class symantec.itools.lang.OS
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.lang.OS
Object
   |
   +----symantec.itools.lang.OS
  -  public final class OS
  
-  extends Object
  
This class identifies the operating system that a program is running under.
 
 It does not need to be instantiated by the user.
  -  Version:
  
 -  1.0, Nov 26, 1996
  
 -  Author:
  
 -  Symantec
 
  
  -  
	isCaseSensitive()
   -   Returns true if file system is case sensitive.
  
 -  
	isMacintosh()
   -   Returns true if running under the Macintosh operating system.
  
 -  
	isSolaris()
   -   Returns true if running under the Solaris operating system.
  
 -  
	isWindows()
   -   Returns true if running under the Windows 95 or Windows NT operating system.
  
 -  
	isWindows95()
   -   Returns true if running under the Windows 95 operating system.
  
 -  
	isWindowsNT()
   -   Returns true if running under the Windows NT operating system.
 
  
isCaseSensitive
public static boolean isCaseSensitive()
  -  Returns true if file system is case sensitive.
  
 
 
isMacintosh
public static boolean isMacintosh()
  -  Returns true if running under the Macintosh operating system.
  
 
 
isSolaris
public static boolean isSolaris()
  -  Returns true if running under the Solaris operating system.
  
 
 
isWindows
public static boolean isWindows()
  -  Returns true if running under the Windows 95 or Windows NT operating system.
  
 
 
isWindows95
public static boolean isWindows95()
  -  Returns true if running under the Windows 95 operating system.
  
 
 
isWindowsNT
public static boolean isWindowsNT()
  -  Returns true if running under the Windows NT operating system.
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index