Uses of Class java.util.Properties

Uses in package java.awt

Methods with parameter type java.util.Properties

PrintJob
Toolkit.getPrintJob(Frame frame, String title, Properties props)
Returns a instance of PrintJob for the specified arguments.

Uses in package java.sql

Methods with parameter type java.util.Properties

Connection
Driver.connect(String url, Properties properties)
This method connects to the specified database using the connection properties supplied.
Connection
This method attempts to return a connection to the specified JDBC URL string using the specified connection properties.
DriverPropertyInfo[]
This method returns an array of possible properties that could be used to connect to the specified database.

Uses in package java.lang

Methods with parameter type java.util.Properties

void
Set all the system properties at once.

Methods with return type java.util.Properties

Properties
Get all the system properties at once.

Uses in package javax.xml.transform

Methods with parameter type java.util.Properties

void
Sets the output properties for the transformation, overriding any properties defined in the stylesheet.

Methods with return type java.util.Properties

Properties
Returns the static properties for the xsl:output instruction.
Properties
Returns a copy of the output properties for the transformation.

Uses in package java.security

Classes derived from java.util.Properties

class
This class represents a Java security architecture service provider.

Uses in package java.util

Constructors with parameter type java.util.Properties

Create a new empty property list with the specified default values.

Fields of type java.util.Properties

Properties
The property list that contains default values for any keys not in this property list.

Uses in package org.omg.CORBA

Methods with parameter type java.util.Properties

ORB
ORB.init(Applet applet, Properties props)
Creates the working instance of ORB for an applet.
ORB
ORB.init(String[] args, Properties props)
Creates the working instance of ORB for a standalone application.
void
Set the ORB parameters.
void
Set the ORB parameters.

Uses in package java.rmi.activation

Constructors with parameter type java.util.Properties

Create the new activation group descriptor.
Create the new activation group descriptor that will use the default activation group implementation with the given properties and environment.

Methods with return type java.util.Properties

Properties
Get the overridded system properties.

Uses in package javax.naming

Constructors with parameter type java.util.Properties

CompoundName.CompoundName(Enumeration comps, Properties syntax)

Fields of type java.util.Properties

Properties