Uses of Class
java.util.Properties
Packages that useProperties
Package
Description
Provides the API to attach to a Java virtual machine.
Contains all of the classes for creating user interfaces and for painting graphics and images.
Provides classes that are fundamental to the design of the Java programming language.
Provides the classes and interfaces for the security framework.
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Provides the classes and interfaces for accessing naming services.
Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
Uses ofProperties incom.sun.tools.attach
Methods incom.sun.tools.attach that returnPropertiesModifier and TypeMethodDescriptionabstractProperties
VirtualMachine.getAgentProperties()
Returns the currentagent properties in the target virtual machine.abstractProperties
VirtualMachine.getSystemProperties()
Returns the current system properties in the target virtual machine.Methods incom.sun.tools.attach with parameters of typePropertiesModifier and TypeMethodDescriptionabstract void
VirtualMachine.startManagementAgent
(Properties agentProperties) Starts the JMX management agent in the target virtual machine.Uses ofProperties injava.awt
Methods injava.awt with parameters of typePropertiesModifier and TypeMethodDescriptionabstractPrintJob
Toolkit.getPrintJob
(Frame frame,String jobtitle,Properties props) Gets aPrintJob
object which is the result of initiating a print operation on the toolkit's platform.Uses ofProperties injava.lang
Methods injava.lang that returnPropertiesModifier and TypeMethodDescriptionstaticProperties
System.getProperties()
Determines the current system properties.Methods injava.lang with parameters of typePropertiesModifier and TypeMethodDescriptionstatic void
System.setProperties
(Properties props) Sets the system properties to theProperties
argument.Uses ofProperties injava.security
Subclasses ofProperties injava.securityModifier and TypeClassDescriptionclass
This class defines login and logout methods for a provider.class
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.Uses ofProperties injava.sql
Methods injava.sql that returnPropertiesModifier and TypeMethodDescriptionConnection.getClientInfo()
Returns a list containing the name and current value of each client info property supported by the driver.Methods injava.sql with parameters of typePropertiesModifier and TypeMethodDescriptionDriver.connect
(String url,Properties info) Attempts to make a database connection to the given URL.staticConnection
DriverManager.getConnection
(String url,Properties info) Attempts to establish a connection to the given database URL.Driver.getPropertyInfo
(String url,Properties info) Gets information about the possible properties for this driver.void
Connection.setClientInfo
(Properties properties) Sets the value of the connection's client info properties.Uses ofProperties injava.util
Fields injava.util declared asPropertiesModifier and TypeFieldDescriptionprotectedProperties
Properties.defaults
A property list that contains default values for any keys not found in this property list.Constructors injava.util with parameters of typePropertiesModifierConstructorDescriptionProperties
(Properties defaults) Creates an empty property list with the specified defaults.Uses ofProperties injavax.naming
Fields injavax.naming declared asPropertiesModifier and TypeFieldDescriptionprotectedProperties
CompoundName.mySyntax
Syntax properties for this compound name.Constructors injavax.naming with parameters of typePropertiesModifierConstructorDescriptionCompoundName
(String n,Properties syntax) Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.protected
CompoundName
(Enumeration<String> comps,Properties syntax) Constructs a new compound name instance using the components specified in comps and syntax.Uses ofProperties injavax.xml.transform
Methods injavax.xml.transform that returnPropertiesModifier and TypeMethodDescriptionTemplates.getOutputProperties()
Get the properties corresponding to the effective xsl:output element.abstractProperties
Transformer.getOutputProperties()
Get a copy of the output properties for the transformation.Methods injavax.xml.transform with parameters of typePropertiesModifier and TypeMethodDescriptionabstract void
Transformer.setOutputProperties
(Properties oformat) Set the output properties for the transformation.