Uses of Class java.util.Properties

Uses in package java.security

Classes derived from java.util.Properties

class
This class represents a Java security architecture service provider.

Uses in package gnu.java.awt.peer.headless

Methods with parameter type java.util.Properties

PrintJob

Uses in package gnu.awt.xlib

Methods with parameter type java.util.Properties

PrintJob
XToolkit.getPrintJob(Frame frame, String title, Properties props)

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 gnu.xml.libxmlj.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.

Uses in package gnu.classpath

Methods with parameter type java.util.Properties

void

Methods with return type java.util.Properties

Properties

Uses in package gnu.javax.net.ssl.provider

Classes derived from java.util.Properties

class
This is the security provider for Jessie.

Uses in package gnu.CORBA.Poa

Methods with parameter type java.util.Properties

void
Do interceptor registration.
void
Set the parameters and then register interceptors.
void
Set the parameters and then register interceptors.

Uses in package gnu.java.security.provider

Classes derived from java.util.Properties

class

Uses in package gnu.javax.crypto.jce

Classes derived from java.util.Properties

class
The additional GNU algorithm implementation as a Java Cryptographic Extension (JCE) Provider.
class

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 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 gnu.java.awt.peer.gtk

Methods with parameter type java.util.Properties

PrintJob
GtkToolkit.getPrintJob(Frame frame, String jobtitle, Properties props)

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 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 javax.naming

Constructors with parameter type java.util.Properties

CompoundName.CompoundName(Enumeration comps, Properties syntax)

Fields of type java.util.Properties

Properties

Uses in package gnu.javax.security.auth.callback

Classes derived from java.util.Properties

class

Uses in package gnu.java.awt.peer.x

Methods with parameter type java.util.Properties

PrintJob
XToolkit.getPrintJob(Frame frame, String title, Properties props)

Uses in package gnu.CORBA.Interceptor

Constructors with parameter type java.util.Properties

Registrator.Registrator(ORB_1_4 an_orb, Properties props, String[] an_args)
Create the interceptor collection from the given properties, using the agreed naming convention.

Uses in package gnu.java.awt.peer.qt

Methods with parameter type java.util.Properties

PrintJob
QtToolkit.getPrintJob(Frame frame, String jobtitle, Properties props)

Uses in package gnu.CORBA

Methods with parameter type java.util.Properties

void
Set parameters (additionally search for the port range property).
void
Set the ORB parameters.
void
This method is not allowed for a RestrictedORB.
void
Set parameters (additionally search for the port range property).
void
Set the ORB parameters.
void
This method is not allowed for a RestrictedORB.
void
Additionally set the port range property, when applicable.
void
Set the ORB parameters from the properties that were accumulated from several locations.

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 java.rmi.activation

Constructors with parameter type java.util.Properties

ActivationGroupDesc.ActivationGroupDesc(String aClassName, String aLocation, MarshalledObject aData, Properties aProperties, ActivationGroupDesc.CommandEnvironment environment)
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.