Uses of Class
java.util.Properties
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 of Properties in com.sun.tools.attach
Modifier and TypeMethodDescriptionabstract Properties
VirtualMachine.getAgentProperties()
Returns the current agent properties in the target virtual machine.abstract Properties
VirtualMachine.getSystemProperties()
Returns the current system properties in the target virtual machine.Modifier and TypeMethodDescriptionabstract void
VirtualMachine.startManagementAgent
(Properties agentProperties) Starts the JMX management agent in the target virtual machine. -
Uses of Properties in java.awt
Modifier and TypeMethodDescriptionabstract PrintJob
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 of Properties in java.lang
Modifier and TypeMethodDescriptionstatic Properties
System.getProperties()
Determines the current system properties.Modifier and TypeMethodDescriptionstatic void
System.setProperties
(Properties props) Sets the system properties to theProperties
argument. -
Uses of Properties in java.security
Modifier 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 of Properties in java.sql
Modifier and TypeMethodDescriptionConnection.getClientInfo()
Returns a list containing the name and current value of each client info property supported by the driver.Modifier and TypeMethodDescriptionDriver.connect
(String url, Properties info) Attempts to make a database connection to the given URL.static Connection
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 of Properties in java.util
Modifier and TypeFieldDescriptionprotected Properties
Properties.defaults
A property list that contains default values for any keys not found in this property list.ModifierConstructorDescriptionProperties
(Properties defaults) Creates an empty property list with the specified defaults. -
Uses of Properties in javax.naming
Modifier and TypeFieldDescriptionprotected Properties
CompoundName.mySyntax
Syntax properties for this compound name.ModifierConstructorDescriptionCompoundName
(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 of Properties in javax.xml.transform
Modifier and TypeMethodDescriptionTemplates.getOutputProperties()
Get the properties corresponding to the effective xsl:output element.abstract Properties
Transformer.getOutputProperties()
Get a copy of the output properties for the transformation.Modifier and TypeMethodDescriptionabstract void
Transformer.setOutputProperties
(Properties oformat) Set the output properties for the transformation.