JSR-62 (Final)

Uses of Class
java.util.Properties

Packages that use Properties
java.lang   
java.security   
java.util   
 

Uses of Properties in java.lang
 

Methods in java.lang that return Properties
static Properties System.getProperties()
          Determines the current system properties.
 

Methods in java.lang with parameters of type Properties
static void System.setProperties(Properties props)
          Sets the system properties to the Properties argument.
 

Uses of Properties in java.security
 

Subclasses of Properties in java.security
 class Provider
          This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).
 

Uses of Properties in java.util
 

Fields in java.util declared as Properties
protected  Properties Properties.defaults
          A property list that contains default values for any keys not found in this property list.
 

Constructors in java.util with parameters of type Properties
Properties(Properties defaults)
          Creates an empty property list with the specified defaults.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.