Boolean.getBoolean
Class Overview | Class Members | 
  This Package | 
All Packages
 public static boolean getBoolean( String name )
Parameters
-  name 
-  the system property name.
    
Returns
     the boolean value of the system property.
    Description
 Returns is true if and only if the system property 
 named by the argument exists and is equal to the string 
 "true". (Beginning with Java 1.0.2, the test of 
 this string is case insensitive.) A system property is accessible 
 through getProperty, a method defined by the 
 System class.
  
See Also
     getProperty, getProperty