Uses of Class
java.lang.String
Packages that useString
Package
Description
Provides a collection of interfaces and classes that compose the Java Accessibility Utilities.
This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities.
This package defines connections between the virtual machine using the JDI and the target virtual machine.
This package comprises the interfaces and classes used to develop new
TransportService
implementations.This package defines JDI events and event processing.
This package is used to request that a JDI event be sent under specified conditions.
This package contains JDK extensions to the standard implementation of the
java.lang.management
API and also defines the management interface for some other components of the platform.Provides a simple high-level Http server API, which can be used to build embedded HTTP servers.
A Java API for Stream Control Transport Protocol.
Provides implementations of
Principal
.Provides an implementation of
Configuration
.Provides implementations of
LoginModule
.This package defines classes and interfaces for the JDK extensions to the GSS-API.
Provides interfaces to represent documentation comments as abstract syntax trees (AST).
Provides interfaces to represent source code as abstract syntax trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
Provides the API to attach to a Java virtual machine.
Only developers who are defining new attach providers should need to make direct use of this package.
This package provides a legacy entry point for thejavac tool.
This package contains the JConsole API.
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
Contains all of the classes for creating user interfaces and for painting graphics and images.
Provides classes for color spaces.
Provides interfaces and classes for transferring data between and within applications.
Provides interfaces and classes for interaction with various desktop capabilities.
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
Provides interfaces and classes for dealing with different types of events fired by AWT components.
Provides classes and interface relating to fonts.
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
Provides interfaces that enable the development of input methods that can be used with any Java runtime environment.
Provides classes for creating and modifying images.
Provides classes and interfaces for producing rendering-independent images.
Provides classes and interfaces for a general printing API.
Contains classes related to developingbeans -- components based on the JavaBeans architecture.
Provides classes and interfaces relating to bean context.
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Provides library support for the Java programming language annotation facility.
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for thejava.lang.classfile
library.Provides interfaces describing constant pool entries for the
java.lang.classfile
library.Provides interfaces describing code instructions for the
java.lang.classfile
library.Classes and interfaces to representnominal descriptors for run-time entities such as classes or method handles, and classfile entities such as constant pool entries or
invokedynamic
call sites.Provides low-level access to memory and functions outside the Java runtime.
Provides services that allow Java programming language agents to instrument programs running on the Java Virtual Machine (JVM).
The
java.lang.invoke
package provides low-level primitives for interacting with the Java Virtual Machine.Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
Classes to support module descriptors and creating configurations of modules by means of resolution and service binding.
Provides classes and interfaces for obtaining reflective information about classes and objects.
The
java.lang.runtime
package provides low-level runtime support for the Java language.Provides classes for performing arbitrary-precision integer arithmetic (
BigInteger
) and arbitrary-precision decimal arithmetic (BigDecimal
).Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Service-provider classes for the
java.net
package.Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
Service-provider classes for the
java.nio.charset
package.Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
Interfaces and classes providing access to file and file system attributes.
Service-provider classes for the
java.nio.file
package.Provides the RMI package.
Provides classes and interface for RMI distributed garbage-collection (DGC).
Provides a class and two interfaces for the RMI registry.
Provides classes and interfaces for supporting the server side of RMI.
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
Provides classes and interfaces for key specifications and algorithm parameter specifications.
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
The main API for dates, times, instants, and durations.
Generic API for calendar systems other than the default ISO.
Provides classes to print and parse dates and times.
Access to date and time using fields and units, and date time adjusters.
Support for time-zones and their rules.
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.
Utility classes commonly useful in concurrent programming.
A small toolkit of classes that support lock-free thread-safe programming on single variables.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
Provides the classes and interfaces of the Java 2 platform's core logging facilities.
This package allows applications to store and retrieve user and system preference and configuration data.
This package contains classes and interfaces that support a generic API for random number generation.
Classes for matching character sequences against patterns specified by regular expressions.
Service provider classes for the classes in the java.util package.
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
Provides classes for reading and writing the standard ZIP and GZIP file formats.
Defines a contract between user-interface components and an assistive technology that provides access to those components.
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
Provides the classes and interfaces for cryptographic operations.
Provides classes and interfaces for key specifications and algorithm parameter specifications.
The main package of the Java Image I/O API.
A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images.
A package of the Java Image I/O API dealing with reading and writing metadata.
Classes supporting the built-in JPEG plug-in.
Public classes used by the built-in TIFF plug-ins.
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
Types and hierarchies of packages comprising a Java language model, a reflective API that models the declarations and types of the Java programming language.
Interfaces used to model elements of the Java programming language.
Interfaces used to model Java programming language types.
Utilities to assist in the processing ofprogram elements andtypes.
Provides the core classes for the Java Management Extensions.
Provides the classes which implement advanced dynamic loading.
Provides the definition of the ModelMBean classes.
Provides the definition of the monitor classes.
Provides the open data types and Open MBean descriptor classes.
Provides the definition of the Relation Service.
Interfaces for remote access to JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
Provides the definition of the Timer MBean.
Provides the classes and interfaces for accessing naming services.
Extends the
javax.naming
package to provide functionality for accessing directory services.Provides support for event notification when accessing naming and directory services.
Provides support for LDAPv3 extended operations and controls.
Provides the Service Provider Interface for DNS lookups when performing LDAP operations.
Provides the means for dynamically plugging in support for accessing naming and directory services through the
javax.naming
and related packages.Provides classes for networking applications.
Provides classes for the secure socket package.
Provides the principal classes and interfaces for the Java Print Service API.
Provides classes and interfaces that describe the types of Java Print Service attributes and how they can be collected into attribute sets.
Package
javax.print.attribute.standard
contains classes for specific printing attributes.Package
javax.print.event
contains event classes and listener interfaces.Provides implementations of
RMIClientSocketFactory
andRMIServerSocketFactory
over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.The scripting API consists of interfaces and classes that defineJava Scripting Engines and providesa framework for their use in Java applications.
This package provides a framework for authentication and authorization.
This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).
This package contains utility classes related to the Kerberos network authentication protocol.
This package provides a pluggable authentication framework.
This package provides the interface to be used for implementing pluggable authentication modules.
This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in aSubject.
Provides classes for public key certificates.
Contains class and interfaces for supporting SASL.
Java™ Smart Card I/O API.
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
Provides the API for server side data source access and processing from the Java programming language.
Standard interfaces and base classes for JDBC
RowSet
implementations.Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides classes and interface for drawing specialized borders around a Swing component.
Contains classes and interfaces used by the
JColorChooser
component.Provides for events fired by Swing components.
Contains classes and interfaces used by the
JFileChooser
component.Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel (once codenamedMetal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
Provides user interface objects built according to the cross-platform Nimbus look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text components.
Provides the class
HTMLEditorKit
and supporting classes for creating HTML text editors.Provides the default HTML parser, along with support classes.
Provides a class (
RTFEditorKit
) for creating Rich-Text-Format text editors.Provides classes and interfaces for dealing with
javax.swing.JTree
.Allows developers to provide support for undo/redo in applications such as text editors.
Provides interfaces for tools which can be invoked from a program, for example, compilers.
Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions.
Defines constants for XML processing.
Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.
Common classes for XML cryptography.
DOM-specific classes for the
javax.xml.crypto
package.Classes for generating and validating XML digital signatures.
Classes for parsing and processing
KeyInfo
elements and structures.Parameter classes for XML digital signatures.
Defines XML/Java Type Mappings.
Defines XML Namespace processing.
Provides the classes for processing XML documents with a SAX (Simple API for XML) parser or a DOM (Document Object Model) Document builder.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
Provides DOM specific transformation classes.
Provides SAX specific transformation classes.
Provides StAX specific transformation classes.
Provides stream and URI specific transformation classes.
Provides an API for validation of XML documents.
Provides anobject-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
Contains interfaces and classes that are used to link an
invokedynamic
call site.Contains the linker for ordinary Java objects.
Contains interfaces and classes needed by language runtimes to implement their own language-specific object models and type conversions.
Contains classes that make it more convenient for language runtimes to implement their own language-specific object models and type conversions by providing basic implementations of some classes as well as various utilities.
Incubating Feature. Will be removed in a future release.
The Doclet API provides an environment which, in conjunction with the Language Model API and Compiler Tree API, allows clients to inspect the source-level structures of programs and libraries, including API comments embedded in the source.
This package provides classes to create events and control Flight Recorder.
This package contains classes for consuming Flight Recorder data.
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.
Provides implementation support for building JShell execution engines.
Defines the Service Provider Interface for pluggable JShell execution engines.
Provides a mechanism to launch an instance of a Java shell tool.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
Platform specific socket options for the
java.net
andjava.nio.channels
socket classes.This package defines APIs for signing jar files.
Deprecated, for removal: This API element is subject to removal in a future version.
The jdk.jsobject module will be delivered with JavaFX.
The jdk.jsobject module will be delivered with JavaFX.
This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API.
Provides the interfaces for the Document Object Model (DOM).
Provides a factory for obtaining instances of
DOMImplementation
.Provides interfaces for DOM Level 2 Style Specification.
Provides interfaces for DOM Level 2 Events.
Provides interfaces for DOM Level 2 HTML Specification.
Provides interfaces for DOM Level 3 Load and Save.
Provides interfaces for DOM Level 2 Range.
Provides interfaces for DOM Level 2 Style Specification.
Provides interfaces for DOM Level 3 XPath Specification.
Provides the interfaces for the Simple API for XML (SAX).
Provides interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
Provides helper classes, including support for bootstrapping SAX-based applications.
Uses ofString incom.sun.java.accessibility.util
Methods incom.sun.java.accessibility.util that returnStringModifier and TypeMethodDescriptionTranslator.getAccessibleDescription()
Get the accessible description of this object.Translator.getAccessibleName()
Get the accessible name of this object.AccessibilityListenerList.toString()
Return a string representation of theAccessibilityListenerList
.Methods incom.sun.java.accessibility.util with parameters of typeStringModifier and TypeMethodDescriptionvoid
Translator.setAccessibleDescription
(String s) Set the accessible description of this object.void
Translator.setAccessibleName
(String s) Set the name of this object.Uses ofString incom.sun.jdi
Methods incom.sun.jdi that returnStringModifier and TypeMethodDescriptionPathSearchingVirtualMachine.baseDirectory()
Get the base directory used for path searching.ClassNotLoadedException.className()
ArrayType.componentSignature()
Gets the JNI signature of the components of this array class.ArrayType.componentTypeName()
Returns a text representation of the component type of this array.ReferenceType.defaultStratum()
Returns the default stratum for this reference type.VirtualMachine.description()
Returns text information on the target VM and the debugger support that mirrors it.LocalVariable.genericSignature()
Gets the generic signature for this variable if there is one.ReferenceType.genericSignature()
Gets the generic signature for this type if there is one.TypeComponent.genericSignature()
Gets the generic signature for this TypeComponent if there is one.VirtualMachine.getDefaultStratum()
Return this VM's default stratum.LocalVariable.name()
Gets the name of the local variable.ModuleReference.name()
Returns the module name.ReferenceType.name()
Returns the name of thisReferenceType
object.ThreadGroupReference.name()
Returns the name of this thread group.ThreadReference.name()
Returns the name of this thread.Type.name()
Returns the name of this type.TypeComponent.name()
Gets the name of this type component.VirtualMachine.name()
Returns the name of the target VM as reported by the propertyjava.vm.name
.Method.returnTypeName()
Returns a text representation of the return type, as specified in the declaration of this method.LocalVariable.signature()
Gets the type signature of the local variable.Type.signature()
Returns the type signature for this type.TypeComponent.signature()
Gets the type signature for this type component.ReferenceType.sourceDebugExtension()
Get the source debug extension of this type.Location.sourceName()
Gets an identifying name for the source corresponding to this location.Location.sourceName
(String stratum) Gets an identifying name for the source corresponding to this location.ReferenceType.sourceName()
Gets an identifying name for the source corresponding to the declaration of this type.Location.sourcePath()
Gets the path to the source corresponding to this location.Location.sourcePath
(String stratum) Gets the path to the source corresponding to this location.Mirror.toString()
Returns a String describing this mirrorField.typeName()
Returns a text representation of the type of this field.LocalVariable.typeName()
Returns a text representation of the type of this variable.StringReference.value()
Returns the StringReference as a String.VirtualMachine.version()
Returns the version of the Java Runtime Environment in the target VM as reported by the propertyjava.version
.Methods incom.sun.jdi that return types with arguments of typeStringModifier and TypeMethodDescriptionMethod.argumentTypeNames()
Returns a list containing a text representation of the type of each formal parameter of this method.ReferenceType.availableStrata()
Return the available strata for this reference type.PathSearchingVirtualMachine.bootClassPath()
Get the boot class path for this virtual machine.PathSearchingVirtualMachine.classPath()
Get the class path for this virtual machine.ReferenceType.sourceNames
(String stratum) Gets the identifying names for all the source corresponding to the declaration of this type.ReferenceType.sourcePaths
(String stratum) Gets the paths to the source corresponding to the declaration of this type.Methods incom.sun.jdi with parameters of typeStringModifier and TypeMethodDescriptionMethod.allLineLocations
(String stratum,String sourceName) Returns a list containing aLocation
object for each executable source line in this method.ReferenceType.allLineLocations
(String stratum,String sourceName) Returns a list containing aLocation
object for each executable source line in this reference type.VirtualMachine.classesByName
(String className) Returns the loaded reference types that match a given name.ClassType.concreteMethodByName
(String name,String signature) Returns a single non-abstractMethod
visible from this class that has the given name and signature.ReferenceType.fieldByName
(String fieldName) Finds the visibleField
with the given non-ambiguous name.int
Location.lineNumber
(String stratum) The line number of this Location.Method.locationsOfLine
(String stratum,String sourceName, int lineNumber) Returns a List containing allLocation
objects that map to the given line number and source name.ReferenceType.locationsOfLine
(String stratum,String sourceName, int lineNumber) Returns a List containing allLocation
objects that map to the given line number.ReferenceType.methodsByName
(String name) Returns a List containing each visibleMethod
that has the given name.ReferenceType.methodsByName
(String name,String signature) Returns a List containing each visibleMethod
that has the given name and signature.Creates a string in this virtual machine.void
VirtualMachine.setDefaultStratum
(String stratum) Set this VM's default stratum (seeLocation
for a discussion of strata).Location.sourceName
(String stratum) Gets an identifying name for the source corresponding to this location.ReferenceType.sourceNames
(String stratum) Gets the identifying names for all the source corresponding to the declaration of this type.Location.sourcePath
(String stratum) Gets the path to the source corresponding to this location.ReferenceType.sourcePaths
(String stratum) Gets the paths to the source corresponding to the declaration of this type.Method.variablesByName
(String name) Returns a list containing eachLocalVariable
of a given name in this method.StackFrame.visibleVariableByName
(String name) Finds aLocalVariable
that matches the given name and is visible at the current frame location.Constructors incom.sun.jdi with parameters of typeStringModifierConstructorDescriptionClassNotLoadedException
(String className) ClassNotLoadedException
(String className,String message) InternalException
(String s, int errorCode) Deprecated.Deprecated.Constructs anInvalidModuleException
with the given detail message.JDIPermission
(String name) TheJDIPermission
class represents access rights to theVirtualMachineManager
JDIPermission
(String name,String actions) Constructs a new JDIPermission object.NativeMethodException
(String message) OpaqueFrameException
(String message) Constructs a OpaqueFrameException with the given detail message.VMDisconnectedException
(String message) Uses ofString incom.sun.jdi.connect
Methods incom.sun.jdi.connect that returnStringModifier and TypeMethodDescriptionConnector.Argument.description()
Returns a human-readable description of this argument and its purpose.Connector.description()
Returns a human-readable description of this connector and its purpose.Connector.Argument.label()
Returns a short human-readable label for this argument.Connector.Argument.name()
Returns a short, unique identifier for the argument.Connector.name()
Returns a short identifier for the connector.Transport.name()
Returns a short identifier for the transport.ListeningConnector.startListening
(Map<String, ? extendsConnector.Argument> arguments) Listens for one or more connections initiated by target VMs.Connector.BooleanArgument.stringValueOf
(boolean value) Return the string representation of thevalue
parameter.Connector.IntegerArgument.stringValueOf
(int value) Return the string representation of thevalue
parameter.Connector.Argument.value()
Returns the current value of the argument.Methods incom.sun.jdi.connect that return types with arguments of typeStringModifier and TypeMethodDescriptionIllegalConnectorArgumentsException.argumentNames()
Return aList
containing the names of the invalid or inconsistent arguments.Connector.SelectedArgument.choices()
Return the possible values for the argumentConnector.defaultArguments()
Returns the arguments accepted by this Connector and their default values.Methods incom.sun.jdi.connect with parameters of typeStringModifier and TypeMethodDescriptionboolean
Performs basic sanity check of argument.boolean
Performs basic sanity check of argument.boolean
Performs basic sanity check of argument.boolean
Performs basic sanity check of argument.boolean
Performs basic sanity check of argument.void
Sets the value of the argument.Method parameters incom.sun.jdi.connect with type arguments of typeStringModifier and TypeMethodDescriptionListeningConnector.accept
(Map<String, ? extendsConnector.Argument> arguments) Waits for a target VM to attach to this connector.AttachingConnector.attach
(Map<String, ? extendsConnector.Argument> arguments) Attaches to a running application and returns a mirror of its VM.LaunchingConnector.launch
(Map<String, ? extendsConnector.Argument> arguments) Launches an application and connects to its VM.ListeningConnector.startListening
(Map<String, ? extendsConnector.Argument> arguments) Listens for one or more connections initiated by target VMs.void
ListeningConnector.stopListening
(Map<String, ? extendsConnector.Argument> arguments) Cancels listening for connections.Constructors incom.sun.jdi.connect with parameters of typeStringModifierConstructorDescriptionConstruct anIllegalConnectorArgumentsException
with the specified detail message and the name of the argument which is invalid or inconsistent.IllegalConnectorArgumentsException
(String s,List<String> names) Construct anIllegalConnectorArgumentsException
with the specified detail message and aList
of names of arguments which are invalid or inconsistent.TransportTimeoutException
(String message) Constructs aTransportTimeoutException
with the specified detail message.VMStartException
(String message,Process process) Constructor parameters incom.sun.jdi.connect with type arguments of typeStringModifierConstructorDescriptionIllegalConnectorArgumentsException
(String s,List<String> names) Construct anIllegalConnectorArgumentsException
with the specified detail message and aList
of names of arguments which are invalid or inconsistent.Uses ofString incom.sun.jdi.connect.spi
Methods incom.sun.jdi.connect.spi that returnStringModifier and TypeMethodDescriptionabstractString
TransportService.ListenKey.address()
Returns a string representation of the listen key.abstractString
TransportService.description()
Returns a description of the transport service.abstractString
TransportService.name()
Returns a name to identify the transport service.Methods incom.sun.jdi.connect.spi with parameters of typeStringModifier and TypeMethodDescriptionabstractConnection
Attaches to the specified address.abstractTransportService.ListenKey
TransportService.startListening
(String address) Listens on the specified address for inbound connections.Constructors incom.sun.jdi.connect.spi with parameters of typeStringModifierConstructorDescriptionClosedConnectionException
(String message) Constructs aClosedConnectionException
with the specified detail message.Uses ofString incom.sun.jdi.event
Methods incom.sun.jdi.event that returnStringModifier and TypeMethodDescriptionClassUnloadEvent.className()
Returns thename of the class that has been unloaded.ClassUnloadEvent.classSignature()
Returns thetype signature of the class that has been unloaded.Uses ofString incom.sun.jdi.request
Methods incom.sun.jdi.request with parameters of typeStringModifier and TypeMethodDescriptionvoid
ClassPrepareRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to the preparation of reference types whose name doesnot match this restricted regular expression.void
ClassUnloadRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to the unloading of reference types whose name doesnot match a restricted regular expression.void
ExceptionRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those whose location is in a class whose name doesnot match a restricted regular expression.void
MethodEntryRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name doesnot match this restricted regular expression, e.g.void
MethodExitRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name doesnot match this restricted regular expression.void
MonitorContendedEnteredRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name doesnot match this restricted regular expression, e.g.void
MonitorContendedEnterRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name doesnot match this restricted regular expression, e.g.void
MonitorWaitedRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those in which the name of the class of the monitor object doesnotmatch this restricted regular expression, e.g.void
MonitorWaitRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those in which the name of the class of the monitor object doesnotmatch this restricted regular expression, e.g.void
StepRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those whose location is in a class whose name doesnot match a restricted regular expression.void
WatchpointRequest.addClassExclusionFilter
(String classPattern) Restricts the events generated by this request to those whose location is in a class whose name doesnot match this restricted regular expression.void
ClassPrepareRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to the preparation of reference types whose name matches this restricted regular expression.void
ClassUnloadRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to the unloading of reference types whose name matches a restricted regular expression.void
ExceptionRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those whose location is in a class whose name matches a restricted regular expression.void
MethodEntryRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name matches this restricted regular expression.void
MethodExitRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name matches a restricted regular expression.void
MonitorContendedEnteredRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name matches this restricted regular expression.void
MonitorContendedEnterRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those whose method is in a class whose name matches this restricted regular expression.void
MonitorWaitedRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those in which the name of the class of the monitor object matches this restricted regular expression.void
MonitorWaitRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those in which the name of the class of the monitor object matches this restricted regular expression.void
StepRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those whose location is in a class whose name matches a restricted regular expression.void
WatchpointRequest.addClassFilter
(String classPattern) Restricts the events generated by this request to those whose location is in a class whose name matches a restricted regular expression.void
ClassPrepareRequest.addSourceNameFilter
(String sourceNamePattern) Restricts the events generated by this request to the preparation of reference types for which the restricted regular expression 'sourceNamePattern' matches one of the 'sourceNames' for the reference type being prepared.Constructors incom.sun.jdi.request with parameters of typeStringModifierConstructorDescriptionUses ofString incom.sun.management
Fields incom.sun.management declared asStringModifier and TypeFieldDescriptionstatic finalString
GarbageCollectionNotificationInfo.GARBAGE_COLLECTION_NOTIFICATION
Notification type denoting that the Java virtual machine has completed a garbage collection cycle.Methods incom.sun.management that returnStringModifier and TypeMethodDescriptionGarbageCollectionNotificationInfo.getGcAction()
Returns the action performed by the garbage collectorGarbageCollectionNotificationInfo.getGcCause()
Returns the cause of the garbage collectionGarbageCollectionNotificationInfo.getGcName()
Returns the name of the garbage collector used to perform the collectionVMOption.getName()
Returns the name of this VM option.VMOption.getValue()
Returns the value of this VM option at the time when thisVMOption
was created.GcInfo.toString()
Methods incom.sun.management that return types with arguments of typeStringModifier and TypeMethodDescriptionGcInfo.getMemoryUsageAfterGc()
Returns the memory usage of all memory pools at the end of this GC.GcInfo.getMemoryUsageBeforeGc()
Returns the memory usage of all memory pools at the beginning of this GC.Methods incom.sun.management with parameters of typeStringModifier and TypeMethodDescriptionboolean
GcInfo.containsKey
(String key) void
Dumps the heap to theoutputFile
file in the same format as the hprof heap dump.default void
HotSpotDiagnosticMXBean.dumpThreads
(String outputFile,HotSpotDiagnosticMXBean.ThreadDumpFormat format) Generate a thread dump to the given file in the given format.Object[]
HotSpotDiagnosticMXBean.getVMOption
(String name) Returns aVMOption
object for a VM option of the given name.void
HotSpotDiagnosticMXBean.setVMOption
(String name,String value) Sets a VM option of the given name to the specified value.Returns the enum constant of this class with the specified name.staticVMOption.Origin
Returns the enum constant of this class with the specified name.Constructors incom.sun.management with parameters of typeStringModifierConstructorDescriptionGarbageCollectionNotificationInfo
(String gcName,String gcAction,String gcCause,GcInfo gcInfo) Constructs aGarbageCollectionNotificationInfo
object.VMOption
(String name,String value, boolean writeable,VMOption.Origin origin) Constructs aVMOption
.Uses ofString incom.sun.net.httpserver
Classes incom.sun.net.httpserver that implement interfaces with type arguments of typeStringModifier and TypeClassDescriptionclass
class
Fields incom.sun.net.httpserver declared asStringModifier and TypeFieldDescriptionprotected finalString
BasicAuthenticator.realm
The HTTP Basic authentication realm.Methods incom.sun.net.httpserver that returnStringModifier and TypeMethodDescriptionabstractString
Filter.description()
Returns a short description of thisFilter
.String[]
HttpsParameters.getCipherSuites()
Deprecated.It is recommended that the SSL parameters be configured and read through the use ofSSLParameters
.Returns the first value from theList
ofString
values for the givenkey
, ornull
if no mapping for thekey
exists.HttpPrincipal.getName()
Returns the contents of this principal in the formrealm:username.abstractString
HttpContext.getPath()
Returns the path this context was created with.abstractString
HttpExchange.getProtocol()
Returns the protocol string from the request in the formprotocol/majorVersion.minorVersion.String[]
HttpsParameters.getProtocols()
Deprecated.It is recommended that the SSL parameters be configured and read through the use ofSSLParameters
.BasicAuthenticator.getRealm()
Returns the realm thisBasicAuthenticator
was created with.HttpPrincipal.getRealm()
Returns therealm
this object was created with.abstractString
HttpExchange.getRequestMethod()
Returns the request method.Request.getRequestMethod()
Returns the request method.HttpPrincipal.getUsername()
Returns theusername
this object was created with.HttpPrincipal.toString()
Returns the same string asHttpPrincipal.getName()
.Methods incom.sun.net.httpserver that return types with arguments of typeStringModifier and TypeMethodDescriptionHeaders.entrySet()
Headers.entrySet()
HttpContext.getAttributes()
Headers.keySet()
Headers.values()
Methods incom.sun.net.httpserver with parameters of typeStringModifier and TypeMethodDescriptionstaticFilter
Filter.adaptRequest
(String description,UnaryOperator<Request> requestOperator) Returns apre-processing Filter that inspects and possibly adapts the request state.void
Adds the givenvalue
to the list of headers for the givenkey
.staticFilter
Filter.afterHandler
(String description,Consumer<HttpExchange> operation) Returns a post-processingFilter
with the given description and operation.staticFilter
Filter.beforeHandler
(String description,Consumer<HttpExchange> operation) Returns a pre-processingFilter
with the given description and operation.abstract boolean
BasicAuthenticator.checkCredentials
(String username,String password) Called for each incoming request to verify the given name and password in the context of this authenticator's realm.staticHttpServer
HttpServer.create
(InetSocketAddress addr, int backlog,String path,HttpHandler handler,Filter... filters) Creates anHttpServer
instance with an initial context.staticHttpsServer
HttpsServer.create
(InetSocketAddress addr, int backlog,String path,HttpHandler handler,Filter... filters) Creates anHttpsServer
instance with an initial context.abstractHttpContext
HttpServer.createContext
(String path) Creates a HttpContext without initially specifying a handler.abstractHttpContext
HttpServer.createContext
(String path,HttpHandler handler) Creates aHttpContext
.abstractObject
HttpExchange.getAttribute
(String name) Filter
modules may store arbitrary objects withHttpExchange
instances as an out-of-band communication mechanism.Returns the first value from theList
ofString
values for the givenkey
, ornull
if no mapping for thekey
exists.staticHeaders
Returns an immutableHeaders
with the given name value pairs as its set of headers.staticHttpHandler
Returns anHttpHandler
that sends a response comprising the givenstatusCode
,headers
, andbody
.abstract void
HttpServer.removeContext
(String path) Removes the context identified by the given path from the server.void
Sets the givenvalue
as the sole header value for the givenkey
.abstract void
HttpExchange.setAttribute
(String name,Object value) Filter
modules may store arbitrary objects withHttpExchange
instances as an out-of-band communication mechanism.void
HttpsParameters.setCipherSuites
(String[] cipherSuites) Deprecated.It is recommended that the SSL parameters be configured and read through the use ofSSLParameters
.void
HttpsParameters.setProtocols
(String[] protocols) Deprecated.It is recommended that the SSL parameters be configured and read through the use ofSSLParameters
.Returns the enum constant of this class with the specified name.defaultRequest
Returns an identicalRequest
with an additional header.Method parameters incom.sun.net.httpserver with type arguments of typeStringModifier and TypeMethodDescriptionstaticHeaders
Returns an immutableHeaders
from the givenheaders
with the same header names and values.staticHeaders
Returns an immutableHeaders
from the givenheaders
with the same header names and values.void
void
defaultRequest
Returns an identicalRequest
with an additional header.Constructors incom.sun.net.httpserver with parameters of typeStringModifierConstructorDescriptionBasicAuthenticator
(String realm) Creates aBasicAuthenticator
for the given HTTP realm.BasicAuthenticator
(String realm,Charset charset) Creates aBasicAuthenticator
for the given HTTP realm and using the givenCharset
to decode the Basic authentication credentials (username and password).HttpPrincipal
(String username,String realm) Creates aHttpPrincipal
from the givenusername
andrealm
.Constructor parameters incom.sun.net.httpserver with type arguments of typeStringUses ofString incom.sun.nio.sctp
Methods incom.sun.nio.sctp that returnStringModifier and TypeMethodDescriptionSctpStandardSocketOptions.InitMaxStreams.toString()
Returns a string representation of this init max streams, including the maximum in and out bound streams.Methods incom.sun.nio.sctp with parameters of typeStringModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.staticHandlerResult
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Constructors incom.sun.nio.sctp with parameters of typeStringModifierConstructorDescriptionConstructs an instance of this class with the specified message.Constructs an instance of this class with the specified detailed message.Constructs an instance of this class with the specified detailed message.Uses ofString incom.sun.security.auth
Methods incom.sun.security.auth that returnStringModifier and TypeMethodDescriptionLdapPrincipal.getName()
Returns the name originally used to create this principal.NTDomainPrincipal.getName()
Return the Windows NT domain name for thisNTDomainPrincipal
.NTSid.getName()
Return a string version of thisNTSid
.NTUserPrincipal.getName()
Return the Windows NT username for thisNTPrincipal
.UnixNumericGroupPrincipal.getName()
Return the user's group identification number (GID) for thisUnixNumericGroupPrincipal
.UnixNumericUserPrincipal.getName()
Return the user identification number (UID) for thisUnixNumericUserPrincipal
.UnixPrincipal.getName()
Return the Unix username for thisUnixPrincipal
.UserPrincipal.getName()
Returns the name of this principal.LdapPrincipal.toString()
Creates a string representation of this principal's name in the format defined byRFC 2253.NTDomainPrincipal.toString()
Return a string representation of thisNTDomainPrincipal
.NTNumericCredential.toString()
Return a string representation of thisNTNumericCredential
.NTSid.toString()
Return a string representation of thisNTSid
.NTSidDomainPrincipal.toString()
Return a string representation of thisNTSidDomainPrincipal
.NTSidGroupPrincipal.toString()
Return a string representation of thisNTSidGroupPrincipal
.NTSidPrimaryGroupPrincipal.toString()
Return a string representation of thisNTSidPrimaryGroupPrincipal
.NTSidUserPrincipal.toString()
Return a string representation of thisNTSidUserPrincipal
.NTUserPrincipal.toString()
Return a string representation of thisNTPrincipal
.UnixNumericGroupPrincipal.toString()
Return a string representation of thisUnixNumericGroupPrincipal
.UnixNumericUserPrincipal.toString()
Return a string representation of thisUnixNumericUserPrincipal
.UnixPrincipal.toString()
Return a string representation of thisUnixPrincipal
.UserPrincipal.toString()
Returns a string representation of this principal.Constructors incom.sun.security.auth with parameters of typeStringModifierConstructorDescriptionLdapPrincipal
(String name) Creates an LDAP principal.NTDomainPrincipal
(String name) Create anNTDomainPrincipal
with a Windows NT domain name.Create anNTSid
with a Windows NT SID.NTSidDomainPrincipal
(String name) Create anNTSidDomainPrincipal
with a Windows NT SID.NTSidGroupPrincipal
(String name) Create anNTSidGroupPrincipal
with a Windows NT group name.Create anNTSidPrimaryGroupPrincipal
with a Windows NT group SID.NTSidUserPrincipal
(String name) Create anNTSidUserPrincipal
with a Windows NT SID.NTUserPrincipal
(String name) Create anNTUserPrincipal
with a Windows NT username.UnixNumericGroupPrincipal
(String name, boolean primaryGroup) Create aUnixNumericGroupPrincipal
using aString
representation of the user's group identification number (GID).Create aUnixNumericUserPrincipal
using aString
representation of the user's identification number (UID).UnixPrincipal
(String name) Create a UnixPrincipal with a Unix username.UserPrincipal
(String name) Creates a principal.Uses ofString incom.sun.security.auth.login
Methods incom.sun.security.auth.login with parameters of typeStringModifier and TypeMethodDescriptionConfigFile.getAppConfigurationEntry
(String applicationName) Retrieve an entry from theConfiguration
using an application name as an index.Uses ofString incom.sun.security.auth.module
Fields incom.sun.security.auth.module declared asStringModifier and TypeFieldDescriptionfinalString
JndiLoginModule.GROUP_PROVIDER
Directory service/path where this module can access the relevant group information.finalString
JndiLoginModule.USER_PROVIDER
Directory service/path where this module can access the relevant user information.protectedString
UnixSystem.username
The current username.Methods incom.sun.security.auth.module that returnStringModifier and TypeMethodDescriptionNTSystem.getDomain()
Get the domain for the current NT user.NTSystem.getDomainSID()
Get a printable SID for the current NT user's domain.String[]
NTSystem.getGroupIDs()
Get the printable group SIDs for the current NT user.NTSystem.getName()
Get the username for the current NT user.NTSystem.getPrimaryGroupID()
Get a printable primary group SID for the current NT user.UnixSystem.getUsername()
Get the username for the current Unix user.NTSystem.getUserSID()
Get a printable SID for the current NT user.Method parameters incom.sun.security.auth.module with type arguments of typeStringModifier and TypeMethodDescriptionvoid
JndiLoginModule.initialize
(Subject subject,CallbackHandler callbackHandler,Map<String, ?> sharedState,Map<String, ?> options) Initialize thisLoginModule
.void
KeyStoreLoginModule.initialize
(Subject subject,CallbackHandler callbackHandler,Map<String, ?> sharedState,Map<String, ?> options) Initialize thisLoginModule
.void
Krb5LoginModule.initialize
(Subject subject,CallbackHandler callbackHandler,Map<String, ?> sharedState,Map<String, ?> options) Initialize thisLoginModule
.void
LdapLoginModule.initialize
(Subject subject,CallbackHandler callbackHandler,Map<String, ?> sharedState,Map<String, ?> options) Initialize thisLoginModule
.void
NTLoginModule.initialize
(Subject subject,CallbackHandler callbackHandler,Map<String, ?> sharedState,Map<String, ?> options) Initialize thisLoginModule
.void
UnixLoginModule.initialize
(Subject subject,CallbackHandler callbackHandler,Map<String, ?> sharedState,Map<String, ?> options) Initialize thisLoginModule
.Uses ofString incom.sun.security.jgss
Methods incom.sun.security.jgss with parameters of typeStringModifier and TypeMethodDescriptionstaticInquireType
Returns the enum constant of this class with the specified name.Constructors incom.sun.security.jgss with parameters of typeStringModifierConstructorDescriptionConstructs a newInquireSecContextPermission
object with the specified name.Uses ofString incom.sun.source.doctree
Fields incom.sun.source.doctree declared asStringModifier and TypeFieldDescriptionfinalString
DocTree.Kind.tagName
The name of the tag, if any, associated with this kind of node.Methods incom.sun.source.doctree that returnStringModifier and TypeMethodDescriptionCommentTree.getBody()
Returns the text of the comment.EscapeTree.getBody()
Returns the text.TextTree.getBody()
Returns the text.RawTextTree.getContent()
Returns the content.ReferenceTree.getSignature()
Returns the signature of the Java language element being referenced, as found in@see
and similar nodes.BlockTagTree.getTagName()
Returns the name of the tag.InlineTagTree.getTagName()
Returns the name of the tag.DocTypeTree.getText()
Returns the text of the doctype declaration.Methods incom.sun.source.doctree with parameters of typeStringModifier and TypeMethodDescriptionstaticAttributeTree.ValueKind
Returns the enum constant of this class with the specified name.staticDocTree.Kind
Returns the enum constant of this class with the specified name.Uses ofString incom.sun.source.tree
Methods incom.sun.source.tree with parameters of typeStringModifier and TypeMethodDescriptionstaticCaseTree.CaseKind
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticModuleTree.ModuleKind
Returns the enum constant of this class with the specified name.staticTree.Kind
Returns the enum constant of this class with the specified name.Uses ofString incom.sun.source.util
Methods incom.sun.source.util that returnStringModifier and TypeMethodDescriptionabstractString
DocTrees.getCharacters
(EntityTree tree) Returns a string containing the characters for the entity in a given entity tree, ornull
if the tree does not represent a valid series of characters.abstractString
Trees.getDocComment
(TreePath path) Returns the doc comment, if any, for theTree
node identified by a givenTreePath
.Plugin.getName()
Returns the user-friendly name of this plug-in.Methods incom.sun.source.util with parameters of typeStringModifier and TypeMethodDescriptionabstractDocCommentTree
DocTrees.getDocCommentTree
(Element e,String relativePath) Returns the doc comment tree of the given file, which must be of one of the supported file types, and whose path is specified relative to the given element.void
Initializes the plug-in for a given compilation task.DocTreeFactory.newCommentTree
(String text) Creates a newCommentTree
, to represent an HTML comment.DocTreeFactory.newDocTypeTree
(String text) Creates a newDocTypeTree
, to represent aDOCTYPE
HTML declaration.DocTreeFactory.newErroneousTree
(String text,Diagnostic<JavaFileObject> diag) Creates a newErroneousTree
object, to represent some unparseable input.DocTreeFactory.newRawTextTree
(DocTree.Kind kind,String code) Creates a newRawTextTree
object, to represent a fragment of uninterpreted raw text.DocTreeFactory.newReferenceTree
(String signature) Creates a newReferenceTree
object, to represent a reference to an API element.DocTreeFactory.newTextTree
(String text) Creates a newTextTree
object, to represent some plain text.staticTaskEvent.Kind
Returns the enum constant of this class with the specified name.Uses ofString incom.sun.tools.attach
Methods incom.sun.tools.attach that returnStringModifier and TypeMethodDescriptionVirtualMachineDescriptor.displayName()
Return thedisplay name component of this descriptor.finalString
VirtualMachine.id()
Returns the identifier for this Java virtual machine.VirtualMachineDescriptor.id()
Return the identifier component of this descriptor.abstractString
VirtualMachine.startLocalManagementAgent()
Starts the local JMX management agent in the target virtual machine.VirtualMachine.toString()
Returns the string representation of theVirtualMachine
.VirtualMachineDescriptor.toString()
Returns the string representation of theVirtualMachineDescriptor
.Methods incom.sun.tools.attach with parameters of typeStringModifier and TypeMethodDescriptionstaticVirtualMachine
Attaches to a Java virtual machine.void
Loads an agent.abstract void
Loads an agent.void
VirtualMachine.loadAgentLibrary
(String agentLibrary) Loads an agent library.abstract void
VirtualMachine.loadAgentLibrary
(String agentLibrary,String options) Loads an agent library.void
VirtualMachine.loadAgentPath
(String agentPath) Load a native agent library by full pathname.abstract void
VirtualMachine.loadAgentPath
(String agentPath,String options) Load a native agent library by full pathname.Constructors incom.sun.tools.attach with parameters of typeStringModifierConstructorDescriptionConstructs anAgentInitializationException
with the specified detail message.AgentInitializationException
(String s, int returnValue) Constructs anAgentInitializationException
with the specified detail message and the return value from the execution of the agent'sAgent_OnAttach
function.Constructs anAgentLoadException
with the specified detail message.Constructs anAttachNotSupportedException
with the specified detail message.AttachOperationFailedException
(String message) Constructs anAttachOperationFailedException
with the specified detail message.AttachPermission
(String name) Constructs a new AttachPermission object.AttachPermission
(String name,String actions) Constructs a new AttachPermission object.protected
VirtualMachine
(AttachProvider provider,String id) Initializes a new instance of this class.VirtualMachineDescriptor
(AttachProvider provider,String id) Creates a virtual machine descriptor from the given components.VirtualMachineDescriptor
(AttachProvider provider,String id,String displayName) Creates a virtual machine descriptor from the given components.Uses ofString incom.sun.tools.attach.spi
Methods incom.sun.tools.attach.spi that returnStringModifier and TypeMethodDescriptionabstractString
AttachProvider.name()
Return this provider's name.abstractString
AttachProvider.type()
Return this provider's type.Methods incom.sun.tools.attach.spi with parameters of typeStringModifier and TypeMethodDescriptionabstractVirtualMachine
AttachProvider.attachVirtualMachine
(String id) Attaches to a Java virtual machine.Uses ofString incom.sun.tools.javac
Methods incom.sun.tools.javac with parameters of typeStringModifier and TypeMethodDescriptionstatic int
Programmatic interface to the Java Programming Language compiler, javac.static int
Main.compile
(String[] args,PrintWriter out) Programmatic interface to the Java Programming Language compiler, javac.static void
Main entry point for the launcher.Uses ofString incom.sun.tools.jconsole
Fields incom.sun.tools.jconsole declared asStringModifier and TypeFieldDescriptionstatic finalString
JConsoleContext.CONNECTION_STATE_PROPERTY
TheConnectionState
bound property name.Methods incom.sun.tools.jconsole that return types with arguments of typeStringModifier and TypeMethodDescriptionJConsolePlugin.getTabs()
Returns the tabs to be added in JConsole window.Methods incom.sun.tools.jconsole with parameters of typeStringModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Uses ofString injava.applet
Methods injava.applet that returnStringModifier and TypeMethodDescriptionApplet.getAppletInfo()
Deprecated, for removal: This API element is subject to removal in a future version.Returns information about this applet.Applet.getParameter
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of the named parameter in the HTML tag.AppletStub.getParameter
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of the named parameter in the HTML tag.String[][]
Applet.getParameterInfo()
Deprecated, for removal: This API element is subject to removal in a future version.Returns information about the parameters that are understood by this applet.Methods injava.applet that return types with arguments of typeStringModifier and TypeMethodDescriptionAppletContext.getStreamKeys()
Deprecated, for removal: This API element is subject to removal in a future version.Finds all the keys of the streams in this applet context.Methods injava.applet with parameters of typeStringModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Finds and returns the applet in the document represented by this applet context with the given name.Applet.getAudioClip
(URL url,String name) Deprecated, for removal: This API element is subject to removal in a future version.Returns theAudioClip
object specified by theURL
andname
arguments.Deprecated, for removal: This API element is subject to removal in a future version.Returns anImage
object that can then be painted on the screen.Applet.getParameter
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of the named parameter in the HTML tag.AppletStub.getParameter
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of the named parameter in the HTML tag.Deprecated, for removal: This API element is subject to removal in a future version.Returns the stream to which specified key is associated within this applet context.void
Deprecated, for removal: This API element is subject to removal in a future version.Plays the audio clip given theURL
and a specifier that is relative to it.void
AppletContext.setStream
(String key,InputStream stream) Deprecated, for removal: This API element is subject to removal in a future version.Associates the specified stream with the specified key in this applet context.void
AppletContext.showDocument
(URL url,String target) Deprecated, for removal: This API element is subject to removal in a future version.Requests that the browser or applet viewer show the Web page indicated by theurl
argument.void
Applet.showStatus
(String msg) Deprecated, for removal: This API element is subject to removal in a future version.Requests that the argument string be displayed in the "status window".void
AppletContext.showStatus
(String status) Deprecated, for removal: This API element is subject to removal in a future version.Requests that the argument string be displayed in the "status window".Uses ofString injava.awt
Modifier and TypeFieldDescriptionstatic finalString
BorderLayout.AFTER_LAST_LINE
Synonym for PAGE_END.static finalString
BorderLayout.AFTER_LINE_ENDS
Synonym for LINE_END.static finalString
BorderLayout.BEFORE_FIRST_LINE
Synonym for PAGE_START.static finalString
BorderLayout.BEFORE_LINE_BEGINS
Synonym for LINE_START.static finalString
BorderLayout.CENTER
The center layout constraint (middle of container).static finalString
Font.DIALOG
A String constant for the canonical family name of the logical font "Dialog".static finalString
Font.DIALOG_INPUT
A String constant for the canonical family name of the logical font "DialogInput".static finalString
BorderLayout.EAST
The east layout constraint (right side of container).static finalString
BorderLayout.LINE_END
The component goes at the end of the line direction for the layout.static finalString
BorderLayout.LINE_START
The component goes at the beginning of the line direction for the layout.static finalString
Font.MONOSPACED
A String constant for the canonical family name of the logical font "Monospaced".protectedString
Cursor.name
The user-visible name of the cursor.protectedString
Font.name
The logical name of thisFont
, as passed to the constructor.static finalString
BorderLayout.NORTH
The north layout constraint (top of container).static finalString
BorderLayout.PAGE_END
The component comes after the last line of the layout's content.static finalString
BorderLayout.PAGE_START
The component comes before the first line of the layout's content.static finalString
Font.SANS_SERIF
A String constant for the canonical family name of the logical font "SansSerif".static finalString
Font.SERIF
A String constant for the canonical family name of the logical font "Serif".static finalString
BorderLayout.SOUTH
The south layout constraint (bottom of container).static finalString
BorderLayout.WEST
The west layout constraint (left side of container).Modifier and TypeMethodDescriptionButton.AccessibleAWTButton.getAccessibleActionDescription
(int i) Return a description of the specified action of the object.Checkbox.AccessibleAWTCheckbox.getAccessibleActionDescription
(int i) Return a description of the specified action of the object.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem.getAccessibleActionDescription
(int i) Return a description of the specified action of the object.Choice.AccessibleAWTChoice.getAccessibleActionDescription
(int i) Returns a description of the specified action of the object.MenuItem.AccessibleAWTMenuItem.getAccessibleActionDescription
(int i) Return a description of the specified action of the object.Component.AccessibleAWTComponent.getAccessibleDescription()
Gets the accessible description of this object.MenuComponent.AccessibleAWTMenuComponent.getAccessibleDescription()
Gets the accessible description of this object.Button.AccessibleAWTButton.getAccessibleName()
Get the accessible name of this object.Component.AccessibleAWTComponent.getAccessibleName()
Gets the accessible name of this object.Label.AccessibleAWTLabel.getAccessibleName()
Get the accessible name of this object.MenuComponent.AccessibleAWTMenuComponent.getAccessibleName()
Gets the accessible name of this object.MenuItem.AccessibleAWTMenuItem.getAccessibleName()
Get the accessible name of this object.Button.getActionCommand()
Returns the command name of the action event fired by this button.MenuItem.getActionCommand()
Gets the command name of the action event that is fired by this menu item.TrayIcon.getActionCommand()
Returns the command name of the action event fired by this tray icon.TextComponent.AccessibleAWTTextComponent.getAfterIndex
(int part, int index) Returns the String after a given index.TextComponent.AccessibleAWTTextComponent.getAtIndex
(int part, int index) Returns the String at a given index.abstractString[]
GraphicsEnvironment.getAvailableFontFamilyNames()
Returns an array containing the names of all font families in thisGraphicsEnvironment
localized for the default locale, as returned byLocale.getDefault()
.abstractString[]
GraphicsEnvironment.getAvailableFontFamilyNames
(Locale l) Returns an array containing the names of all font families in thisGraphicsEnvironment
localized for the specified locale.TextComponent.AccessibleAWTTextComponent.getBeforeIndex
(int part, int index) Returns the String before a given index.FileDialog.getDirectory()
Gets the directory of this file dialog.Font.getFamily()
Returns the family name of thisFont
.Returns the family name of thisFont
, localized for the specified locale.FileDialog.getFile()
Gets the selected file of this file dialog.JobAttributes.getFileName()
Specifies the file name for the output file for jobs using these attributes.abstractString[]
Toolkit.getFontList()
Deprecated.Font.getFontName()
Returns the font face name of thisFont
.Font.getFontName
(Locale l) Returns the font face name of theFont
, localized for the specified locale.abstractString
GraphicsDevice.getIDstring()
Returns the identification string associated with thisGraphicsDevice
.Choice.getItem
(int index) Gets the string at the specified index in thisChoice
menu.List.getItem
(int index) Gets the item associated with the specified index.String[]
List.getItems()
Gets the items in the list.Button.getLabel()
Gets the label of this button.Checkbox.getLabel()
Gets the label of this check box.MenuItem.getLabel()
Gets the label for this menu item.HeadlessException.getMessage()
Returns the detail message string of thisHeadlessException
.Component.getName()
Gets the name of the component.Cursor.getName()
Returns the name of this cursor.Font.getName()
Returns the logical name of thisFont
.MenuComponent.getName()
Gets the name of the menu component.JobAttributes.getPrinter()
Returns the destination printer for jobs using these attributes.staticString
Toolkit.getProperty
(String key,String defaultValue) Gets a property with the specified key and default.Font.getPSName()
Returns the postscript name of thisFont
.Choice.getSelectedItem()
Gets a representation of the current choice as a string.List.getSelectedItem()
Gets the selected item on this scrolling list.String[]
List.getSelectedItems()
Gets the selected items on this scrolling list.TextComponent.AccessibleAWTTextComponent.getSelectedText()
Returns the portion of the text that is selected.TextComponent.getSelectedText()
Returns the selected text from the text that is presented by this text component.Label.getText()
Gets the text of this label.TextComponent.getText()
Returns the text that is presented by this text component.Dialog.getTitle()
Gets the title of the dialog.Frame.getTitle()
Gets the title of the frame.TrayIcon.getToolTip()
Returns the tooltip string associated with thisTrayIcon
.finalString
Window.getWarningString()
Deprecated, for removal: This API element is subject to removal in a future version.since JDK 24AWTEvent.paramString()
Returns a string representing the state of thisEvent
.protectedString
Button.paramString()
Returns a string representing the state of thisButton
.protectedString
Checkbox.paramString()
Returns a string representing the state of thisCheckbox
.CheckboxMenuItem.paramString()
Returns a string representing the state of thisCheckBoxMenuItem
.protectedString
Choice.paramString()
Returns a string representing the state of thisChoice
menu.protectedString
Component.paramString()
Returns a string representing the state of this component.protectedString
Container.paramString()
Returns a string representing the state of thisContainer
.protectedString
Dialog.paramString()
Returns a string representing the state of this dialog.protectedString
Event.paramString()
Deprecated.NOTE: TheEvent
class is obsolete and is available only for backwards compatibility.protectedString
FileDialog.paramString()
Returns a string representing the state of thisFileDialog
window.protectedString
Frame.paramString()
Returns a string representing the state of thisFrame
.protectedString
Label.paramString()
Returns a string representing the state of thisLabel
.protectedString
List.paramString()
Returns the parameter string representing the state of this scrolling list.Menu.paramString()
Returns a string representing the state of thisMenu
.protectedString
MenuComponent.paramString()
Returns a string representing the state of thisMenuComponent
.MenuItem.paramString()
Returns a string representing the state of thisMenuItem
.protectedString
MenuShortcut.paramString()
Returns the parameter string representing the state of this MenuShortcut.protectedString
Scrollbar.paramString()
Returns a string representing the state of thisScrollbar
.ScrollPane.paramString()
Returns a string representing the state of thisScrollPane
.ScrollPaneAdjustable.paramString()
Returns a string representing the state of this scrollbar.protectedString
TextArea.paramString()
Returns a string representing the state of thisTextArea
.protectedString
TextComponent.paramString()
Returns a string representing the state of thisTextComponent
.protectedString
TextField.paramString()
Returns a string representing the state of thisTextField
.AWTEvent.toString()
Returns a String representation of this object.AWTKeyStroke.toString()
Returns a string that displays and identifies this object's properties.BorderLayout.toString()
Returns a string representation of the state of this border layout.CardLayout.toString()
Returns a string representation of the state of this card layout.CheckboxGroup.toString()
Returns a string representation of this check box group, including the value of its current selection.Color.toString()
Returns a string representation of thisColor
.Component.toString()
Returns a string representation of this component and its values.Cursor.toString()
Returns a string representation of this cursor.Dimension.toString()
Returns a string representation of the values of thisDimension
object'sheight
andwidth
fields.Event.toString()
Deprecated.NOTE: TheEvent
class is obsolete and is available only for backwards compatibility.FlowLayout.toString()
Returns a string representation of thisFlowLayout
object and its values.Font.toString()
Converts thisFont
object to aString
representation.FontMetrics.toString()
Returns a representation of thisFontMetrics
object's values as aString
.Graphics.toString()
Returns aString
object representing thisGraphics
object's value.GridBagLayout.toString()
Returns a string representation of this grid bag layout's values.GridLayout.toString()
Returns the string representation of this grid layout's values.Insets.toString()
Returns a string representation of thisInsets
object.JobAttributes.toString()
Returns a string representation of this JobAttributes.MenuComponent.toString()
Returns a representation of this menu component as a string.MenuShortcut.toString()
Returns an internationalized description of the MenuShortcut.PageAttributes.toString()
Returns a string representation of this PageAttributes.Point.toString()
Returns a string representation of this point and its location in the(x,y)
coordinate space.Rectangle.toString()
Returns aString
representing thisRectangle
and its values.RenderingHints.toString()
Returns a rather long string representation of the hashmap which contains the mappings of keys to values for thisRenderingHints
object.Robot.toString()
Returns a string representation of this Robot.ScrollPaneAdjustable.toString()
Returns a string representation of this scrollbar and its values.SystemColor.toString()
Returns a string representation of thisColor
's values.Modifier and TypeMethodDescriptionvoid
Adds an item to thisChoice
menu.Adds the specified component to this container.void
Adds the specified item to the end of scrolling list.void
Adds the specified item to the scrolling list at the position indicated by the index.void
Adds an item with the specified label to this menu.void
Obsolete as of Java 2 platform v1.1.void
Deprecated.replaced byadd(String)
.void
Deprecated.replaced byadd(String, int)
.void
BorderLayout.addLayoutComponent
(String name,Component comp) Deprecated.replaced byaddLayoutComponent(Component, Object)
.void
CardLayout.addLayoutComponent
(String name,Component comp) Deprecated.replaced byaddLayoutComponent(Component, Object)
.void
FlowLayout.addLayoutComponent
(String name,Component comp) Adds the specified component to the layout.void
GridBagLayout.addLayoutComponent
(String name,Component comp) Has no effect, since this layout manager does not use a per-component string.void
GridLayout.addLayoutComponent
(String name,Component comp) Adds the specified component with the specified name to the layout.void
LayoutManager.addLayoutComponent
(String name,Component comp) If the layout manager uses a per-component string, adds the componentcomp
to the layout, associating it with the string specified byname
.void
Component.addPropertyChangeListener
(String propertyName,PropertyChangeListener listener) Adds a PropertyChangeListener to the listener list for a specific property.void
Container.addPropertyChangeListener
(String propertyName,PropertyChangeListener listener) Adds a PropertyChangeListener to the listener list for a specific property.void
KeyboardFocusManager.addPropertyChangeListener
(String propertyName,PropertyChangeListener listener) Adds a PropertyChangeListener to the listener list for a specific property.void
SystemTray.addPropertyChangeListener
(String propertyName,PropertyChangeListener listener) Adds aPropertyChangeListener
to the list of listeners for the specific property.void
Toolkit.addPropertyChangeListener
(String name,PropertyChangeListener pcl) Adds the specified property change listener for the named desktop property.void
Window.addPropertyChangeListener
(String propertyName,PropertyChangeListener listener) Adds a PropertyChangeListener to the listener list for a specific property.void
KeyboardFocusManager.addVetoableChangeListener
(String propertyName,VetoableChangeListener listener) Adds a VetoableChangeListener to the listener list for a specific property.void
Appends the given text to the text area's current text.void
TextArea.appendText
(String str) Deprecated.As of JDK version 1.1, replaced byappend(String)
.void
Window.applyResourceBundle
(String rbName) Deprecated.As of J2SE 1.4, replaced byComponent.applyComponentOrientation
.int
Font.canDisplayUpTo
(String str) Indicates whether or not thisFont
can display a specifiedString
.Toolkit.createCustomCursor
(Image cursor,Point hotSpot,String name) Creates a new custom cursor object.Font.createGlyphVector
(FontRenderContext frc,String str) Creates aGlyphVector
by mapping characters to glyphs one-to-one based on the Unicode cmap in thisFont
.abstractImage
Toolkit.createImage
(String filename) Returns an image which gets pixel data from the specified file.staticColor
Converts aString
to an integer and returns the specified opaqueColor
.staticFont
Returns theFont
that thestr
argument describes.void
TrayIcon.displayMessage
(String caption,String text,TrayIcon.MessageType messageType) Displays a popup message near the tray icon.abstract void
Graphics.drawString
(String str, int x, int y) Draws the text given by the specified string, using this graphics context's current font and color.abstract void
Graphics2D.drawString
(String str, float x, float y) Renders the text specified by the specifiedString
, using the current text attribute state in theGraphics2D
context.abstract void
Graphics2D.drawString
(String str, int x, int y) Renders the text of the specifiedString
, using the current text attribute state in theGraphics2D
context.protected void
Component.firePropertyChange
(String propertyName, boolean oldValue, boolean newValue) Support for reporting bound property changes for boolean properties.void
Component.firePropertyChange
(String propertyName, byte oldValue, byte newValue) Reports a bound property change.void
Component.firePropertyChange
(String propertyName, char oldValue, char newValue) Reports a bound property change.void
Component.firePropertyChange
(String propertyName, double oldValue, double newValue) Reports a bound property change.void
Component.firePropertyChange
(String propertyName, float oldValue, float newValue) Reports a bound property change.protected void
Component.firePropertyChange
(String propertyName, int oldValue, int newValue) Support for reporting bound property changes for integer properties.void
Component.firePropertyChange
(String propertyName, long oldValue, long newValue) Reports a bound property change.void
Component.firePropertyChange
(String propertyName, short oldValue, short newValue) Reports a bound property change.protected void
Component.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Support for reporting bound property changes for Object properties.protected void
KeyboardFocusManager.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Fires a PropertyChangeEvent in response to a change in a bound property.protected void
KeyboardFocusManager.fireVetoableChange
(String propertyName,Object oldValue,Object newValue) Fires a PropertyChangeEvent in response to a change in a vetoable property.staticAWTKeyStroke
AWTKeyStroke.getAWTKeyStroke
(String s) Parses a string and returns anAWTKeyStroke
.staticColor
Finds a color in the system properties.staticColor
Finds a color in the system properties.staticColor
Finds a color in the system properties.finalObject
Toolkit.getDesktopProperty
(String propertyName) Obtains a value for the specified desktop property.staticFont
Returns aFont
object from the system properties list.staticFont
Gets the specifiedFont
from the system properties list.abstractImage
Returns an image which gets pixel data from the specified file, whose format can be either GIF, JPEG or PNG.Font.getLineMetrics
(String str, int beginIndex, int limit,FontRenderContext frc) Returns aLineMetrics
object created with the specified arguments.Font.getLineMetrics
(String str,FontRenderContext frc) FontMetrics.getLineMetrics
(String str, int beginIndex, int limit,Graphics context) FontMetrics.getLineMetrics
(String str,Graphics context) Toolkit.getPrintJob
(Frame frame,String jobtitle,JobAttributes jobAttributes,PageAttributes pageAttributes) Gets aPrintJob
object which is the result of initiating a print operation on the toolkit's platform.abstractPrintJob
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.abstractObject
Image.getProperty
(String name,ImageObserver observer) Gets a property of this image by name.staticString
Toolkit.getProperty
(String key,String defaultValue) Gets a property with the specified key and default.Component.getPropertyChangeListeners
(String propertyName) Returns an array of all the listeners which have been associated with the named property.KeyboardFocusManager.getPropertyChangeListeners
(String propertyName) Returns an array of all thePropertyChangeListener
s associated with the named property.SystemTray.getPropertyChangeListeners
(String propertyName) Returns an array of all the listeners that have been associated with the named property.Toolkit.getPropertyChangeListeners
(String propertyName) Returns an array of all property change listeners associated with the specified name of a desktop property.Font.getStringBounds
(String str, int beginIndex, int limit,FontRenderContext frc) Returns the logical bounds of the specifiedString
in the specifiedFontRenderContext
.Font.getStringBounds
(String str,FontRenderContext frc) Returns the logical bounds of the specifiedString
in the specifiedFontRenderContext
.FontMetrics.getStringBounds
(String str, int beginIndex, int limit,Graphics context) Returns the bounds of the specifiedString
in the specifiedGraphics
context.FontMetrics.getStringBounds
(String str,Graphics context) Returns the bounds of the specifiedString
in the specifiedGraphics
context.staticCursor
Cursor.getSystemCustomCursor
(String name) Returns a system-specific custom cursor object matching the specified name.KeyboardFocusManager.getVetoableChangeListeners
(String propertyName) Returns an array of all theVetoableChangeListener
s associated with the named property.void
Inserts the item into this choice at the specified position.void
Inserts a menu item with the specified label into this menu at the specified position.void
Inserts the specified text at the specified position in this text area.void
TextArea.insertText
(String str, int pos) Deprecated.As of JDK version 1.1, replaced byinsert(String, int)
.protectedObject
Toolkit.lazilyLoadDesktopProperty
(String name) An opportunity to lazily evaluate desktop property values.void
Removes the first occurrence ofitem
from theChoice
menu.void
Removes the first occurrence of an item from the list.void
Component.removePropertyChangeListener
(String propertyName,PropertyChangeListener listener) Removes aPropertyChangeListener
from the listener list for a specific property.void
KeyboardFocusManager.removePropertyChangeListener
(String propertyName,PropertyChangeListener listener) Removes a PropertyChangeListener from the listener list for a specific property.void
SystemTray.removePropertyChangeListener
(String propertyName,PropertyChangeListener listener) Removes aPropertyChangeListener
from the listener list for a specific property.void
Toolkit.removePropertyChangeListener
(String name,PropertyChangeListener pcl) Removes the specified property change listener for the named desktop property.void
KeyboardFocusManager.removeVetoableChangeListener
(String propertyName,VetoableChangeListener listener) Removes a VetoableChangeListener from the listener list for a specific property.void
List.replaceItem
(String newValue, int index) Replaces the item at the specified index in the scrolling list with the new string.void
TextArea.replaceRange
(String str, int start, int end) Replaces text between the indicated start and end positions with the specified replacement text.void
TextArea.replaceText
(String str, int start, int end) Deprecated.As of JDK version 1.1, replaced byreplaceRange(String, int, int)
.protected static void
AWTEventMulticaster.save
(ObjectOutputStream s,String k,EventListener l) Saves a Serializable listener chain to a serialization stream.protected void
AWTEventMulticaster.saveInternal
(ObjectOutputStream s,String k) Serialization support.void
Sets the selected item in thisChoice
menu to be the item whose name is equal to the specified string.void
Button.setActionCommand
(String command) Sets the command name for the action event fired by this button.void
MenuItem.setActionCommand
(String command) Sets the command name of the action event that is fired by this menu item.void
TrayIcon.setActionCommand
(String command) Sets the command name for the action event fired by this tray icon.protected final void
Toolkit.setDesktopProperty
(String name,Object newValue) Sets the named desktop property to the specified value and fires a property change event to notify any listeners that the value has changed.void
FileDialog.setDirectory
(String dir) Sets the directory of this file dialog window to be the specified directory.void
Sets the selected file for this file dialog window to be the specified file.void
JobAttributes.setFileName
(String fileName) Specifies the file name for the output file for jobs using these attributes.void
Taskbar.setIconBadge
(String badge) Affixes a small system-provided badge to this application's icon.void
Sets the button's label to be the specified string.void
Sets this check box's label to be the string argument.void
Sets the label for this menu item to the specified label.void
Sets the name of the component to the specified string.void
Sets the name of the component to the specified string.void
JobAttributes.setPrinter
(String printer) Specifies the destination printer for jobs using these attributes.void
Sets the text for this label to the specified text.void
Sets the text that is presented by this text component to be the specified text.void
Sets the text that is presented by this text component to be the specified text.void
Sets the title of the Dialog.void
Sets the title of the Dialog.void
Sets the title for this frame to the specified string.void
TrayIcon.setToolTip
(String tooltip) Sets the tooltip string for thisTrayIcon
.void
Flips to the component that was added to this layout with the specifiedname
, usingaddLayoutComponent
.int
FontMetrics.stringWidth
(String str) Returns the total advance width for showing the specifiedString
in thisFont
.Returns the enum constant of this class with the specified name.staticDesktop.Action
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticDialog.ModalityType
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticTaskbar.Feature
Returns the enum constant of this class with the specified name.staticTaskbar.State
Returns the enum constant of this class with the specified name.staticTrayIcon.MessageType
Returns the enum constant of this class with the specified name.staticWindow.Type
Returns the enum constant of this class with the specified name.ModifierConstructorDescriptionConstructs an instance ofAWTError
with the specified detail message.AWTException
(String msg) Constructs an instance ofAWTException
with the specified detail message.AWTPermission
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a newAWTPermission
with the specified name.AWTPermission
(String name,String actions) Deprecated, for removal: This API element is subject to removal in a future version.Creates a newAWTPermission
object with the specified name.Constructs a button with the specified label.Creates a check box with the specified label.Creates a check box with the specified label and sets the specified state.Checkbox
(String label, boolean state,CheckboxGroup group) Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.Checkbox
(String label,CheckboxGroup group, boolean state) Creates a check box with the specified label, in the specified check box group, and set to the specified state.CheckboxMenuItem
(String label) Create a check box menu item with the specified label.CheckboxMenuItem
(String label, boolean state) Create a check box menu item with the specified label and state.protected
Creates a new custom cursor object with the specified name.Constructs an initially invisible, modelessDialog
with the specified ownerDialog
and title.Constructs an initially invisibleDialog
with the specified ownerDialog
, title, and modality.Dialog
(Dialog owner,String title, boolean modal,GraphicsConfiguration gc) Constructs an initially invisibleDialog
with the specified ownerDialog
, title, modality andGraphicsConfiguration
.Constructs an initially invisible, modelessDialog
with the specified ownerFrame
and title.Constructs an initially invisibleDialog
with the specified ownerFrame
, title and modality.Dialog
(Frame owner,String title, boolean modal,GraphicsConfiguration gc) Constructs an initially invisibleDialog
with the specified ownerFrame
, title, modality, andGraphicsConfiguration
.Constructs an initially invisible, modelessDialog
with the specified ownerWindow
and title.Dialog
(Window owner,String title,Dialog.ModalityType modalityType) Constructs an initially invisibleDialog
with the specified ownerWindow
, title and modality.Dialog
(Window owner,String title,Dialog.ModalityType modalityType,GraphicsConfiguration gc) Constructs an initially invisibleDialog
with the specified ownerWindow
, title, modality andGraphicsConfiguration
.FileDialog
(Dialog parent,String title) Creates a file dialog window with the specified title for loading a file.FileDialog
(Dialog parent,String title, int mode) Creates a file dialog window with the specified title for loading or saving a file.FileDialog
(Frame parent,String title) Creates a file dialog window with the specified title for loading a file.FileDialog
(Frame parent,String title, int mode) Creates a file dialog window with the specified title for loading or saving a file.Creates a newFont
from the specified name, style and point size.FontFormatException
(String reason) Report a FontFormatException for the reason specified.Constructs a new, initially invisibleFrame
object with the specified title.Frame
(String title,GraphicsConfiguration gc) Constructs a new, initially invisibleFrame
object with the specified title and aGraphicsConfiguration
.HeadlessException
(String msg) Create a new instance with the specified detailed error message.Constructs an IllegalComponentStateException with the specified detail message.JobAttributes
(int copies,JobAttributes.DefaultSelectionType defaultSelection,JobAttributes.DestinationType destination,JobAttributes.DialogType dialog,String fileName, int maxPage, int minPage,JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges,String printer,JobAttributes.SidesType sides) Constructs aJobAttributes
instance with the specified values for every attribute.Constructs a new label with the specified string of text, left justified.Constructs a new label that presents the specified string of text with the specified alignment.Constructs a new menu with the specified label.Constructs a new menu with the specified label, indicating whether the menu can be torn off.Constructs a new MenuItem with the specified label and no keyboard shortcut.MenuItem
(String label,MenuShortcut s) Create a menu item with an associated keyboard shortcut.Creates a new popup menu with the specified name.Constructs a new text area with the specified text.Constructs a new text area with the specified text, and with the specified number of rows and columns.Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.Constructs a new text field initialized with the specified text.Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns.Creates aTrayIcon
with the specified image and tooltip text.Creates aTrayIcon
with the specified image, tooltip and popup menu.Uses ofString injava.awt.color
Methods injava.awt.color that returnStringModifier and TypeMethodDescriptionColorSpace.getName
(int component) Returns the name of the component given the component index.Methods injava.awt.color with parameters of typeStringModifier and TypeMethodDescriptionstaticICC_Profile
ICC_Profile.getInstance
(String fileName) Constructs anICC_Profile
corresponding to the data in a file.void
Write thisICC_Profile
to a file.Constructors injava.awt.color with parameters of typeStringModifierConstructorDescriptionCMMException
(String message) Constructs aCMMException
with the specified detail message.ProfileDataException
(String message) Constructs aProfileDataException
with the specified detail message.Uses ofString injava.awt.datatransfer
Fields injava.awt.datatransfer declared asStringModifier and TypeFieldDescriptionstatic finalString
DataFlavor.javaJVMLocalObjectMimeType
To transfer a reference to an arbitrary Java object reference that has no associated MIME Content-type, across aTransferable
interface WITHIN THE SAME JVM, aDataFlavor
with this type/subtype is used, with arepresentationClass
equal to the type of the class/interface being passed across theTransferable
.static finalString
DataFlavor.javaRemoteObjectMimeType
In order to pass a live link to a Remote object via a Drag and DropACTION_LINK
operation a Mime Content Type of application/x-java-remote-object should be used, where the representation class of theDataFlavor
represents the type of theRemote
interface to be transferred.static finalString
DataFlavor.javaSerializedObjectMimeType
A MIME Content-Type of application/x-java-serialized-object represents a graph of Java object(s) that have been made persistent.Methods injava.awt.datatransfer that returnStringModifier and TypeMethodDescriptionstaticString
SystemFlavorMap.decodeJavaMIMEType
(String nat) Decodes aString
native for use as a Java MIME type.staticString
SystemFlavorMap.encodeDataFlavor
(DataFlavor flav) Encodes aDataFlavor
for use as aString
native.staticString
SystemFlavorMap.encodeJavaMIMEType
(String mimeType) Encodes a MIME type for use as aString
native.finalString
DataFlavor.getDefaultRepresentationClassAsString()
Returns the name of the default representation class.DataFlavor.getHumanPresentableName()
Returns the human presentable name for the data format that thisDataFlavor
represents.DataFlavor.getMimeType()
Returns the MIME type string for thisDataFlavor
.Clipboard.getName()
Returns the name of this clipboard object.DataFlavor.getParameter
(String paramName) Returns the human presentable name for thisDataFlavor
ifparamName
equals "humanPresentableName".DataFlavor.getPrimaryType()
Returns the primary MIME type for thisDataFlavor
.DataFlavor.getSubType()
Returns the sub MIME type of thisDataFlavor
.protectedString
DataFlavor.normalizeMimeType
(String mimeType) Deprecated.This method is never invoked by this implementation from 1.1 onwardsprotectedString
DataFlavor.normalizeMimeTypeParameter
(String parameterName,String parameterValue) Deprecated.This method is never invoked by this implementation from 1.1 onwardsDataFlavor.toString()
String representation of thisDataFlavor
and its parameters.Methods injava.awt.datatransfer that return types with arguments of typeStringModifier and TypeMethodDescriptionFlavorMap.getFlavorsForNatives
(String[] natives) Returns aMap
of the specifiedString
natives to their correspondingDataFlavor
.SystemFlavorMap.getFlavorsForNatives
(String[] natives) Returns aMap
of the specifiedString
natives to their most preferredDataFlavor
.FlavorTable.getNativesForFlavor
(DataFlavor flav) Returns aList
ofString
natives to which the specifiedDataFlavor
corresponds.SystemFlavorMap.getNativesForFlavor
(DataFlavor flav) Returns aList
ofString
natives to which the specifiedDataFlavor
can be translated by the data transfer subsystem.FlavorMap.getNativesForFlavors
(DataFlavor[] flavors) Returns aMap
of the specifiedDataFlavor
s to their correspondingString
native.SystemFlavorMap.getNativesForFlavors
(DataFlavor[] flavors) Returns aMap
of the specifiedDataFlavor
s to their most preferredString
native.Methods injava.awt.datatransfer with parameters of typeStringModifier and TypeMethodDescriptionvoid
SystemFlavorMap.addFlavorForUnencodedNative
(String nat,DataFlavor flav) Adds a mapping from a singleString
native to a singleDataFlavor
.void
SystemFlavorMap.addUnencodedNativeForFlavor
(DataFlavor flav,String nat) Adds a mapping from the specifiedDataFlavor
(and allDataFlavor
s equal to the specifiedDataFlavor
) to the specifiedString
native.staticDataFlavor
SystemFlavorMap.decodeDataFlavor
(String nat) Decodes aString
native for use as aDataFlavor
.staticString
SystemFlavorMap.decodeJavaMIMEType
(String nat) Decodes aString
native for use as a Java MIME type.staticString
SystemFlavorMap.encodeJavaMIMEType
(String mimeType) Encodes a MIME type for use as aString
native.boolean
Deprecated.As inconsistent withhashCode()
contract, useDataFlavor.isMimeTypeEqual(String)
instead.FlavorTable.getFlavorsForNative
(String nat) Returns aList
ofDataFlavor
s to which the specifiedString
corresponds.SystemFlavorMap.getFlavorsForNative
(String nat) Returns aList
ofDataFlavor
s to which the specifiedString
native can be translated by the data transfer subsystem.FlavorMap.getFlavorsForNatives
(String[] natives) Returns aMap
of the specifiedString
natives to their correspondingDataFlavor
.SystemFlavorMap.getFlavorsForNatives
(String[] natives) Returns aMap
of the specifiedString
natives to their most preferredDataFlavor
.DataFlavor.getParameter
(String paramName) Returns the human presentable name for thisDataFlavor
ifparamName
equals "humanPresentableName".static boolean
SystemFlavorMap.isJavaMIMEType
(String str) Returns whether the specifiedString
is an encoded Java MIME type.boolean
DataFlavor.isMimeTypeEqual
(String mimeType) Returns whether the string representation of the MIME type passed in is equivalent to the MIME type of thisDataFlavor
.protectedString
DataFlavor.normalizeMimeType
(String mimeType) Deprecated.This method is never invoked by this implementation from 1.1 onwardsprotectedString
DataFlavor.normalizeMimeTypeParameter
(String parameterName,String parameterValue) Deprecated.This method is never invoked by this implementation from 1.1 onwardsvoid
SystemFlavorMap.setFlavorsForNative
(String nat,DataFlavor[] flavors) Discards the current mappings for the specifiedString
native, and creates new mappings to the specifiedDataFlavor
s.void
DataFlavor.setHumanPresentableName
(String humanPresentableName) Sets the human presentable name for the data format that thisDataFlavor
represents.void
SystemFlavorMap.setNativesForFlavor
(DataFlavor flav,String[] natives) Discards the current mappings for the specifiedDataFlavor
and allDataFlavor
s equal to the specifiedDataFlavor
, and creates new mappings to the specifiedString
natives.protected static finalClass
<?> DataFlavor.tryToLoadClass
(String className,ClassLoader fallback) Tries to load a class from: the bootstrap loader, the system loader, the context loader (if one is present) and finally the loader specified.Constructors injava.awt.datatransfer with parameters of typeStringModifierConstructorDescriptionCreates a clipboard object.DataFlavor
(Class<?> representationClass,String humanPresentableName) Constructs aDataFlavor
that represents a Java class.DataFlavor
(String mimeType) Constructs aDataFlavor
from amimeType
string.DataFlavor
(String mimeType,String humanPresentableName) Constructs aDataFlavor
that represents aMimeType
.DataFlavor
(String mimeType,String humanPresentableName,ClassLoader classLoader) Constructs aDataFlavor
that represents aMimeType
.Constructs a MimeTypeParseException with the specified detail message.StringSelection
(String data) Creates aTransferable
capable of transferring the specifiedString
.Uses ofString injava.awt.desktop
Methods injava.awt.desktop that returnStringMethods injava.awt.desktop with parameters of typeStringModifier and TypeMethodDescriptionstaticQuitStrategy
Returns the enum constant of this class with the specified name.staticUserSessionEvent.Reason
Returns the enum constant of this class with the specified name.Constructors injava.awt.desktop with parameters of typeStringModifierConstructorDescriptionOpenFilesEvent
(List<File> files,String searchTerm) Constructs anOpenFilesEvent
.Uses ofString injava.awt.dnd
Constructors injava.awt.dnd with parameters of typeStringModifierConstructorDescriptionCreate an Exception with its own descriptive messageUses ofString injava.awt.event
Methods injava.awt.event that returnStringModifier and TypeMethodDescriptionActionEvent.getActionCommand()
Returns the command string associated with this action.staticString
KeyEvent.getKeyModifiersText
(int modifiers) Deprecated.It is recommended that extended modifier keys andInputEvent.getModifiersExText(int)
be used insteadstaticString
KeyEvent.getKeyText
(int keyCode) Returns a String describing the keyCode, such as "HOME", "F1" or "A".staticString
InputEvent.getModifiersExText
(int modifiers) Returns a String describing the extended modifier keys and mouse buttons, such as "Shift", "Button1", or "Ctrl+Shift".staticString
MouseEvent.getMouseModifiersText
(int modifiers) Returns aString
instance describing the modifier keys and mouse buttons that were down during the event, such as "Shift", or "Ctrl+Shift".ActionEvent.paramString()
Returns a parameter string identifying this action event.ComponentEvent.paramString()
Returns a parameter string identifying this event.ContainerEvent.paramString()
Returns a parameter string identifying this event.FocusEvent.paramString()
Returns a parameter string identifying this event.HierarchyEvent.paramString()
Returns a parameter string identifying this event.InputMethodEvent.paramString()
Returns a parameter string identifying this event.InvocationEvent.paramString()
Returns a parameter string identifying this event.ItemEvent.paramString()
Returns a parameter string identifying this item event.KeyEvent.paramString()
Returns a parameter string identifying this event.MouseEvent.paramString()
Returns a parameter string identifying this event.MouseWheelEvent.paramString()
Returns a parameter string identifying this event.TextEvent.paramString()
Returns a parameter string identifying this text event.WindowEvent.paramString()
Returns a parameter string identifying this event.Methods injava.awt.event with parameters of typeStringModifier and TypeMethodDescriptionstaticFocusEvent.Cause
Returns the enum constant of this class with the specified name.Constructors injava.awt.event with parameters of typeStringModifierConstructorDescriptionActionEvent
(Object source, int id,String command) Constructs anActionEvent
object.ActionEvent
(Object source, int id,String command, int modifiers) Constructs anActionEvent
object with modifier keys.ActionEvent
(Object source, int id,String command, long when, int modifiers) Constructs anActionEvent
object with the specified modifier keys and timestamp.Uses ofString injava.awt.font
Methods injava.awt.font that returnStringModifier and TypeMethodDescriptionString[]
MultipleMaster.getDesignAxisNames()
Returns the name for each design axis.NumericShaper.toString()
Returns aString
that describes this shaper.TextHitInfo.toString()
Returns aString
representing the hit for debugging use only.TextLayout.toString()
Returns debugging information for thisTextLayout
.Methods injava.awt.font with parameters of typeStringModifier and TypeMethodDescriptionbyte[]
OpenType.getFontTable
(String strSfntTag) Returns the table as an array of bytes for a specified tag.byte[]
OpenType.getFontTable
(String strSfntTag, int offset, int count) Returns a subset of the table as an array of bytes for a specified tag.int
OpenType.getFontTableSize
(String strSfntTag) Returns the size of the table for a specified tag.staticNumericShaper.Range
Returns the enum constant of this class with the specified name.Constructors injava.awt.font with parameters of typeStringModifierConstructorDescriptionprotected
TextAttribute
(String name) Constructs aTextAttribute
with the specified name.TextLayout
(String string,Font font,FontRenderContext frc) TextLayout
(String string,Map<? extendsAttributedCharacterIterator.Attribute, ?> attributes,FontRenderContext frc) Constructs aTextLayout
from aString
and an attribute set.Uses ofString injava.awt.geom
Methods injava.awt.geom that returnStringModifier and TypeMethodDescriptionAffineTransform.toString()
Returns aString
that represents the value of thisObject
.Point2D.Double.toString()
Returns aString
that represents the value of thisPoint2D
.Point2D.Float.toString()
Returns aString
that represents the value of thisPoint2D
.Rectangle2D.Double.toString()
Returns theString
representation of thisRectangle2D
.Rectangle2D.Float.toString()
Returns theString
representation of thisRectangle2D
.Constructors injava.awt.geom with parameters of typeStringModifierConstructorDescriptionConstructs anIllegalPathStateException
with the specified detail message.Constructs an instance ofNoninvertibleTransformException
with the specified detail message.Uses ofString injava.awt.im.spi
Methods injava.awt.im.spi that returnStringModifier and TypeMethodDescriptionInputMethodDescriptor.getInputMethodDisplayName
(Locale inputLocale,Locale displayLanguage) Returns the user-visible name of the corresponding input method for the given input locale in the language in which the name will be displayed.Methods injava.awt.im.spi with parameters of typeStringModifier and TypeMethodDescriptionInputMethodContext.createInputMethodJFrame
(String title, boolean attachToInputContext) Creates a top-level Swing JFrame for use by the input method.InputMethodContext.createInputMethodWindow
(String title, boolean attachToInputContext) Creates a top-level window for use by the input method.Uses ofString injava.awt.image
Methods injava.awt.image that returnStringModifier and TypeMethodDescriptionString[]
BufferedImage.getPropertyNames()
Returns an array of names recognized bygetProperty(String)
ornull
, if no property names are recognized.String[]
RenderedImage.getPropertyNames()
Returns an array of names recognized bygetProperty(String)
ornull
, if no property names are recognized.BufferedImage.toString()
Returns aString
representation of thisBufferedImage
object and its values.ColorModel.toString()
Returns theString
representation of the contents of thisColorModel
object.DirectColorModel.toString()
Returns aString
that represents thisDirectColorModel
.IndexColorModel.toString()
Returns theString
representation of the contents of thisColorModel
object.Methods injava.awt.image with parameters of typeStringModifier and TypeMethodDescriptionAbstractMultiResolutionImage.getProperty
(String name,ImageObserver observer) This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getProperty(name, observer)
.BufferedImage.getProperty
(String name) Returns a property of the image by name.BufferedImage.getProperty
(String name,ImageObserver observer) Returns a property of the image by name.RenderedImage.getProperty
(String name) Gets a property from the property set of this image.Constructors injava.awt.image with parameters of typeStringModifierConstructorDescriptionConstructs anImagingOpException
object with the specified message.Constructs a newRasterFormatException
with the specified message.Uses ofString injava.awt.image.renderable
Fields injava.awt.image.renderable declared asStringModifier and TypeFieldDescriptionstatic finalString
RenderableImage.HINTS_OBSERVED
String constant that can be used to identify a property on a RenderedImage obtained via the createRendering or createScaledRendering methods.Methods injava.awt.image.renderable that returnStringModifier and TypeMethodDescriptionString[]
ContextualRenderedImageFactory.getPropertyNames()
Returns a list of names recognized by getProperty.String[]
RenderableImage.getPropertyNames()
Returns a list of names recognized by getProperty.String[]
RenderableImageOp.getPropertyNames()
Return a list of names recognized by getProperty.Methods injava.awt.image.renderable with parameters of typeStringModifier and TypeMethodDescriptionContextualRenderedImageFactory.getProperty
(ParameterBlock paramBlock,String name) Gets the appropriate instance of the property specified by the name parameter.RenderableImage.getProperty
(String name) Gets a property from the property set of this image.RenderableImageOp.getProperty
(String name) Gets a property from the property set of this image.Uses ofString injava.awt.print
Methods injava.awt.print that returnStringModifier and TypeMethodDescriptionabstractString
PrinterJob.getJobName()
Gets the name of the document to be printed.abstractString
PrinterJob.getUserName()
Gets the name of the printing user.Methods injava.awt.print with parameters of typeStringModifier and TypeMethodDescriptionstaticStreamPrintServiceFactory[]
PrinterJob.lookupStreamPrintServices
(String mimeType) A convenience method which locates factories for stream print services which can image 2D graphics.abstract void
PrinterJob.setJobName
(String jobName) Sets the name of the document to be printed.Constructors injava.awt.print with parameters of typeStringModifierConstructorDescriptionConstructs a newPrinterAbortException
with the specified detail message.PrinterException
(String msg) Constructs a newPrinterException
object with the specified detail message.Uses ofString injava.beans
Fields injava.beans declared asStringModifier and TypeFieldDescriptionstatic finalString
DesignMode.PROPERTYNAME
The standard value of the propertyName as fired from a BeanContext or other source of PropertyChangeEvents.Methods injava.beans that returnStringModifier and TypeMethodDescriptionstaticString
Introspector.decapitalize
(String name) Utility method to take a string and convert it to normal Java variable name capitalization.EventHandler.getAction()
Returns the name of the target's writable property that this event handler will set, or the name of the method that this event handler will invoke on the target.PropertyEditor.getAsText()
Gets the property value as text.PropertyEditorSupport.getAsText()
Gets the property value as a string suitable for presentation to a human to edit.staticString[]
Introspector.getBeanInfoSearchPath()
Gets the list of package names that will be used for finding BeanInfo classes.FeatureDescriptor.getDisplayName()
Gets the localized display name of this feature.staticString[]
PropertyEditorManager.getEditorSearchPath()
Gets the package names that will be searched for property editors.EventHandler.getEventPropertyName()
Returns the property of the event that should be used in the action applied to the target.PropertyEditor.getJavaInitializationString()
Returns a fragment of Java code that can be used to set a property to match the editors current state.PropertyEditorSupport.getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property.EventHandler.getListenerMethodName()
Returns the name of the method that will trigger the action.Statement.getMethodName()
Returns the name of the method to invoke.FeatureDescriptor.getName()
Gets the programmatic name of this feature.PropertyChangeEvent.getPropertyName()
Gets the programmatic name of the property that was changed.PropertyChangeListenerProxy.getPropertyName()
Returns the name of the named property associated with the listener.VetoableChangeListenerProxy.getPropertyName()
Returns the name of the named property associated with the listener.FeatureDescriptor.getShortDescription()
Gets the short description of this feature.String[]
PropertyEditor.getTags()
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.String[]
PropertyEditorSupport.getTags()
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.Expression.toString()
Prints the value of this expression using a Java-style syntax.FeatureDescriptor.toString()
Returns a string representation of the object.PropertyChangeEvent.toString()
Returns a string representation of the object.Statement.toString()
Prints the value of this statement using a Java-style syntax.Methods injava.beans that return types with arguments of typeStringModifier and TypeMethodDescriptionFeatureDescriptor.attributeNames()
Gets an enumeration of the locale-independent names of this feature.Methods injava.beans with parameters of typeStringModifier and TypeMethodDescriptionvoid
PropertyChangeSupport.addPropertyChangeListener
(String propertyName,PropertyChangeListener listener) Add a PropertyChangeListener for a specific property.void
VetoableChangeSupport.addVetoableChangeListener
(String propertyName,VetoableChangeListener listener) Add a VetoableChangeListener for a specific property.static <T> T
Creates an implementation oflistenerInterface
in whichall of the methods in the listener interface apply the handler'saction
to thetarget
.static <T> T
EventHandler.create
(Class<T> listenerInterface,Object target,String action,String eventPropertyName) /** Creates an implementation oflistenerInterface
in whichall of the methods pass the value of the event expression,eventPropertyName
, to the final method in the statement,action
, which is applied to thetarget
.static <T> T
EventHandler.create
(Class<T> listenerInterface,Object target,String action,String eventPropertyName,String listenerMethodName) Creates an implementation oflistenerInterface
in which the method namedlistenerMethodName
passes the value of the event expression,eventPropertyName
, to the final method in the statement,action
, which is applied to thetarget
.staticString
Introspector.decapitalize
(String name) Utility method to take a string and convert it to normal Java variable name capitalization.void
PropertyChangeSupport.fireIndexedPropertyChange
(String propertyName, int index, boolean oldValue, boolean newValue) Reports a boolean bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
PropertyChangeSupport.fireIndexedPropertyChange
(String propertyName, int index, int oldValue, int newValue) Reports an integer bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
PropertyChangeSupport.fireIndexedPropertyChange
(String propertyName, int index,Object oldValue,Object newValue) Reports a bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
PropertyChangeSupport.firePropertyChange
(String propertyName, boolean oldValue, boolean newValue) Reports a boolean bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
PropertyChangeSupport.firePropertyChange
(String propertyName, int oldValue, int newValue) Reports an integer bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
PropertyChangeSupport.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
VetoableChangeSupport.fireVetoableChange
(String propertyName, boolean oldValue, boolean newValue) Reports a boolean constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
VetoableChangeSupport.fireVetoableChange
(String propertyName, int oldValue, int newValue) Reports an integer constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.void
VetoableChangeSupport.fireVetoableChange
(String propertyName,Object oldValue,Object newValue) Reports a constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.PropertyChangeSupport.getPropertyChangeListeners
(String propertyName) Returns an array of all the listeners which have been associated with the named property.Retrieve a named attribute with this feature.VetoableChangeSupport.getVetoableChangeListeners
(String propertyName) Returns an array of all the listeners which have been associated with the named property.boolean
PropertyChangeSupport.hasListeners
(String propertyName) Check if there are any listeners for a specific property, including those registered on all properties.boolean
VetoableChangeSupport.hasListeners
(String propertyName) Check if there are any listeners for a specific property, including those registered on all properties.staticObject
Beans.instantiate
(ClassLoader cls,String beanName) Instantiate a JavaBean.staticObject
Beans.instantiate
(ClassLoader cls,String beanName,BeanContext beanContext) Deprecated, for removal: This API element is subject to removal in a future version.this method will be removed when java.beans.beancontext is removedstaticObject
Beans.instantiate
(ClassLoader cls,String beanName,BeanContext beanContext,AppletInitializer initializer) Deprecated, for removal: This API element is subject to removal in a future version.It is recommended to useBeans.instantiate(ClassLoader, String, BeanContext)
, because the Applet API is deprecated.This is a utility method to help in loading icon images.void
PropertyChangeSupport.removePropertyChangeListener
(String propertyName,PropertyChangeListener listener) Remove a PropertyChangeListener for a specific property.void
VetoableChangeSupport.removeVetoableChangeListener
(String propertyName,VetoableChangeListener listener) Remove a VetoableChangeListener for a specific property.void
Set the property value by parsing a given String.void
Sets the property value by parsing a given String.static void
Introspector.setBeanInfoSearchPath
(String[] path) Change the list of package names that will be used for finding BeanInfo classes.void
FeatureDescriptor.setDisplayName
(String displayName) Sets the localized display name of this feature.static void
PropertyEditorManager.setEditorSearchPath
(String[] path) Change the list of package names that will be used for finding property editors.void
Sets the programmatic name of this feature.void
FeatureDescriptor.setShortDescription
(String text) You can associate a short descriptive string with a feature.void
Associate a named attribute with this feature.Constructors injava.beans with parameters of typeStringModifierConstructorDescriptionDefaultPersistenceDelegate
(String[] constructorPropertyNames) Creates a default persistence delegate for a class with a constructor whose arguments are the values of the property names as specified byconstructorPropertyNames
.EventHandler
(Object target,String action,String eventPropertyName,String listenerMethodName) Creates a newEventHandler
object; you generally use one of thecreate
methods instead of invoking this constructor directly.EventSetDescriptor
(Class<?> sourceClass,String eventSetName,Class<?> listenerType,String listenerMethodName) Creates anEventSetDescriptor
assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.EventSetDescriptor
(Class<?> sourceClass,String eventSetName,Class<?> listenerType,String[] listenerMethodNames,String addListenerMethodName,String removeListenerMethodName) Creates anEventSetDescriptor
from scratch using string names.EventSetDescriptor
(Class<?> sourceClass,String eventSetName,Class<?> listenerType,String[] listenerMethodNames,String addListenerMethodName,String removeListenerMethodName,String getListenerMethodName) This constructor creates an EventSetDescriptor from scratch using string names.EventSetDescriptor
(String eventSetName,Class<?> listenerType,MethodDescriptor[] listenerMethodDescriptors,Method addListenerMethod,Method removeListenerMethod) Creates anEventSetDescriptor
from scratch usingjava.lang.reflect.MethodDescriptor
andjava.lang.Class
objects.EventSetDescriptor
(String eventSetName,Class<?> listenerType,Method[] listenerMethods,Method addListenerMethod,Method removeListenerMethod) Creates anEventSetDescriptor
from scratch usingjava.lang.reflect.Method
andjava.lang.Class
objects.EventSetDescriptor
(String eventSetName,Class<?> listenerType,Method[] listenerMethods,Method addListenerMethod,Method removeListenerMethod,Method getListenerMethod) This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.Expression
(Object value,Object target,String methodName,Object[] arguments) Creates a newExpression
object with the specified value for the specified target object to invoke the method specified by the name and by the array of arguments.Expression
(Object target,String methodName,Object[] arguments) Creates a newExpression
object for the specified target object to invoke the method specified by the name and by the array of arguments.IndexedPropertyChangeEvent
(Object source,String propertyName,Object oldValue,Object newValue, int index) Constructs a newIndexedPropertyChangeEvent
object.IndexedPropertyDescriptor
(String propertyName,Class<?> beanClass) This constructor constructs an IndexedPropertyDescriptor for a property that follows the standard Java conventions by having getFoo and setFoo accessor methods, for both indexed access and array access.IndexedPropertyDescriptor
(String propertyName,Class<?> beanClass,String readMethodName,String writeMethodName,String indexedReadMethodName,String indexedWriteMethodName) This constructor takes the name of a simple property, and method names for reading and writing the property, both indexed and non-indexed.IndexedPropertyDescriptor
(String propertyName,Method readMethod,Method writeMethod,Method indexedReadMethod,Method indexedWriteMethod) This constructor takes the name of a simple property, and Method objects for reading and writing the property.IntrospectionException
(String mess) Constructs anIntrospectionException
with a detailed message.PropertyChangeEvent
(Object source,String propertyName,Object oldValue,Object newValue) Constructs a newPropertyChangeEvent
.PropertyChangeListenerProxy
(String propertyName,PropertyChangeListener listener) Constructor which binds thePropertyChangeListener
to a specific property.PropertyDescriptor
(String propertyName,Class<?> beanClass) Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.PropertyDescriptor
(String propertyName,Class<?> beanClass,String readMethodName,String writeMethodName) This constructor takes the name of a simple property, and method names for reading and writing the property.PropertyDescriptor
(String propertyName,Method readMethod,Method writeMethod) This constructor takes the name of a simple property, and Method objects for reading and writing the property.PropertyVetoException
(String mess,PropertyChangeEvent evt) Constructs aPropertyVetoException
with a detailed message.Creates a newStatement
object for the specified target object to invoke the method specified by the name and by the array of arguments.VetoableChangeListenerProxy
(String propertyName,VetoableChangeListener listener) Constructor which binds theVetoableChangeListener
to a specific property.XMLEncoder
(OutputStream out,String charset, boolean declaration, int indentation) Creates a new XML encoder to write outJavaBeans to the streamout
using the givencharset
starting from the givenindentation
.Uses ofString injava.beans.beancontext
Methods injava.beans.beancontext with parameters of typeStringModifier and TypeMethodDescriptionvoid
BeanContextChild.addPropertyChangeListener
(String name,PropertyChangeListener pcl) Deprecated, for removal: This API element is subject to removal in a future version.Adds aPropertyChangeListener
to thisBeanContextChild
in order to receive aPropertyChangeEvent
whenever the specified property has changed.void
BeanContextChildSupport.addPropertyChangeListener
(String name,PropertyChangeListener pcl) Deprecated, for removal: This API element is subject to removal in a future version.Add a PropertyChangeListener for a specific property.void
BeanContextChild.addVetoableChangeListener
(String name,VetoableChangeListener vcl) Deprecated, for removal: This API element is subject to removal in a future version.Adds aVetoableChangeListener
to thisBeanContextChild
to receive events whenever the specified property changes.void
BeanContextChildSupport.addVetoableChangeListener
(String name,VetoableChangeListener vcl) Deprecated, for removal: This API element is subject to removal in a future version.Add a VetoableChangeListener for a specific property.void
BeanContextChildSupport.firePropertyChange
(String name,Object oldValue,Object newValue) Deprecated, for removal: This API element is subject to removal in a future version.Report a bound property update to any registered listeners.void
BeanContextChildSupport.fireVetoableChange
(String name,Object oldValue,Object newValue) Deprecated, for removal: This API element is subject to removal in a future version.Report a vetoable property update to any registered listeners.BeanContext.getResource
(String name,BeanContextChild bcc) Deprecated, for removal: This API element is subject to removal in a future version.Analogous tojava.lang.ClassLoader.getResource()
, this method allows aBeanContext
implementation to interpose behavior between the childComponent
and underlyingClassLoader
.BeanContextSupport.getResource
(String name,BeanContextChild bcc) Deprecated, for removal: This API element is subject to removal in a future version.BeanContext.getResourceAsStream
(String name,BeanContextChild bcc) Deprecated, for removal: This API element is subject to removal in a future version.Analogous tojava.lang.ClassLoader.getResourceAsStream()
, this method allows aBeanContext
implementation to interpose behavior between the childComponent
and underlyingClassLoader
.BeanContextSupport.getResourceAsStream
(String name,BeanContextChild bcc) Deprecated, for removal: This API element is subject to removal in a future version.BeanContext.instantiateChild
(String beanName) Deprecated, for removal: This API element is subject to removal in a future version.Instantiate the javaBean named as a child of thisBeanContext
.BeanContextSupport.instantiateChild
(String beanName) Deprecated, for removal: This API element is subject to removal in a future version.The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into aBeanContext
.void
BeanContextChild.removePropertyChangeListener
(String name,PropertyChangeListener pcl) Deprecated, for removal: This API element is subject to removal in a future version.Removes aPropertyChangeListener
from thisBeanContextChild
so that it no longer receivesPropertyChangeEvents
when the specified property is changed.void
BeanContextChildSupport.removePropertyChangeListener
(String name,PropertyChangeListener pcl) Deprecated, for removal: This API element is subject to removal in a future version.Remove a PropertyChangeListener for a specific property.void
BeanContextChild.removeVetoableChangeListener
(String name,VetoableChangeListener vcl) Deprecated, for removal: This API element is subject to removal in a future version.Removes aVetoableChangeListener
from thisBeanContextChild
so that it no longer receives events when the specified property changes.void
BeanContextChildSupport.removeVetoableChangeListener
(String name,VetoableChangeListener vcl) Deprecated, for removal: This API element is subject to removal in a future version.Removes aVetoableChangeListener
.Uses ofString injava.io
Modifier and TypeFieldDescriptionprotectedString
StringBufferInputStream.buffer
Deprecated.The string from which bytes are read.InvalidClassException.classname
Name of the invalid class.static finalString
File.pathSeparator
The system-dependent path-separator character, represented as a string for convenience.static finalString
File.separator
The system-dependent default name-separator character, represented as a string for convenience.StreamTokenizer.sval
If the current token is a word token, this field contains a string giving the characters of the word token.Modifier and TypeMethodDescriptionFile.getAbsolutePath()
Returns the absolute pathname string of this abstract pathname.FilePermission.getActions()
Returns the "canonical string representation" of the actions.File.getCanonicalPath()
Returns the canonical pathname string of this abstract pathname.InputStreamReader.getEncoding()
Returns the name of the character encoding being used by this stream.OutputStreamWriter.getEncoding()
Returns the name of the character encoding being used by this stream.InvalidClassException.getMessage()
Produce the message and include the classname, if present.WriteAbortedException.getMessage()
Produce the message and include the message from the nested exception, if there is one.File.getName()
Returns the name of the file or directory denoted by this abstract pathname.ObjectStreamClass.getName()
Returns the name of the class described by this descriptor.ObjectStreamField.getName()
Get the name of this field.File.getParent()
Returns the pathname string of this abstract pathname's parent, ornull
if this pathname does not name a parent directory.File.getPath()
Converts this abstract pathname into a pathname string.ObjectStreamField.getTypeString()
Return the JVM type signature.String[]
File.list()
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.String[]
File.list
(FilenameFilter filter) Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.BufferedReader.readLine()
Reads a line of text.Console.readLine()
Reads a single line of text from the console.Provides a formatted prompt using thedefault format locale
, then reads a single line of text from the console.Provides a formatted prompt using the specifiedlocale
, then reads a single line of text from the console.DataInput.readLine()
Reads the next line of text from the input stream.finalString
DataInputStream.readLine()
Deprecated.This method does not properly convert bytes to characters.LineNumberReader.readLine()
Read a line of text.ObjectInputStream.readLine()
Deprecated.This method does not properly convert bytes to characters.finalString
RandomAccessFile.readLine()
Reads the next line of text from this file.Console.readln()
Preview.Reads a single line of text from this console.Preview.Writes a prompt as if by callingprint
, then reads a single line of text from this console.staticString
IO.readln()
Reads a single line of text from the system console.staticString
Writes a prompt as if by callingprint
, then reads a single line of text from the system console.DataInput.readUTF()
Reads in a string that has been encoded using amodified UTF-8 format.finalString
DataInputStream.readUTF()
See the general contract of thereadUTF
method ofDataInput
.static finalString
Reads from the streamin
a representation of a Unicode character string encoded inmodified UTF-8 format; this string of characters is then returned as aString
.ObjectInputStream.readUTF()
Reads a String inmodified UTF-8 format.finalString
RandomAccessFile.readUTF()
Reads in a string from this file.ByteArrayOutputStream.toString()
Converts the buffer's contents into a string decoding bytes using the default charset.ByteArrayOutputStream.toString
(int hibyte) Deprecated.This method does not properly convert bytes into characters.Converts the buffer's contents into a string by decoding the bytes using the namedcharset
.Converts the buffer's contents into a string by decoding the bytes using the specifiedcharset
.CharArrayWriter.toString()
Converts input data to a string.File.toString()
Returns the pathname string of this abstract pathname.ObjectStreamClass.toString()
Return a string describing this ObjectStreamClass.ObjectStreamField.toString()
Return a string that describes this field.StreamTokenizer.toString()
Returns the string representation of the current stream token and the line number it occurs on.StringWriter.toString()
Return the buffer's current value as a string.Modifier and TypeMethodDescriptionBufferedReader.lines()
Returns aStream
, the elements of which are lines read from thisBufferedReader
.Modifier and TypeMethodDescriptionboolean
Tests if a specified file should be included in a file list.staticObjectInputFilter
ObjectInputFilter.Config.createFilter
(String pattern) Returns an ObjectInputFilter from a string of patterns.staticFile
File.createTempFile
(String prefix,String suffix) Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.staticFile
File.createTempFile
(String prefix,String suffix,File directory) Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.abstract boolean
Return true if the named field is defaulted and has no value in this stream.Writes a formatted string to this console's output stream using the specified format string and arguments with thedefault format locale
.Writes a formatted string to this console's output stream using the specified format string and arguments with the specifiedlocale
.Writes a formatted string to this output stream using the specified format string and arguments.Writes a formatted string to this output stream using the specified format string and arguments.Writes a formatted string to this writer using the specified format string and arguments.Writes a formatted string to this writer using the specified format string and arguments.abstract boolean
Get the value of the named boolean field from the persistent field.abstract byte
Get the value of the named byte field from the persistent field.abstract char
Get the value of the named char field from the persistent field.abstract double
Get the value of the named double field from the persistent field.abstract float
Get the value of the named float field from the persistent field.abstract int
Get the value of the named int field from the persistent field.abstract long
Get the value of the named long field from the persistent field.abstract short
Get the value of the named short field from the persistent field.abstractObject
Get the value of the named Object field from the persistent field.Get the field of this class by name.void
Prints a string.void
Prints a string.A convenience method to write a formatted string to this console's output stream using the specified format string and arguments with thedefault format locale
.A convenience method to write a formatted string to this console's output stream using the specified format string and arguments with the specifiedlocale
.A convenience method to write a formatted string to this output stream using the specified format string and arguments.A convenience method to write a formatted string to this output stream using the specified format string and arguments.A convenience method to write a formatted string to this writer using the specified format string and arguments.A convenience method to write a formatted string to this writer using the specified format string and arguments.void
Prints a String and then terminates the line.void
Prints a String and then terminates the line.abstract void
Put the value of the named boolean field into the persistent field.abstract void
Put the value of the named byte field into the persistent field.abstract void
Put the value of the named char field into the persistent field.abstract void
Put the value of the named double field into the persistent field.abstract void
Put the value of the named float field into the persistent field.abstract void
Put the value of the named int field into the persistent field.abstract void
Put the value of the named long field into the persistent field.abstract void
Put the value of the named short field into the persistent field.abstract void
Put the value of the named Object field into the persistent field.Provides a formatted prompt using thedefault format locale
, then reads a single line of text from the console.Provides a formatted prompt using the specifiedlocale
, then reads a single line of text from the console.Preview.Writes a prompt as if by callingprint
, then reads a single line of text from this console.staticString
Writes a prompt as if by callingprint
, then reads a single line of text from the system console.char[]
Console.readPassword
(String format,Object... args) Provides a formatted prompt using thedefault format locale
, then reads a password or passphrase from the console with echoing disabled.char[]
Console.readPassword
(Locale locale,String format,Object... args) Provides a formatted prompt using the specifiedlocale
, then reads a password or passphrase from the console with echoing disabled.protectedClass
<?> ObjectInputStream.resolveProxyClass
(String[] interfaces) Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.Converts the buffer's contents into a string by decoding the bytes using the namedcharset
.staticObjectInputFilter.Status
Returns the enum constant of this class with the specified name.void
Writes a portion of a String.void
Write a portion of a string to the buffer.void
Writes a portion of a string.void
Writes a portion of a string.void
Writes a string.void
Writes a portion of a string.void
Write a string.void
Write a portion of a string.void
Writes a string.void
Writes a portion of a string.void
DataOutput.writeBytes
(String s) Writes a string to the output stream.final void
DataOutputStream.writeBytes
(String s) Writes out the string to the underlying output stream as a sequence of bytes.void
ObjectOutputStream.writeBytes
(String str) Writes a String as a sequence of bytes.final void
RandomAccessFile.writeBytes
(String s) Writes the string to the file as a sequence of bytes.void
DataOutput.writeChars
(String s) Writes every character in the strings
, to the output stream, in order, two bytes per character.final void
DataOutputStream.writeChars
(String s) Writes a string to the underlying output stream as a sequence of characters.void
ObjectOutputStream.writeChars
(String str) Writes a String as a sequence of chars.final void
RandomAccessFile.writeChars
(String s) Writes a string to the file as a sequence of characters.void
Writes two bytes of length information to the output stream, followed by themodified UTF-8 representation of every character in the strings
.final void
Writes a string to the underlying output stream usingmodified UTF-8 encoding in a machine-independent manner.void
Primitive data write of this String inmodified UTF-8 format.final void
Writes a string to the file usingmodified UTF-8 encoding in a machine-independent manner.ModifierConstructorDescriptionThis provides a detailed message.Constructs anEOFException
with the specified detail message.Creates a newFile
instance from a parent abstract pathname and a child pathname string.Creates a newFile
instance by converting the given pathname string into an abstract pathname.Creates a newFile
instance from a parent pathname string and a child pathname string.FileInputStream
(String name) Creates aFileInputStream
to read from an existing file named by the path namename
.Constructs aFileNotFoundException
with the specified detail message.FileOutputStream
(String name) Creates a file output stream to write to the file with the specified name.FileOutputStream
(String name, boolean append) Creates a file output stream to write to the file with the specified name.FilePermission
(String path,String actions) Creates a new FilePermission object with the specified actions.FileReader
(String fileName) Creates a newFileReader
, given the name of the file to read, using thedefault charset.FileReader
(String fileName,Charset charset) Creates a newFileReader
, given the name of the file to read and thecharset.FileWriter
(String fileName) Constructs aFileWriter
given a file name, using thedefault charsetFileWriter
(String fileName, boolean append) Constructs aFileWriter
given a file name and a boolean indicating whether to append the data written, using thedefault charset.FileWriter
(String fileName,Charset charset) Constructs aFileWriter
given a file name andcharset.FileWriter
(String fileName,Charset charset, boolean append) Constructs aFileWriter
given a file name,charset and a boolean indicating whether to append the data written.InputStreamReader
(InputStream in,String charsetName) Creates an InputStreamReader that uses the named charset.Constructs anInterruptedIOException
with the specified detail message.InvalidClassException
(String reason) Report an InvalidClassException for the reason specified.InvalidClassException
(String cname,String reason) Constructs an InvalidClassException object.InvalidClassException
(String cname,String reason,Throwable cause) Report an InvalidClassException for the reason and cause specified.InvalidClassException
(String reason,Throwable cause) Report an InvalidClassException for the reason and cause specified.InvalidObjectException
(String reason) Constructs anInvalidObjectException
.InvalidObjectException
(String reason,Throwable cause) Constructs anInvalidObjectException
with the given reason and cause.IOException
(String message) Constructs anIOException
with the specified detail message.IOException
(String message,Throwable cause) Constructs anIOException
with the specified detail message and cause.NotActiveException
(String reason) Constructor to create a new NotActiveException with the reason given.NotSerializableException
(String classname) Constructs a NotSerializableException object with message string.protected
ObjectStreamException
(String message) Create an ObjectStreamException with the specified argument.protected
ObjectStreamException
(String message,Throwable cause) Create an ObjectStreamException with the specified message and cause.ObjectStreamField
(String name,Class<?> type) Create a Serializable field with the specified type.ObjectStreamField
(String name,Class<?> type, boolean unshared) Creates an ObjectStreamField representing a serializable field with the given name and type.OutputStreamWriter
(OutputStream out,String charsetName) Creates an OutputStreamWriter that uses the named charset.PrintStream
(File file,String csn) Creates a new print stream, without automatic line flushing, with the specified file and charset.PrintStream
(OutputStream out, boolean autoFlush,String encoding) Creates a new print stream, with the specified OutputStream, line flushing, and character encoding.PrintStream
(String fileName) Creates a new print stream, without automatic line flushing, with the specified file name.PrintStream
(String fileName,String csn) Creates a new print stream, without automatic line flushing, with the specified file name and charset.PrintStream
(String fileName,Charset charset) Creates a new print stream, without automatic line flushing, with the specified file name and charset.PrintWriter
(File file,String csn) Creates a new PrintWriter, without automatic line flushing, with the specified file and charset.PrintWriter
(String fileName) Creates a new PrintWriter, without automatic line flushing, with the specified file name.PrintWriter
(String fileName,String csn) Creates a new PrintWriter, without automatic line flushing, with the specified file name and charset.PrintWriter
(String fileName,Charset charset) Creates a new PrintWriter, without automatic line flushing, with the specified file name and charset.RandomAccessFile
(File file,String mode) Creates a random access file stream to read from, and optionally to write to, the file specified by theFile
argument.RandomAccessFile
(String pathname,String mode) Creates a random access file stream to read from, and optionally to write to, a file with the specified pathname.SerializablePermission
(String name) Creates a new SerializablePermission with the specified name.SerializablePermission
(String name,String actions) Creates a new SerializablePermission object with the specified name.StreamCorruptedException
(String reason) Create a StreamCorruptedException and list a reason why thrown.Deprecated.Creates a string input stream to read data from the specified string.Creates a new string reader.SyncFailedException
(String desc) Constructs an SyncFailedException with a detail message.UncheckedIOException
(String message,IOException cause) Constructs an instance of this class.Constructs an UnsupportedEncodingException with a detail message.Constructs aUTFDataFormatException
with the specified detail message.Constructs a WriteAbortedException with a string describing the exception and the exception causing the abort.Uses ofString injava.lang
Modifier and TypeFieldDescriptionstatic finalComparator
<String> String.CASE_INSENSITIVE_ORDER
A Comparator that ordersString
objects as bycompareToIgnoreCase
.Modifier and TypeMethodDescriptionstaticString
System.clearProperty
(String key) Removes the system property indicated by the specified key.Concatenates the specified string to the end of this string.EnumConstantNotPresentException.constantName()
Returns the name of the missing enum constant.staticString
String.copyValueOf
(char[] data) Equivalent tovalueOf(char[])
.staticString
String.copyValueOf
(char[] data, int offset, int count) Equivalent tovalueOf(char[], int, int)
.Class.descriptorString()
Returns the descriptor string of the entity (class, interface, array class, primitive type, orvoid
) represented by thisClass
object.protectedString
ClassLoader.findLibrary
(String libname) Returns the absolute path name of a native library.staticString
Returns a formatted string using the specified format string and arguments.staticString
Returns a formatted string using the specified locale, format string, and arguments.Formats using this string as the format string, and the supplied arguments.Class.getCanonicalName()
Returns the canonical name of the underlying class as defined byThe Java Language Specification.StackTraceElement.getClassLoaderName()
Returns the name of the class loader of the class containing the execution point represented by this stack trace element.StackTraceElement.getClassName()
Returns thebinary name of theClass
containing the execution point represented by this stack trace element.StackWalker.StackFrame.getClassName()
Returns thebinary name of the declaring class of the method represented by this stack frame.defaultString
StackWalker.StackFrame.getDescriptor()
Returns thedescriptor of the method represented by this stack frame as defined byThe Java Virtual Machine Specification.staticString
Gets the value of the specified environment variable.StackTraceElement.getFileName()
Returns the name of the source file containing the execution point represented by this stack trace element.StackWalker.StackFrame.getFileName()
Returns the name of the source file containing the execution point represented by this stack frame.Package.getImplementationTitle()
Return the title of this package.Package.getImplementationVendor()
Returns the vendor that implemented this package,null
is returned if it is not known.Package.getImplementationVersion()
Return the version of this implementation.Throwable.getLocalizedMessage()
Creates a localized description of this throwable.NullPointerException.getMessage()
Returns the detail message string of this throwable.Throwable.getMessage()
Returns the detail message string of this throwable.StackTraceElement.getMethodName()
Returns the name of the method containing the execution point represented by this stack trace element.StackWalker.StackFrame.getMethodName()
Returns the name of the method represented by this stack frame.StackTraceElement.getModuleName()
Returns the module name of the module containing the execution point represented by this stack trace element.StackTraceElement.getModuleVersion()
Returns the module version of the module containing the execution point represented by this stack trace element.staticString
Character.getName
(int codePoint) Returns the name of the specified charactercodePoint
, or null if the code point isunassigned
.Class.getName()
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by thisClass
object.ClassLoader.getName()
Returns the name of this class loader ornull
if this class loader is not named.Module.getName()
Returns the module name ornull
if this module is an unnamed module.Package.getName()
Return the name of this package.System.Logger.getName()
Returns the name of this logger.finalString
System.Logger.Level.getName()
Returns the name of this level.finalString
Thread.getName()
Returns this thread's name.finalString
ThreadGroup.getName()
Returns the name of this thread group.Class.getPackageName()
Returns the fully qualified package name.staticString
System.getProperty
(String key) Gets the system property indicated by the specified key.staticString
System.getProperty
(String key,String def) Gets the system property indicated by the specified key.Class.getSimpleName()
Returns the simple name of the underlying class as given in the source code.Package.getSpecificationTitle()
Return the title of the specification that this package implements.Package.getSpecificationVendor()
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.Package.getSpecificationVersion()
Returns the version number of the specification that this package implements.Class.getTypeName()
Return an informative string for the name of this class or interface.String.indent
(int n) Adjusts the indentation of each line of this string based on the value ofn
, and normalizes line termination characters.String.intern()
Returns a canonical representation for the string object.staticString
String.join
(CharSequence delimiter,CharSequence... elements) Returns a new String composed of copies of theCharSequence elements
joined together with a copy of the specifieddelimiter
.staticString
String.join
(CharSequence delimiter,Iterable<? extendsCharSequence> elements) Returns a newString
composed of copies of theCharSequence elements
joined together with a copy of the specifieddelimiter
.staticString
System.lineSeparator()
Returns the system-dependent line separator string.staticString
System.mapLibraryName
(String libname) Maps a library name into a platform-specific string representing a native library.finalString
Enum.name()
Returns the name of this enum constant, exactly as declared in its enum declaration.String.repeat
(int count) Returns a string whose value is the concatenation of this string repeatedcount
times.String.replace
(char oldChar, char newChar) Returns a string resulting from replacing all occurrences ofoldChar
in this string withnewChar
.String.replace
(CharSequence target,CharSequence replacement) Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.String.replaceAll
(String regex,String replacement) Replaces each substring of this string that matches the givenregular expression with the given replacement.String.replaceFirst
(String regex,String replacement) Replaces the first substring of this string that matches the givenregular expression with the given replacement.String.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.staticString
System.setProperty
(String key,String value) Sets the system property indicated by the specified key.String[]
Splits this string around matches of the givenregular expression.String[]
Splits this string around matches of the givenregular expression.String[]
String.splitWithDelimiters
(String regex, int limit) Splits this string around matches of the given regular expression and returns both the strings and the matching delimiters.String.strip()
Returns a string whose value is this string, with all leading and trailingwhite space removed.String.stripIndent()
Returns a string whose value is this string, with incidentalwhite space removed from the beginning and end of every line.String.stripLeading()
Returns a string whose value is this string, with all leadingwhite space removed.String.stripTrailing()
Returns a string whose value is this string, with all trailingwhite space removed.String.substring
(int beginIndex) Returns a string that is a substring of this string.String.substring
(int beginIndex, int endIndex) Returns a string that is a substring of this string.StringBuffer.substring
(int start) StringBuffer.substring
(int start, int end) staticString
Integer.toBinaryString
(int i) Returns a string representation of the integer argument as an unsigned integer in base 2.staticString
Long.toBinaryString
(long i) Returns a string representation of thelong
argument as an unsigned integer in base 2.Class.toGenericString()
Returns a string describing thisClass
, including information about modifiers,sealed
/non-sealed
status, and type parameters.staticString
Double.toHexString
(double d) Returns a hexadecimal string representation of thedouble
argument.staticString
Float.toHexString
(float f) Returns a hexadecimal string representation of thefloat
argument.staticString
Integer.toHexString
(int i) Returns a string representation of the integer argument as an unsigned integer in base 16.staticString
Long.toHexString
(long i) Returns a string representation of thelong
argument as an unsigned integer in base 16.String.toLowerCase()
Converts all of the characters in thisString
to lower case using the rules of the default locale.String.toLowerCase
(Locale locale) Converts all of the characters in thisString
to lower case using the rules of the givenLocale
.staticString
Integer.toOctalString
(int i) Returns a string representation of the integer argument as an unsigned integer in base 8.staticString
Long.toOctalString
(long i) Returns a string representation of thelong
argument as an unsigned integer in base 8.Boolean.toString()
Returns aString
object representing this Boolean's value.staticString
Boolean.toString
(boolean b) Returns aString
object representing the specified boolean.Byte.toString()
Returns aString
object representing thisByte
's value.staticString
Byte.toString
(byte b) Returns a newString
object representing the specifiedbyte
.finalString
Character.Subset.toString()
Returns the name of this subset.Character.toString()
Returns aString
object representing thisCharacter
's value.staticString
Character.toString
(char c) Returns aString
object representing the specifiedchar
.staticString
Character.toString
(int codePoint) Returns aString
object representing the specified character (Unicode code point).CharSequence.toString()
Returns a string containing the characters in this sequence in the same order as this sequence.Class.toString()
Converts the object to a string.Double.toString()
Returns a string representation of thisDouble
object.staticString
Double.toString
(double d) Returns a string representation of thedouble
argument.Enum.toString()
Returns the name of this enum constant, as contained in the declaration.Float.toString()
Returns a string representation of thisFloat
object.staticString
Float.toString
(float f) Returns a string representation of thefloat
argument.Integer.toString()
Returns aString
object representing thisInteger
's value.staticString
Integer.toString
(int i) Returns aString
object representing the specified integer.staticString
Integer.toString
(int i, int radix) Returns a string representation of the first argument in the radix specified by the second argument.Long.toString()
Returns aString
object representing thisLong
's value.staticString
Long.toString
(long i) Returns aString
object representing the specifiedlong
.staticString
Long.toString
(long i, int radix) Returns a string representation of the first argument in the radix specified by the second argument.Module.toString()
Returns the string representation of this module.ModuleLayer.toString()
Returns a string describing this module layer.Object.toString()
Returns a string representation of the object.Package.toString()
Returns the string representation of this Package.abstractString
Record.toString()
Returns a string representation of the record.Runtime.Version.toString()
Returns a string representation of this version.Short.toString()
Returns aString
object representing thisShort
's value.staticString
Short.toString
(short s) Returns a newString
object representing the specifiedshort
.StackTraceElement.toString()
Returns a string representation of this stack trace element.String.toString()
This object (which is already a string!)StringBuffer.toString()
StringBuilder.toString()
Thread.toString()
Returns a string representation of this thread.ThreadGroup.toString()
Returns a string representation of this Thread group.Throwable.toString()
Returns a short description of this throwable.staticString
Integer.toUnsignedString
(int i) Returns a string representation of the argument as an unsigned decimal value.staticString
Integer.toUnsignedString
(int i, int radix) Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.staticString
Long.toUnsignedString
(long i) Returns a string representation of the argument as an unsigned decimal value.staticString
Long.toUnsignedString
(long i, int radix) Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.String.toUpperCase()
Converts all of the characters in thisString
to upper case using the rules of the default locale.String.toUpperCase
(Locale locale) Converts all of the characters in thisString
to upper case using the rules of the givenLocale
.String.translateEscapes()
Returns a string whose value is this string, with escape sequences translated as if in a string literal.String.trim()
Returns a string whose value is this string, with all leading and trailing space removed, where space is defined as any character whose codepoint is less than or equal to'U+0020'
(the space character).TypeNotPresentException.typeName()
Returns the fully qualified name of the unavailable type or type variable name.staticString
String.valueOf
(boolean b) Returns the string representation of theboolean
argument.staticString
String.valueOf
(char c) Returns the string representation of thechar
argument.staticString
String.valueOf
(char[] data) Returns the string representation of thechar
array argument.staticString
String.valueOf
(char[] data, int offset, int count) Returns the string representation of a specific subarray of thechar
array argument.staticString
String.valueOf
(double d) Returns the string representation of thedouble
argument.staticString
String.valueOf
(float f) Returns the string representation of thefloat
argument.staticString
String.valueOf
(int i) Returns the string representation of theint
argument.staticString
String.valueOf
(long l) Returns the string representation of thelong
argument.staticString
Returns the string representation of theObject
argument.Modifier and TypeMethodDescriptionProcessBuilder.command()
Returns this process builder's operating system program and arguments.ProcessHandle.Info.command()
Returns the executable pathname of the process.ProcessHandle.Info.commandLine()
Returns the command line of the process.String.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.ProcessBuilder.environment()
Returns a string map view of this process builder's environment.ProcessBuilder.environment()
Returns a string map view of this process builder's environment.System.getenv()
Returns an unmodifiable string map view of the current system environment.System.getenv()
Returns an unmodifiable string map view of the current system environment.Module.getPackages()
Returns the set of package names for the packages in this module.String.lines()
Returns a stream of lines extracted from this string, separated by line terminators.Runtime.Version.optional()
Returnsoptional additional identifying build information.Runtime.Version.pre()
Returns the optionalpre-release information.ProcessHandle.Info.user()
Return the user of the process.Modifier and TypeMethodDescriptionModule.addExports
(String pn,Module other) If the caller's module is this module then update this module to export the given package to the given module.ModuleLayer.Controller.addExports
(Module source,String pn,Module target) Updates modulesource
in the layer to export a package to moduletarget
.If this module hasopened a package to at least the caller module then update this module to open the package to the given module.Updates modulesource
in the layer to open a package to moduletarget
.void
SecurityManager.checkAccept
(String host, int port) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkConnect
(String host, int port) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkConnect
(String host, int port,Object context) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkDelete
(String file) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkPackageAccess
(String pkg) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkPackageDefinition
(String pkg) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkPropertyAccess
(String key) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkSecurityAccess
(String target) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.void
SecurityManager.checkWrite
(String file) Deprecated, for removal: This API element is subject to removal in a future version.ThrowsSecurityException
.staticString
System.clearProperty
(String key) Removes the system property indicated by the specified key.static int
Character.codePointOf
(String name) Returns the code point value of the Unicode character specified by the given character name.Sets this process builder's operating system program and arguments.int
Compares two strings lexicographically.int
String.compareToIgnoreCase
(String str) Compares two strings lexicographically, ignoring case differences.Concatenates the specified string to the end of this string.staticByte
Decodes aString
into aByte
.staticInteger
Decodes aString
into anInteger
.staticLong
Decodes aString
into aLong
.staticShort
Decodes aString
into aShort
.protected finalClass
<?> ClassLoader.defineClass
(String name, byte[] b, int off, int len) Converts an array of bytes into an instance of classClass
.protected finalClass
<?> ClassLoader.defineClass
(String name, byte[] b, int off, int len,ProtectionDomain protectionDomain) Converts an array of bytes into an instance of classClass
, with a givenProtectionDomain
.protected finalClass
<?> ClassLoader.defineClass
(String name,ByteBuffer b,ProtectionDomain protectionDomain) protectedPackage
ClassLoader.definePackage
(String name,String specTitle,String specVersion,String specVendor,String implTitle,String implVersion,String implVendor,URL sealBase) Defines a package byname in thisClassLoader
.boolean
Tests if this string ends with the specified suffix.boolean
String.equalsIgnoreCase
(String anotherString) Compares thisString
to anotherString
, ignoring case considerations.Deprecated.This method is error-prone and should not be used, the corresponding methodRuntime.exec(String[])
orProcessBuilder
should be used instead.Executes the specified command and arguments in a separate process.Executes the specified command and arguments in a separate process with the specified environment.Executes the specified command and arguments in a separate process with the specified environment and working directory.Deprecated.This method is error-prone and should not be used, the corresponding methodRuntime.exec(String[], String[])
orProcessBuilder
should be used instead.Deprecated.This method is error-prone and should not be used, the corresponding methodRuntime.exec(String[], String[], File)
orProcessBuilder
should be used instead.protectedClass
<?> Finds the class with the specifiedbinary name.protectedClass
<?> Finds the class with the givenbinary name in a module defined to this class loader.protectedString
ClassLoader.findLibrary
(String libname) Returns the absolute path name of a native library.protected finalClass
<?> ClassLoader.findLoadedClass
(String name) Returns the class with the givenbinary name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with thatbinary name.ModuleLayer.findLoader
(String name) Returns theClassLoader
for the module with the given name.ModuleLayer.findModule
(String name) Returns the module with the given name in this layer, or if not in this layer, theparent layers.protectedURL
ClassLoader.findResource
(String name) Finds the resource with the given name.protectedURL
ClassLoader.findResource
(String moduleName,String name) Returns a URL to a resource in a module defined to this class loader.protectedEnumeration
<URL> ClassLoader.findResources
(String name) Returns an enumeration ofURL
objects representing all the resources with the given name.protected finalClass
<?> ClassLoader.findSystemClass
(String name) Finds a class with the specifiedbinary name, loading it if necessary.staticString
Returns a formatted string using the specified format string and arguments.staticString
Returns a formatted string using the specified locale, format string, and arguments.static finalCharacter.UnicodeBlock
Returns the UnicodeBlock with the given name.static finalCharacter.UnicodeScript
Returns the UnicodeScript constant with the given Unicode script name or the script name alias.staticClass
<?> Returns theClass
with the givenbinary name in the given module.staticClass
<?> Returns theClass
object associated with the class or interface with the given string name.staticClass
<?> Class.forName
(String name, boolean initialize,ClassLoader loader) Returns theClass
object associated with the class or interface with the given string name, using the given class loader.staticClass
<?> Class.forPrimitiveName
(String primitiveName) Returns theClass
object associated with theprimitive type of the given name.static boolean
Boolean.getBoolean
(String name) Returnstrue
if and only if the system property named by the argument exists and is equal to, ignoring case, the string"true"
.byte[]
Encodes thisString
into a sequence of bytes using the named charset, storing the result into a new byte array.protectedObject
ClassLoader.getClassLoadingLock
(String className) Returns the lock object for class loading operations.Class.getDeclaredField
(String name) Returns aField
object that reflects the specified declared field of the class or interface represented by thisClass
object.Class.getDeclaredMethod
(String name,Class<?>... parameterTypes) Returns aMethod
object that reflects the specified declared method of the class or interface represented by thisClass
object.finalPackage
ClassLoader.getDefinedPackage
(String name) Returns aPackage
of the givenname that has been defined by this class loader.staticString
Gets the value of the specified environment variable.Returns aField
object that reflects the specified public member field of the class or interface represented by thisClass
object.staticInteger
Integer.getInteger
(String nm) Determines the integer value of the system property with the specified name.staticInteger
Integer.getInteger
(String nm, int val) Determines the integer value of the system property with the specified name.staticInteger
Integer.getInteger
(String nm,Integer val) Returns the integer value of the system property with the specified name.System.LoggerFinder.getLocalizedLogger
(String name,ResourceBundle bundle,Module module) Returns a localizable instance ofLogger
for the givenmodule
.staticSystem.Logger
Returns an instance ofLogger
for the caller's use.staticSystem.Logger
System.getLogger
(String name,ResourceBundle bundle) Returns a localizable instance ofLogger
for the caller's use.abstractSystem.Logger
Returns an instance ofLogger
for the givenmodule
.staticLong
Determines thelong
value of the system property with the specified name.staticLong
Determines thelong
value of the system property with the specified name.staticLong
Returns thelong
value of the system property with the specified name.Returns aMethod
object that reflects the specified public member method of the class or interface represented by thisClass
object.protectedPackage
ClassLoader.getPackage
(String name) Deprecated.If multiple class loaders delegate to each other and define classes with the same package name, and one such loader relies on the lookup behavior ofgetPackage
to return aPackage
from a parent loader, then the properties exposed by thePackage
may not be as expected in the rest of the program.staticPackage
Package.getPackage
(String name) Deprecated.If multiple class loaders delegate to each other and define classes with the same package name, and one such loader relies on the lookup behavior ofgetPackage
to return aPackage
from a parent loader, then the properties exposed by thePackage
may not be as expected in the rest of the program.staticString
System.getProperty
(String key) Gets the system property indicated by the specified key.staticString
System.getProperty
(String key,String def) Gets the system property indicated by the specified key.Class.getResource
(String name) Finds a resource with a given name.ClassLoader.getResource
(String name) Finds the resource with the given name.Class.getResourceAsStream
(String name) Finds a resource with a given name.ClassLoader.getResourceAsStream
(String name) Returns an input stream for reading the specified resource.Module.getResourceAsStream
(String name) Returns an input stream for reading a resource in this module.ClassLoader.getResources
(String name) Finds all the resources with the given name.staticURL
ClassLoader.getSystemResource
(String name) Find a resource of the specified name from the search path used to load classes.staticInputStream
ClassLoader.getSystemResourceAsStream
(String name) Open for reading, a resource of the specified name from the search path used to load classes.staticEnumeration
<URL> ClassLoader.getSystemResources
(String name) Finds all resources of the specified name from the search path used to load classes.int
Returns the index within this string of the first occurrence of the specified substring.int
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.int
Returns the index of the first occurrence of the specified substring within the specified index range ofthis
string.int
int
int
int
boolean
Package.isCompatibleWith
(String desired) Compare this package's specification version with a desired version.boolean
Module.isExported
(String pn) Returnstrue
if this module exports the given package unconditionally.boolean
Module.isExported
(String pn,Module other) Returnstrue
if this module exports the given package to at least the given module.boolean
Returnstrue
if this module hasopened a package unconditionally.boolean
Returnstrue
if this module hasopened a package to at least the given module.int
String.lastIndexOf
(String str) Returns the index within this string of the last occurrence of the specified substring.int
String.lastIndexOf
(String str, int fromIndex) Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.int
StringBuffer.lastIndexOf
(String str) int
StringBuffer.lastIndexOf
(String str, int fromIndex) int
StringBuilder.lastIndexOf
(String str) int
StringBuilder.lastIndexOf
(String str, int fromIndex) void
Restricted.Loads the native library specified by the filename argument.static void
Restricted.Loads the native library specified by the filename argument.Class
<?> Loads the class with the specifiedbinary name.protectedClass
<?> Loads the class with the specifiedbinary name.void
Runtime.loadLibrary
(String libname) Restricted.Loads the native library specified by thelibname
argument.static void
System.loadLibrary
(String libname) Restricted.Loads the native library specified by thelibname
argument.default void
System.Logger.log
(System.Logger.Level level,String msg) Logs a message.default void
System.Logger.log
(System.Logger.Level level,String format,Object... params) Logs a message with an optional list of parameters.default void
System.Logger.log
(System.Logger.Level level,String msg,Throwable thrown) Logs a message associated with a given throwable.void
System.Logger.log
(System.Logger.Level level,ResourceBundle bundle,String format,Object... params) Logs a message with resource bundle and an optional list of parameters.void
System.Logger.log
(System.Logger.Level level,ResourceBundle bundle,String msg,Throwable thrown) Logs a localized message associated with a given throwable.staticString
System.mapLibraryName
(String libname) Maps a library name into a platform-specific string representing a native library.boolean
Tells whether or not this string matches the givenregular expression.Sets the thread name.Sets the thread name to be the concatenation of a string prefix and the string representation of a counter value.static <E extendsEnum<E>>
Enum.EnumDesc<E> Returns a nominal descriptor for the specifiedenum
class and namestaticRuntime.Version
Parses the given string as a validversion string containing aversion number followed by pre-release and build information.static boolean
Boolean.parseBoolean
(String s) Parses the string argument as a boolean.static byte
Parses the string argument as a signed decimalbyte
.static byte
Parses the string argument as a signedbyte
in the radix specified by the second argument.static double
Double.parseDouble
(String s) Returns a newdouble
initialized to the value represented by the specifiedString
, as performed by thevalueOf
method of classDouble
.static float
Float.parseFloat
(String s) Returns a newfloat
initialized to the value represented by the specifiedString
, as performed by thevalueOf
method of classFloat
.static int
Parses the string argument as a signed decimal integer.static int
Parses the string argument as a signed integer in the radix specified by the second argument.static long
Parses the string argument as a signed decimallong
.static long
Parses the string argument as a signedlong
in the radix specified by the second argument.static short
Short.parseShort
(String s) Parses the string argument as a signed decimalshort
.static short
Short.parseShort
(String s, int radix) Parses the string argument as a signedshort
in the radix specified by the second argument.static int
Integer.parseUnsignedInt
(String s) Parses the string argument as an unsigned decimal integer.static int
Integer.parseUnsignedInt
(String s, int radix) Parses the string argument as an unsigned integer in the radix specified by the second argument.static long
Long.parseUnsignedLong
(String s) Parses the string argument as an unsigned decimallong
.static long
Long.parseUnsignedLong
(String s, int radix) Parses the string argument as an unsignedlong
in the radix specified by the second argument.boolean
String.regionMatches
(boolean ignoreCase, int toffset,String other, int ooffset, int len) Tests if two string regions are equal.boolean
String.regionMatches
(int toffset,String other, int ooffset, int len) Tests if two string regions are equal.String.replaceAll
(String regex,String replacement) Replaces each substring of this string that matches the givenregular expression with the given replacement.String.replaceFirst
(String regex,String replacement) Replaces the first substring of this string that matches the givenregular expression with the given replacement.Returns a stream whose elements are the URLs of all the resources with the given name.void
ClassLoader.setClassAssertionStatus
(String className, boolean enabled) Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein.final void
Changes the name of this thread to be equal to the argumentname
.void
ClassLoader.setPackageAssertionStatus
(String packageName, boolean enabled) Sets the package default assertion status for the named package.staticString
System.setProperty
(String key,String value) Sets the system property indicated by the specified key.String[]
Splits this string around matches of the givenregular expression.String[]
Splits this string around matches of the givenregular expression.String[]
String.splitWithDelimiters
(String regex, int limit) Splits this string around matches of the given regular expression and returns both the strings and the matching delimiters.boolean
String.startsWith
(String prefix) Tests if this string starts with the specified prefix.boolean
String.startsWith
(String prefix, int toffset) Tests if the substring of this string beginning at the specified index starts with the specified prefix.staticBoolean
Returns aBoolean
with a value represented by the specified string.staticByte
Returns aByte
object holding the value given by the specifiedString
.staticByte
Returns aByte
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument.staticCharacter.UnicodeScript
Returns the enum constant of this class with the specified name.staticDouble
Returns aDouble
object holding thedouble
value represented by the argument strings
.static <T extendsEnum<T>>
TReturns the enum constant of the specified enum class with the specified name.staticFloat
Returns aFloat
object holding thefloat
value represented by the argument strings
.staticInteger
Returns anInteger
object holding the value of the specifiedString
.staticInteger
Returns anInteger
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument.staticLong
Returns aLong
object holding the value of the specifiedString
.staticLong
Returns aLong
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument.Returns the enum constant of this class with the specified name.staticShort
Returns aShort
object holding the value given by the specifiedString
.staticShort
Returns aShort
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument.staticStackWalker.Option
Returns the enum constant of this class with the specified name.staticSystem.Logger.Level
Returns the enum constant of this class with the specified name.staticThread.State
Returns the enum constant of this class with the specified name.Modifier and TypeMethodDescriptionSets this process builder's operating system program and arguments.ModuleLayer.defineModules
(Configuration cf,Function<String,ClassLoader> clf) Creates a new module layer, with this layer as its parent, by defining the modules in the givenConfiguration
to the Java virtual machine.staticModuleLayer.Controller
ModuleLayer.defineModules
(Configuration cf,List<ModuleLayer> parentLayers,Function<String,ClassLoader> clf) Creates a new module layer by defining the modules in the givenConfiguration
to the Java virtual machine.default void
System.Logger.log
(System.Logger.Level level,Supplier<String> msgSupplier) Logs a lazily supplied message.default void
System.Logger.log
(System.Logger.Level level,Supplier<String> msgSupplier,Throwable thrown) Logs a lazily supplied message associated with a given throwable.<R> R
This method allows the application of a function tothis
string.ModifierConstructorDescriptionConstructs anAbstractMethodError
with the specified detail message.Constructs anArithmeticException
with the specified detail message.Constructs anArrayIndexOutOfBoundsException
class with the specified detail message.Constructs anArrayStoreException
with the specified detail message.AssertionError
(String message,Throwable cause) Constructs a newAssertionError
with the specified detail message and cause.Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor.Constructs aBootstrapMethodError
with the specified detail message.BootstrapMethodError
(String s,Throwable cause) Constructs aBootstrapMethodError
with the specified detail message and cause.Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor.Constructs aClassCastException
with the specified detail message.Constructs aClassCircularityError
with the specified detail message.Constructs aClassFormatError
with the specified detail message.protected
ClassLoader
(String name,ClassLoader parent) Creates a new class loader of the specified name and using the specified parent class loader for delegation.Constructs aClassNotFoundException
with the specified detail message.Constructs aClassNotFoundException
with the specified detail message and optional exception that was raised while loading the class.Constructs aCloneNotSupportedException
with the specified detail message.Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor.protected
Sole constructor.EnumConstantNotPresentException
(Class<? extendsEnum> enumType,String constantName) Constructs anEnumConstantNotPresentException
for the specified constant.Constructs a new error with the specified detail message.Constructs a new error with the specified detail message and cause.protected
Constructs a new error with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.Constructs a new exception with the specified detail message.Constructs a new exception with the specified detail message and cause.protected
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.Constructs anExceptionInInitializerError
with the specified detail message string.Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor.Constructs anIllegalAccessError
with the specified detail message.Constructs anIllegalAccessException
with a detail message.Constructs anIllegalArgumentException
with the specified detail message.IllegalArgumentException
(String message,Throwable cause) Constructs a new exception with the specified detail message and cause.Constructs an IllegalCallerException with the specified detail message.IllegalCallerException
(String message,Throwable cause) Constructs a new exception with the specified detail message and cause.Constructs anIllegalMonitorStateException
with the specified detail message.Constructs an IllegalStateException with the specified detail message.IllegalStateException
(String message,Throwable cause) Constructs a new exception with the specified detail message and cause.Constructs anIllegalThreadStateException
with the specified detail message.Constructs anIncompatibleClassChangeError
with the specified detail message.Constructs anIndexOutOfBoundsException
with the specified detail message.Constructs anInstantiationError
with the specified detail message.Constructs anInstantiationException
with the specified detail message.Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor.InternalError
(String message) Constructs anInternalError
with the specified detail message.InternalError
(String message,Throwable cause) Constructs anInternalError
with the specified detail message and cause.Constructs anInterruptedException
with the specified detail message.Constructs aLayerInstantiationException
with the given detail message.LayerInstantiationException
(String msg,Throwable cause) Constructs aLayerInstantiationException
with the given detail message and cause.Constructs aLinkageError
with the specified detail message.LinkageError
(String s,Throwable cause) Constructs aLinkageError
with the specified detail message and cause.Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor.MatchException
(String message,Throwable cause) Constructs anMatchException
with the specified detail message and cause.Constructs aNegativeArraySizeException
with the specified detail message.Constructs aNoClassDefFoundError
with the specified detail message.Constructs aNoSuchFieldError
with the specified detail message.Constructor with a detail message.Constructs aNoSuchMethodError
with the specified detail message.Constructs aNoSuchMethodException
with a detail message.Constructs aNullPointerException
with the specified detail message.Constructs aNumberFormatException
with the specified detail message.Constructs anOutOfMemoryError
with the specified detail message.ProcessBuilder
(String... command) Constructs a process builder with the specified operating system program and arguments.ReflectiveOperationException
(String message) Constructs a new exception with the specified detail message.ReflectiveOperationException
(String message,Throwable cause) Constructs a new exception with the specified detail message and cause.RuntimeException
(String message) Constructs a new runtime exception with the specified detail message.RuntimeException
(String message,Throwable cause) Constructs a new runtime exception with the specified detail message and cause.protected
RuntimeException
(String message,Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.RuntimePermission
(String name) Creates a new RuntimePermission with the specified name.RuntimePermission
(String name,String actions) Creates a new RuntimePermission object with the specified name.Constructs aSecurityException
with the specified detail message.SecurityException
(String message,Throwable cause) Creates aSecurityException
with the specified detail message and cause.Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor.Constructs aStackOverflowError
with the specified detail message.StackTraceElement
(String declaringClass,String methodName,String fileName, int lineNumber) Creates a stack trace element representing the specified execution point.StackTraceElement
(String classLoaderName,String moduleName,String moduleVersion,String declaringClass,String methodName,String fileName, int lineNumber) Creates a stack trace element representing the specified execution point.Constructs a newString
by decoding the specified subarray of bytes using the specified charset.Constructs a newString
by decoding the specified array of bytes using the specifiedcharset.Initializes a newly createdString
object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.StringBuffer
(String str) Constructs a string buffer initialized to the contents of the specified string.StringBuilder
(String str) Constructs a string builder initialized to the contents of the specified string.Constructs aStringIndexOutOfBoundsException
with the specified detail message.protected
Constructs a newSubset
instance.Initializes a new platformThread
.Initializes a new platformThread
.Thread
(ThreadGroup group,Runnable task,String name) Initializes a new platformThread
so that it hastask
as its run object, has the specifiedname
as its name, and belongs to the thread group referred to bygroup
.Thread
(ThreadGroup group,Runnable task,String name, long stackSize) Initializes a new platformThread
so that it hastask
as its run object, has the specifiedname
as its name, and belongs to the thread group referred to bygroup
, and has the specifiedstack size.Thread
(ThreadGroup group,Runnable task,String name, long stackSize, boolean inheritInheritableThreadLocals) Initializes a new platformThread
so that it hastask
as its run object, has the specifiedname
as its name, belongs to the thread group referred to bygroup
, has the specifiedstackSize
, and inherits initial values forinheritable thread-local variables ifinheritThreadLocals
istrue
.Thread
(ThreadGroup group,String name) Initializes a new platformThread
.ThreadGroup
(String name) Constructs a new thread group.ThreadGroup
(ThreadGroup parent,String name) Creates a new thread group.Constructs a new throwable with the specified detail message.Constructs a new throwable with the specified detail message and cause.protected
Constructs a new throwable with the specified detail message, cause,suppression enabled or disabled, and writable stack trace enabled or disabled.TypeNotPresentException
(String typeName,Throwable cause) Constructs aTypeNotPresentException
for the named type or type variable with the specified cause.Constructs anUnknownError
with the specified detail message.Constructs anUnsatisfiedLinkError
with the specified detail message.Constructs aUnsupportedClassVersionError
with the specified detail message.UnsupportedOperationException
(String message) Constructs an UnsupportedOperationException with the specified detail message.UnsupportedOperationException
(String message,Throwable cause) Constructs a new exception with the specified detail message and cause.Constructs anVerifyError
with the specified detail message.VirtualMachineError
(String message) Constructs aVirtualMachineError
with the specified detail message.VirtualMachineError
(String message,Throwable cause) Constructs aVirtualMachineError
with the specified detail message and cause.Constructs a WrongThreadException with the given detail message.WrongThreadException
(String message,Throwable cause) Constructs a WrongThreadException with the given detail message and cause.ModifierConstructorDescriptionProcessBuilder
(List<String> command) Constructs a process builder with the specified operating system program and arguments.Uses ofString injava.lang.annotation
Methods injava.lang.annotation that returnStringModifier and TypeMethodDescriptionIncompleteAnnotationException.elementName()
Returns the name of the missing element.AnnotationTypeMismatchException.foundType()
Returns the type of data found in the incorrectly typed element.Annotation.toString()
Returns a string representation of this annotation.Methods injava.lang.annotation with parameters of typeStringModifier and TypeMethodDescriptionstaticElementType
Returns the enum constant of this class with the specified name.staticRetentionPolicy
Returns the enum constant of this class with the specified name.Constructors injava.lang.annotation with parameters of typeStringModifierConstructorDescriptionAnnotationFormatError
(String message) Constructs a newAnnotationFormatError
with the specified detail message.AnnotationFormatError
(String message,Throwable cause) Constructs a newAnnotationFormatError
with the specified detail message and cause.AnnotationTypeMismatchException
(Method element,String foundType) Constructs an AnnotationTypeMismatchException for the specified annotation type element and found data type.IncompleteAnnotationException
(Class<? extendsAnnotation> annotationType,String elementName) Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation interface.Uses ofString injava.lang.classfile
Fields injava.lang.classfile declared asStringModifier and TypeFieldDescriptionstatic finalString
Attributes.NAME_ANNOTATION_DEFAULT
AnnotationDefaultstatic finalString
Attributes.NAME_BOOTSTRAP_METHODS
BootstrapMethodsstatic finalString
Attributes.NAME_CHARACTER_RANGE_TABLE
CharacterRangeTablestatic finalString
Attributes.NAME_CODE
Codestatic finalString
Attributes.NAME_COMPILATION_ID
CompilationIDstatic finalString
Attributes.NAME_CONSTANT_VALUE
ConstantValuestatic finalString
Attributes.NAME_DEPRECATED
Deprecatedstatic finalString
Attributes.NAME_ENCLOSING_METHOD
EnclosingMethodstatic finalString
Attributes.NAME_EXCEPTIONS
Exceptionsstatic finalString
Attributes.NAME_INNER_CLASSES
InnerClassesstatic finalString
Attributes.NAME_LINE_NUMBER_TABLE
LineNumberTablestatic finalString
Attributes.NAME_LOCAL_VARIABLE_TABLE
LocalVariableTablestatic finalString
Attributes.NAME_LOCAL_VARIABLE_TYPE_TABLE
LocalVariableTypeTablestatic finalString
Attributes.NAME_METHOD_PARAMETERS
MethodParametersstatic finalString
Attributes.NAME_MODULE
Modulestatic finalString
Attributes.NAME_MODULE_HASHES
ModuleHashesstatic finalString
Attributes.NAME_MODULE_MAIN_CLASS
ModuleMainClassstatic finalString
Attributes.NAME_MODULE_PACKAGES
ModulePackagesstatic finalString
Attributes.NAME_MODULE_RESOLUTION
ModuleResolutionstatic finalString
Attributes.NAME_MODULE_TARGET
ModuleTargetstatic finalString
Attributes.NAME_NEST_HOST
NestHoststatic finalString
Attributes.NAME_NEST_MEMBERS
NestMembersstatic finalString
Attributes.NAME_PERMITTED_SUBCLASSES
PermittedSubclassesstatic finalString
Attributes.NAME_RECORD
Recordstatic finalString
Attributes.NAME_RUNTIME_INVISIBLE_ANNOTATIONS
RuntimeInvisibleAnnotationsstatic finalString
Attributes.NAME_RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS
RuntimeInvisibleParameterAnnotationsstatic finalString
Attributes.NAME_RUNTIME_INVISIBLE_TYPE_ANNOTATIONS
RuntimeInvisibleTypeAnnotationsstatic finalString
Attributes.NAME_RUNTIME_VISIBLE_ANNOTATIONS
RuntimeVisibleAnnotationsstatic finalString
Attributes.NAME_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
RuntimeVisibleParameterAnnotationsstatic finalString
Attributes.NAME_RUNTIME_VISIBLE_TYPE_ANNOTATIONS
RuntimeVisibleTypeAnnotationsstatic finalString
Attributes.NAME_SIGNATURE
Signaturestatic finalString
Attributes.NAME_SOURCE_DEBUG_EXTENSION
SourceDebugExtensionstatic finalString
Attributes.NAME_SOURCE_FILE
SourceFilestatic finalString
Attributes.NAME_SOURCE_ID
SourceIDstatic finalString
Attributes.NAME_STACK_MAP_TABLE
StackMapTablestatic finalString
Attributes.NAME_SYNTHETIC
SyntheticMethods injava.lang.classfile that returnStringModifier and TypeMethodDescriptionSignature.ClassTypeSig.className()
Returns the class or interface name; includes theslash-separated package name if there is no outer type.Signature.TypeParam.identifier()
Returns the name of the type parameter.Signature.TypeVarSig.identifier()
Returns the name of the type variable.AttributeMapper.name()
Returns the name of the attribute.defaultString
AnnotationValue.OfString.resolvedValue()
Returns the resolved string value.ClassSignature.signatureString()
Returns the raw signature string.MethodSignature.signatureString()
Returns the raw signature string.Signature.signatureString()
Returns the raw signature string.AnnotationValue.OfString.stringValue()
Returns the constant string value.defaultString
CompoundElement.toDebugString()
Returns a text representation of the compound element and its contents for debugging purposes.Methods injava.lang.classfile with parameters of typeStringModifier and TypeMethodDescriptiondefaultCodeBuilder
CodeBuilder.fieldAccess
(Opcode opcode,ClassDesc owner,String name,ClassDesc type) Generates an instruction to access a field.defaultCodeBuilder
Generates an instruction to fetch field from an object.defaultCodeBuilder
Generates an instruction to get static field from a class or interface.defaultCodeBuilder
CodeBuilder.invoke
(Opcode opcode,ClassDesc owner,String name,MethodTypeDesc desc, boolean isInterface) Generates an instruction to invoke a method.defaultCodeBuilder
CodeBuilder.invokeinterface
(ClassDesc owner,String name,MethodTypeDesc type) Generates an instruction to invoke an interface method.defaultCodeBuilder
CodeBuilder.invokespecial
(ClassDesc owner,String name,MethodTypeDesc type) Generates an instruction to invoke an instance method in a class; direct invocation of instance initialization methods and methods of the current class and its supertypes.defaultCodeBuilder
CodeBuilder.invokespecial
(ClassDesc owner,String name,MethodTypeDesc type, boolean isInterface) Generates an instruction to invoke an instance method; direct invocation of instance initialization methods and methods of the current class and its supertypes.defaultCodeBuilder
CodeBuilder.invokestatic
(ClassDesc owner,String name,MethodTypeDesc type) Generates an instruction to invoke a class (static) method of a class.defaultCodeBuilder
CodeBuilder.invokestatic
(ClassDesc owner,String name,MethodTypeDesc type, boolean isInterface) Generates an instruction to invoke a class (static) method.defaultCodeBuilder
CodeBuilder.invokevirtual
(ClassDesc owner,String name,MethodTypeDesc type) Generates an instruction to invoke an instance method; dispatch based on class.defaultCodeBuilder
CodeBuilder.localVariable
(int slot,String name,ClassDesc descriptor,Label startScope,Label endScope) Declares a local variable entry.defaultCodeBuilder
CodeBuilder.localVariableType
(int slot,String name,Signature signature,Label startScope,Label endScope) Declares a local variable type entry.staticAnnotationElement
AnnotationElement.of
(String name,AnnotationValue value) Returns an element-value pair.staticSignature.ClassTypeSig
Signature.ClassTypeSig.of
(Signature.ClassTypeSig outerType,String className,Signature.TypeArg... typeArgs) Returns a class type signature.staticSignature.ClassTypeSig
Signature.ClassTypeSig.of
(String className,Signature.TypeArg... typeArgs) Returns a class or interface signature without an outer type.staticSignature.TypeParam
Signature.TypeParam.of
(String identifier,Signature.RefTypeSig classBound,Signature.RefTypeSig... interfaceBounds) Returns a signature for a type parameter.staticSignature.TypeParam
Signature.TypeParam.of
(String identifier,Optional<Signature.RefTypeSig> classBound,Signature.RefTypeSig... interfaceBounds) Returns a signature for a type parameter.staticSignature.TypeVarSig
Returns a signature for a type variable.staticAnnotationElement
AnnotationElement.ofAnnotation
(String name,Annotation value) Returns an element-value pair for an annotation-valued element.staticAnnotationElement
AnnotationElement.ofArray
(String name,AnnotationValue... values) Returns an element-value pair for an array-valued element.staticAnnotationElement
Returns an element-value pair for a boolean-valued element.staticAnnotationElement
Returns an element-value pair for a byte-valued element.staticAnnotationElement
Returns an element-value pair for a char-valued element.staticAnnotationElement
Returns an element-value pair for a class-valued element.staticAnnotationElement
Returns an element-value pair for a double-valued element.staticAnnotationValue.OfEnum
Returns an enum value for an element-value pair.staticAnnotationElement
Returns an element-value pair for a float-valued element.staticAnnotationElement
Returns an element-value pair for an int-valued element.staticAnnotationElement
Returns an element-value pair for a long-valued element.staticAnnotationElement
Returns an element-value pair for a short-valued element.staticAnnotationElement
Returns an element-value pair for a string-valued element.staticAnnotationValue.OfString
Returns a string value for an element-value pair.staticClassSignature
Parses a raw class signature string into aSignature.staticMethodSignature
Parses a raw method signature string into aMethodSignature
.staticSignature
Parses a Java type signature from a raw string.defaultCodeBuilder
Generates an instruction to set field in an object.defaultCodeBuilder
Generates an instruction to set static field in a class.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticClassFile.DeadCodeOption
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticOpcode.Kind
Returns the enum constant of this class with the specified name.staticOpcode
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticTypeKind
Returns the enum constant of this class with the specified name.defaultClassBuilder
Adds a field, with only access flags.defaultClassBuilder
ClassBuilder.withField
(String name,ClassDesc descriptor,Consumer<? superFieldBuilder> handler) Adds a field.defaultClassBuilder
ClassBuilder.withMethod
(String name,MethodTypeDesc descriptor, int methodFlags,Consumer<? superMethodBuilder> handler) Adds a method.defaultClassBuilder
ClassBuilder.withMethodBody
(String name,MethodTypeDesc descriptor, int methodFlags,Consumer<? superCodeBuilder> handler) Adds a method, with only access flags and aCodeModel
.Uses ofString injava.lang.classfile.attribute
Methods injava.lang.classfile.attribute with parameters of typeStringModifier and TypeMethodDescriptionModuleAttribute.ModuleAttributeBuilder.moduleVersion
(String version) Sets the module version, which may benull
.staticCompilationIDAttribute
Returns aCompilationID
attribute.staticModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm,ModuleHashInfo... hashes) Returns aModuleHashes
attribute.staticModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm,List<ModuleHashInfo> hashes) Returns aModuleHashes
attribute.staticModuleRequireInfo
ModuleRequireInfo.of
(ModuleDesc requires, int requiresFlags,String requiresVersion) Returns a module requirement description.staticModuleRequireInfo
ModuleRequireInfo.of
(ModuleDesc requires,Collection<AccessFlag> requiresFlags,String requiresVersion) Returns a module requirement description.staticModuleTargetAttribute
Returns aModuleTarget
attribute.staticRecordComponentInfo
Returns a record component description.staticRecordComponentInfo
Returns a record component description.staticSourceFileAttribute
Returns a source file attribute.staticSourceIDAttribute
Returns aSourceID
attribute.ModuleAttribute.ModuleAttributeBuilder.requires
(ModuleDesc module, int requiresFlagsMask,String version) Adds a module requirement.ModuleAttribute.ModuleAttributeBuilder.requires
(ModuleDesc module,Collection<AccessFlag> requiresFlags,String version) Adds a module requirement.Returns the enum constant of this class with the specified name.Method parameters injava.lang.classfile.attribute with type arguments of typeStringModifier and TypeMethodDescriptionstaticEnclosingMethodAttribute
EnclosingMethodAttribute.of
(ClassDesc className,Optional<String> methodName,Optional<MethodTypeDesc> methodType) Returns anEnclosingMethod
attribute.staticMethodParameterInfo
MethodParameterInfo.of
(Optional<String> name,AccessFlag... flags) Returns a method parameter description.staticMethodParameterInfo
MethodParameterInfo.ofParameter
(Optional<String> name, int flags) Returns a method parameter description.Uses ofString injava.lang.classfile.constantpool
Methods injava.lang.classfile.constantpool that returnStringModifier and TypeMethodDescriptionClassEntry.asInternalName()
Returns the represented reference type, as theinternal form of a binary name or an array descriptor string.StringEntry.stringValue()
Returns the string value for this entry.Utf8Entry.stringValue()
Returns the string value for this entry.Methods injava.lang.classfile.constantpool with parameters of typeStringModifier and TypeMethodDescriptionboolean
Utf8Entry.equalsString
(String s) Returns whether this entry describes the same string as the provided string.defaultFieldRefEntry
ConstantPoolBuilder.fieldRefEntry
(ClassDesc owner,String name,ClassDesc type) Returns aFieldRefEntry
describing a field of a class.defaultInterfaceMethodRefEntry
ConstantPoolBuilder.interfaceMethodRefEntry
(ClassDesc owner,String name,MethodTypeDesc type) Returns anInterfaceMethodRefEntry
describing a method of an interface.defaultMethodRefEntry
ConstantPoolBuilder.methodRefEntry
(ClassDesc owner,String name,MethodTypeDesc type) Returns aMethodRefEntry
describing a method of a class.defaultNameAndTypeEntry
ConstantPoolBuilder.nameAndTypeEntry
(String name,ClassDesc type) Returns aNameAndTypeEntry
describing the provided unqualified name and field descriptor.defaultNameAndTypeEntry
ConstantPoolBuilder.nameAndTypeEntry
(String name,MethodTypeDesc type) Returns aNameAndTypeEntry
describing the provided name and method descriptor.defaultStringEntry
ConstantPoolBuilder.stringEntry
(String value) Returns aStringEntry
describing the provided value.Constructors injava.lang.classfile.constantpool with parameters of typeStringModifierConstructorDescriptionConstantPoolException
(String message) Constructs aConstantPoolException
with the specified detail message.ConstantPoolException
(String message,Throwable cause) Constructs aConstantPoolException
with the specified detail message and cause.Uses ofString injava.lang.classfile.instruction
Methods injava.lang.classfile.instruction with parameters of typeStringModifier and TypeMethodDescriptionstaticLocalVariable
Returns a local variable pseudo-instruction.staticLocalVariableType
Returns a local variable type pseudo-instruction.Uses ofString injava.lang.constant
Fields injava.lang.constant declared asStringModifier and TypeFieldDescriptionstatic finalString
ConstantDescs.CLASS_INIT_NAME
The special name of class initialization methods, "<clinit>".static finalString
ConstantDescs.DEFAULT_NAME
Invocation name to use when no name is needed, such as the name of a constructor, or the invocation name of a dynamic constant or dynamic callsite when the bootstrap is known to ignore the invocation name.static finalString
ConstantDescs.INIT_NAME
The special name of instance initialization methods, "<init>".Methods injava.lang.constant that returnStringModifier and TypeMethodDescriptionDynamicConstantDesc.constantName()
Returns the name that would appear in theNameAndType
operand of theLDC
for this constant.ClassDesc.descriptorString()
Returns a field type descriptor string for this typeMethodTypeDesc.descriptorString()
Returns the method type descriptor string.defaultString
MethodTypeDesc.displayDescriptor()
Returns a human-readable descriptor for this method type, using the canonical names for parameter and return types.ClassDesc.displayName()
Returns a human-readable name for thisClassDesc
.PackageDesc.internalName()
Returns the fully qualified (slash-separated) package name in internal form of thisPackageDesc
.DynamicCallSiteDesc.invocationName()
Returns the invocation name that would appear in theNameAndType
operand of theinvokedynamic
.DirectMethodHandleDesc.lookupDescriptor()
Returns the lookup descriptor of the method handle described by this descriptor, after adjusting for the invocation mode.DirectMethodHandleDesc.methodName()
Returns the name of the method or field described by this nominal descriptor.ModuleDesc.name()
Returns the module name of thisModuleDesc
.defaultString
PackageDesc.name()
Returns the fully qualified (dot-separated) package name of thisPackageDesc
.defaultString
ClassDesc.packageName()
Returns the package name of thisClassDesc, if it describes a class or interface type.DynamicCallSiteDesc.toString()
Returns a compact textual description of this call site description, including the bootstrap method, the invocation name and type, and the static bootstrap arguments.DynamicConstantDesc.toString()
Returns a compact textual description of this constant description, including the bootstrap method, the constant name and type, and the static bootstrap arguments.Methods injava.lang.constant with parameters of typeStringModifier and TypeMethodDescriptiondefaultClassDesc
defaultClassDesc
staticClassDesc
Returns aClassDesc for a class or interface type, given the name of the class or interface, such as"java.lang.String"
.staticClassDesc
Returns aClassDesc for a class or interface type, given a package name and the unqualified (simple) name for the class or interface.staticDynamicCallSiteDesc
DynamicCallSiteDesc.of
(DirectMethodHandleDesc bootstrapMethod,String invocationName,MethodTypeDesc invocationType) Creates a nominal descriptor for aninvokedynamic
call site whose bootstrap method has no static arguments.staticDynamicCallSiteDesc
DynamicCallSiteDesc.of
(DirectMethodHandleDesc bootstrapMethod,String invocationName,MethodTypeDesc invocationType,ConstantDesc... bootstrapArgs) Creates a nominal descriptor for aninvokedynamic
call site.staticDirectMethodHandleDesc
MethodHandleDesc.of
(DirectMethodHandleDesc.Kind kind,ClassDesc owner,String name,String lookupDescriptor) Creates aMethodHandleDesc corresponding to an invocation of a declared method, invocation of a constructor, or access to a field.staticModuleDesc
Returns aModuleDesc
for a module, given the name of the module.staticPackageDesc
Returns aPackageDesc
for a package, given the name of the package, such as"java.lang"
.staticDirectMethodHandleDesc
ConstantDescs.ofCallsiteBootstrap
(ClassDesc owner,String name,ClassDesc returnType,ClassDesc... paramTypes) Returns aMethodHandleDesc
corresponding to a bootstrap method for aninvokedynamic
callsite, which is a static method whose leading parameter types areLookup
,String
, andMethodType
.static <T> ConstantDesc
DynamicConstantDesc.ofCanonical
(DirectMethodHandleDesc bootstrapMethod,String constantName,ClassDesc constantType,ConstantDesc[] bootstrapArgs) Returns a nominal descriptor for a dynamic constant, transforming it into a more specific type if the constant bootstrap is a well-known one and a more specific nominal descriptor type (e.g., ClassDesc) is available.staticDirectMethodHandleDesc
ConstantDescs.ofConstantBootstrap
(ClassDesc owner,String name,ClassDesc returnType,ClassDesc... paramTypes) Returns aMethodHandleDesc
corresponding to a bootstrap method for a dynamic constant, which is a static method whose leading arguments areLookup
,String
, andClass
.staticClassDesc
ClassDesc.ofDescriptor
(String descriptor) Returns aClassDesc given a descriptor string for a class, interface, array, or primitive type.staticMethodTypeDesc
MethodTypeDesc.ofDescriptor
(String descriptor) Creates aMethodTypeDesc given a method descriptor string.staticDirectMethodHandleDesc
MethodHandleDesc.ofField
(DirectMethodHandleDesc.Kind kind,ClassDesc owner,String fieldName,ClassDesc fieldType) Creates aMethodHandleDesc corresponding to a method handle that accesses a field.staticClassDesc
ClassDesc.ofInternalName
(String name) Returns aClassDesc for a class or interface type, given the name of the class or interface in internal form, such as"java/lang/String"
.staticPackageDesc
PackageDesc.ofInternalName
(String name) Returns aPackageDesc
for a package, given the name of the package in internal form, such as"java/lang"
.staticDirectMethodHandleDesc
MethodHandleDesc.ofMethod
(DirectMethodHandleDesc.Kind kind,ClassDesc owner,String name,MethodTypeDesc lookupMethodType) Creates aMethodHandleDesc corresponding to an invocation of a declared method or constructor.static <T> DynamicConstantDesc
<T> DynamicConstantDesc.ofNamed
(DirectMethodHandleDesc bootstrapMethod,String constantName,ClassDesc constantType,ConstantDesc... bootstrapArgs) Returns a nominal descriptor for a dynamic constant.Returns the enum constant of this class with the specified name.DynamicCallSiteDesc.withNameAndType
(String invocationName,MethodTypeDesc invocationType) Returns a nominal descriptor for aninvokedynamic
call site whose bootstrap and bootstrap arguments are the same as this one, but with the specified invocationName and invocation invocationTypeConstructors injava.lang.constant with parameters of typeStringModifierConstructorDescriptionprotected
DynamicConstantDesc
(DirectMethodHandleDesc bootstrapMethod,String constantName,ClassDesc constantType,ConstantDesc... bootstrapArgs) Creates a nominal descriptor for a dynamic constant.Uses ofString injava.lang.foreign
Methods injava.lang.foreign that returnStringModifier and TypeMethodDescriptionMemorySegment.getString
(long offset) Reads a null-terminated string from this segment at the given offset, using theUTF-8 charset.Reads a null-terminated string from this segment at the given offset, using the provided charset.MemoryLayout.toString()
Returns the string representation of this layout.Methods injava.lang.foreign that return types with arguments of typeStringModifier and TypeMethodDescriptionLinker.canonicalLayouts()
Returns an unmodifiable mapping between the names of data types used by the ABI implemented by this linker and theircanonical layouts.MemoryLayout.name()
Returns the name (if any) associated with this layout.Methods injava.lang.foreign with parameters of typeStringModifier and TypeMethodDescriptiondefaultMemorySegment
SegmentAllocator.allocateFrom
(String str) Converts a Java string into a null-terminated C string using theUTF-8 charset, storing the result into a memory segment.defaultMemorySegment
SegmentAllocator.allocateFrom
(String str,Charset charset) Converts a Java string into a null-terminated C string using the provided charset, and storing the result into a memory segment.staticLinker.Option
Linker.Option.captureCallState
(String... capturedState) Returns a linker option used to save portions of the execution state immediately after calling a foreign function associated with a downcall method handle, before it can be overwritten by the Java runtime, or read through conventional means.Returns the address of the symbol with the given name.defaultMemorySegment
SymbolLookup.findOrThrow
(String name) Returns the address of the symbol with the given name or throws an exception.staticMemoryLayout.PathElement
MemoryLayout.PathElement.groupElement
(String name) Returns a path element which selects a member layout with the given name in a group layout.staticSymbolLookup
SymbolLookup.libraryLookup
(String name,Arena arena) Restricted.Loads a library with the given name (if not already loaded) and creates a symbol lookup for symbols in that library.void
Writes the given string into this segment at the given offset, converting it to a null-terminated byte sequence using theUTF-8 charset.void
Writes the given string into this segment at the given offset, converting it to a null-terminated byte sequence using the provided charset.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Uses ofString injava.lang.instrument
Methods injava.lang.instrument with parameters of typeStringModifier and TypeMethodDescriptionvoid
Instrumentation.setNativeMethodPrefix
(ClassFileTransformer transformer,String prefix) This method modifies the failure handling of native method resolution by allowing retry with a prefix applied to the name.default byte[]
ClassFileTransformer.transform
(ClassLoader loader,String className,Class<?> classBeingRedefined,ProtectionDomain protectionDomain, byte[] classfileBuffer) Transforms the given class file and returns a new replacement class file.default byte[]
ClassFileTransformer.transform
(Module module,ClassLoader loader,String className,Class<?> classBeingRedefined,ProtectionDomain protectionDomain, byte[] classfileBuffer) Transforms the given class file and returns a new replacement class file.Method parameters injava.lang.instrument with type arguments of typeStringModifier and TypeMethodDescriptionvoid
Instrumentation.redefineModule
(Module module,Set<Module> extraReads,Map<String,Set<Module>> extraExports,Map<String,Set<Module>> extraOpens,Set<Class<?>> extraUses,Map<Class<?>,List<Class<?>>> extraProvides) Redefine a module to expand the set of modules that it reads, the set of packages that it exports or opens, or the services that it uses or provides.Constructors injava.lang.instrument with parameters of typeStringModifierConstructorDescriptionConstructs anIllegalClassFormatException
with the specified detail message.Constructs anUnmodifiableClassException
with the specified detail message.Constructs anUnmodifiableModuleException
with the specified detail message.Uses ofString injava.lang.invoke
Methods injava.lang.invoke that returnStringModifier and TypeMethodDescriptionMethodType.descriptorString()
Returns the descriptor string for this method type.TypeDescriptor.descriptorString()
Returns the descriptor string for thisTypeDescriptor
object.SerializedLambda.getCapturingClass()
Get the name of the class that captured this lambda.SerializedLambda.getFunctionalInterfaceClass()
Get the name of the invoked type to which this lambda has been convertedSerializedLambda.getFunctionalInterfaceMethodName()
Get the name of the primary method for the functional interface to which this lambda has been converted.SerializedLambda.getFunctionalInterfaceMethodSignature()
Get the signature of the primary method for the functional interface to which this lambda has been converted.SerializedLambda.getImplClass()
Get the name of the class containing the implementation method.SerializedLambda.getImplMethodName()
Get the name of the implementation method.SerializedLambda.getImplMethodSignature()
Get the signature of the implementation method.finalString
SerializedLambda.getInstantiatedMethodType()
Get the signature of the primary functional interface method after type variables are substituted with their instantiation from the capture site.MethodHandleInfo.getName()
Returns the name of the cracked method handle's underlying member.VarHandle.AccessMode.methodName()
Returns theVarHandle
signature-polymorphic method name associated with thisAccessMode
value.staticString
MethodHandleInfo.referenceKindToString
(int referenceKind) Returns the descriptive name of the given reference kind, as defined in thetable above.MethodType.toMethodDescriptorString()
Returns the descriptor string for this method type.MethodHandle.toString()
Returns a string representation of the method handle, starting with the string"MethodHandle"
and ending with the string representation of the method handle's type.staticString
MethodHandleInfo.toString
(int kind,Class<?> defc,String name,MethodType type) Returns a string representation for aMethodHandleInfo
, given the four parts of its symbolic reference.MethodHandles.Lookup.toString()
Displays the name of the class from which lookups are to be made, followed by "/" and the name of theprevious lookup class if present.MethodType.toString()
Returns a string representation of the method type, of the form"(PT0,PT1...)RT"
.finalString
VarHandle.toString()
Returns a compact textual description of thisVarHandle, including the type of variable described, and a description of its coordinates.VarHandle.VarHandleDesc.toString()
Returns a compact textual description of this constant description.Methods injava.lang.invoke with parameters of typeStringModifier and TypeMethodDescriptionstaticCallSite
LambdaMetafactory.altMetafactory
(MethodHandles.Lookup caller,String interfaceMethodName,MethodType factoryType,Object... args) Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a providedMethodHandle
, after appropriate type adaptation and partial evaluation of arguments.staticVarHandle
ConstantBootstraps.arrayVarHandle
(MethodHandles.Lookup lookup,String name,Class<VarHandle> type,Class<?> arrayClass) Finds aVarHandle
for an array type.MethodHandles.Lookup.bind
(Object receiver,String name,MethodType type) Produces an early-bound method handle for a non-static method.static <T> T
MethodHandles.classData
(MethodHandles.Lookup caller,String name,Class<T> type) Returns theclass data associated with the lookup class of the givencaller
lookup object, ornull
.static <T> T
MethodHandles.classDataAt
(MethodHandles.Lookup caller,String name,Class<T> type, int index) Returns the element at the specified index in theclass data, if the class data associated with the lookup class of the givencaller
lookup object is aList
.static <E extendsEnum<E>>
EConstantBootstraps.enumConstant
(MethodHandles.Lookup lookup,String name,Class<E> type) Returns anenum
constant of the type specified bytype
with the name specified byname
.staticObject
ConstantBootstraps.explicitCast
(MethodHandles.Lookup lookup,String name,Class<?> dstType,Object value) Applies a conversion from a source type to a destination type.staticVarHandle
ConstantBootstraps.fieldVarHandle
(MethodHandles.Lookup lookup,String name,Class<VarHandle> type,Class<?> declaringClass,Class<?> fieldType) Finds aVarHandle
for an instance field.Class
<?> Looks up a class by name from the lookup context defined by thisLookup
object,as if resolved by anldc
instruction.MethodHandles.Lookup.findGetter
(Class<?> refc,String name,Class<?> type) Produces a method handle giving read access to a non-static field.MethodHandles.Lookup.findSetter
(Class<?> refc,String name,Class<?> type) Produces a method handle giving write access to a non-static field.MethodHandles.Lookup.findSpecial
(Class<?> refc,String name,MethodType type,Class<?> specialCaller) Produces an early-bound method handle for a virtual method.MethodHandles.Lookup.findStatic
(Class<?> refc,String name,MethodType type) Produces a method handle for a static method.MethodHandles.Lookup.findStaticGetter
(Class<?> refc,String name,Class<?> type) Produces a method handle giving read access to a static field.MethodHandles.Lookup.findStaticSetter
(Class<?> refc,String name,Class<?> type) Produces a method handle giving write access to a static field.MethodHandles.Lookup.findStaticVarHandle
(Class<?> decl,String name,Class<?> type) Produces a VarHandle giving access to a static fieldname
of typetype
declared in a class of typedecl
.MethodHandles.Lookup.findVarHandle
(Class<?> recv,String name,Class<?> type) Produces a VarHandle giving access to a non-static fieldname
of typetype
declared in a class of typerecv
.MethodHandles.Lookup.findVirtual
(Class<?> refc,String name,MethodType type) Produces a method handle for a virtual method.staticMethodType
MethodType.fromMethodDescriptorString
(String descriptor,ClassLoader loader) Finds or creates an instance of a method type of the given method descriptor (JVMS4.3.3).staticObject
ConstantBootstraps.getStaticFinal
(MethodHandles.Lookup lookup,String name,Class<?> type) Returns the value of a static final field declared in the class which is the same as the field's type (or, for primitive-valued fields, declared in the wrapper class.)staticObject
ConstantBootstraps.getStaticFinal
(MethodHandles.Lookup lookup,String name,Class<?> type,Class<?> declaringClass) Returns the value of a static final field.staticObject
ConstantBootstraps.invoke
(MethodHandles.Lookup lookup,String name,Class<?> type,MethodHandle handle,Object... args) Returns the result of invoking a method handle with the provided arguments.staticCallSite
StringConcatFactory.makeConcat
(MethodHandles.Lookup lookup,String name,MethodType concatType) Facilitates the creation of optimized String concatenation methods, that can be used to efficiently concatenate a known number of arguments of known types, possibly after type adaptation and partial evaluation of arguments.staticCallSite
StringConcatFactory.makeConcatWithConstants
(MethodHandles.Lookup lookup,String name,MethodType concatType,String recipe,Object... constants) Facilitates the creation of optimized String concatenation methods, that can be used to efficiently concatenate a known number of arguments of known types, possibly after type adaptation and partial evaluation of arguments.staticCallSite
LambdaMetafactory.metafactory
(MethodHandles.Lookup caller,String interfaceMethodName,MethodType factoryType,MethodType interfaceMethodType,MethodHandle implementation,MethodType dynamicMethodType) Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a providedMethodHandle
, after appropriate type adaptation and partial evaluation of arguments.staticObject
ConstantBootstraps.nullConstant
(MethodHandles.Lookup lookup,String name,Class<?> type) Returns anull
object reference for the reference type specified bytype
.staticVarHandle.VarHandleDesc
Returns aVarHandle.VarHandleDesc corresponding to aVarHandle
for an instance field.staticVarHandle.VarHandleDesc
VarHandle.VarHandleDesc.ofStaticField
(ClassDesc declaringClass,String name,ClassDesc fieldType) Returns aVarHandle.VarHandleDesc corresponding to aVarHandle
for a static field.staticClass
<?> ConstantBootstraps.primitiveClass
(MethodHandles.Lookup lookup,String name,Class<?> type) Returns aClass
mirror for the primitive type whose type descriptor is specified byname
.staticVarHandle
ConstantBootstraps.staticFieldVarHandle
(MethodHandles.Lookup lookup,String name,Class<VarHandle> type,Class<?> declaringClass,Class<?> fieldType) Finds aVarHandle
for a static field.staticString
MethodHandleInfo.toString
(int kind,Class<?> defc,String name,MethodType type) Returns a string representation for aMethodHandleInfo
, given the four parts of its symbolic reference.staticVarHandle.AccessMode
VarHandle.AccessMode.valueFromMethodName
(String methodName) Returns theAccessMode
value associated with the specifiedVarHandle
signature-polymorphic method name.Returns the enum constant of this class with the specified name.staticVarHandle.AccessMode
Returns the enum constant of this class with the specified name.Constructors injava.lang.invoke with parameters of typeStringModifierConstructorDescriptionLambdaConversionException
(String message) Constructs aLambdaConversionException
with a message.LambdaConversionException
(String message,Throwable cause) Constructs aLambdaConversionException
with a message and cause.LambdaConversionException
(String message,Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructs aLambdaConversionException
with a message, cause, and other settings.SerializedLambda
(Class<?> capturingClass,String functionalInterfaceClass,String functionalInterfaceMethodName,String functionalInterfaceMethodSignature, int implMethodKind,String implClass,String implMethodName,String implMethodSignature,String instantiatedMethodType,Object[] capturedArgs) Create aSerializedLambda
from the low-level information present at the lambda factory site.Constructs an exception with a messageStringConcatException
(String msg,Throwable cause) Constructs an exception with a message and a linked throwableConstructs aWrongMethodTypeException
with the specified detail message.Uses ofString injava.lang.management
Fields injava.lang.management declared asStringModifier and TypeFieldDescriptionstatic finalString
ManagementFactory.CLASS_LOADING_MXBEAN_NAME
String representation of theObjectName
for theClassLoadingMXBean
.static finalString
ManagementFactory.COMPILATION_MXBEAN_NAME
String representation of theObjectName
for theCompilationMXBean
.static finalString
ManagementFactory.GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE
The domain name and the type key property in theObjectName
for aGarbageCollectorMXBean
.static finalString
MemoryNotificationInfo.MEMORY_COLLECTION_THRESHOLD_EXCEEDED
Notification type denoting that the memory usage of a memory pool is greater than or equal to its collection usage threshold after the Java virtual machine has expended effort in recycling unused objects in that memory pool.static finalString
ManagementFactory.MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE
The domain name and the type key property in theObjectName
for aMemoryManagerMXBean
.static finalString
ManagementFactory.MEMORY_MXBEAN_NAME
String representation of theObjectName
for theMemoryMXBean
.static finalString
ManagementFactory.MEMORY_POOL_MXBEAN_DOMAIN_TYPE
The domain name and the type key property in theObjectName
for aMemoryPoolMXBean
.static finalString
MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED
Notification type denoting that the memory usage of a memory pool has reached or exceeded its usage threshold value.static finalString
ManagementFactory.OPERATING_SYSTEM_MXBEAN_NAME
String representation of theObjectName
for theOperatingSystemMXBean
.static finalString
ManagementFactory.RUNTIME_MXBEAN_NAME
String representation of theObjectName
for theRuntimeMXBean
.static finalString
ManagementFactory.THREAD_MXBEAN_NAME
String representation of theObjectName
for theThreadMXBean
.Methods injava.lang.management that returnStringModifier and TypeMethodDescriptionOperatingSystemMXBean.getArch()
Returns the operating system architecture.RuntimeMXBean.getBootClassPath()
Returns the boot class path that is used by the bootstrap class loader to search for class files.LockInfo.getClassName()
Returns the fully qualified name of the class of the lock object.RuntimeMXBean.getClassPath()
Returns the Java class path that is used by the system class loader to search for class files.RuntimeMXBean.getLibraryPath()
Returns the Java library path.ThreadInfo.getLockName()
Returns thestring representation
of an object for which the thread associated with thisThreadInfo
is blocked waiting.ThreadInfo.getLockOwnerName()
Returns the name of the thread which owns the object for which the thread associated with thisThreadInfo
is blocked waiting.PlatformLoggingMXBean.getLoggerLevel
(String loggerName) Gets the name of the loglevel associated with the specified logger.RuntimeMXBean.getManagementSpecVersion()
Returns the version of the specification for the management interface implemented by the running Java virtual machine.String[]
MemoryPoolMXBean.getMemoryManagerNames()
Returns the name of memory managers that manages this memory pool.String[]
MemoryManagerMXBean.getMemoryPoolNames()
Returns the name of memory pools that this memory manager manages.BufferPoolMXBean.getName()
Returns the name representing this buffer pool.CompilationMXBean.getName()
Returns the name of the Just-in-time (JIT) compiler.MemoryManagerMXBean.getName()
Returns the name representing this memory manager.MemoryPoolMXBean.getName()
Returns the name representing this memory pool.OperatingSystemMXBean.getName()
Returns the operating system name.RuntimeMXBean.getName()
Returns the name representing the running Java virtual machine.PlatformLoggingMXBean.getParentLoggerName
(String loggerName) Returns the name of theparent for the specified logger.MemoryNotificationInfo.getPoolName()
Returns the name of the memory pool that triggers this notification.RuntimeMXBean.getSpecName()
Returns the Java virtual machine specification name.RuntimeMXBean.getSpecVendor()
Returns the Java virtual machine specification vendor.RuntimeMXBean.getSpecVersion()
Returns the Java virtual machine specification version.ThreadInfo.getThreadName()
Returns the name of the thread associated with thisThreadInfo
.OperatingSystemMXBean.getVersion()
Returns the operating system version.RuntimeMXBean.getVmName()
Returns the Java virtual machine implementation name.RuntimeMXBean.getVmVendor()
Returns the Java virtual machine implementation vendor.RuntimeMXBean.getVmVersion()
Returns the Java virtual machine implementation version.LockInfo.toString()
Returns a string representation of a lock.MemoryType.toString()
Returns the string representation of thisMemoryType
.MemoryUsage.toString()
Returns a descriptive representation of this memory usage.ThreadInfo.toString()
Returns a string representation of this thread info.Methods injava.lang.management that return types with arguments of typeStringModifier and TypeMethodDescriptionRuntimeMXBean.getInputArguments()
Returns the input arguments passed to the Java virtual machine which does not include the arguments to themain
method.PlatformLoggingMXBean.getLoggerNames()
Returns the list of the currently registeredlogger names.RuntimeMXBean.getSystemProperties()
Returns a map of names and values of all system properties.RuntimeMXBean.getSystemProperties()
Returns a map of names and values of all system properties.Methods injava.lang.management with parameters of typeStringModifier and TypeMethodDescriptionPlatformLoggingMXBean.getLoggerLevel
(String loggerName) Gets the name of the loglevel associated with the specified logger.PlatformLoggingMXBean.getParentLoggerName
(String loggerName) Returns the name of theparent for the specified logger.static <T> T
ManagementFactory.newPlatformMXBeanProxy
(MBeanServerConnection connection,String mxbeanName,Class<T> mxbeanInterface) Returns a proxy for a platform MXBean interface of a givenMXBean name that forwards its method calls through the givenMBeanServerConnection
.void
PlatformLoggingMXBean.setLoggerLevel
(String loggerName,String levelName) Sets the specified logger to the specified newlevel.staticMemoryType
Returns the enum constant of this class with the specified name.Constructors injava.lang.management with parameters of typeStringModifierConstructorDescriptionConstructs aLockInfo
object.ManagementPermission
(String name) Constructs a ManagementPermission with the specified name.ManagementPermission
(String name,String actions) Constructs a new ManagementPermission object.MemoryNotificationInfo
(String poolName,MemoryUsage usage, long count) Constructs aMemoryNotificationInfo
object.MonitorInfo
(String className, int identityHashCode, int stackDepth,StackTraceElement stackFrame) Construct aMonitorInfo
object.Uses ofString injava.lang.module
Methods injava.lang.module that returnStringModifier and TypeMethodDescriptionModuleDescriptor.name()
Returns the module name.ModuleDescriptor.Requires.name()
Return the module name.ResolvedModule.name()
Returns the module name.ModuleDescriptor.Provides.service()
Returns thebinary name of the service type.ModuleDescriptor.Exports.source()
Returns the package name.ModuleDescriptor.Opens.source()
Returns the package name.ModuleDescriptor.toNameAndVersion()
Returns a string containing the module name and, if present, its version.Configuration.toString()
Returns a string describing this configuration.ModuleDescriptor.Exports.toString()
Returns a string describing the exported package.ModuleDescriptor.Opens.toString()
Returns a string describing the open package.ModuleDescriptor.Provides.toString()
Returns a string describing thisProvides
.ModuleDescriptor.Requires.toString()
Returns a string describing this module dependence.ModuleDescriptor.toString()
Returns a string describing the module.ModuleDescriptor.Version.toString()
Returns the string from which this version was parsed.ResolvedModule.toString()
Returns a string describing this resolved module.Methods injava.lang.module that return types with arguments of typeStringModifier and TypeMethodDescriptionModuleReader.list()
Lists the contents of the module, returning a stream of elements that are the names of all resources in the module.ModuleDescriptor.mainClass()
Returns the module main class.ModuleDescriptor.packages()
Returns the set of packages in the module.ModuleDescriptor.Provides.providers()
Returns the list of thebinary names of the providers or provider factories.ModuleDescriptor.Requires.rawCompiledVersion()
Returns the string with the possibly-unparseable version of the module if recorded at compile-time.ModuleDescriptor.rawVersion()
Returns the string with the possibly-unparseable version of the module.ModuleDescriptor.Exports.targets()
For a qualified export, returns the non-empty and immutable set of the module names to which the package is exported.ModuleDescriptor.Opens.targets()
For a qualifiedOpens
, returns the non-empty and immutable set of the module names to which the package is open.ModuleDescriptor.uses()
Returns the set of service dependences.Methods injava.lang.module with parameters of typeStringModifier and TypeMethodDescriptionAdds an exported package.Adds an exported package.ModuleDescriptor.Builder.exports
(Set<ModuleDescriptor.Exports.Modifier> ms,String pn) Adds an exported package with the given (and possibly empty) set of modifiers.ModuleDescriptor.Builder.exports
(Set<ModuleDescriptor.Exports.Modifier> ms,String pn,Set<String> targets) Adds an exported package with the given (and possibly empty) set of modifiers.Finds a reference to a module of a given name.Finds a resource, returning a URI to the resource in the module.Configuration.findModule
(String name) Finds a resolved module in this configuration, or if not in this configuration, theparent configurations.Sets the module main class.staticModuleDescriptor.Builder
ModuleDescriptor.newAutomaticModule
(String name) Instantiates a builder to build a module descriptor for an automatic module.staticModuleDescriptor.Builder
Instantiates a builder to build a module descriptor for anormal module.staticModuleDescriptor.Builder
ModuleDescriptor.newModule
(String name,Set<ModuleDescriptor.Modifier> ms) Instantiates a builder to build a module descriptor.staticModuleDescriptor.Builder
ModuleDescriptor.newOpenModule
(String name) Instantiates a builder to build a module descriptor for an open module.defaultOptional
<InputStream> Opens a resource, returning an input stream to read the resource in the module.Adds an open package.Adds an open package.ModuleDescriptor.Builder.opens
(Set<ModuleDescriptor.Opens.Modifier> ms,String pn) Adds an open package with the given (and possibly empty) set of modifiers.ModuleDescriptor.Builder.opens
(Set<ModuleDescriptor.Opens.Modifier> ms,String pn,Set<String> targets) Adds an open package with the given (and possibly empty) set of modifiers.staticModuleDescriptor.Version
Parses the given string as a version string.Provides implementations of a service.defaultOptional
<ByteBuffer> Reads a resource, returning a byte buffer with the contents of the resource.Adds a dependence on a module with an empty set of modifiers.ModuleDescriptor.Builder.requires
(Set<ModuleDescriptor.Requires.Modifier> ms,String mn) Adds a dependence on a module with the given (and possibly empty) set of modifiers.ModuleDescriptor.Builder.requires
(Set<ModuleDescriptor.Requires.Modifier> ms,String mn,ModuleDescriptor.Version compiledVersion) Adds a dependence on a module with the given (and possibly empty) set of modifiers.Adds a service dependence.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Sets the module version.Method parameters injava.lang.module with type arguments of typeStringModifier and TypeMethodDescriptionAdds an exported package.Adds an open package.Adds packages to the module.Provides implementations of a service.staticModuleDescriptor
ModuleDescriptor.read
(InputStream in,Supplier<Set<String>> packageFinder) Reads the binary form of a module declaration from an input stream as a module descriptor.staticModuleDescriptor
ModuleDescriptor.read
(ByteBuffer bb,Supplier<Set<String>> packageFinder) Reads the binary form of a module declaration from a byte buffer as a module descriptor.Configuration.resolve
(ModuleFinder before,ModuleFinder after,Collection<String> roots) Resolves a collection of root modules, with this configuration as its parent, to create a new configuration.staticConfiguration
Configuration.resolve
(ModuleFinder before,List<Configuration> parents,ModuleFinder after,Collection<String> roots) Resolves a collection of root modules to create a configuration.Configuration.resolveAndBind
(ModuleFinder before,ModuleFinder after,Collection<String> roots) Resolves a collection of root modules, with service binding, and with this configuration as its parent, to create a new configuration.staticConfiguration
Configuration.resolveAndBind
(ModuleFinder before,List<Configuration> parents,ModuleFinder after,Collection<String> roots) Resolves a collection of root modules, with service binding, to create configuration.Constructors injava.lang.module with parameters of typeStringModifierConstructorDescriptionFindException
(String msg) Constructs aFindException
with the given detail message.FindException
(String msg,Throwable cause) Constructs aFindException
with the given detail message and cause.Constructs anInvalidModuleDescriptorException
with the specified detail message.Constructs aResolutionException
with the given detail message.ResolutionException
(String msg,Throwable cause) Constructs aResolutionException
with the given detail message and cause.Uses ofString injava.lang.reflect
Methods injava.lang.reflect that returnStringModifier and TypeMethodDescriptionRecordComponent.getGenericSignature()
Returns aString
that describes the generic type signature for this record component.Constructor.getName()
Returns the name of this constructor, as a string.abstractString
Executable.getName()
Returns the name of the executable represented by this object.Field.getName()
Returns the name of the field represented by thisField
object.Member.getName()
Returns the simple name of the underlying member or constructor represented by this Member.Method.getName()
Returns the name of the method represented by thisMethod
object, as aString
.Parameter.getName()
Returns the name of the parameter.RecordComponent.getName()
Returns the name of this record component.TypeVariable.getName()
Returns the name of this type variable, as it occurs in the source code.defaultString
Type.getTypeName()
Returns a string describing this type, including information about any type parameters.Constructor.toGenericString()
Returns a string describing thisConstructor
, including type parameters.abstractString
Executable.toGenericString()
Returns a string describing thisExecutable
, including any type parameters.Field.toGenericString()
Returns a string describing thisField
, including its generic type.Method.toGenericString()
Returns a string describing thisMethod
, including type parameters.Constructor.toString()
Returns a string describing thisConstructor
.Field.toString()
Returns a string describing thisField
.Method.toString()
Returns a string describing thisMethod
.staticString
Modifier.toString
(int mod) Return a string describing the access modifier flags in the specified modifier.Parameter.toString()
Returns a string describing this parameter.RecordComponent.toString()
Returns a string describing this record component.Methods injava.lang.reflect with parameters of typeStringModifier and TypeMethodDescriptionstaticAccessFlag.Location
Returns the enum constant of this class with the specified name.staticAccessFlag
Returns the enum constant of this class with the specified name.staticClassFileFormatVersion
Returns the enum constant of this class with the specified name.Constructors injava.lang.reflect with parameters of typeStringModifierConstructorDescriptionGenericSignatureFormatError
(String message) Constructs a newGenericSignatureFormatError
with the specified message.Constructs anInaccessibleObjectException
with the given detail message.InvocationTargetException
(Throwable target,String s) Constructs a InvocationTargetException with a target exception and a detail message.Constructs aMalformedParameterizedTypeException
with the given detail message.MalformedParametersException
(String reason) Create aMalformedParametersException
.ReflectPermission
(String name) Constructs a ReflectPermission with the specified name.ReflectPermission
(String name,String actions) Constructs a ReflectPermission with the specified name and actions.UndeclaredThrowableException
(Throwable undeclaredThrowable,String s) Constructs anUndeclaredThrowableException
with the specifiedThrowable
and a detail message.Uses ofString injava.lang.runtime
Methods injava.lang.runtime with parameters of typeStringModifier and TypeMethodDescriptionstaticObject
ObjectMethods.bootstrap
(MethodHandles.Lookup lookup,String methodName,TypeDescriptor type,Class<?> recordClass,String names,MethodHandle... getters) Bootstrap method to generate theObject.equals(Object)
,Object.hashCode()
, andObject.toString()
methods, based on a description of the component names and accessor methods, for eitherinvokedynamic
call sites or dynamic constant pool entries.staticCallSite
SwitchBootstraps.enumSwitch
(MethodHandles.Lookup lookup,String invocationName,MethodType invocationType,Object... labels) Bootstrap method for linking aninvokedynamic
call site that implements aswitch
on a target of an enum type.staticCallSite
SwitchBootstraps.typeSwitch
(MethodHandles.Lookup lookup,String invocationName,MethodType invocationType,Object... labels) Bootstrap method for linking aninvokedynamic
call site that implements aswitch
on a target of a reference type.Uses ofString injava.math
Modifier and TypeMethodDescriptionBigDecimal.toEngineeringString()
Returns a string representation of thisBigDecimal
, using engineering notation if an exponent is needed.BigDecimal.toPlainString()
Returns a string representation of thisBigDecimal
without an exponent field.BigDecimal.toString()
Returns the string representation of thisBigDecimal
, using scientific notation if an exponent is needed.BigInteger.toString()
Returns the decimal String representation of this BigInteger.BigInteger.toString
(int radix) Returns the String representation of this BigInteger in the given radix.MathContext.toString()
Returns the string representation of thisMathContext
.Modifier and TypeMethodDescriptionstaticRoundingMode
Returns the enum constant of this class with the specified name.ModifierConstructorDescriptionBigDecimal
(String val) Translates the string representation of aBigDecimal
into aBigDecimal
.BigDecimal
(String val,MathContext mc) Translates the string representation of aBigDecimal
into aBigDecimal
, accepting the same strings as theBigDecimal(String)
constructor, with rounding according to the context settings.BigInteger
(String val) Translates the decimal String representation of a BigInteger into a BigInteger.BigInteger
(String val, int radix) Translates the String representation of a BigInteger in the specified radix into a BigInteger.MathContext
(String val) Constructs a newMathContext
from a string.Uses ofString injava.net
Modifier and TypeFieldDescriptionprotectedString
HttpURLConnection.method
The HTTP method (GET,POST,PUT,etc.).protectedString
HttpURLConnection.responseMessage
The HTTP response message.Modifier and TypeMethodDescriptionstaticString
Deprecated.The resulting string may vary depending on the default charset.staticString
Decodes anapplication/x-www-form-urlencoded
string using a specific encoding scheme.staticString
Decodes anapplication/x-www-form-urlencoded
string using a specificCharset.staticString
Deprecated.The resulting string may vary depending on the default charset.staticString
Translates a string intoapplication/x-www-form-urlencoded
format using a specific encoding scheme.staticString
Translates a string intoapplication/x-www-form-urlencoded
format using a specificCharset.SocketPermission.getActions()
Returns the canonical string representation of the actions.URLPermission.getActions()
Returns the normalized method list and request header list, in the form:URI.getAuthority()
Returns the decoded authority component of this URI.URL.getAuthority()
Gets the authority part of thisURL
.InetAddress.getCanonicalHostName()
Gets the fully qualified domain name for thisIP address using the system-wideresolver.abstractString
SecureCacheResponse.getCipherSuite()
Returns the cipher suite in use on the original connection that retrieved the network resource.HttpCookie.getComment()
Returns the comment describing the purpose of this cookie, ornull
if the cookie has no comment.HttpCookie.getCommentURL()
Returns the comment URL describing the purpose of this cookie, ornull
if the cookie has no comment URL.URLConnection.getContentEncoding()
Returns the value of thecontent-encoding
header field.URLConnection.getContentType()
Returns the value of thecontent-type
header field.FileNameMap.getContentTypeFor
(String fileName) Gets the MIME type for the specified file name.staticString
URLConnection.getDefaultRequestProperty
(String key) Deprecated.The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.NetworkInterface.getDisplayName()
Get the display name of this network interface.HttpCookie.getDomain()
Returns the domain name set for this cookie.JarURLConnection.getEntryName()
Return the entry name for this connection.URL.getFile()
Gets the file name of thisURL
.URI.getFragment()
Returns the decoded fragment component of this URI.HttpURLConnection.getHeaderField
(int n) Returns the value for then
th header field.URLConnection.getHeaderField
(int n) Returns the value for then
th header field.URLConnection.getHeaderField
(String name) Returns the value of the named header field.HttpURLConnection.getHeaderFieldKey
(int n) Returns the key for then
th header field.URLConnection.getHeaderFieldKey
(int n) Returns the key for then
th header field.URI.getHost()
Returns the host component of this URI.URL.getHost()
Gets the host name of thisURL
, if applicable.Inet4Address.getHostAddress()
Returns the IP address string in textual presentation form.Inet6Address.getHostAddress()
Returns the IP address string in textual presentation.InetAddress.getHostAddress()
Returns the IP address string in textual presentation.InetAddress.getHostName()
Gets the host name for this IP address.finalString
InetSocketAddress.getHostName()
Gets thehostname
.finalString
InetSocketAddress.getHostString()
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).URISyntaxException.getInput()
Returns the input string.HttpRetryException.getLocation()
Returns the value of the Location header field if the error resulted from redirection.URISyntaxException.getMessage()
Returns a string describing the parse error.HttpCookie.getName()
Returns the name of the cookie.NetworkInterface.getName()
Get the name of this network interface.HttpCookie.getPath()
Returns the path on the server to which the browser returns this cookie.URI.getPath()
Returns the decoded path component of this URI.URL.getPath()
Gets the path part of thisURL
.HttpCookie.getPortlist()
Returns the port list attribute of the cookieURL.getProtocol()
Gets the protocol name of thisURL
.URI.getQuery()
Returns the decoded query component of this URI.URL.getQuery()
Gets the query part of thisURL
.URI.getRawAuthority()
Returns the raw authority component of this URI.URI.getRawFragment()
Returns the raw fragment component of this URI.URI.getRawPath()
Returns the raw path component of this URI.URI.getRawQuery()
Returns the raw query component of this URI.URI.getRawSchemeSpecificPart()
Returns the raw scheme-specific part of this URI.URI.getRawUserInfo()
Returns the raw user-information component of this URI.HttpRetryException.getReason()
Returns a string explaining why the http request could not be retried.URISyntaxException.getReason()
Returns a string explaining why the input string could not be parsed.URL.getRef()
Gets the anchor (also known as the "reference") of thisURL
.protected finalString
Authenticator.getRequestingHost()
Gets thehostname
of the site or proxy requesting authentication, ornull
if not available.protected finalString
Authenticator.getRequestingPrompt()
Gets the prompt string given by the requestor.protected finalString
Authenticator.getRequestingProtocol()
Give the protocol that's requesting the connection.protected finalString
Authenticator.getRequestingScheme()
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).HttpURLConnection.getRequestMethod()
Get the request method.URLConnection.getRequestProperty
(String key) Returns the value of the named general request property for this connection.HttpURLConnection.getResponseMessage()
Gets the HTTP response message, if any, returned along with the response code from a server.URI.getScheme()
Returns the scheme component of this URI.URI.getSchemeSpecificPart()
Returns the decoded scheme-specific part of this URI.URI.getUserInfo()
Returns the decoded user-information component of this URI.URL.getUserInfo()
Gets the userInfo part of thisURL
.PasswordAuthentication.getUserName()
Returns the user name.HttpCookie.getValue()
Returns the value of the cookie.staticString
URLConnection.guessContentTypeFromName
(String fname) Tries to determine the content type of an object, based on the specified "file" component of a URL.staticString
URLConnection.guessContentTypeFromStream
(InputStream is) Tries to determine the type of an input stream based on the characters at the beginning of the input stream.ProtocolFamily.name()
Returns the name of the protocol family.SocketOption.name()
Returns the name of the socket option.staticString
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation ofRFC 3490.staticString
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation ofRFC 3490.URI.toASCIIString()
Returns the content of this URI as a US-ASCII string.URL.toExternalForm()
Constructs a string representation of thisURL
.protectedString
URLStreamHandler.toExternalForm
(URL u) Converts aURL
of a specific protocol to aString
.HttpCookie.toString()
Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.InetAddress.toString()
Converts this IP address to aString
.InetSocketAddress.toString()
Constructs a string representation of this InetSocketAddress.InterfaceAddress.toString()
Converts this Interface address to aString
.Proxy.toString()
Constructs a string representation of this Proxy.ServerSocket.toString()
Returns the implementation address and implementation port of this socket as aString
.Socket.toString()
Converts this socket to aString
.SocketImpl.toString()
Returns the address and port of this socket as aString
.UnixDomainSocketAddress.toString()
Returns a string representation of thisUnixDomainSocketAddress
.URI.toString()
Returns the content of this URI as a string.URL.toString()
Constructs a string representation of thisURL
.URLConnection.toString()
Returns aString
representation of this URL connection.staticString
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation ofRFC 3490.staticString
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation ofRFC 3490.Modifier and TypeMethodDescriptionGets all the applicable cookies from a cookie cache for the specified uri in the request header.Gets all the applicable cookies from a cookie cache for the specified uri in the request header.URLConnection.getHeaderFields()
Returns an unmodifiable Map of the header fields.URLConnection.getHeaderFields()
Returns an unmodifiable Map of the header fields.CacheResponse.getHeaders()
Returns the response headers as a Map.CacheResponse.getHeaders()
Returns the response headers as a Map.URLConnection.getRequestProperties()
Returns an unmodifiable Map of general request properties for this connection.URLConnection.getRequestProperties()
Returns an unmodifiable Map of general request properties for this connection.Modifier and TypeMethodDescriptionvoid
URLConnection.addRequestProperty
(String key,String value) Adds a general request property specified by a key-value pair.protected abstract void
Connects this socket to the specified port on the named host.staticURI
Creates a URI by parsing the given string.ContentHandlerFactory.createContentHandler
(String mimetype) Creates a newContentHandler
to read an object from aURLStreamHandler
.staticInetSocketAddress
InetSocketAddress.createUnresolved
(String host, int port) Creates an unresolved socket address from a hostname and a port number.URLStreamHandlerFactory.createURLStreamHandler
(String protocol) Creates a newURLStreamHandler
instance with the specified protocol.staticString
Deprecated.The resulting string may vary depending on the default charset.staticString
Decodes anapplication/x-www-form-urlencoded
string using a specific encoding scheme.staticString
Decodes anapplication/x-www-form-urlencoded
string using a specificCharset.protectedPackage
URLClassLoader.definePackage
(String name,Manifest man,URL url) Defines a new package by name in thisURLClassLoader
.static boolean
HttpCookie.domainMatches
(String domain,String host) The utility method to check whether a host name is in a domain or not.staticString
Deprecated.The resulting string may vary depending on the default charset.staticString
Translates a string intoapplication/x-www-form-urlencoded
format using a specific encoding scheme.staticString
Translates a string intoapplication/x-www-form-urlencoded
format using a specificCharset.protectedClass
<?> Finds and loads the class with the specified name from the URL search path.URLClassLoader.findResource
(String name) Finds the resource with the specified name on the URL search path.URLClassLoader.findResources
(String name) Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.abstractCacheResponse
Retrieve the cached response based on the requesting uri, request method and request headers.staticInetAddress[]
InetAddress.getAllByName
(String host) Given the name of a host, returns an array of its IP addresses, based on the system-wideresolver.staticInet6Address
Inet6Address.getByAddress
(String host, byte[] addr, int scope_id) Create an Inet6Address in the exact manner ofInetAddress.getByAddress(String,byte[])
except that the IPv6 scope_id is set to the given numeric value.staticInet6Address
Inet6Address.getByAddress
(String host, byte[] addr,NetworkInterface nif) Create an Inet6Address in the exact manner ofInetAddress.getByAddress(String,byte[])
except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified inaddr
.staticInetAddress
InetAddress.getByAddress
(String host, byte[] addr) Creates an InetAddress based on the provided host name and IP address.staticInetAddress
Determines the IP address of a host, given the host's name.staticNetworkInterface
Searches for the network interface with the specified name.FileNameMap.getContentTypeFor
(String fileName) Gets the MIME type for the specified file name.staticString
URLConnection.getDefaultRequestProperty
(String key) Deprecated.The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.static boolean
URLConnection.getDefaultUseCaches
(String protocol) Returns the default value of theuseCaches
flag for the given protocol.URLConnection.getHeaderField
(String name) Returns the value of the named header field.long
URLConnection.getHeaderFieldDate
(String name, long defaultValue) Returns the value of the named field parsed as date.int
URLConnection.getHeaderFieldInt
(String name, int defaultValue) Returns the value of the named field parsed as a number.long
URLConnection.getHeaderFieldLong
(String name, long defaultValue) Returns the value of the named field parsed as a number.URLConnection.getRequestProperty
(String key) Returns the value of the named general request property for this connection.URLClassLoader.getResourceAsStream
(String name) Returns an input stream for reading the specified resource.staticString
URLConnection.guessContentTypeFromName
(String fname) Tries to determine the content type of an object, based on the specified "file" component of a URL.staticUnixDomainSocketAddress
Creates a UnixDomainSocketAddress from the given path string.staticInet4Address
Creates anInet4Address
based on the providedtextual representation of an IPv4 address.staticInetAddress
Creates anInetAddress
based on the providedtextual representation of an IPv6 address.staticInetAddress
Creates anInetAddress
based on the providedtextual representation of an IP address.staticInet4Address
Inet4Address.ofPosixLiteral
(String posixIPAddressLiteral) Creates anInet4Address
based on the providedtextual representation of an IPv4 address in POSIXinet_addr
compatible form.staticList
<HttpCookie> Constructs cookies from set-cookie or set-cookie2 header string.protected void
Parses the string representation of aURL
into aURL
object.staticPasswordAuthentication
Authenticator.requestPasswordAuthentication
(String host,InetAddress addr, int port,String protocol,String prompt,String scheme) Ask the authenticator that has been registered with the system for a password.staticPasswordAuthentication
Authenticator.requestPasswordAuthentication
(String host,InetAddress addr, int port,String protocol,String prompt,String scheme,URL url,Authenticator.RequestorType reqType) Ask the authenticator that has been registered with the system for a password.staticPasswordAuthentication
Authenticator.requestPasswordAuthentication
(Authenticator authenticator,String host,InetAddress addr, int port,String protocol,String prompt,String scheme,URL url,Authenticator.RequestorType reqType) Ask the givenauthenticator
for a password.staticPasswordAuthentication
Authenticator.requestPasswordAuthentication
(InetAddress addr, int port,String protocol,String prompt,String scheme) Ask the authenticator that has been registered with the system for a password.Authenticator.requestPasswordAuthenticationInstance
(String host,InetAddress addr, int port,String protocol,String prompt,String scheme,URL url,Authenticator.RequestorType reqType) Ask this authenticator for a password.Constructs a new URI by parsing the given string and then resolving it against this URI.void
HttpCookie.setComment
(String purpose) Specifies a comment that describes a cookie's purpose.void
HttpCookie.setCommentURL
(String purpose) Specifies a comment URL that describes a cookie's purpose.static void
URLConnection.setDefaultRequestProperty
(String key,String value) Deprecated.The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained.static void
URLConnection.setDefaultUseCaches
(String protocol, boolean defaultVal) Sets the default value of theuseCaches
field for the named protocol to the given value.void
Specifies the domain within which this cookie should be presented.void
Specifies a path for the cookie to which the client should return the cookie.void
HttpCookie.setPortlist
(String ports) Specify the portlist of the cookie, which restricts the port(s) to which a cookie may be sent back in a Cookie header.void
HttpURLConnection.setRequestMethod
(String method) Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal, subject to protocol restrictions.void
URLConnection.setRequestProperty
(String key,String value) Sets the general request property.protected void
Deprecated.Use setURL(URL, String, String, int, String, String, String, String);protected void
URLStreamHandler.setURL
(URL u,String protocol,String host, int port,String authority,String userInfo,String path,String query,String ref) Sets the fields of theURL
argument to the indicated values.void
Assigns a new value to a cookie after the cookie is created.staticString
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation ofRFC 3490.staticString
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation ofRFC 3490.staticString
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation ofRFC 3490.staticString
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation ofRFC 3490.Returns the enum constant of this class with the specified name.staticProxy.Type
Returns the enum constant of this class with the specified name.staticStandardProtocolFamily
Returns the enum constant of this class with the specified name.Modifier and TypeMethodDescriptionGets all the applicable cookies from a cookie cache for the specified uri in the request header.Gets all the applicable cookies from a cookie cache for the specified uri in the request header.abstractCacheResponse
Retrieve the cached response based on the requesting uri, request method and request headers.abstractCacheResponse
Retrieve the cached response based on the requesting uri, request method and request headers.abstract void
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.abstract void
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.void
void
ModifierConstructorDescriptionBindException
(String msg) Constructs a new BindException with the specified detail message as to why the bind error occurred.ConnectException
(String msg) Constructs a new ConnectException with the specified detail message as to why the connect error occurred.HttpCookie
(String name,String value) Constructs a cookie with a specified name and value.HttpRetryException
(String detail, int code) Constructs a newHttpRetryException
from the specified response code and exception detail messageHttpRetryException
(String detail, int code,String location) Constructs a newHttpRetryException
with detail message responseCode and the contents of the Location response header field.InetSocketAddress
(String hostname, int port) Creates a socket address from a hostname and a port number.Constructs aMalformedURLException
with the specified detail message.NetPermission
(String name) Creates a new NetPermission with the specified name.NetPermission
(String name,String actions) Creates a new NetPermission object with the specified name.Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.PasswordAuthentication
(String userName, char[] password) Creates a newPasswordAuthentication
object from the given user name and password.Constructs a newPortUnreachableException
with a detail message.ProtocolException
(String message) Constructs a newProtocolException
with the specified detail message.Creates a stream socket and connects it to the specified port number on the named host.Deprecated, for removal: This API element is subject to removal in a future version.UseDatagramSocket
instead for UDP transport.Socket
(String host, int port,InetAddress localAddr, int localPort) Creates a socket and connects it to the specified remote host on the specified remote port.SocketException
(String msg) Constructs a newSocketException
with the specified detail message.SocketException
(String msg,Throwable cause) Constructs a newSocketException
with the specified detail message and cause.SocketPermission
(String host,String action) Creates a new SocketPermission object with the specified actions.Constructs a new SocketTimeoutException with a detail message.UnknownHostException
(String message) Constructs a newUnknownHostException
with the specified detail message.Constructs a newUnknownServiceException
with the specified detail message.Constructs a URI by parsing the given string.Constructs a URI from the given components.Constructs a hierarchical URI from the given components.Constructs a hierarchical URI from the given components.Constructs a hierarchical URI from the given components.URISyntaxException
(String input,String reason) Constructs an instance from the given input string and reason.URISyntaxException
(String input,String reason, int index) Constructs an instance from the given input string, reason, and error index.Deprecated.UseURI.toURL()
to construct an instance of URL.Deprecated.UseURI.toURL()
to construct an instance of URL.URL
(String protocol,String host, int port,String file,URLStreamHandler handler) Deprecated.UseURL.of(URI, URLStreamHandler)
to construct an instance of URL associated with a custom protocol handler.Deprecated.UseURI.toURL()
to construct an instance of URL.Deprecated.UseURI.toURL()
to construct an instance of URL.URL
(URL context,String spec,URLStreamHandler handler) Deprecated.UseURL.of(URI, URLStreamHandler)
to construct an instance of URL associated with a custom protocol handler.URLClassLoader
(String name,URL[] urls,ClassLoader parent) Constructs a new namedURLClassLoader
for the specified URLs.URLClassLoader
(String name,URL[] urls,ClassLoader parent,URLStreamHandlerFactory factory) Constructs a new namedURLClassLoader
for the specified URLs, parent class loader, and URLStreamHandlerFactory.URLPermission
(String url) Creates a URLPermission with the given url string and unrestricted methods and request headers by invoking the two argument constructor as follows: URLPermission(url, "*:*")URLPermission
(String url,String actions) Creates a new URLPermission from a url string and which permits the given request methods and user-settable request headers.Uses ofString injava.net.http
Methods injava.net.http with type parameters of typeStringModifier and TypeMethodDescriptionstatic <S extendsFlow.Subscriber<? superString>, T>
HttpResponse.BodyHandler<T> HttpResponse.BodyHandlers.fromLineSubscriber
(S subscriber,Function<? super S, ? extends T> finisher,String lineSeparator) Returns a response body handler that returns aBodySubscriber
<T>
obtained fromBodySubscribers.fromLineSubscriber(subscriber, finisher, charset, lineSeparator)
, with the givensubscriber
,finisher
function, and line separator.static <S extendsFlow.Subscriber<? superString>, T>
HttpResponse.BodySubscriber<T> HttpResponse.BodySubscribers.fromLineSubscriber
(S subscriber,Function<? super S, ? extends T> finisher,Charset charset,String lineSeparator) Returns a body subscriber that forwards all response body to the givenFlow.Subscriber
, line by line.Methods injava.net.http that returnStringModifier and TypeMethodDescriptionWebSocket.getSubprotocol()
Returns the subprotocol used by this WebSocket.abstractString
HttpRequest.method()
Returns the request method for this request.HttpHeaders.toString()
Returns this HTTP headers as a string.Methods injava.net.http that return types with arguments of typeStringModifier and TypeMethodDescriptionReturns an unmodifiable List of all of the header string values of the given named header.HttpHeaders.firstValue
(String name) Returns anOptional
containing the first header string value of the given named (and possibly multi-valued) header.HttpHeaders.map()
Returns an unmodifiable multi Map view of this HttpHeaders.HttpHeaders.map()
Returns an unmodifiable multi Map view of this HttpHeaders.staticHttpResponse.BodyHandler
<Stream<String>> HttpResponse.BodyHandlers.ofLines()
Returns aBodyHandler<Stream<String>>
that returns aBodySubscriber
<Stream<String>>
obtained fromBodySubscribers.ofLines(charset)
.staticHttpResponse.BodySubscriber
<Stream<String>> Returns aBodySubscriber
which streams the response body as aStream
<String>
, where each string in the stream corresponds to a line as defined byBufferedReader.lines()
.staticHttpResponse.BodyHandler
<String> HttpResponse.BodyHandlers.ofString()
Returns aBodyHandler<String>
that returns aBodySubscriber
<String>
obtained fromBodySubscribers.ofString(Charset)
.staticHttpResponse.BodyHandler
<String> Returns aBodyHandler<String>
that returns aBodySubscriber
<String>
obtained fromBodySubscribers.ofString(Charset)
.Returns a body subscriber which stores the response body as aString
converted using the givenCharset
.Methods injava.net.http with parameters of typeStringModifier and TypeMethodDescriptionReturns an unmodifiable List of all of the header string values of the given named header.HttpHeaders.firstValue
(String name) Returns anOptional
containing the first header string value of the given named (and possibly multi-valued) header.HttpHeaders.firstValueAsLong
(String name) Returns anOptionalLong
containing the first header string value of the named header field.static <S extendsFlow.Subscriber<? superString>, T>
HttpResponse.BodyHandler<T> HttpResponse.BodyHandlers.fromLineSubscriber
(S subscriber,Function<? super S, ? extends T> finisher,String lineSeparator) Returns a response body handler that returns aBodySubscriber
<T>
obtained fromBodySubscribers.fromLineSubscriber(subscriber, finisher, charset, lineSeparator)
, with the givensubscriber
,finisher
function, and line separator.static <S extendsFlow.Subscriber<? superString>, T>
HttpResponse.BodySubscriber<T> HttpResponse.BodySubscribers.fromLineSubscriber
(S subscriber,Function<? super S, ? extends T> finisher,Charset charset,String lineSeparator) Returns a body subscriber that forwards all response body to the givenFlow.Subscriber
, line by line.Adds the given name value pair to the set of headers for this request.Adds the given name-value pair to the list of additional HTTP headers sent during the opening handshake.Adds the given name value pairs to the set of headers for this request.HttpRequest.Builder.method
(String method,HttpRequest.BodyPublisher bodyPublisher) Sets the request method and request body of this builder to the given values.Returns a request body publisher whose body is the givenString
, converted using theUTF_8
character set.Returns a request body publisher whose body is the givenString
, converted using the given character set.defaultCompletionStage
<?> Receives a Close message indicating the WebSocket's input has been closed.Initiates an orderly closure of this WebSocket's output by sending a Close message with the given status code and the reason.Sets the given name value pair to the set of headers for this request.WebSocket.Builder.subprotocols
(String mostPreferred,String... lesserPreferred) Sets a request for the given subprotocols.staticHttpClient.Redirect
Returns the enum constant of this class with the specified name.staticHttpClient.Version
Returns the enum constant of this class with the specified name.Method parameters injava.net.http with type arguments of typeStringModifier and TypeMethodDescriptionstaticHttpResponse.BodyHandler
<Void> HttpResponse.BodyHandlers.fromLineSubscriber
(Flow.Subscriber<? superString> subscriber) Returns a response body handler that returns aBodySubscriber
<Void>
obtained fromBodySubscribers.fromLineSubscriber(subscriber, s -> null, charset, null)
, with the givensubscriber
.staticHttpResponse.BodySubscriber
<Void> HttpResponse.BodySubscribers.fromLineSubscriber
(Flow.Subscriber<? superString> subscriber) Returns a body subscriber that forwards all response body to the givenFlow.Subscriber
, line by line.staticHttpRequest.Builder
HttpRequest.newBuilder
(HttpRequest request,BiPredicate<String, String> filter) Creates aBuilder
whose initial state is copied from an existingHttpRequest
.staticHttpRequest.Builder
HttpRequest.newBuilder
(HttpRequest request,BiPredicate<String, String> filter) Creates aBuilder
whose initial state is copied from an existingHttpRequest
.staticHttpHeaders
Returns an HTTP headers from the given map.staticHttpHeaders
Returns an HTTP headers from the given map.staticHttpHeaders
Returns an HTTP headers from the given map.staticHttpHeaders
Returns an HTTP headers from the given map.Constructors injava.net.http with parameters of typeStringModifierConstructorDescriptionHttpConnectTimeoutException
(String message) Constructs anHttpConnectTimeoutException
with the given detail message.HttpTimeoutException
(String message) Constructs anHttpTimeoutException
with the given detail message.Uses ofString injava.net.spi
Methods injava.net.spi that returnStringModifier and TypeMethodDescriptionInetAddressResolver.lookupByAddress
(byte[] addr) Lookup the host name corresponding to the raw IP address provided.InetAddressResolverProvider.Configuration.lookupLocalHostName()
Reads the localhost name from the system configuration.abstractString
InetAddressResolverProvider.name()
Returns the name of this provider, ornull
if unnamed.Methods injava.net.spi with parameters of typeStringModifier and TypeMethodDescriptionInetAddressResolver.lookupByName
(String host,InetAddressResolver.LookupPolicy lookupPolicy) Given the name of a host, returns a stream of IP addresses of the requested address family associated with a provided hostname.Uses ofString injava.nio
Modifier and TypeMethodDescriptionByteBuffer.toString()
Returns a string summarizing the state of this buffer.ByteOrder.toString()
Constructs a string describing this object.CharBuffer.toString()
Returns a string containing the characters in this buffer.DoubleBuffer.toString()
Returns a string summarizing the state of this buffer.FloatBuffer.toString()
Returns a string summarizing the state of this buffer.IntBuffer.toString()
Returns a string summarizing the state of this buffer.LongBuffer.toString()
Returns a string summarizing the state of this buffer.ShortBuffer.toString()
Returns a string summarizing the state of this buffer.Modifier and TypeMethodDescriptionfinalCharBuffer
Relative bulkput method (optional operation).Relative bulkput method (optional operation).Uses ofString injava.nio.channels
Methods injava.nio.channels that returnStringModifier and TypeMethodDescriptionFileChannel.MapMode.toString()
Returns a string describing this file-mapping mode.finalString
FileLock.toString()
Returns a string describing the range, type, and validity of this lock.Methods injava.nio.channels with parameters of typeStringModifier and TypeMethodDescriptionstaticReader
Channels.newReader
(ReadableByteChannel ch,String csName) Constructs a reader that decodes bytes from the given channel according to the named charset.staticWriter
Channels.newWriter
(WritableByteChannel ch,String csName) Constructs a writer that encodes characters according to the named charset and writes the resulting bytes to the given channel.Uses ofString injava.nio.charset
Methods injava.nio.charset that returnStringModifier and TypeMethodDescriptionCharset.displayName()
Returns this charset's human-readable name for the default locale.Charset.displayName
(Locale locale) Returns this charset's human-readable name for the given locale.IllegalCharsetNameException.getCharsetName()
Retrieves the illegal charset name.UnsupportedCharsetException.getCharsetName()
Retrieves the name of the unsupported charset.MalformedInputException.getMessage()
Returns the message.UnmappableCharacterException.getMessage()
Returns the message.finalString
Charset.name()
Returns this charset's canonical name.finalString
CharsetDecoder.replacement()
Returns this decoder's replacement value.finalString
Charset.toString()
Returns a string describing this charset.CoderResult.toString()
Returns a string describing this coder result.CodingErrorAction.toString()
Returns a string describing this action.Methods injava.nio.charset that return types with arguments of typeStringModifier and TypeMethodDescriptionCharset.aliases()
Returns a set containing this charset's aliases.Charset.availableCharsets()
Constructs a sorted map from canonical charset names to charset objects.Methods injava.nio.charset with parameters of typeStringModifier and TypeMethodDescriptionfinalByteBuffer
Convenience method that encodes a string into bytes in this charset.staticCharset
Returns a charset object for the named charset.staticCharset
Returns a charset object for the named charset.protected void
CharsetDecoder.implReplaceWith
(String newReplacement) Reports a change to this decoder's replacement value.static boolean
Charset.isSupported
(String charsetName) Tells whether the named charset is supported.finalCharsetDecoder
CharsetDecoder.replaceWith
(String newReplacement) Changes this decoder's replacement value.Constructors injava.nio.charset with parameters of typeStringModifierConstructorDescriptionprotected
Initializes a new charset with the given canonical name and alias set.IllegalCharsetNameException
(String charsetName) Constructs an instance of this class.UnsupportedCharsetException
(String charsetName) Constructs an instance of this class.Uses ofString injava.nio.charset.spi
Methods injava.nio.charset.spi with parameters of typeStringModifier and TypeMethodDescriptionabstractCharset
CharsetProvider.charsetForName
(String charsetName) Retrieves a charset for the given charset name.Uses ofString injava.nio.file
Methods injava.nio.file that returnStringModifier and TypeMethodDescriptionFileSystemException.getFile()
Returns the file used to create this exception.InvalidPathException.getInput()
Returns the input string.FileSystemException.getMessage()
Returns the detail message string.InvalidPathException.getMessage()
Returns a string describing the error.FileSystemException.getOtherFile()
Returns the other file used to create this exception.FileSystemException.getReason()
Returns the string explaining why the file system operation failed.InvalidPathException.getReason()
Returns a string explaining why the input string was rejected.abstractString
FileSystem.getSeparator()
Returns the name separator, represented as a string.abstractString
FileStore.name()
Returns the name of this file store.WatchEvent.Kind.name()
Returns the name of the event kind.WatchEvent.Modifier.name()
Returns the name of the modifier.staticString
Files.probeContentType
(Path path) Probes the content type of a file.staticString
Files.readString
(Path path) staticString
Files.readString
(Path path,Charset cs) Reads all characters from a file into a string, decoding from bytes to characters using the specifiedcharset.Path.toString()
Returns the string representation of this path.abstractString
FileStore.type()
Returns thetype of this file store.Methods injava.nio.file that return types with arguments of typeStringModifier and TypeMethodDescriptionRead all lines from a file as aStream
.Read all lines from a file as aStream
.Files.readAllLines
(Path path) Read all lines from a file.Files.readAllLines
(Path path,Charset cs) Read all lines from a file.Files.readAttributes
(Path path,String attributes,LinkOption... options) Reads a set of file attributes as a bulk operation.FileSystem.supportedFileAttributeViews()
Returns the set of thenames
of the file attribute views supported by thisFileSystem
.Methods injava.nio.file with parameters of typeStringModifier and TypeMethodDescriptionstaticPath
Files.createTempDirectory
(String prefix,FileAttribute<?>... attrs) Creates a new directory in the default temporary-file directory, using the given prefix to generate its name.staticPath
Files.createTempDirectory
(Path dir,String prefix,FileAttribute<?>... attrs) Creates a new directory in the specified directory, using the given prefix to generate its name.staticPath
Files.createTempFile
(String prefix,String suffix,FileAttribute<?>... attrs) Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.staticPath
Files.createTempFile
(Path dir,String prefix,String suffix,FileAttribute<?>... attrs) Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.default boolean
Tests if this path ends with aPath
, constructed by converting the given path string, in exactly the manner specified by theendsWith(Path)
method.staticPath
Converts a path string, or a sequence of strings that when joined form a path string, to aPath
.staticObject
Files.getAttribute
(Path path,String attribute,LinkOption... options) Reads the value of a file attribute.abstractObject
FileStore.getAttribute
(String attribute) Reads the value of a file store attribute.abstractPath
Converts a path string, or a sequence of strings that when joined form a path string, to aPath
.abstractPathMatcher
FileSystem.getPathMatcher
(String syntaxAndPattern) Returns aPathMatcher
that performs match operations on theString
representation ofPath
objects by interpreting a given pattern.staticDirectoryStream
<Path> Files.newDirectoryStream
(Path dir,String glob) Opens a directory, returning aDirectoryStream
to iterate over the entries in the directory.staticPath
Returns aPath
by converting a path string, or a sequence of strings that when joined form a path string.Files.readAttributes
(Path path,String attributes,LinkOption... options) Reads a set of file attributes as a bulk operation.defaultPath
Converts a given path string to aPath
and resolves it against thisPath
in exactly the manner specified by theresolve
method.defaultPath
Converts a path string to a path, resolves that path against this path, and then iteratively performs the same procedure for any additional path strings.defaultPath
Path.resolveSibling
(String other) Converts a given path string to aPath
and resolves it against this path'sparent
path in exactly the manner specified by theresolveSibling
method.staticPath
Files.setAttribute
(Path path,String attribute,Object value,LinkOption... options) Sets the value of a file attribute.default boolean
Path.startsWith
(String other) Tests if this path starts with aPath
, constructed by converting the given path string, in exactly the manner specified by thestartsWith(Path)
method.abstract boolean
FileStore.supportsFileAttributeView
(String name) Tells whether or not this file store supports the file attributes identified by the given file attribute view.staticAccessMode
Returns the enum constant of this class with the specified name.staticFileVisitOption
Returns the enum constant of this class with the specified name.staticFileVisitResult
Returns the enum constant of this class with the specified name.staticLinkOption
Returns the enum constant of this class with the specified name.staticStandardCopyOption
Returns the enum constant of this class with the specified name.staticStandardOpenOption
Returns the enum constant of this class with the specified name.Method parameters injava.nio.file with type arguments of typeStringModifier and TypeMethodDescriptionstaticFileSystem
FileSystems.newFileSystem
(URI uri,Map<String, ?> env) Constructs a new file system that is identified by aURI
staticFileSystem
FileSystems.newFileSystem
(URI uri,Map<String, ?> env,ClassLoader loader) Constructs a new file system that is identified by aURI
staticFileSystem
FileSystems.newFileSystem
(Path path,Map<String, ?> env) Constructs a newFileSystem
to access the contents of a file as a file system.staticFileSystem
FileSystems.newFileSystem
(Path path,Map<String, ?> env,ClassLoader loader) Constructs a newFileSystem
to access the contents of a file as a file system.Constructors injava.nio.file with parameters of typeStringModifierConstructorDescriptionAccessDeniedException
(String file) Constructs an instance of this class.AccessDeniedException
(String file,String other,String reason) Constructs an instance of this class.AtomicMoveNotSupportedException
(String source,String target,String reason) Constructs an instance of this class.Constructs an instance of this class.Constructs an instance of this class.FileAlreadyExistsException
(String file,String other,String reason) Constructs an instance of this class.Constructs an instance of this class.FileSystemException
(String file) Constructs an instance of this class.FileSystemException
(String file,String other,String reason) Constructs an instance of this class.Constructs an instance of this class.Constructs an instance of this class.InvalidPathException
(String input,String reason) Constructs an instance from the given input string and reason.InvalidPathException
(String input,String reason, int index) Constructs an instance from the given input string, reason, and error index.LinkPermission
(String name) Constructs aLinkPermission
with the specified name.LinkPermission
(String name,String actions) Constructs aLinkPermission
with the specified name.NoSuchFileException
(String file) Constructs an instance of this class.NoSuchFileException
(String file,String other,String reason) Constructs an instance of this class.NotDirectoryException
(String file) Constructs an instance of this class.NotLinkException
(String file) Constructs an instance of this class.NotLinkException
(String file,String other,String reason) Constructs an instance of this class.Constructs an instance of this class.Constructs an instance of this class.Uses ofString injava.nio.file.attribute
Methods injava.nio.file.attribute that returnStringModifier and TypeMethodDescriptionUserPrincipalNotFoundException.getName()
Returns the user principal name if this exception was created with the user principal name that was not found, otherwisenull
.AclFileAttributeView.name()
Returns the name of the attribute view.AttributeView.name()
Returns the name of the attribute view.BasicFileAttributeView.name()
Returns the name of the attribute view.DosFileAttributeView.name()
Returns the name of the attribute view.FileAttribute.name()
Returns the attribute name.FileOwnerAttributeView.name()
Returns the name of the attribute view.PosixFileAttributeView.name()
Returns the name of the attribute view.UserDefinedFileAttributeView.name()
Returns the name of this attribute view.AclEntry.toString()
Returns the string representation of this ACL entry.FileTime.toString()
Returns the string representation of thisFileTime
.staticString
PosixFilePermissions.toString
(Set<PosixFilePermission> perms) Returns theString
representation of a set of permissions.Methods injava.nio.file.attribute that return types with arguments of typeStringModifier and TypeMethodDescriptionUserDefinedFileAttributeView.list()
Returns a list containing the names of the user-defined attributes.Methods injava.nio.file.attribute with parameters of typeStringModifier and TypeMethodDescriptionvoid
Deletes a user-defined attribute.staticSet
<PosixFilePermission> PosixFilePermissions.fromString
(String perms) Returns the set of permissions corresponding to a givenString
representation.abstractGroupPrincipal
UserPrincipalLookupService.lookupPrincipalByGroupName
(String group) Lookup a group principal by group name.abstractUserPrincipal
UserPrincipalLookupService.lookupPrincipalByName
(String name) Lookup a user principal by name.int
UserDefinedFileAttributeView.read
(String name,ByteBuffer dst) Read the value of a user-defined attribute into a buffer.int
Returns the size of the value of a user-defined attribute.staticAclEntryFlag
Returns the enum constant of this class with the specified name.staticAclEntryPermission
Returns the enum constant of this class with the specified name.staticAclEntryType
Returns the enum constant of this class with the specified name.staticPosixFilePermission
Returns the enum constant of this class with the specified name.int
UserDefinedFileAttributeView.write
(String name,ByteBuffer src) Writes the value of a user-defined attribute from a buffer.Constructors injava.nio.file.attribute with parameters of typeStringModifierConstructorDescriptionConstructs an instance of this class.Uses ofString injava.nio.file.spi
Methods injava.nio.file.spi that returnStringModifier and TypeMethodDescriptionabstractString
FileSystemProvider.getScheme()
Returns the URI scheme that identifies this provider.abstractString
FileTypeDetector.probeContentType
(Path path) Probes the given file to guess its content type.Methods injava.nio.file.spi that return types with arguments of typeStringModifier and TypeMethodDescriptionFileSystemProvider.readAttributes
(Path path,String attributes,LinkOption... options) Reads a set of file attributes as a bulk operation.Methods injava.nio.file.spi with parameters of typeStringModifier and TypeMethodDescriptionFileSystemProvider.readAttributes
(Path path,String attributes,LinkOption... options) Reads a set of file attributes as a bulk operation.abstract void
FileSystemProvider.setAttribute
(Path path,String attribute,Object value,LinkOption... options) Sets the value of a file attribute.Method parameters injava.nio.file.spi with type arguments of typeStringModifier and TypeMethodDescriptionabstractFileSystem
FileSystemProvider.newFileSystem
(URI uri,Map<String, ?> env) Constructs a newFileSystem
object identified by a URI.FileSystemProvider.newFileSystem
(Path path,Map<String, ?> env) Constructs a newFileSystem
to access the contents of a file as a file system.Uses ofString injava.rmi
Modifier and TypeMethodDescriptionRemoteException.getMessage()
Returns the detail message, including the message from the cause, if any, of this exception.staticString[]
Returns an array of the names bound in the registry.Modifier and TypeMethodDescriptionstatic void
Binds the specifiedname
to a remote object.staticString[]
Returns an array of the names bound in the registry.staticRemote
Returns a reference, a stub, for the remote object associated with the specifiedname
.static void
Rebinds the specified name to a new remote object.static void
Destroys the binding for the specified name that is associated with a remote object.ModifierConstructorDescriptionConstructs anAccessException
with the specified detail message.AccessException
(String s,Exception ex) Constructs anAccessException
with the specified detail message and nested exception.Constructs anAlreadyBoundException
with the specified detail message.Constructs aConnectException
with the specified detail message.ConnectException
(String s,Exception ex) Constructs aConnectException
with the specified detail message and nested exception.Constructs aConnectIOException
with the specified detail message.Constructs aConnectIOException
with the specified detail message and nested exception.Constructs aMarshalException
with the specified detail message.MarshalException
(String s,Exception ex) Constructs aMarshalException
with the specified detail message and nested exception.Constructs aNoSuchObjectException
with the specified detail message.Constructs aNotBoundException
with the specified detail message.Constructs aRemoteException
with the specified detail message.RemoteException
(String s,Throwable cause) Constructs aRemoteException
with the specified detail message and cause.RMISecurityException
(String name) Deprecated.no replacementRMISecurityException
(String name,String arg) Deprecated.no replacementServerError
(String s,Error err) Constructs aServerError
with the specified detail message and nested error.Constructs aServerException
with the specified detail message.ServerException
(String s,Exception ex) Constructs aServerException
with the specified detail message and nested exception.Deprecated.no replacementConstructs aStubNotFoundException
with the specified detail message.Constructs aStubNotFoundException
with the specified detail message and nested exception.Constructs anUnexpectedException
with the specified detail message.Constructs aUnexpectedException
with the specified detail message and nested exception.Constructs anUnknownHostException
with the specified detail message.Constructs anUnknownHostException
with the specified detail message and nested exception.Constructs anUnmarshalException
with the specified detail message.Constructs anUnmarshalException
with the specified detail message and nested exception.Uses ofString injava.rmi.dgc
Methods injava.rmi.dgc that returnStringUses ofString injava.rmi.registry
Methods injava.rmi.registry that returnStringModifier and TypeMethodDescriptionString[]
Registry.list()
Returns an array of the names bound in this registry.Methods injava.rmi.registry with parameters of typeStringModifier and TypeMethodDescriptionvoid
Binds a remote reference to the specifiedname
in this registry.staticRegistry
LocateRegistry.getRegistry
(String host) Returns a reference to the remote objectRegistry
on the specifiedhost
on the default registry port of 1099.staticRegistry
LocateRegistry.getRegistry
(String host, int port) Returns a reference to the remote objectRegistry
on the specifiedhost
andport
.staticRegistry
LocateRegistry.getRegistry
(String host, int port,RMIClientSocketFactory csf) Returns a locally created remote reference to the remote objectRegistry
on the specifiedhost
andport
.Returns the remote reference bound to the specifiedname
in this registry.void
Replaces the binding for the specifiedname
in this registry with the supplied remote reference.RegistryHandler.registryStub
(String host, int port) Deprecated.no replacement.void
Removes the binding for the specifiedname
in this registry.Uses ofString injava.rmi.server
Fields injava.rmi.server declared asStringModifier and TypeFieldDescriptionstatic finalString
LoaderHandler.packagePrefix
Deprecated.package of systemLoaderHandler
implementation.static finalString
RemoteRef.packagePrefix
Initialize the server package prefix: assumes that the implementation of server ref classes (e.g., UnicastRef, UnicastServerRef) are located in the package defined by the prefix.Methods injava.rmi.server that returnStringModifier and TypeMethodDescriptionstaticString
RMIClassLoader.getClassAnnotation
(Class<?> cl) Returns the annotation string (representing a location for the class definition) that RMI will use to annotate the class descriptor when marshalling objects of the given class.abstractString
RMIClassLoaderSpi.getClassAnnotation
(Class<?> cl) Provides the implementation forRMIClassLoader.getClassAnnotation(Class)
.staticString
RemoteServer.getClientHost()
Returns a string representation of the client host for the remote method invocation being processed in the current thread.ServerRef.getClientHost()
Deprecated.Returns the hostname of the current client.ServerCloneException.getMessage()
Returns the detail message, including the message from the cause, if any, of this exception.Operation.getOperation()
Deprecated.no replacementRemoteRef.getRefClass
(ObjectOutput out) Returns the class name of the ref type to be serialized onto the stream 'out'.RemoteRef.remoteToString()
Returns a String that represents the reference of this remote object.LogStream.toString()
Deprecated.no replacementObjID.toString()
Returns a string representation of this object identifier.Operation.toString()
Deprecated.no replacementRemoteObject.toString()
Returns a String that represents the value of this remote object.UID.toString()
Returns a string representation of thisUID
.Methods injava.rmi.server with parameters of typeStringModifier and TypeMethodDescriptionRMIClientSocketFactory.createSocket
(String host, int port) Create a client socket connected to the specified host and port.abstractSocket
RMISocketFactory.createSocket
(String host, int port) Creates a client socket connected to the specified host and port.staticClassLoader
RMIClassLoader.getClassLoader
(String codebase) Returns a class loader that loads classes from the given codebase URL path.abstractClassLoader
RMIClassLoaderSpi.getClassLoader
(String codebase) Provides the implementation forRMIClassLoader.getClassLoader(String)
.Class
<?> Deprecated.no replacementClass
<?> Deprecated.no replacementstaticClass
<?> Deprecated.replaced byloadClass(String,String)
methodstaticClass
<?> Loads a class from a codebase URL path.staticClass
<?> RMIClassLoader.loadClass
(String codebase,String name,ClassLoader defaultLoader) Loads a class from a codebase URL path, optionally using the supplied loader.staticClass
<?> Loads a class from a codebase URL.abstractClass
<?> RMIClassLoaderSpi.loadClass
(String codebase,String name,ClassLoader defaultLoader) Provides the implementation forRMIClassLoader.loadClass(URL,String)
,RMIClassLoader.loadClass(String,String)
, andRMIClassLoader.loadClass(String,String,ClassLoader)
.staticClass
<?> RMIClassLoader.loadProxyClass
(String codebase,String[] interfaces,ClassLoader defaultLoader) Loads a dynamic proxy class (seeProxy
) that implements a set of interfaces with the given names from a codebase URL path.abstractClass
<?> RMIClassLoaderSpi.loadProxyClass
(String codebase,String[] interfaces,ClassLoader defaultLoader) Provides the implementation forRMIClassLoader.loadProxyClass(String,String[],ClassLoader)
.staticLogStream
Deprecated.no replacementstatic int
LogStream.parseLevel
(String s) Deprecated.no replacementConstructors injava.rmi.server with parameters of typeStringModifierConstructorDescriptionConstructs anExportException
with the specified detail message.ExportException
(String s,Exception ex) Constructs anExportException
with the specified detail message and nested exception.Deprecated.no replacementConstructs aServerCloneException
with the specified detail message.ServerCloneException
(String s,Exception cause) Constructs aServerCloneException
with the specified detail message and cause.Constructs anServerNotActiveException
with the specified detail message.Deprecated.no replacementDeprecated.Constructs aSkeletonNotFoundException
with the specified detail message.Deprecated.Constructs aSkeletonNotFoundException
with the specified detail message and nested exception.Deprecated.Constructs anSocketSecurityException
with the specified detail message.Deprecated.Constructs anSocketSecurityException
with the specified detail message and nested exception.Uses ofString injava.security
Methods injava.security that returnStringModifier and TypeMethodDescriptionabstractString
KeyStoreSpi.engineGetCertificateAlias
(Certificate cert) Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.protected abstractString
AlgorithmParametersSpi.engineToString()
Returns a formatted string describing the parameters.AllPermission.getActions()
Returns the canonical string representation of the actions.BasicPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for aBasicPermission
.abstractString
Permission.getActions()
Returns the actions as aString
.UnresolvedPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for anUnresolvedPermission
.finalString
AlgorithmParameterGenerator.getAlgorithm()
Returns the standard name of the algorithm this parameter generator is associated with.finalString
AlgorithmParameters.getAlgorithm()
Returns the name of the algorithm associated with this parameter object.Key.getAlgorithm()
Returns the standard algorithm name for this key.finalString
KeyFactory.getAlgorithm()
Gets the name of the algorithm associated with thisKeyFactory
.KeyPairGenerator.getAlgorithm()
Returns the standard name of the algorithm for this key pair generator.finalString
MessageDigest.getAlgorithm()
Returns a string that identifies the algorithm, independent of implementation details.finalString
Provider.Service.getAlgorithm()
Return the name of the algorithm of this service.SecureRandom.getAlgorithm()
Returns the name of the algorithm implemented by thisSecureRandom
object.finalString
Signature.getAlgorithm()
Returns the name of the algorithm for thisSignature
object.SignedObject.getAlgorithm()
Retrieves the name of the signature algorithm.staticString
Security.getAlgorithmProperty
(String algName,String propName) Deprecated.This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters.finalString
Provider.Service.getAttribute
(String name) Return the value of the specified attribute ornull
if this attribute is not set for this Service.finalString
KeyStore.getCertificateAlias
(Certificate cert) Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.finalString
Provider.Service.getClassName()
Return the name of the class implementing this service.static finalString
KeyStore.getDefaultType()
Returns the default keystore type as specified by thekeystore.type
security property, or the string "pkcs12" if no such property exists.Certificate.getFormat()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the name of the coding format.Key.getFormat()
Returns the name of the primary encoding format of this key, ornull
if this key does not support encoding.Identity.getInfo()
Deprecated, for removal: This API element is subject to removal in a future version.Returns general information previously specified for thisIdentity
.Provider.getInfo()
Returns a human-readable description of theProvider
and its services.finalString
Identity.getName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns this identity's name.KeyStore.Entry.Attribute.getName()
Returns the attribute's name.finalString
Permission.getName()
Returns the name of thisPermission
.PKCS12Attribute.getName()
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.Principal.getName()
Returns the name of thisPrincipal
.Provider.getName()
Returns the name of thisProvider
.staticString
Security.getProperty
(String key) Gets a security property value.KeyStore.PasswordProtection.getProtectionAlgorithm()
Gets the name of the protection algorithm.finalString
KeyStore.getType()
Returns the type of this keystore.Policy.getType()
Deprecated, for removal: This API element is subject to removal in a future version.Return the type of thisPolicy
.finalString
Provider.Service.getType()
Get the type of this service.UnresolvedPermission.getUnresolvedActions()
Get the actions for the underlying permission that has not been resolved.UnresolvedPermission.getUnresolvedName()
Get the target name of the underlying permission that has not been resolved.UnresolvedPermission.getUnresolvedType()
Get the type (class name) of the underlying permission that has not been resolved.KeyStore.Entry.Attribute.getValue()
Returns the attribute's value.PKCS12Attribute.getValue()
Returns the attribute's ASN.1 DER-encoded value as a string.Provider.getVersionStr()
Returns the version string for thisProvider
.finalString
AlgorithmParameters.toString()
Returns a formatted string describing the parameters.Certificate.toString
(boolean detailed) Deprecated, for removal: This API element is subject to removal in a future version.Returns a string that represents the contents of the certificate.CodeSigner.toString()
Returns a string describing this code signer.CodeSource.toString()
Returns a string describing thisCodeSource
, telling its URL and certificates.DigestInputStream.toString()
Prints a string representation of this digest input stream and its associated message digest object.DigestOutputStream.toString()
Prints a string representation of this digest output stream and its associated message digest object.DrbgParameters.Instantiation.toString()
Returns a Human-readable string representation of thisInstantiation
.Identity.toString()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a short string describing thisIdentity
, telling its name and its scope (if any).Identity.toString
(boolean detailed) Deprecated, for removal: This API element is subject to removal in a future version.Returns a string representation of thisIdentity
, with optionally more details than that provided by thetoString
method without any arguments.IdentityScope.toString()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a string representation of this identity scope, including its name, its scope name, and the number of identities in this identity scope.KeyStore.PrivateKeyEntry.toString()
Returns a string representation of this PrivateKeyEntry.KeyStore.SecretKeyEntry.toString()
Returns a string representation of this SecretKeyEntry.KeyStore.TrustedCertificateEntry.toString()
Returns a string representation of this TrustedCertificateEntry.MessageDigest.toString()
Returns a string representation of this message digest object.Permission.toString()
Returns a string describing thisPermission
.PermissionCollection.toString()
Returns a string describing thisPermissionCollection
object, providing information about all the permissions it contains.PKCS12Attribute.toString()
Returns a string representation of thisPKCS12Attribute
.Principal.toString()
Returns a string representation of thisPrincipal
.ProtectionDomain.toString()
Convert aProtectionDomain
to aString
.Provider.Service.toString()
Return aString
representation of this service.Provider.toString()
Returns a string with the name and the version string of thisProvider
.SecureRandom.toString()
Returns a Human-readable string representation of thisSecureRandom
.SecureRandomSpi.toString()
Returns a Human-readable string representation of thisSecureRandom
.Signature.toString()
Returns a string representation of thisSignature
object, providing information that includes the state of the object and the name of the algorithm used.Signer.toString()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a string of information about theSigner
.Timestamp.toString()
Returns a string describing thisTimestamp
.UnresolvedPermission.toString()
Returns a string describing thisUnresolvedPermission
.Methods injava.security that return types with arguments of typeStringModifier and TypeMethodDescriptionfinalEnumeration
<String> KeyStore.aliases()
Lists all the alias names of this keystore.abstractEnumeration
<String> KeyStoreSpi.engineAliases()
Lists all the alias names of this keystore.Security.getAlgorithms
(String serviceName) Returns a Set ofString
objects containing the names of all available algorithms or types for the specified Java cryptographic service (e.g.,Signature
,MessageDigest
,Cipher
,Mac
,KeyStore
).DomainLoadStoreParameter.getProtectionParams()
Gets the keystore protection parameters for keystores in this domain.Methods injava.security with parameters of typeStringModifier and TypeMethodDescriptionApply the supplied configuration argument to thisProvider
instance and return the configuredProvider
.final boolean
KeyStore.containsAlias
(String alias) Checks if the given alias exists in this keystore.protected finalClass
<?> SecureClassLoader.defineClass
(String name, byte[] b, int off, int len,CodeSource cs) Converts an array of bytes into an instance of classClass
, with an optional CodeSource.protected finalClass
<?> SecureClassLoader.defineClass
(String name,ByteBuffer b,CodeSource cs) Converts aByteBuffer
into an instance of classClass
, with an optional CodeSource.final void
KeyStore.deleteEntry
(String alias) Deletes the entry identified by the given alias from this keystore.abstract boolean
KeyStoreSpi.engineContainsAlias
(String alias) Checks if the given alias exists in this keystore.abstract void
KeyStoreSpi.engineDeleteEntry
(String alias) Deletes the entry identified by the given alias from this keystore.boolean
KeyStoreSpi.engineEntryInstanceOf
(String alias,Class<? extendsKeyStore.Entry> entryClass) Determines if the keystoreEntry
for the specifiedalias
is an instance or subclass of the specifiedentryClass
.KeyStoreSpi.engineGetAttributes
(String alias) Retrieves the attributes associated with the given alias.abstractCertificate
KeyStoreSpi.engineGetCertificate
(String alias) Returns the certificate associated with the given alias.abstractCertificate[]
KeyStoreSpi.engineGetCertificateChain
(String alias) Returns the certificate chain associated with the given alias.abstractDate
KeyStoreSpi.engineGetCreationDate
(String alias) Returns the creation date of the entry identified by the given alias.protected abstract byte[]
AlgorithmParametersSpi.engineGetEncoded
(String format) Returns the parameters encoded in the specified format.KeyStoreSpi.engineGetEntry
(String alias,KeyStore.ProtectionParameter protParam) Gets aKeyStore.Entry
for the specified alias with the specified protection parameter.abstractKey
KeyStoreSpi.engineGetKey
(String alias, char[] password) Returns the key associated with the given alias, using the given password to recover it.protected abstractObject
SignatureSpi.engineGetParameter
(String param) Deprecated.protected abstract void
AlgorithmParametersSpi.engineInit
(byte[] params,String format) Imports the parameters fromparams
and decodes them according to the specified decoding format.abstract boolean
KeyStoreSpi.engineIsCertificateEntry
(String alias) Returnstrue
if the entry identified by the given alias was created by a call tosetCertificateEntry
, or created by a call tosetEntry
with aTrustedCertificateEntry
.abstract boolean
KeyStoreSpi.engineIsKeyEntry
(String alias) Returnstrue
if the entry identified by the given alias was created by a call tosetKeyEntry
, or created by a call tosetEntry
with aPrivateKeyEntry
or aSecretKeyEntry
.abstract void
KeyStoreSpi.engineSetCertificateEntry
(String alias,Certificate cert) Assigns the given certificate to the given alias.void
KeyStoreSpi.engineSetEntry
(String alias,KeyStore.Entry entry,KeyStore.ProtectionParameter protParam) Saves aKeyStore.Entry
under the specified alias.abstract void
KeyStoreSpi.engineSetKeyEntry
(String alias, byte[] key,Certificate[] chain) Assigns the given key (that has already been protected) to the given alias.abstract void
KeyStoreSpi.engineSetKeyEntry
(String alias,Key key, char[] password,Certificate[] chain) Assigns the given key to the given alias, protecting it with the given password.protected abstract void
SignatureSpi.engineSetParameter
(String param,Object value) Deprecated.Replaced byengineSetParameter
.final boolean
KeyStore.entryInstanceOf
(String alias,Class<? extendsKeyStore.Entry> entryClass) Determines if the keystoreEntry
for the specifiedalias
is an instance or subclass of the specifiedentryClass
.staticString
Security.getAlgorithmProperty
(String algName,String propName) Deprecated.This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters.Security.getAlgorithms
(String serviceName) Returns a Set ofString
objects containing the names of all available algorithms or types for the specified Java cryptographic service (e.g.,Signature
,MessageDigest
,Cipher
,Mac
,KeyStore
).finalString
Provider.Service.getAttribute
(String name) Return the value of the specified attribute ornull
if this attribute is not set for this Service.finalSet
<KeyStore.Entry.Attribute> KeyStore.getAttributes
(String alias) Retrieves the attributes associated with the given alias.finalCertificate
KeyStore.getCertificate
(String alias) Returns the certificate associated with the given alias.finalCertificate[]
KeyStore.getCertificateChain
(String alias) Returns the certificate chain associated with the given alias.finalDate
KeyStore.getCreationDate
(String alias) Returns the creation date of the entry identified by the given alias.final byte[]
AlgorithmParameters.getEncoded
(String format) Returns the parameters encoded in the specified scheme.finalKeyStore.Entry
KeyStore.getEntry
(String alias,KeyStore.ProtectionParameter protParam) Gets a keystoreEntry
for the specified alias with the specified protection parameter.abstractIdentity
IdentityScope.getIdentity
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Returns theIdentity
in this scope with the specified name (if any).AlgorithmParameterGenerator.getInstance
(String algorithm) Returns anAlgorithmParameterGenerator
object for generating a set of parameters to be used with the specified algorithm.AlgorithmParameterGenerator.getInstance
(String algorithm,String provider) Returns anAlgorithmParameterGenerator
object for generating a set of parameters to be used with the specified algorithm.AlgorithmParameterGenerator.getInstance
(String algorithm,Provider provider) Returns anAlgorithmParameterGenerator
object for generating a set of parameters to be used with the specified algorithm.staticAlgorithmParameters
AlgorithmParameters.getInstance
(String algorithm) Returns a parameter object for the specified algorithm.staticAlgorithmParameters
AlgorithmParameters.getInstance
(String algorithm,String provider) Returns a parameter object for the specified algorithm.staticAlgorithmParameters
AlgorithmParameters.getInstance
(String algorithm,Provider provider) Returns a parameter object for the specified algorithm.staticKeyFactory
KeyFactory.getInstance
(String algorithm) Returns aKeyFactory
object that converts public/private keys of the specified algorithm.staticKeyFactory
KeyFactory.getInstance
(String algorithm,String provider) Returns aKeyFactory
object that converts public/private keys of the specified algorithm.staticKeyFactory
KeyFactory.getInstance
(String algorithm,Provider provider) Returns aKeyFactory
object that converts public/private keys of the specified algorithm.staticKeyPairGenerator
KeyPairGenerator.getInstance
(String algorithm) Returns aKeyPairGenerator
object that generates public/private key pairs for the specified algorithm.staticKeyPairGenerator
KeyPairGenerator.getInstance
(String algorithm,String provider) Returns aKeyPairGenerator
object that generates public/private key pairs for the specified algorithm.staticKeyPairGenerator
KeyPairGenerator.getInstance
(String algorithm,Provider provider) Returns aKeyPairGenerator
object that generates public/private key pairs for the specified algorithm.staticKeyStore
KeyStore.getInstance
(String type) Returns aKeyStore
object of the specified type.staticKeyStore
KeyStore.getInstance
(String type,String provider) Returns aKeyStore
object of the specified type.staticKeyStore
KeyStore.getInstance
(String type,Provider provider) Returns aKeyStore
object of the specified type.staticMessageDigest
MessageDigest.getInstance
(String algorithm) Returns aMessageDigest
object that implements the specified digest algorithm.staticMessageDigest
MessageDigest.getInstance
(String algorithm,String provider) Returns aMessageDigest
object that implements the specified digest algorithm.staticMessageDigest
MessageDigest.getInstance
(String algorithm,Provider provider) Returns aMessageDigest
object that implements the specified digest algorithm.staticPolicy
Policy.getInstance
(String type,Policy.Parameters params) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Policy object of the specified type.staticPolicy
Policy.getInstance
(String type,Policy.Parameters params,String provider) Deprecated, for removal: This API element is subject to removal in a future version.Returns aPolicy
object of the specified type.staticPolicy
Policy.getInstance
(String type,Policy.Parameters params,Provider provider) Deprecated, for removal: This API element is subject to removal in a future version.Returns aPolicy
object of the specified type.staticSecureRandom
SecureRandom.getInstance
(String algorithm) Returns aSecureRandom
object that implements the specified Random Number Generator (RNG) algorithm.staticSecureRandom
SecureRandom.getInstance
(String algorithm,String provider) Returns aSecureRandom
object that implements the specified Random Number Generator (RNG) algorithm.staticSecureRandom
SecureRandom.getInstance
(String algorithm,Provider provider) Returns aSecureRandom
object that implements the specified Random Number Generator (RNG) algorithm.staticSecureRandom
SecureRandom.getInstance
(String algorithm,SecureRandomParameters params) Returns aSecureRandom
object that implements the specified Random Number Generator (RNG) algorithm and supports the specifiedSecureRandomParameters
request.staticSecureRandom
SecureRandom.getInstance
(String algorithm,SecureRandomParameters params,String provider) Returns aSecureRandom
object that implements the specified Random Number Generator (RNG) algorithm and supports the specifiedSecureRandomParameters
request.staticSecureRandom
SecureRandom.getInstance
(String algorithm,SecureRandomParameters params,Provider provider) Returns aSecureRandom
object that implements the specified Random Number Generator (RNG) algorithm and supports the specifiedSecureRandomParameters
request.staticSignature
Signature.getInstance
(String algorithm) Returns aSignature
object that implements the specified signature algorithm.staticSignature
Signature.getInstance
(String algorithm,String provider) Returns aSignature
object that implements the specified signature algorithm.staticSignature
Signature.getInstance
(String algorithm,Provider provider) Returns aSignature
object that implements the specified signature algorithm.finalKey
Returns the key associated with the given alias, using the given password to recover it.finalObject
Signature.getParameter
(String param) Deprecated.staticString
Security.getProperty
(String key) Gets a security property value.abstractKeyStore.ProtectionParameter
KeyStore.Builder.getProtectionParameter
(String alias) Returns theProtectionParameter
that should be used to obtain theEntry
with the given alias.staticProvider
Security.getProvider
(String name) Returns the provider installed with the specified name, if any.staticProvider[]
Security.getProviders
(String filter) Returns an array containing all installed providers that satisfy the specified selection criterion, ornull
if no such providers have been installed.Provider.getService
(String type,String algorithm) Get the service describing this Provider's implementation of the specified type of this algorithm or alias.final void
Imports the parameters fromparams
and decodes them according to the specified decoding scheme.final boolean
KeyStore.isCertificateEntry
(String alias) Returnstrue
if the entry identified by the given alias was created by a call tosetCertificateEntry
, or created by a call tosetEntry
with aTrustedCertificateEntry
.final boolean
KeyStore.isKeyEntry
(String alias) Returnstrue
if the entry identified by the given alias was created by a call tosetKeyEntry
, or created by a call tosetEntry
with aPrivateKeyEntry
or aSecretKeyEntry
.staticKeyStore.Builder
KeyStore.Builder.newInstance
(String type,Provider provider,File file,KeyStore.ProtectionParameter protection) Returns a newBuilder
object.staticKeyStore.Builder
KeyStore.Builder.newInstance
(String type,Provider provider,KeyStore.ProtectionParameter protection) Returns a newBuilder
object.boolean
AlgorithmConstraints.permits
(Set<CryptoPrimitive> primitives,String algorithm,AlgorithmParameters parameters) Determines whether an algorithm is granted permission for the specified cryptographic primitives.boolean
AlgorithmConstraints.permits
(Set<CryptoPrimitive> primitives,String algorithm,Key key,AlgorithmParameters parameters) Determines whether an algorithm and the corresponding key are granted permission for the specified cryptographic primitives.static void
Security.removeProvider
(String name) Removes the provider with the specified name.final void
KeyStore.setCertificateEntry
(String alias,Certificate cert) Assigns the given trusted certificate to the given alias.final void
KeyStore.setEntry
(String alias,KeyStore.Entry entry,KeyStore.ProtectionParameter protParam) Saves a keystoreEntry
under the specified alias.void
Deprecated, for removal: This API element is subject to removal in a future version.Specifies a general information string for thisIdentity
.final void
KeyStore.setKeyEntry
(String alias, byte[] key,Certificate[] chain) Assigns the given key (that has already been protected) to the given alias.final void
KeyStore.setKeyEntry
(String alias,Key key, char[] password,Certificate[] chain) Assigns the given key to the given alias, protecting it with the given password.final void
Signature.setParameter
(String param,Object value) Deprecated.UsesetParameter
.static void
Security.setProperty
(String key,String datum) Sets a security property value.staticCryptoPrimitive
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticKeyRep.Type
Returns the enum constant of this class with the specified name.Method parameters injava.security with type arguments of typeStringModifier and TypeMethodDescriptionstaticProvider[]
Security.getProviders
(Map<String, String> filter) Returns an array containing all installed providers that satisfy the specified selection criteria, ornull
if no such providers have been installed.staticProvider[]
Security.getProviders
(Map<String, String> filter) Returns an array containing all installed providers that satisfy the specified selection criteria, ornull
if no such providers have been installed.Constructors injava.security with parameters of typeStringModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs anAccessControlException
with the specified, detailed message.Deprecated, for removal: This API element is subject to removal in a future version.Constructs anAccessControlException
with the specified, detailed message, and the requested permission that caused the exception.protected
AlgorithmParameterGenerator
(AlgorithmParameterGeneratorSpi paramGenSpi,Provider provider,String algorithm) Creates anAlgorithmParameterGenerator
object.protected
AlgorithmParameters
(AlgorithmParametersSpi paramSpi,Provider provider,String algorithm) Creates anAlgorithmParameters
object.AllPermission
(String name,String actions) Creates a newAllPermission
object.protected
AuthProvider
(String name, double version,String info) Deprecated.useAuthProvider(String, String, String)
instead.protected
AuthProvider
(String name,String versionStr,String info) Constructs a provider with the specified name, version string, and information.BasicPermission
(String name) Creates a newBasicPermission
with the specified name.BasicPermission
(String name,String actions) Creates a newBasicPermission
object with the specified name.DigestException
(String msg) Constructs aDigestException
with the specified detail message.DigestException
(String message,Throwable cause) Creates aDigestException
with the specified detail message and cause.Constructs aGeneralSecurityException
with the specified detail message.GeneralSecurityException
(String message,Throwable cause) Creates aGeneralSecurityException
with the specified detail message and cause.Deprecated, for removal: This API element is subject to removal in a future version.Constructs anIdentity
with the specified name and no scope.Identity
(String name,IdentityScope scope) Deprecated, for removal: This API element is subject to removal in a future version.Constructs anIdentity
with the specified name and scope.IdentityScope
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new identity scope with the specified name.IdentityScope
(String name,IdentityScope scope) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new identity scope with the specified name and scope.Constructs anInvalidAlgorithmParameterException
with the specified detail message.InvalidAlgorithmParameterException
(String message,Throwable cause) Creates anInvalidAlgorithmParameterException
with the specified detail message and cause.Constructs anInvalidKeyException
with the specified detail message.InvalidKeyException
(String message,Throwable cause) Creates anInvalidKeyException
with the specified detail message and cause.Constructs anInvalidParameterException
with the specified detail message.InvalidParameterException
(String msg,Throwable cause) Constructs anInvalidParameterException
with the specified detail message and cause.KeyException
(String msg) Constructs aKeyException
with the specified detail message.KeyException
(String message,Throwable cause) Creates aKeyException
with the specified detail message and cause.protected
KeyFactory
(KeyFactorySpi keyFacSpi,Provider provider,String algorithm) Creates aKeyFactory
object.Constructs aKeyManagementException
with the specified detail message.KeyManagementException
(String message,Throwable cause) Creates aKeyManagementException
with the specified detail message and cause.protected
KeyPairGenerator
(String algorithm) Creates aKeyPairGenerator
object for the specified algorithm.KeyRep
(KeyRep.Type type,String algorithm,String format, byte[] encoded) Construct the alternate Key class.protected
KeyStore
(KeyStoreSpi keyStoreSpi,Provider provider,String type) Creates aKeyStore
object of the given type, and encapsulates the given provider implementation (SPI object) in it.KeyStoreException
(String msg) Constructs aKeyStoreException
with the specified detail message.KeyStoreException
(String message,Throwable cause) Creates aKeyStoreException
with the specified detail message and cause.protected
MessageDigest
(String algorithm) Creates a message digest with the specified algorithm name.Constructs aNoSuchAlgorithmException
with the specified detail message.NoSuchAlgorithmException
(String message,Throwable cause) Creates aNoSuchAlgorithmException
with the specified detail message and cause.Constructs aNoSuchProviderException
with the specified detail message.PasswordProtection
(char[] password,String protectionAlgorithm,AlgorithmParameterSpec protectionParameters) Creates a password parameter and specifies the protection algorithm and associated parameters to use when encrypting a keystore entry.Permission
(String name) Constructs a permission with the specified name.PKCS12Attribute
(String name,String value) Constructs a PKCS12 attribute from its name and value.protected
Deprecated.useProvider(String, String, String)
instead.protected
Constructs aProvider
with the specified name, version string, and information.Constructs aProviderException
with the specified detail message.ProviderException
(String message,Throwable cause) Creates aProviderException
with the specified detail message and cause.protected
SecureClassLoader
(String name,ClassLoader parent) Creates a newSecureClassLoader
of the specified name and using the specified parent class loader for delegation.SecurityPermission
(String name) Creates a newSecurityPermission
with the specified name.SecurityPermission
(String name,String actions) Creates a newSecurityPermission
object with the specified name.Service
(Provider provider,String type,String algorithm,String className,List<String> aliases,Map<String, String> attributes) Construct a new service.protected
Creates aSignature
object for the specified algorithm.SignatureException
(String msg) Constructs aSignatureException
with the specified detail message.SignatureException
(String message,Throwable cause) Creates aSignatureException
with the specified detail message and cause.Deprecated, for removal: This API element is subject to removal in a future version.Creates aSigner
with the specified identity name.Signer
(String name,IdentityScope scope) Deprecated, for removal: This API element is subject to removal in a future version.Creates aSigner
with the specified identity name and scope.Constructs anUnrecoverableEntryException
with the specified detail message, which provides more information about why this exception has been thrown.Constructs anUnrecoverableKeyException
with the specified detail message, which provides more information about why this exception has been thrown.UnresolvedPermission
(String type,String name,String actions,Certificate[] certs) Creates a newUnresolvedPermission
containing the permission information needed later to actually create a Permission of the specified class, when the permission is resolved.Constructor parameters injava.security with type arguments of typeStringModifierConstructorDescriptionDomainLoadStoreParameter
(URI configuration,Map<String,KeyStore.ProtectionParameter> protectionParams) Constructs aDomainLoadStoreParameter
for a keystore domain with the parameters used to protect keystore data.Service
(Provider provider,String type,String algorithm,String className,List<String> aliases,Map<String, String> attributes) Construct a new service.Service
(Provider provider,String type,String algorithm,String className,List<String> aliases,Map<String, String> attributes) Construct a new service.Service
(Provider provider,String type,String algorithm,String className,List<String> aliases,Map<String, String> attributes) Construct a new service.Uses ofString injava.security.cert
Methods injava.security.cert that returnStringModifier and TypeMethodDescriptionfinalString
CertPathBuilder.getAlgorithm()
Returns the name of the algorithm of thisCertPathBuilder
.finalString
CertPathValidator.getAlgorithm()
Returns the algorithm name of thisCertPathValidator
.finalString
TrustAnchor.getCAName()
Returns the name of the most-trusted CA in RFC 2253String
format.static finalString
CertPathBuilder.getDefaultType()
Returns the defaultCertPathBuilder
type as specified by thecertpathbuilder.type
security property, or the string "PKIX" if no such property exists.static finalString
CertPathValidator.getDefaultType()
Returns the defaultCertPathValidator
type as specified by thecertpathvalidator.type
security property, or the string "PKIX" if no such property exists.static finalString
CertStore.getDefaultType()
Returns the defaultCertStore
type as specified by thecertstore.type
security property, or the string "LDAP" if no such property exists.Extension.getId()
Gets the extensions's object identifier.X509CertSelector.getIssuerAsString()
Deprecated.finalString
PolicyQualifierInfo.getPolicyQualifierId()
Returns thepolicyQualifierId
field of thisPolicyQualifierInfo
.LDAPCertStoreParameters.getServerName()
Returns the DNS name of the LDAP server.abstractString
X509Certificate.getSigAlgName()
Gets the signature algorithm name for the certificate signature algorithm.abstractString
X509CRL.getSigAlgName()
Gets the signature algorithm name for the CRL signature algorithm.abstractString
X509Certificate.getSigAlgOID()
Gets the signature algorithm OID string from the certificate.abstractString
X509CRL.getSigAlgOID()
Gets the signature algorithm OID string from the CRL.PKIXParameters.getSigProvider()
Returns the signature provider's name, ornull
if not set.X509CertSelector.getSubjectAsString()
Deprecated.X509CertSelector.getSubjectPublicKeyAlgID()
Returns the subjectPublicKeyAlgID criterion.finalString
Certificate.getType()
Returns the type of this certificate.finalString
CertificateFactory.getType()
Returns the name of the certificate type associated with this certificate factory.CertPath.getType()
Returns the type ofCertificate
s in this certification path.finalString
CertStore.getType()
Returns the type of thisCertStore
.finalString
CRL.getType()
Returns the type of this CRL.PolicyNode.getValidPolicy()
Returns the valid policy represented by this node.abstractString
Certificate.toString()
Returns a string representation of this certificate.CertPath.toString()
Returns a string representation of this certification path.CollectionCertStoreParameters.toString()
Returns a formatted string describing the parameters.abstractString
CRL.toString()
Returns a string representation of this CRL.LDAPCertStoreParameters.toString()
Returns a formatted string describing the parameters.PKIXBuilderParameters.toString()
Returns a formatted string describing the parameters.PKIXCertPathBuilderResult.toString()
Return a printable representation of thisPKIXCertPathBuilderResult
.PKIXCertPathValidatorResult.toString()
Return a printable representation of thisPKIXCertPathValidatorResult
.PKIXParameters.toString()
Returns a formatted string describing the parameters.PolicyQualifierInfo.toString()
Return a printable representation of thisPolicyQualifierInfo
.TrustAnchor.toString()
Returns a formatted string describing theTrustAnchor
.URICertStoreParameters.toString()
Returns a formatted string describing the parameters including the URI used to construct this object.X509CertSelector.toString()
Return a printable representation of theCertSelector
.abstractString
X509CRLEntry.toString()
Returns a string representation of this CRL entry.X509CRLSelector.toString()
Returns a printable representation of theX509CRLSelector
.Methods injava.security.cert that return types with arguments of typeStringModifier and TypeMethodDescriptionCertificateFactorySpi.engineGetCertPathEncodings()
Returns an iteration of theCertPath
encodings supported by this certificate factory, with the default encoding first.CertificateFactory.getCertPathEncodings()
Returns an iteration of theCertPath
encodings supported by this certificate factory, with the default encoding first.X509Extension.getCriticalExtensionOIDs()
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.CertPath.getEncodings()
Returns an iteration of the encodings supported by this certification path, with the default encoding first.PolicyNode.getExpectedPolicies()
Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.X509Certificate.getExtendedKeyUsage()
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of theExtKeyUsageSyntax
field of the extended key usage extension, (OID = 2.5.29.37).X509CertSelector.getExtendedKeyUsage()
Returns the extendedKeyUsage criterion.CertificateRevokedException.getExtensions()
Returns a map of X.509 extensions containing additional information about the revoked certificate, such as the Invalidity Date Extension.PKIXParameters.getInitialPolicies()
Returns an immutableSet
of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.X509Extension.getNonCriticalExtensionOIDs()
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.X509CertSelector.getPolicy()
Returns the policy criterion.PKIXCertPathChecker.getSupportedExtensions()
Returns an immutableSet
of X.509 certificate extensions that thisPKIXCertPathChecker
supports (i.e. recognizes, is able to process), ornull
if no extensions are supported.Methods injava.security.cert with parameters of typeStringModifier and TypeMethodDescriptionvoid
X509CRLSelector.addIssuerName
(String name) Deprecated.void
X509CertSelector.addPathToName
(int type,String name) Adds a name to the pathToNames criterion.void
X509CertSelector.addSubjectAlternativeName
(int type,String name) Adds a name to the subjectAlternativeNames criterion.CertificateFactorySpi.engineGenerateCertPath
(InputStream inStream,String encoding) Generates aCertPath
object and initializes it with the data read from theInputStream
inStream.finalCertPath
CertificateFactory.generateCertPath
(InputStream inStream,String encoding) Generates aCertPath
object and initializes it with the data read from theInputStream
inStream.abstract byte[]
CertPath.getEncoded
(String encoding) Returns the encoded form of this certification path, using the specified encoding.byte[]
X509Extension.getExtensionValue
(String oid) Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-inoid
String.static finalCertificateFactory
CertificateFactory.getInstance
(String type) Returns a certificate factory object that implements the specified certificate type.static finalCertificateFactory
CertificateFactory.getInstance
(String type,String provider) Returns a certificate factory object for the specified certificate type.static finalCertificateFactory
CertificateFactory.getInstance
(String type,Provider provider) Returns a certificate factory object for the specified certificate type.staticCertPathBuilder
CertPathBuilder.getInstance
(String algorithm) Returns aCertPathBuilder
object that implements the specified algorithm.staticCertPathBuilder
CertPathBuilder.getInstance
(String algorithm,String provider) Returns aCertPathBuilder
object that implements the specified algorithm.staticCertPathBuilder
CertPathBuilder.getInstance
(String algorithm,Provider provider) Returns aCertPathBuilder
object that implements the specified algorithm.staticCertPathValidator
CertPathValidator.getInstance
(String algorithm) Returns aCertPathValidator
object that implements the specified algorithm.staticCertPathValidator
CertPathValidator.getInstance
(String algorithm,String provider) Returns aCertPathValidator
object that implements the specified algorithm.staticCertPathValidator
CertPathValidator.getInstance
(String algorithm,Provider provider) Returns aCertPathValidator
object that implements the specified algorithm.staticCertStore
CertStore.getInstance
(String type,CertStoreParameters params) Returns aCertStore
object that implements the specifiedCertStore
type and is initialized with the specified parameters.staticCertStore
CertStore.getInstance
(String type,CertStoreParameters params,String provider) Returns aCertStore
object that implements the specifiedCertStore
type.staticCertStore
CertStore.getInstance
(String type,CertStoreParameters params,Provider provider) Returns aCertStore
object that implements the specifiedCertStore
type.void
Deprecated.void
PKIXParameters.setSigProvider
(String sigProvider) Sets the signature provider's name.void
X509CertSelector.setSubject
(String subjectDN) Deprecated.void
X509CertSelector.setSubjectPublicKeyAlgID
(String oid) Sets the subjectPublicKeyAlgID criterion.Returns the enum constant of this class with the specified name.staticCRLReason
Returns the enum constant of this class with the specified name.staticPKIXReason
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.abstract void
Verifies that this certificate was signed using the private key that corresponds to the specified public key.abstract void
Verifies that this CRL was signed using the private key that corresponds to the given public key.Method parameters injava.security.cert with type arguments of typeStringModifier and TypeMethodDescriptionabstract void
PKIXCertPathChecker.check
(Certificate cert,Collection<String> unresolvedCritExts) Performs the check(s) on the specified certificate using its internal state and removes any critical extensions that it processes from the specified collection of OID strings that represent the unresolved critical extensions.void
X509CertSelector.setExtendedKeyUsage
(Set<String> keyPurposeSet) Sets the extendedKeyUsage criterion.void
PKIXParameters.setInitialPolicies
(Set<String> initialPolicies) Sets theSet
of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.void
Sets the policy constraint.Constructors injava.security.cert with parameters of typeStringModifierConstructorDescriptionprotected
Certificate
(String type) Creates a certificate of the specified type.CertificateEncodingException
(String message) Constructs a CertificateEncodingException with the specified detail message.CertificateEncodingException
(String message,Throwable cause) Creates aCertificateEncodingException
with the specified detail message and cause.Constructs a certificate exception with the given detail message.CertificateException
(String message,Throwable cause) Creates aCertificateException
with the specified detail message and cause.CertificateExpiredException
(String message) Constructs a CertificateExpiredException with the specified detail message.protected
CertificateFactory
(CertificateFactorySpi certFacSpi,Provider provider,String type) Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.CertificateNotYetValidException
(String message) Constructs a CertificateNotYetValidException with the specified detail message.CertificateParsingException
(String message) Constructs a CertificateParsingException with the specified detail message.CertificateParsingException
(String message,Throwable cause) Creates aCertificateParsingException
with the specified detail message and cause.protected
CertificateRep
(String type, byte[] data) Construct the alternateCertificate
class with theCertificate
type andCertificate
encoding bytes.protected
Creates aCertPath
of the specified type.protected
CertPathBuilder
(CertPathBuilderSpi builderSpi,Provider provider,String algorithm) Creates aCertPathBuilder
object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.Creates aCertPathBuilderException
with the given detail message.CertPathBuilderException
(String msg,Throwable cause) Creates aCertPathBuilderException
with the specified detail message and cause.protected
CertPathRep
(String type, byte[] data) Creates aCertPathRep
with the specified type and encoded form of a certification path.protected
CertPathValidator
(CertPathValidatorSpi validatorSpi,Provider provider,String algorithm) Creates aCertPathValidator
object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.Creates aCertPathValidatorException
with the given detail message.CertPathValidatorException
(String msg,Throwable cause) Creates aCertPathValidatorException
with the specified detail message and cause.CertPathValidatorException
(String msg,Throwable cause,CertPath certPath, int index) Creates aCertPathValidatorException
with the specified detail message, cause, certification path, and index.CertPathValidatorException
(String msg,Throwable cause,CertPath certPath, int index,CertPathValidatorException.Reason reason) Creates aCertPathValidatorException
with the specified detail message, cause, certification path, index, and reason.protected
CertStore
(CertStoreSpi storeSpi,Provider provider,String type,CertStoreParameters params) Creates aCertStore
object of the given type, and encapsulates the given provider implementation (SPI object) in it.CertStoreException
(String msg) Creates aCertStoreException
with the given detail message.CertStoreException
(String msg,Throwable cause) Creates aCertStoreException
with the specified detail message and cause.protected
Creates a CRL of the specified type.CRLException
(String message) Constructs a CRLException with the specified detail message.CRLException
(String message,Throwable cause) Creates aCRLException
with the specified detail message and cause.LDAPCertStoreParameters
(String serverName) Creates an instance ofLDAPCertStoreParameters
with the specified server name and a default port of 389.LDAPCertStoreParameters
(String serverName, int port) Creates an instance ofLDAPCertStoreParameters
with the specified parameter values.TrustAnchor
(String caName,PublicKey pubKey, byte[] nameConstraints) Creates an instance ofTrustAnchor
where the most-trusted CA is specified as a distinguished name and public key.Constructor parameters injava.security.cert with type arguments of typeStringModifierConstructorDescriptionCertificateRevokedException
(Date revocationDate,CRLReason reason,X500Principal authority,Map<String,Extension> extensions) Constructs aCertificateRevokedException
with the specified revocation date, reason code, authority name, and map of extensions.Uses ofString injava.security.spec
Methods injava.security.spec that returnStringModifier and TypeMethodDescriptionEncodedKeySpec.getAlgorithm()
Returns the name of the algorithm of the encoded key.MGF1ParameterSpec.getDigestAlgorithm()
Returns the algorithm name of the message digest used by the mask generation function.PSSParameterSpec.getDigestAlgorithm()
Returns the message digest algorithm name.abstractString
EncodedKeySpec.getFormat()
Returns the name of the encoding format associated with this key specification.finalString
PKCS8EncodedKeySpec.getFormat()
Returns the name of the encoding format associated with this key specification.finalString
X509EncodedKeySpec.getFormat()
Returns the name of the encoding format associated with this key specification.PSSParameterSpec.getMGFAlgorithm()
Returns the mask generation function algorithm name.NamedParameterSpec.getName()
Returns the standard name that determines the algorithm parameters.Constructors injava.security.spec with parameters of typeStringModifierConstructorDescriptionECGenParameterSpec
(String stdName) Creates a parameter specification for EC parameter generation using a standard (or predefined) namestdName
in order to generate the corresponding (precomputed) elliptic curve domain parameters.protected
EncodedKeySpec
(byte[] encodedKey,String algorithm) Creates a newEncodedKeySpec
with the given encoded key.Constructs an InvalidKeySpecException with the specified detail message.InvalidKeySpecException
(String message,Throwable cause) Creates anInvalidKeySpecException
with the specified detail message and cause.Constructs an InvalidParameterSpecException with the specified detail message.MGF1ParameterSpec
(String mdName) Constructs a parameter set for mask generation function MGF1 as defined in the PKCS #1 standard.NamedParameterSpec
(String stdName) Creates a parameter specification using a standard (or predefined) namestdName
.PKCS8EncodedKeySpec
(byte[] encodedKey,String algorithm) Creates a newPKCS8EncodedKeySpec
with the given encoded key and algorithm.PSSParameterSpec
(String mdName,String mgfName,AlgorithmParameterSpec mgfSpec, int saltLen, int trailerField) Creates a newPSSParameterSpec
as defined in the PKCS #1 standard using the specified message digest, mask generation function, parameters for mask generation function, salt length, and trailer field values.X509EncodedKeySpec
(byte[] encodedKey,String algorithm) Creates a newX509EncodedKeySpec
with the given encoded key.Uses ofString injava.sql
Modifier and TypeFieldDescriptionString[]
DriverPropertyInfo.choices
An array of possible values if the value for the fieldDriverPropertyInfo.value
may be selected from a particular set of values; otherwise null.DriverPropertyInfo.description
A brief description of the property, which may be null.DriverPropertyInfo.name
The name of the property.DriverPropertyInfo.value
Thevalue
field specifies the current value of the property, based on a combination of the information supplied to the methodgetPropertyInfo
, the Java environment, and the driver-supplied default values.Modifier and TypeMethodDescriptiondefaultString
Statement.enquoteIdentifier
(String identifier, boolean alwaysQuote) Returns a SQL identifier.defaultString
Statement.enquoteLiteral
(String val) Returns aString
enclosed in single quotes.defaultString
Statement.enquoteNCharLiteral
(String val) Returns aString
representing a National Character Set Literal enclosed in single quotes and prefixed with a upper case letter N.Array.getBaseTypeName()
Retrieves the SQL type name of the elements in the array designated by thisArray
object.Ref.getBaseTypeName()
Retrieves the fully-qualified SQL name of the SQL structured type that thisRef
object references.Connection.getCatalog()
Retrieves thisConnection
object's current catalog name.ResultSetMetaData.getCatalogName
(int column) Gets the designated column's table's catalog name.DatabaseMetaData.getCatalogSeparator()
Retrieves theString
that this database uses as the separator between a catalog and table name.DatabaseMetaData.getCatalogTerm()
Retrieves the database vendor's preferred term for "catalog".Connection.getClientInfo
(String name) Returns the value of the client info property specified by name.ResultSetMetaData.getColumnClassName
(int column) Returns the fully-qualified name of the Java class whose instances are manufactured if the methodResultSet.getObject
is called to retrieve a value from the column.ResultSetMetaData.getColumnLabel
(int column) Gets the designated column's suggested title for use in printouts and displays.ResultSetMetaData.getColumnName
(int column) Get the designated column's name.ResultSetMetaData.getColumnTypeName
(int column) Retrieves the designated column's database-specific type name.ResultSet.getCursorName()
Retrieves the name of the SQL cursor used by thisResultSet
object.DatabaseMetaData.getDatabaseProductName()
Retrieves the name of this database product.DatabaseMetaData.getDatabaseProductVersion()
Retrieves the version number of this database product.DatabaseMetaData.getDriverName()
Retrieves the name of this JDBC driver.DatabaseMetaData.getDriverVersion()
Retrieves the version number of this JDBC driver as aString
.DatabaseMetaData.getExtraNameCharacters()
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).DatabaseMetaData.getIdentifierQuoteString()
Retrieves the string used to quote SQL identifiers.JDBCType.getName()
Returns theSQLType
name that represents a SQL data type.SQLType.getName()
Returns theSQLType
name that represents a SQL data type.CallableStatement.getNString
(int parameterIndex) Retrieves the value of the designatedNCHAR
,NVARCHAR
orLONGNVARCHAR
parameter as aString
in the Java programming language.CallableStatement.getNString
(String parameterName) Retrieves the value of the designatedNCHAR
,NVARCHAR
orLONGNVARCHAR
parameter as aString
in the Java programming language.ResultSet.getNString
(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSet
object as aString
in the Java programming language.ResultSet.getNString
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as aString
in the Java programming language.DatabaseMetaData.getNumericFunctions()
Retrieves a comma-separated list of math functions available with this database.ParameterMetaData.getParameterClassName
(int param) Retrieves the fully-qualified name of the Java class whose instances should be passed to the methodPreparedStatement.setObject
.ParameterMetaData.getParameterTypeName
(int param) Retrieves the designated parameter's database-specific type name.DatabaseMetaData.getProcedureTerm()
Retrieves the database vendor's preferred term for "procedure".Savepoint.getSavepointName()
Retrieves the name of the savepoint that thisSavepoint
object represents.Connection.getSchema()
Retrieves thisConnection
object's current schema name.ResultSetMetaData.getSchemaName
(int column) Get the designated column's table's schema.DatabaseMetaData.getSchemaTerm()
Retrieves the database vendor's preferred term for "schema".DatabaseMetaData.getSearchStringEscape()
Retrieves the string that can be used to escape wildcard characters.DatabaseMetaData.getSQLKeywords()
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.SQLException.getSQLState()
Retrieves the SQLState for thisSQLException
object.SQLData.getSQLTypeName()
Returns the fully-qualified name of the SQL user-defined type that this object represents.Struct.getSQLTypeName()
Retrieves the SQL type name of the SQL structured type that thisStruct
object represents.CallableStatement.getString
(int parameterIndex) Retrieves the value of the designated JDBCCHAR
,VARCHAR
, orLONGVARCHAR
parameter as aString
in the Java programming language.Retrieves the value of a JDBCCHAR
,VARCHAR
, orLONGVARCHAR
parameter as aString
in the Java programming language.ResultSet.getString
(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSet
object as aString
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as aString
in the Java programming language.SQLXML.getString()
Returns a string representation of the XML value designated by this SQLXML instance.DatabaseMetaData.getStringFunctions()
Retrieves a comma-separated list of string functions available with this database.Clob.getSubString
(long pos, int length) Retrieves a copy of the specified substring in theCLOB
value designated by thisClob
object.DatabaseMetaData.getSystemFunctions()
Retrieves a comma-separated list of system functions available with this database.ResultSetMetaData.getTableName
(int column) Gets the designated column's table name.DatabaseMetaData.getTimeDateFunctions()
Retrieves a comma-separated list of the time and date functions available with this database.DatabaseMetaData.getURL()
Retrieves the URL for this DBMS.DatabaseMetaData.getUserName()
Retrieves the user name as known to this database.JDBCType.getVendor()
Returns the name of the vendor that supports this data type.SQLType.getVendor()
Returns the name of the vendor that supports this data type.Converts the given SQL statement into the system's native SQL grammar.SQLInput.readNString()
Reads the next attribute in the stream and returns it as aString
in the Java programming language.SQLInput.readString()
Reads the next attribute in the stream and returns it as aString
in the Java programming language.Date.toString()
Formats a date in the date escape format yyyy-mm-dd.RowId.toString()
Returns a String representing the value of the SQL ROWID designated by thisjava.sql.RowId
object.Time.toString()
Formats a time in JDBC time escape format.Timestamp.toString()
Formats a timestamp in JDBC timestamp escape format.Modifier and TypeMethodDescriptionSQLClientInfoException.getFailedProperties()
Returns the list of client info properties that could not be set.Connection.getTypeMap()
Retrieves theMap
object associated with thisConnection
object.Modifier and TypeMethodDescriptionboolean
Driver.acceptsURL
(String url) Retrieves whether the driver thinks that it can open a connection to the given URL.void
Adds the given SQL command to the current list of commands for thisStatement
object.Driver.connect
(String url,Properties info) Attempts to make a database connection to the given URL.Connection.createArrayOf
(String typeName,Object[] elements) Factory method for creating Array objects.Connection.createStruct
(String typeName,Object[] attributes) Factory method for creating Struct objects.defaultString
Statement.enquoteIdentifier
(String identifier, boolean alwaysQuote) Returns a SQL identifier.defaultString
Statement.enquoteLiteral
(String val) Returns aString
enclosed in single quotes.defaultString
Statement.enquoteNCharLiteral
(String val) Returns aString
representing a National Character Set Literal enclosed in single quotes and prefixed with a upper case letter N.boolean
Executes the given SQL statement, which may return multiple results.boolean
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.boolean
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.boolean
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.default long
Statement.executeLargeUpdate
(String sql) Executes the given SQL statement, which may be anINSERT
,UPDATE
, orDELETE
statement or an SQL statement that returns nothing, such as an SQL DDL statement.default long
Statement.executeLargeUpdate
(String sql, int autoGeneratedKeys) Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by thisStatement
object should be made available for retrieval.default long
Statement.executeLargeUpdate
(String sql, int[] columnIndexes) Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.default long
Statement.executeLargeUpdate
(String sql,String[] columnNames) Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.Statement.executeQuery
(String sql) Executes the given SQL statement, which returns a singleResultSet
object.int
Statement.executeUpdate
(String sql) Executes the given SQL statement, which may be anINSERT
,UPDATE
, orDELETE
statement or an SQL statement that returns nothing, such as an SQL DDL statement.int
Statement.executeUpdate
(String sql, int autoGeneratedKeys) Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by thisStatement
object should be made available for retrieval.int
Statement.executeUpdate
(String sql, int[] columnIndexes) Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.int
Statement.executeUpdate
(String sql,String[] columnNames) Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.int
ResultSet.findColumn
(String columnLabel) Maps the givenResultSet
column label to itsResultSet
column index.Retrieves the value of a JDBCARRAY
parameter as anArray
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as anArray
object in the Java programming language.ResultSet.getAsciiStream
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as a stream of ASCII characters.DatabaseMetaData.getAttributes
(String catalog,String schemaPattern,String typeNamePattern,String attributeNamePattern) Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.DatabaseMetaData.getBestRowIdentifier
(String catalog,String schema,String table, int scope, boolean nullable) Retrieves a description of a table's optimal set of columns that uniquely identifies a row.CallableStatement.getBigDecimal
(String parameterName) Retrieves the value of a JDBCNUMERIC
parameter as ajava.math.BigDecimal
object with as many digits to the right of the decimal point as the value contains.ResultSet.getBigDecimal
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.math.BigDecimal
with full precision.ResultSet.getBigDecimal
(String columnLabel, int scale) Deprecated.UsegetBigDecimal(int columnIndex)
orgetBigDecimal(String columnLabel)
ResultSet.getBinaryStream
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as a stream of uninterpretedbyte
s.Retrieves the value of a JDBCBLOB
parameter as aBlob
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as aBlob
object in the Java programming language.boolean
CallableStatement.getBoolean
(String parameterName) Retrieves the value of a JDBCBIT
orBOOLEAN
parameter as aboolean
in the Java programming language.boolean
ResultSet.getBoolean
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as aboolean
in the Java programming language.byte
Retrieves the value of a JDBCTINYINT
parameter as abyte
in the Java programming language.byte
Retrieves the value of the designated column in the current row of thisResultSet
object as abyte
in the Java programming language.byte[]
Retrieves the value of a JDBCBINARY
orVARBINARY
parameter as an array ofbyte
values in the Java programming language.byte[]
Retrieves the value of the designated column in the current row of thisResultSet
object as abyte
array in the Java programming language.CallableStatement.getCharacterStream
(String parameterName) Retrieves the value of the designated parameter as ajava.io.Reader
object in the Java programming language.ResultSet.getCharacterStream
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.io.Reader
object.Connection.getClientInfo
(String name) Returns the value of the client info property specified by name.Retrieves the value of a JDBCCLOB
parameter as ajava.sql.Clob
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as aClob
object in the Java programming language.DatabaseMetaData.getColumnPrivileges
(String catalog,String schema,String table,String columnNamePattern) Retrieves a description of the access rights for a table's columns.DatabaseMetaData.getColumns
(String catalog,String schemaPattern,String tableNamePattern,String columnNamePattern) Retrieves a description of table columns available in the specified catalog.staticConnection
DriverManager.getConnection
(String url) Attempts to establish a connection to the given database URL.staticConnection
DriverManager.getConnection
(String url,String user,String password) Attempts to establish a connection to the given database URL.staticConnection
DriverManager.getConnection
(String url,Properties info) Attempts to establish a connection to the given database URL.DatabaseMetaData.getCrossReference
(String parentCatalog,String parentSchema,String parentTable,String foreignCatalog,String foreignSchema,String foreignTable) Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).Retrieves the value of a JDBCDATE
parameter as ajava.sql.Date
object.Retrieves the value of a JDBCDATE
parameter as ajava.sql.Date
object, using the givenCalendar
object to construct the date.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
object in the Java programming language.double
Retrieves the value of a JDBCDOUBLE
parameter as adouble
in the Java programming language.double
Retrieves the value of the designated column in the current row of thisResultSet
object as adouble
in the Java programming language.staticDriver
Attempts to locate a driver that understands the given URL.DatabaseMetaData.getExportedKeys
(String catalog,String schema,String table) Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).float
Retrieves the value of a JDBCFLOAT
parameter as afloat
in the Java programming language.float
Retrieves the value of the designated column in the current row of thisResultSet
object as afloat
in the Java programming language.DatabaseMetaData.getFunctionColumns
(String catalog,String schemaPattern,String functionNamePattern,String columnNamePattern) Retrieves a description of the given catalog's system or user function parameters and return type.DatabaseMetaData.getFunctions
(String catalog,String schemaPattern,String functionNamePattern) Retrieves a description of the system and user functions available in the given catalog.DatabaseMetaData.getImportedKeys
(String catalog,String schema,String table) Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).DatabaseMetaData.getIndexInfo
(String catalog,String schema,String table, boolean unique, boolean approximate) Retrieves a description of the given table's indices and statistics.int
Retrieves the value of a JDBCINTEGER
parameter as anint
in the Java programming language.int
Retrieves the value of the designated column in the current row of thisResultSet
object as anint
in the Java programming language.long
Retrieves the value of a JDBCBIGINT
parameter as along
in the Java programming language.long
Retrieves the value of the designated column in the current row of thisResultSet
object as along
in the Java programming language.CallableStatement.getNCharacterStream
(String parameterName) Retrieves the value of the designated parameter as ajava.io.Reader
object in the Java programming language.ResultSet.getNCharacterStream
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.io.Reader
object.Retrieves the value of a JDBCNCLOB
parameter as ajava.sql.NClob
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as aNClob
object in the Java programming language.CallableStatement.getNString
(String parameterName) Retrieves the value of the designatedNCHAR
,NVARCHAR
orLONGNVARCHAR
parameter as aString
in the Java programming language.ResultSet.getNString
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as aString
in the Java programming language.Retrieves the value of a parameter as anObject
in the Java programming language.<T> T
Returns an object representing the value of OUT parameterparameterName
and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.Returns an object representing the value of OUT parameterparameterName
and usesmap
for the custom mapping of the parameter value.Gets the value of the designated column in the current row of thisResultSet
object as anObject
in the Java programming language.<T> T
Retrieves the value of the designated column in the current row of thisResultSet
object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.Retrieves the value of the designated column in the current row of thisResultSet
object as anObject
in the Java programming language.DatabaseMetaData.getPrimaryKeys
(String catalog,String schema,String table) Retrieves a description of the given table's primary key columns.DatabaseMetaData.getProcedureColumns
(String catalog,String schemaPattern,String procedureNamePattern,String columnNamePattern) Retrieves a description of the given catalog's stored procedure parameter and result columns.DatabaseMetaData.getProcedures
(String catalog,String schemaPattern,String procedureNamePattern) Retrieves a description of the stored procedures available in the given catalog.Driver.getPropertyInfo
(String url,Properties info) Gets information about the possible properties for this driver.DatabaseMetaData.getPseudoColumns
(String catalog,String schemaPattern,String tableNamePattern,String columnNamePattern) Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.Retrieves the value of a JDBCREF(<structured-type>)
parameter as aRef
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as aRef
object in the Java programming language.Retrieves the value of the designated JDBCROWID
parameter as ajava.sql.RowId
object.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.RowId
object in the Java programming language.DatabaseMetaData.getSchemas
(String catalog,String schemaPattern) Retrieves the schema names available in this database.short
Retrieves the value of a JDBCSMALLINT
parameter as ashort
in the Java programming language.short
Retrieves the value of the designated column in the current row of thisResultSet
object as ashort
in the Java programming language.Retrieves the value of the designatedSQL XML
parameter as ajava.sql.SQLXML
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
as ajava.sql.SQLXML
object in the Java programming language.Retrieves the value of a JDBCCHAR
,VARCHAR
, orLONGVARCHAR
parameter as aString
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as aString
in the Java programming language.DatabaseMetaData.getSuperTables
(String catalog,String schemaPattern,String tableNamePattern) Retrieves a description of the table hierarchies defined in a particular schema in this database.DatabaseMetaData.getSuperTypes
(String catalog,String schemaPattern,String typeNamePattern) Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.DatabaseMetaData.getTablePrivileges
(String catalog,String schemaPattern,String tableNamePattern) Retrieves a description of the access rights for each table available in a catalog.DatabaseMetaData.getTables
(String catalog,String schemaPattern,String tableNamePattern,String[] types) Retrieves a description of the tables available in the given catalog.Retrieves the value of a JDBCTIME
parameter as ajava.sql.Time
object.Retrieves the value of a JDBCTIME
parameter as ajava.sql.Time
object, using the givenCalendar
object to construct the time.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Time
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Time
object in the Java programming language.CallableStatement.getTimestamp
(String parameterName) Retrieves the value of a JDBCTIMESTAMP
parameter as ajava.sql.Timestamp
object.CallableStatement.getTimestamp
(String parameterName,Calendar cal) Retrieves the value of a JDBCTIMESTAMP
parameter as ajava.sql.Timestamp
object, using the givenCalendar
object to construct theTimestamp
object.ResultSet.getTimestamp
(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Timestamp
object in the Java programming language.ResultSet.getTimestamp
(String columnLabel,Calendar cal) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Timestamp
object in the Java programming language.Retrieves a description of the user-defined types (UDTs) defined in a particular schema.ResultSet.getUnicodeStream
(String columnLabel) Deprecated.usegetCharacterStream
insteadRetrieves the value of a JDBCDATALINK
parameter as ajava.net.URL
object.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.net.URL
object in the Java programming language.DatabaseMetaData.getVersionColumns
(String catalog,String schema,String table) Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.default boolean
Statement.isSimpleIdentifier
(String identifier) Retrieves whetheridentifier
is a simple SQL identifier.Converts the given SQL statement into the system's native SQL grammar.Specifies the password to be used when creating a connectionlong
Retrieves the character position at which the specified substringsearchstr
appears in the SQLCLOB
value represented by thisClob
object.Connection.prepareCall
(String sql) Creates aCallableStatement
object for calling database stored procedures.Connection.prepareCall
(String sql, int resultSetType, int resultSetConcurrency) Creates aCallableStatement
object that will generateResultSet
objects with the given type and concurrency.Connection.prepareCall
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Creates aCallableStatement
object that will generateResultSet
objects with the given type and concurrency.Connection.prepareStatement
(String sql) Creates aPreparedStatement
object for sending parameterized SQL statements to the database.Connection.prepareStatement
(String sql, int autoGeneratedKeys) Creates a defaultPreparedStatement
object that has the capability to retrieve auto-generated keys.Connection.prepareStatement
(String sql, int[] columnIndexes) Creates a defaultPreparedStatement
object capable of returning the auto-generated keys designated by the given array.Connection.prepareStatement
(String sql, int resultSetType, int resultSetConcurrency) Creates aPreparedStatement
object that will generateResultSet
objects with the given type and concurrency.Connection.prepareStatement
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Creates aPreparedStatement
object that will generateResultSet
objects with the given type, concurrency, and holdability.Connection.prepareStatement
(String sql,String[] columnNames) Creates a defaultPreparedStatement
object capable of returning the auto-generated keys designated by the given array.static void
Prints a message to the current JDBC log stream.void
Populates this object with data read from the database.void
CallableStatement.registerOutParameter
(int parameterIndex, int sqlType,String typeName) Registers the designated output parameter.default void
CallableStatement.registerOutParameter
(int parameterIndex,SQLType sqlType,String typeName) Registers the designated output parameter.void
CallableStatement.registerOutParameter
(String parameterName, int sqlType) Registers the OUT parameter namedparameterName
to the JDBC typesqlType
.void
CallableStatement.registerOutParameter
(String parameterName, int sqlType, int scale) Registers the parameter namedparameterName
to be of JDBC typesqlType
.void
CallableStatement.registerOutParameter
(String parameterName, int sqlType,String typeName) Registers the designated output parameter.default void
CallableStatement.registerOutParameter
(String parameterName,SQLType sqlType) Registers the OUT parameter namedparameterName
to the JDBC typesqlType
.default void
CallableStatement.registerOutParameter
(String parameterName,SQLType sqlType, int scale) Registers the parameter namedparameterName
to be of JDBC typesqlType
.default void
CallableStatement.registerOutParameter
(String parameterName,SQLType sqlType,String typeName) Registers the designated output parameter.void
CallableStatement.setAsciiStream
(String parameterName,InputStream x) Sets the designated parameter to the given input stream.void
CallableStatement.setAsciiStream
(String parameterName,InputStream x, int length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
CallableStatement.setAsciiStream
(String parameterName,InputStream x, long length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
CallableStatement.setBigDecimal
(String parameterName,BigDecimal x) Sets the designated parameter to the givenjava.math.BigDecimal
value.void
CallableStatement.setBinaryStream
(String parameterName,InputStream x) Sets the designated parameter to the given input stream.void
CallableStatement.setBinaryStream
(String parameterName,InputStream x, int length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
CallableStatement.setBinaryStream
(String parameterName,InputStream x, long length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
CallableStatement.setBlob
(String parameterName,InputStream inputStream) Sets the designated parameter to anInputStream
object.void
CallableStatement.setBlob
(String parameterName,InputStream inputStream, long length) Sets the designated parameter to anInputStream
object.void
Sets the designated parameter to the givenjava.sql.Blob
object.void
CallableStatement.setBoolean
(String parameterName, boolean x) Sets the designated parameter to the given Javaboolean
value.void
Sets the designated parameter to the given Javabyte
value.void
Sets the designated parameter to the given Java array of bytes.void
Connection.setCatalog
(String catalog) Sets the given catalog name in order to select a subspace of thisConnection
object's database in which to work.void
CallableStatement.setCharacterStream
(String parameterName,Reader reader) Sets the designated parameter to the givenReader
object.void
CallableStatement.setCharacterStream
(String parameterName,Reader reader, int length) Sets the designated parameter to the givenReader
object, which is the given number of characters long.void
CallableStatement.setCharacterStream
(String parameterName,Reader reader, long length) Sets the designated parameter to the givenReader
object, which is the given number of characters long.void
Connection.setClientInfo
(String name,String value) Sets the value of the client info property specified by name to the value specified by value.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to the givenjava.sql.Clob
object.void
Statement.setCursorName
(String name) Sets the SQL cursor name to the givenString
, which will be used by subsequentStatement
objectexecute
methods.void
Sets the designated parameter to the givenjava.sql.Date
value using the default time zone of the virtual machine that is running the application.void
Sets the designated parameter to the givenjava.sql.Date
value, using the givenCalendar
object.void
Sets the designated parameter to the given Javadouble
value.void
Sets the designated parameter to the given Javafloat
value.void
Sets the designated parameter to the given Javaint
value.void
Sets the designated parameter to the given Javalong
value.void
CallableStatement.setNCharacterStream
(String parameterName,Reader value) Sets the designated parameter to aReader
object.void
CallableStatement.setNCharacterStream
(String parameterName,Reader value, long length) Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to ajava.sql.NClob
object.void
CallableStatement.setNString
(String parameterName,String value) Sets the designated parameter to the givenString
object.void
PreparedStatement.setNString
(int parameterIndex,String value) Sets the designated parameter to the givenString
object.void
Sets the designated parameter to SQLNULL
.void
Sets the designated parameter to SQLNULL
.void
Sets the designated parameter to SQLNULL
.void
Sets the value of the designated parameter with the given object.void
Sets the value of the designated parameter with the given object.void
Sets the value of the designated parameter with the given object.default void
Sets the value of the designated parameter with the given object.default void
Sets the value of the designated parameter with the given object.void
Sets the designated parameter to the givenjava.sql.RowId
object.Connection.setSavepoint
(String name) Creates a savepoint with the given name in the current transaction and returns the newSavepoint
object that represents it.void
Sets the given schema name to access.void
Sets the designated parameter to the given Javashort
value.void
Sets the designated parameter to the givenjava.sql.SQLXML
object.void
Sets the designated parameter to the given JavaString
value.int
Writes the given JavaString
to theCLOB
value that thisClob
object designates at the positionpos
.int
Writeslen
characters ofstr
, starting at characteroffset
, to theCLOB
value that thisClob
represents.void
Sets the designated parameter to the given JavaString
value.void
Sets the XML value designated by this SQLXML instance to the given String representation.void
Sets the designated parameter to the givenjava.sql.Time
value.void
Sets the designated parameter to the givenjava.sql.Time
value, using the givenCalendar
object.void
CallableStatement.setTimestamp
(String parameterName,Timestamp x) Sets the designated parameter to the givenjava.sql.Timestamp
value.void
CallableStatement.setTimestamp
(String parameterName,Timestamp x,Calendar cal) Sets the designated parameter to the givenjava.sql.Timestamp
value, using the givenCalendar
object.void
Sets the designated parameter to the givenjava.net.URL
object.void
ResultSet.updateArray
(String columnLabel,Array x) Updates the designated column with ajava.sql.Array
value.void
ResultSet.updateAsciiStream
(String columnLabel,InputStream x) Updates the designated column with an ascii stream value.void
ResultSet.updateAsciiStream
(String columnLabel,InputStream x, int length) Updates the designated column with an ascii stream value, which will have the specified number of bytes.void
ResultSet.updateAsciiStream
(String columnLabel,InputStream x, long length) Updates the designated column with an ascii stream value, which will have the specified number of bytes.void
ResultSet.updateBigDecimal
(String columnLabel,BigDecimal x) Updates the designated column with ajava.sql.BigDecimal
value.void
ResultSet.updateBinaryStream
(String columnLabel,InputStream x) Updates the designated column with a binary stream value.void
ResultSet.updateBinaryStream
(String columnLabel,InputStream x, int length) Updates the designated column with a binary stream value, which will have the specified number of bytes.void
ResultSet.updateBinaryStream
(String columnLabel,InputStream x, long length) Updates the designated column with a binary stream value, which will have the specified number of bytes.void
ResultSet.updateBlob
(String columnLabel,InputStream inputStream) Updates the designated column using the given input stream.void
ResultSet.updateBlob
(String columnLabel,InputStream inputStream, long length) Updates the designated column using the given input stream, which will have the specified number of bytes.void
ResultSet.updateBlob
(String columnLabel,Blob x) Updates the designated column with ajava.sql.Blob
value.void
ResultSet.updateBoolean
(String columnLabel, boolean x) Updates the designated column with aboolean
value.void
ResultSet.updateByte
(String columnLabel, byte x) Updates the designated column with abyte
value.void
ResultSet.updateBytes
(String columnLabel, byte[] x) Updates the designated column with a byte array value.void
ResultSet.updateCharacterStream
(String columnLabel,Reader reader) Updates the designated column with a character stream value.void
ResultSet.updateCharacterStream
(String columnLabel,Reader reader, int length) Updates the designated column with a character stream value, which will have the specified number of bytes.void
ResultSet.updateCharacterStream
(String columnLabel,Reader reader, long length) Updates the designated column with a character stream value, which will have the specified number of bytes.void
ResultSet.updateClob
(String columnLabel,Reader reader) Updates the designated column using the givenReader
object.void
ResultSet.updateClob
(String columnLabel,Reader reader, long length) Updates the designated column using the givenReader
object, which is the given number of characters long.void
ResultSet.updateClob
(String columnLabel,Clob x) Updates the designated column with ajava.sql.Clob
value.void
ResultSet.updateDate
(String columnLabel,Date x) Updates the designated column with ajava.sql.Date
value.void
ResultSet.updateDouble
(String columnLabel, double x) Updates the designated column with adouble
value.void
ResultSet.updateFloat
(String columnLabel, float x) Updates the designated column with afloat
value.void
Updates the designated column with anint
value.void
ResultSet.updateLong
(String columnLabel, long x) Updates the designated column with along
value.void
ResultSet.updateNCharacterStream
(String columnLabel,Reader reader) Updates the designated column with a character stream value.void
ResultSet.updateNCharacterStream
(String columnLabel,Reader reader, long length) Updates the designated column with a character stream value, which will have the specified number of bytes.void
ResultSet.updateNClob
(String columnLabel,Reader reader) Updates the designated column using the givenReader
object.void
ResultSet.updateNClob
(String columnLabel,Reader reader, long length) Updates the designated column using the givenReader
object, which is the given number of characters long.void
ResultSet.updateNClob
(String columnLabel,NClob nClob) Updates the designated column with ajava.sql.NClob
value.void
ResultSet.updateNString
(int columnIndex,String nString) Updates the designated column with aString
value.void
ResultSet.updateNString
(String columnLabel,String nString) Updates the designated column with aString
value.void
ResultSet.updateNull
(String columnLabel) Updates the designated column with anull
value.void
ResultSet.updateObject
(String columnLabel,Object x) Updates the designated column with anObject
value.void
ResultSet.updateObject
(String columnLabel,Object x, int scaleOrLength) Updates the designated column with anObject
value.default void
ResultSet.updateObject
(String columnLabel,Object x,SQLType targetSqlType) Updates the designated column with anObject
value.default void
ResultSet.updateObject
(String columnLabel,Object x,SQLType targetSqlType, int scaleOrLength) Updates the designated column with anObject
value.void
Updates the designated column with ajava.sql.Ref
value.void
ResultSet.updateRowId
(String columnLabel,RowId x) Updates the designated column with aRowId
value.void
ResultSet.updateShort
(String columnLabel, short x) Updates the designated column with ashort
value.void
ResultSet.updateSQLXML
(String columnLabel,SQLXML xmlObject) Updates the designated column with ajava.sql.SQLXML
value.void
ResultSet.updateString
(int columnIndex,String x) Updates the designated column with aString
value.void
ResultSet.updateString
(String columnLabel,String x) Updates the designated column with aString
value.void
ResultSet.updateTime
(String columnLabel,Time x) Updates the designated column with ajava.sql.Time
value.void
ResultSet.updateTimestamp
(String columnLabel,Timestamp x) Updates the designated column with ajava.sql.Timestamp
value.Specifies the username to be used when creating a connectionstaticClientInfoStatus
Returns the enum constant of this class with the specified name.staticDate
Converts a string in JDBC date escape format to aDate
value.staticJDBCType
Returns the enum constant of this class with the specified name.staticPseudoColumnUsage
Returns the enum constant of this class with the specified name.staticRowIdLifetime
Returns the enum constant of this class with the specified name.staticTime
Converts a string in JDBC time escape format to aTime
value.staticTimestamp
Converts aString
object in JDBC timestamp escape format to aTimestamp
value.void
SQLOutput.writeNString
(String x) Writes the next attribute to the stream as aString
in the Java programming language.void
SQLOutput.writeString
(String x) Writes the next attribute to the stream as aString
in the Java programming language.Modifier and TypeMethodDescriptionRetrieves a slice of the SQLARRAY
value designated by thisArray
object, beginning with the specifiedindex
and containing up tocount
successive elements of the SQL array.Retrieves the contents of the SQLARRAY
value designated by thisArray
object.Object[]
Struct.getAttributes
(Map<String, Class<?>> map) Produces the ordered values of the attributes of the SQL structured type that thisStruct
object represents.Returns an object representing the value of OUT parameterparameterIndex
and usesmap
for the custom mapping of the parameter value.Returns an object representing the value of OUT parameterparameterName
and usesmap
for the custom mapping of the parameter value.Retrieves the referenced object and maps it to a Java type using the given type map.Retrieves the value of the designated column in the current row of thisResultSet
object as anObject
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as anObject
in the Java programming language.Array.getResultSet
(long index, int count,Map<String, Class<?>> map) Retrieves a result set holding the elements of the subarray that starts at indexindex
and contains up tocount
successive elements.Array.getResultSet
(Map<String, Class<?>> map) Retrieves a result set that contains the elements of the SQLARRAY
value designated by thisArray
object.void
Connection.setTypeMap
(Map<String, Class<?>> map) Installs the givenTypeMap
object as the type map for thisConnection
object.ModifierConstructorDescriptionBatchUpdateException
(String reason, int[] updateCounts) Constructs aBatchUpdateException
object initialized with a givenreason
andupdateCounts
.BatchUpdateException
(String reason, int[] updateCounts,Throwable cause) Constructs aBatchUpdateException
object initialized with a givenreason
,cause
andupdateCounts
.BatchUpdateException
(String reason,String SQLState, int[] updateCounts) Constructs aBatchUpdateException
object initialized with a givenreason
,SQLState
andupdateCounts
.BatchUpdateException
(String reason,String SQLState, int[] updateCounts,Throwable cause) Constructs aBatchUpdateException
object initialized with a givenreason
,SQLState
,cause
, andupdateCounts
.BatchUpdateException
(String reason,String SQLState, int vendorCode, int[] updateCounts) Constructs aBatchUpdateException
object initialized with a givenreason
,SQLState
,vendorCode
andupdateCounts
.BatchUpdateException
(String reason,String SQLState, int vendorCode, int[] updateCounts,Throwable cause) Constructs aBatchUpdateException
object initialized with a givenreason
,SQLState
,vendorCode
cause
andupdateCounts
.BatchUpdateException
(String reason,String SQLState, int vendorCode, long[] updateCounts,Throwable cause) Constructs aBatchUpdateException
object initialized with a givenreason
,SQLState
,vendorCode
cause
andupdateCounts
.DriverPropertyInfo
(String name,String value) Constructs aDriverPropertyInfo
object with a given name and value.SQLClientInfoException
(String reason,String SQLState, int vendorCode,Map<String,ClientInfoStatus> failedProperties) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
,vendorCode
andfailedProperties
.SQLClientInfoException
(String reason,String SQLState, int vendorCode,Map<String,ClientInfoStatus> failedProperties,Throwable cause) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
,cause
,vendorCode
andfailedProperties
.SQLClientInfoException
(String reason,String SQLState,Map<String,ClientInfoStatus> failedProperties) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
andfailedProperties
.SQLClientInfoException
(String reason,String SQLState,Map<String,ClientInfoStatus> failedProperties,Throwable cause) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
,cause
andfailedProperties
.SQLClientInfoException
(String reason,Map<String,ClientInfoStatus> failedProperties) Constructs aSQLClientInfoException
object initialized with a givenreason
andfailedProperties
.SQLClientInfoException
(String reason,Map<String,ClientInfoStatus> failedProperties,Throwable cause) Constructs aSQLClientInfoException
object initialized with a givenreason
,cause
andfailedProperties
.SQLDataException
(String reason) Constructs aSQLDataException
object with a givenreason
.SQLDataException
(String reason,String SQLState) Constructs aSQLDataException
object with a givenreason
andSQLState
.SQLDataException
(String reason,String SQLState, int vendorCode) Constructs aSQLDataException
object with a givenreason
,SQLState
andvendorCode
.SQLDataException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLDataException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLDataException
(String reason,String SQLState,Throwable cause) Constructs aSQLDataException
object with a givenreason
,SQLState
andcause
.SQLDataException
(String reason,Throwable cause) Constructs aSQLDataException
object with a givenreason
andcause
.SQLException
(String reason) Constructs aSQLException
object with a givenreason
.SQLException
(String reason,String SQLState) Constructs aSQLException
object with a givenreason
andSQLState
.SQLException
(String reason,String SQLState, int vendorCode) Constructs aSQLException
object with a givenreason
,SQLState
andvendorCode
.SQLException
(String reason,String sqlState, int vendorCode,Throwable cause) Constructs aSQLException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLException
(String reason,String sqlState,Throwable cause) Constructs aSQLException
object with a givenreason
,SQLState
andcause
.SQLException
(String reason,Throwable cause) Constructs aSQLException
object with a givenreason
andcause
.Constructs aSQLFeatureNotSupportedException
object with a givenreason
.SQLFeatureNotSupportedException
(String reason,String SQLState) Constructs aSQLFeatureNotSupportedException
object with a givenreason
andSQLState
.SQLFeatureNotSupportedException
(String reason,String SQLState, int vendorCode) Constructs aSQLFeatureNotSupportedException
object with a givenreason
,SQLState
andvendorCode
.SQLFeatureNotSupportedException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLFeatureNotSupportedException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLFeatureNotSupportedException
(String reason,String SQLState,Throwable cause) Constructs aSQLFeatureNotSupportedException
object with a givenreason
,SQLState
andcause
.SQLFeatureNotSupportedException
(String reason,Throwable cause) Constructs aSQLFeatureNotSupportedException
object with a givenreason
andcause
.Constructs aSQLIntegrityConstraintViolationException
with a givenreason
.SQLIntegrityConstraintViolationException
(String reason,String SQLState) Constructs aSQLIntegrityConstraintViolationException
object with a givenreason
andSQLState
.SQLIntegrityConstraintViolationException
(String reason,String SQLState, int vendorCode) Constructs aSQLIntegrityConstraintViolationException
object with a givenreason
,SQLState
andvendorCode
.SQLIntegrityConstraintViolationException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLIntegrityConstraintViolationException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLIntegrityConstraintViolationException
(String reason,String SQLState,Throwable cause) Constructs aSQLIntegrityConstraintViolationException
object with a givenreason
,SQLState
andcause
.SQLIntegrityConstraintViolationException
(String reason,Throwable cause) Constructs aSQLIntegrityConstraintViolationException
object with a givenreason
andcause
.Constructs aSQLInvalidAuthorizationSpecException
object with a givenreason
.SQLInvalidAuthorizationSpecException
(String reason,String SQLState) Constructs aSQLInvalidAuthorizationSpecException
object with a givenreason
andSQLState
.SQLInvalidAuthorizationSpecException
(String reason,String SQLState, int vendorCode) Constructs aSQLInvalidAuthorizationSpecException
object with a givenreason
,SQLState
andvendorCode
.SQLInvalidAuthorizationSpecException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLInvalidAuthorizationSpecException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLInvalidAuthorizationSpecException
(String reason,String SQLState,Throwable cause) Constructs aSQLInvalidAuthorizationSpecException
object with a givenreason
,SQLState
andcause
.SQLInvalidAuthorizationSpecException
(String reason,Throwable cause) Constructs aSQLInvalidAuthorizationSpecException
object with a givenreason
andcause
.Constructs aSQLNonTransientConnectionException
object with a givenreason
.SQLNonTransientConnectionException
(String reason,String SQLState) Constructs aSQLNonTransientConnectionException
object with a givenreason
andSQLState
.SQLNonTransientConnectionException
(String reason,String SQLState, int vendorCode) Constructs aSQLNonTransientConnectionException
object with a givenreason
,SQLState
andvendorCode
.SQLNonTransientConnectionException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLNonTransientConnectionException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLNonTransientConnectionException
(String reason,String SQLState,Throwable cause) Constructs aSQLNonTransientConnectionException
object with a givenreason
,SQLState
andcause
.SQLNonTransientConnectionException
(String reason,Throwable cause) Constructs aSQLNonTransientConnectionException
object with a givenreason
andcause
.SQLNonTransientException
(String reason) Constructs aSQLNonTransientException
object with a givenreason
.SQLNonTransientException
(String reason,String SQLState) Constructs aSQLNonTransientException
object with a givenreason
andSQLState
.SQLNonTransientException
(String reason,String SQLState, int vendorCode) Constructs aSQLNonTransientException
object with a givenreason
,SQLState
andvendorCode
.SQLNonTransientException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLNonTransientException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLNonTransientException
(String reason,String SQLState,Throwable cause) Constructs aSQLNonTransientException
object with a givenreason
,SQLState
andcause
.SQLNonTransientException
(String reason,Throwable cause) Constructs aSQLNonTransientException
object with a givenreason
andcause
.SQLPermission
(String name) Creates a newSQLPermission
object with the specified name.SQLPermission
(String name,String actions) Creates a newSQLPermission
object with the specified name.SQLRecoverableException
(String reason) Constructs aSQLRecoverableException
object with a givenreason
.SQLRecoverableException
(String reason,String SQLState) Constructs aSQLRecoverableException
object with a givenreason
andSQLState
.SQLRecoverableException
(String reason,String SQLState, int vendorCode) Constructs aSQLRecoverableException
object with a givenreason
,SQLState
andvendorCode
.SQLRecoverableException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLRecoverableException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLRecoverableException
(String reason,String SQLState,Throwable cause) Constructs aSQLRecoverableException
object with a givenreason
,SQLState
andcause
.SQLRecoverableException
(String reason,Throwable cause) Constructs aSQLRecoverableException
object with a givenreason
andcause
.SQLSyntaxErrorException
(String reason) Constructs aSQLSyntaxErrorException
object with a givenreason
.SQLSyntaxErrorException
(String reason,String SQLState) Constructs aSQLSyntaxErrorException
object with a givenreason
andSQLState
.SQLSyntaxErrorException
(String reason,String SQLState, int vendorCode) Constructs aSQLSyntaxErrorException
object with a givenreason
,SQLState
andvendorCode
.SQLSyntaxErrorException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLSyntaxErrorException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLSyntaxErrorException
(String reason,String SQLState,Throwable cause) Constructs aSQLSyntaxErrorException
object with a givenreason
,SQLState
andcause
.SQLSyntaxErrorException
(String reason,Throwable cause) Constructs aSQLSyntaxErrorException
object with a givenreason
andcause
.SQLTimeoutException
(String reason) Constructs aSQLTimeoutException
object with a givenreason
.SQLTimeoutException
(String reason,String SQLState) Constructs aSQLTimeoutException
object with a givenreason
andSQLState
.SQLTimeoutException
(String reason,String SQLState, int vendorCode) Constructs aSQLTimeoutException
object with a givenreason
,SQLState
andvendorCode
.SQLTimeoutException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLTimeoutException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLTimeoutException
(String reason,String SQLState,Throwable cause) Constructs aSQLTimeoutException
object with a givenreason
,SQLState
andcause
.SQLTimeoutException
(String reason,Throwable cause) Constructs aSQLTimeoutException
object with a givenreason
andcause
.Constructs aSQLTransactionRollbackException
object with a givenreason
.SQLTransactionRollbackException
(String reason,String SQLState) Constructs aSQLTransactionRollbackException
object with a givenreason
andSQLState
.SQLTransactionRollbackException
(String reason,String SQLState, int vendorCode) Constructs aSQLTransactionRollbackException
object with a givenreason
,SQLState
andvendorCode
.SQLTransactionRollbackException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLTransactionRollbackException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLTransactionRollbackException
(String reason,String SQLState,Throwable cause) Constructs aSQLTransactionRollbackException
object with a givenreason
,SQLState
andcause
.SQLTransactionRollbackException
(String reason,Throwable cause) Constructs aSQLTransactionRollbackException
object with a givenreason
andcause
.Constructs aSQLTransientConnectionException
object with a givenreason
.SQLTransientConnectionException
(String reason,String SQLState) Constructs aSQLTransientConnectionException
object with a givenreason
andSQLState
.SQLTransientConnectionException
(String reason,String SQLState, int vendorCode) Constructs aSQLTransientConnectionException
object with a givenreason
,SQLState
andvendorCode
.SQLTransientConnectionException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLTransientConnectionException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLTransientConnectionException
(String reason,String SQLState,Throwable cause) Constructs aSQLTransientConnectionException
object with a givenreason
,SQLState
andcause
.SQLTransientConnectionException
(String reason,Throwable cause) Constructs aSQLTransientConnectionException
object with a givenreason
andcause
.SQLTransientException
(String reason) Constructs aSQLTransientException
object with a givenreason
.SQLTransientException
(String reason,String SQLState) Constructs aSQLTransientException
object with a givenreason
andSQLState
.SQLTransientException
(String reason,String SQLState, int vendorCode) Constructs aSQLTransientException
object with a givenreason
,SQLState
andvendorCode
.SQLTransientException
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLTransientException
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLTransientException
(String reason,String SQLState,Throwable cause) Constructs aSQLTransientException
object with a givenreason
,SQLState
andcause
.SQLTransientException
(String reason,Throwable cause) Constructs aSQLTransientException
object with a givenreason
andcause
.SQLWarning
(String reason) Constructs aSQLWarning
object with a givenreason
.SQLWarning
(String reason,String SQLState) Constructs aSQLWarning
object with a givenreason
andSQLState
.SQLWarning
(String reason,String SQLState, int vendorCode) Constructs aSQLWarning
object with a givenreason
,SQLState
andvendorCode
.SQLWarning
(String reason,String SQLState, int vendorCode,Throwable cause) Constructs aSQLWarning
object with a givenreason
,SQLState
,vendorCode
andcause
.SQLWarning
(String reason,String SQLState,Throwable cause) Constructs aSQLWarning
object with a givenreason
,SQLState
andcause
.SQLWarning
(String reason,Throwable cause) Constructs aSQLWarning
object with a givenreason
andcause
.ModifierConstructorDescriptionSQLClientInfoException
(String reason,String SQLState, int vendorCode,Map<String,ClientInfoStatus> failedProperties) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
,vendorCode
andfailedProperties
.SQLClientInfoException
(String reason,String SQLState, int vendorCode,Map<String,ClientInfoStatus> failedProperties,Throwable cause) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
,cause
,vendorCode
andfailedProperties
.SQLClientInfoException
(String reason,String SQLState,Map<String,ClientInfoStatus> failedProperties) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
andfailedProperties
.SQLClientInfoException
(String reason,String SQLState,Map<String,ClientInfoStatus> failedProperties,Throwable cause) Constructs aSQLClientInfoException
object initialized with a givenreason
,SQLState
,cause
andfailedProperties
.SQLClientInfoException
(String reason,Map<String,ClientInfoStatus> failedProperties) Constructs aSQLClientInfoException
object initialized with a givenreason
andfailedProperties
.SQLClientInfoException
(String reason,Map<String,ClientInfoStatus> failedProperties,Throwable cause) Constructs aSQLClientInfoException
object initialized with a givenreason
,cause
andfailedProperties
.SQLClientInfoException
(Map<String,ClientInfoStatus> failedProperties) Constructs aSQLClientInfoException
object initialized with a givenfailedProperties
.SQLClientInfoException
(Map<String,ClientInfoStatus> failedProperties,Throwable cause) Constructs aSQLClientInfoException
object initialized with a givencause
andfailedProperties
.Uses ofString injava.text
Modifier and TypeMethodDescriptionfinalString
Formats aDate
into a date-time string.finalString
Formats an object to produce a string.Returns the string that consists of the input strings, concatenated with the patterns of thisListFormat
.staticString
Creates a MessageFormat with the given pattern and uses it to format the given arguments.finalString
NumberFormat.format
(double number) Specialization of format.finalString
NumberFormat.format
(long number) Specialization of format.String[]
DateFormatSymbols.getAmPmStrings()
Gets ampm strings.DecimalFormatSymbols.getCurrencySymbol()
Returns the currency symbol for the currency of these DecimalFormatSymbols in their locale.String[]
DateFormatSymbols.getEras()
Gets era strings.DecimalFormatSymbols.getExponentSeparator()
Returns the string used to separate the mantissa from the exponent.DecimalFormatSymbols.getInfinity()
Gets the string used to represent infinity.DecimalFormatSymbols.getInternationalCurrencySymbol()
Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols.DateFormatSymbols.getLocalPatternChars()
Gets localized date-time pattern characters.String[]
DateFormatSymbols.getMonths()
Gets month strings.protectedString
AttributedCharacterIterator.Attribute.getName()
Returns the name of the attribute.DecimalFormatSymbols.getNaN()
Gets the string used to represent "not a number".DecimalFormat.getNegativePrefix()
Get the negative prefix.DecimalFormat.getNegativeSuffix()
Get the negative suffix.String[]
ListFormat.getPatterns()
Returns the patterns used in this ListFormat.DecimalFormat.getPositivePrefix()
Get the positive prefix.DecimalFormat.getPositiveSuffix()
Get the positive suffix.RuleBasedCollator.getRules()
Gets the table-based rules for the collation object.String[]
DateFormatSymbols.getShortMonths()
Gets short month strings.String[]
DateFormatSymbols.getShortWeekdays()
Gets short weekday strings.CollationKey.getSourceString()
Returns the String that this CollationKey represents.String[]
DateFormatSymbols.getWeekdays()
Gets weekday strings.String[][]
DateFormatSymbols.getZoneStrings()
Gets time zone strings.staticString
Normalizer.normalize
(CharSequence src,Normalizer.Form form) Normalize a sequence of char values.DecimalFormat.toLocalizedPattern()
Synthesizes a localized pattern string that represents the current state of this Format object.SimpleDateFormat.toLocalizedPattern()
Returns a localized pattern string describing this date format.ChoiceFormat.toPattern()
Returns a patternstring
that represents thelimits
andformats
of this ChoiceFormat object.DecimalFormat.toPattern()
Synthesizes a pattern string that represents the current state of this Format object.MessageFormat.toPattern()
Returns a String pattern adhering to thepatterns section
that represents the current state of thisMessageFormat
.SimpleDateFormat.toPattern()
Returns a pattern string describing this date format.Annotation.toString()
Returns the String representation of this Annotation.AttributedCharacterIterator.Attribute.toString()
Returns a string representation of the object.Bidi.toString()
Display the bidi internal state, used in debugging.ChoiceFormat.toString()
Returns a string identifying thisChoiceFormat
, for debugging.CompactNumberFormat.toString()
Returns a string identifying thisCompactNumberFormat
, for debugging.DecimalFormat.toString()
Returns a string identifying thisDecimalFormat
, for debugging.FieldPosition.toString()
Return a string representation of this FieldPosition.ListFormat.toString()
Returns a string identifying thisListFormat
, for debugging.MessageFormat.toString()
Returns a string identifying thisMessageFormat
, for debugging.ParsePosition.toString()
Return a string representation of this ParsePosition.SimpleDateFormat.toString()
Returns a string identifying thisSimpleDateFormat
, for debugging.Modifier and TypeMethodDescriptionReturns the parsed list of strings from thesource
string.Modifier and TypeMethodDescriptionvoid
DecimalFormat.applyLocalizedPattern
(String pattern) Apply the given pattern to this Format object.void
SimpleDateFormat.applyLocalizedPattern
(String pattern) Applies the given localized pattern string to this date format.void
ChoiceFormat.applyPattern
(String newPattern) Apply the given pattern to this ChoiceFormat object.void
DecimalFormat.applyPattern
(String pattern) Apply the given pattern to this Format object.void
MessageFormat.applyPattern
(String pattern) Sets the pattern used by this message format.void
SimpleDateFormat.applyPattern
(String pattern) Applies the given pattern string to this date format.abstract int
Compares the source string to the target string according to the collation rules for this Collator.int
Compares the character data stored in two different strings based on the collation rules.boolean
Convenience method for comparing the equality of two strings based on this Collator's collation rules.staticString
Creates a MessageFormat with the given pattern and uses it to format the given arguments.RuleBasedCollator.getCollationElementIterator
(String source) Returns a CollationElementIterator for the given String.abstractCollationKey
Collator.getCollationKey
(String source) Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.RuleBasedCollator.getCollationKey
(String source) Transforms the string into a series of characters that can be compared with CollationKey.compareTo.staticListFormat
ListFormat.getInstance
(String[] patterns) Returns the ListFormat object for the specified patterns.ChoiceFormat.parse
(String text,ParsePosition status) Parses a Number from the input text.CompactNumberFormat.parse
(String text,ParsePosition pos) Parses text from the beginning of the given string to produce aNumber
.Parses text from the beginning of the given string to produce a date.abstractDate
DateFormat.parse
(String source,ParsePosition pos) Parse a date/time string according to the given parse position.DecimalFormat.parse
(String text,ParsePosition pos) Parses text from the beginning of the given string to produce aNumber
.Returns the parsed list of strings from thesource
string.Object[]
Parses text from the beginning of the given string to produce an object array.Object[]
MessageFormat.parse
(String source,ParsePosition pos) Parses the string.Parses text from the beginning of the given string to produce aNumber
.abstractNumber
NumberFormat.parse
(String source,ParsePosition parsePosition) Parses text from the beginning of the given string to produce aNumber
.SimpleDateFormat.parse
(String text,ParsePosition pos) Parses text from a string to produce aDate
.DateFormat.parseObject
(String source,ParsePosition pos) Parses text from a string to produce aDate
.Format.parseObject
(String source) Parses text from the beginning of the given string to produce an object.abstractObject
Format.parseObject
(String source,ParsePosition pos) Parses text from the given string to produce an object.ListFormat.parseObject
(String source,ParsePosition parsePos) Parses text from a string to produce a list of strings.MessageFormat.parseObject
(String source,ParsePosition pos) Parses text from a string to produce an object array.finalObject
NumberFormat.parseObject
(String source,ParsePosition pos) Parses text from the given string to produce an object.void
DateFormatSymbols.setAmPmStrings
(String[] newAmpms) Sets ampm strings.void
ChoiceFormat.setChoices
(double[] limits,String[] formats) Set the choices to be used in formatting.void
DecimalFormatSymbols.setCurrencySymbol
(String currency) Sets the currency symbol for the currency of thisDecimalFormatSymbols
in their locale.void
Sets era strings.void
DecimalFormatSymbols.setExponentSeparator
(String exp) Sets the string used to separate the mantissa from the exponent.void
DecimalFormatSymbols.setInfinity
(String infinity) Sets the string used to represent infinity.void
DecimalFormatSymbols.setInternationalCurrencySymbol
(String currencyCode) Sets the ISO 4217 currency code of the currency of these DecimalFormatSymbols.void
DateFormatSymbols.setLocalPatternChars
(String newLocalPatternChars) Sets localized date-time pattern characters.void
Sets month strings.void
Sets the string used to represent "not a number".void
DecimalFormat.setNegativePrefix
(String newValue) Set the negative prefix.void
DecimalFormat.setNegativeSuffix
(String newValue) Set the negative suffix.void
DecimalFormat.setPositivePrefix
(String newValue) Set the positive prefix.void
DecimalFormat.setPositiveSuffix
(String newValue) Set the positive suffix.void
DateFormatSymbols.setShortMonths
(String[] newShortMonths) Sets short month strings.void
DateFormatSymbols.setShortWeekdays
(String[] newShortWeekdays) Sets short weekday strings.void
Set a new text string to be scanned.void
Set a new string over which to iterate.void
Reset this iterator to point to a new string.void
DateFormatSymbols.setWeekdays
(String[] newWeekdays) Sets weekday strings.void
DateFormatSymbols.setZoneStrings
(String[][] newZoneStrings) Sets time zone strings.staticListFormat.Style
Returns the enum constant of this class with the specified name.staticListFormat.Type
Returns the enum constant of this class with the specified name.staticNormalizer.Form
Returns the enum constant of this class with the specified name.staticNumberFormat.Style
Returns the enum constant of this class with the specified name.Modifier and TypeMethodDescriptionReturns the string that consists of the input strings, concatenated with the patterns of thisListFormat
.ModifierConstructorDescriptionprotected
Constructs anAttribute
with the given name.AttributedString
(String text) Constructs an AttributedString instance with the given text.AttributedString
(String text,Map<? extendsAttributedCharacterIterator.Attribute, ?> attributes) Constructs an AttributedString instance with the given text and attributes.Create Bidi from the given paragraph of text and base direction.ChoiceFormat
(double[] limits,String[] formats) Constructs with the limits and the corresponding formats.ChoiceFormat
(String newPattern) Constructs a ChoiceFormat with limits and corresponding formats based on the pattern.protected
CollationKey
(String source) CollationKey constructor.CompactNumberFormat
(String decimalPattern,DecimalFormatSymbols symbols,String[] compactPatterns) Creates aCompactNumberFormat
using the given decimal pattern, decimal format symbols and compact patterns.CompactNumberFormat
(String decimalPattern,DecimalFormatSymbols symbols,String[] compactPatterns,String pluralRules) Creates aCompactNumberFormat
using the given decimal pattern, decimal format symbols, compact patterns, and plural rules.DecimalFormat
(String pattern) Creates a DecimalFormat using the given pattern and the symbols for the defaultFORMAT
locale.DecimalFormat
(String pattern,DecimalFormatSymbols symbols) Creates a DecimalFormat using the given pattern and symbols.protected
Creates aField
.protected
Creates a Field with the specified name.protected
Creates a Field with the specified name.protected
Creates a Field instance with the specified name.MessageFormat
(String pattern) Constructs a MessageFormat for the defaultFORMAT
locale and the specified pattern.MessageFormat
(String pattern,Locale locale) Constructs a MessageFormat for the specified locale and pattern.ParseException
(String s, int errorOffset) Constructs a ParseException with the specified detail message and offset.RuleBasedCollator
(String rules) RuleBasedCollator constructor.SimpleDateFormat
(String pattern) Constructs aSimpleDateFormat
using the given pattern and the default date format symbols for the defaultFORMAT
locale.SimpleDateFormat
(String pattern,DateFormatSymbols formatSymbols) Constructs aSimpleDateFormat
using the given pattern and date format symbols.SimpleDateFormat
(String pattern,Locale locale) Constructs aSimpleDateFormat
using the given pattern and the default date format symbols for the given locale.Constructs an iterator with an initial index of 0.StringCharacterIterator
(String text, int pos) Constructs an iterator with the specified initial index.StringCharacterIterator
(String text, int begin, int end, int pos) Constructs an iterator over the given range of the given string, with the index set at the specified position.Uses ofString injava.time
Modifier and TypeFieldDescriptionZoneId.SHORT_IDS
A map of zone overrides to enable the short time-zone names to be used.ZoneId.SHORT_IDS
A map of zone overrides to enable the short time-zone names to be used.Modifier and TypeMethodDescriptionLocalDate.format
(DateTimeFormatter formatter) Formats this date using the specified formatter.LocalDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.LocalTime.format
(DateTimeFormatter formatter) Formats this time using the specified formatter.MonthDay.format
(DateTimeFormatter formatter) Formats this month-day using the specified formatter.OffsetDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.OffsetTime.format
(DateTimeFormatter formatter) Formats this time using the specified formatter.Year.format
(DateTimeFormatter formatter) Formats this year using the specified formatter.YearMonth.format
(DateTimeFormatter formatter) Formats this year-month using the specified formatter.ZonedDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.DayOfWeek.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation, such as 'Mon' or 'Friday'.Month.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation, such as 'Jan' or 'December'.ZoneId.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation of the zone, such as 'British Time' or '+02:00'.abstractString
ZoneId.getId()
Gets the unique time-zone ID.ZoneOffset.getId()
Gets the normalized zone offset ID.Duration.toString()
A string representation of this duration using ISO-8601 seconds based representation, such asPT8H6M12.345S
.Instant.toString()
A string representation of this instant using ISO-8601 representation.LocalDate.toString()
Outputs this date as aString
, such as2007-12-03
.LocalDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30
.LocalTime.toString()
Outputs this time as aString
, such as10:15
.MonthDay.toString()
Outputs this month-day as aString
, such as--12-03
.OffsetDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00
.OffsetTime.toString()
Outputs this time as aString
, such as10:15:30+01:00
.Period.toString()
Outputs this period as aString
, such asP6Y3M1D
.Year.toString()
Outputs this year as aString
.YearMonth.toString()
Outputs this year-month as aString
, such as2007-12
.ZonedDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00[Europe/Paris]
.ZoneId.toString()
Outputs this zone as aString
, using the ID.ZoneOffset.toString()
Outputs this offset as aString
, using the normalized ID.Modifier and TypeMethodDescriptionstaticZoneId
Obtains an instance ofZoneId
from an ID ensuring that the ID is valid and available for use.staticZoneId
Obtains an instance ofZoneId
using its ID using a map of aliases to supplement the standard zone IDs.staticZoneOffset
Obtains an instance ofZoneOffset
using the ID.staticZoneId
ZoneId.ofOffset
(String prefix,ZoneOffset offset) Obtains an instance ofZoneId
wrapping an offset.staticDayOfWeek
Returns the enum constant of this class with the specified name.staticMonth
Returns the enum constant of this class with the specified name.Modifier and TypeMethodDescriptionstaticZoneId
Obtains an instance ofZoneId
using its ID using a map of aliases to supplement the standard zone IDs.staticZoneId
Obtains an instance ofZoneId
using its ID using a map of aliases to supplement the standard zone IDs.ModifierConstructorDescriptionDateTimeException
(String message) Constructs a new date-time exception with the specified message.DateTimeException
(String message,Throwable cause) Constructs a new date-time exception with the specified message and cause.Uses ofString injava.time.chrono
Methods injava.time.chrono that returnStringModifier and TypeMethodDescriptiondefaultString
ChronoLocalDate.format
(DateTimeFormatter formatter) Formats this date using the specified formatter.defaultString
ChronoLocalDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.defaultString
ChronoZonedDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.Chronology.getCalendarType()
Gets the calendar type of the calendar system.HijrahChronology.getCalendarType()
Gets the calendar type of the Islamic calendar.IsoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'iso8601'.JapaneseChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'japanese'.MinguoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'roc'.ThaiBuddhistChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'buddhist'.defaultString
Chronology.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation of this chronology.defaultString
Era.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation of this era.HijrahEra.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation of this era.JapaneseEra.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation of this era.MinguoEra.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation of this era.ThaiBuddhistEra.getDisplayName
(TextStyle style,Locale locale) Gets the textual representation of this era.Chronology.getId()
Gets the ID of the chronology.HijrahChronology.getId()
Gets the ID of the chronology.IsoChronology.getId()
Gets the ID of the chronology - 'ISO'.JapaneseChronology.getId()
Gets the ID of the chronology - 'Japanese'.MinguoChronology.getId()
Gets the ID of the chronology - 'Minguo'.ThaiBuddhistChronology.getId()
Gets the ID of the chronology - 'ThaiBuddhist'.AbstractChronology.toString()
Outputs this chronology as aString
, using the chronology ID.ChronoLocalDate.toString()
Outputs this date as aString
.ChronoLocalDateTime.toString()
Outputs this date-time as aString
.Chronology.toString()
Outputs this chronology as aString
.ChronoPeriod.toString()
Outputs this period as aString
.ChronoZonedDateTime.toString()
Outputs this date-time as aString
.Methods injava.time.chrono with parameters of typeStringModifier and TypeMethodDescriptionstaticChronology
Obtains an instance ofChronology
from a chronology ID or calendar system type.staticHijrahEra
Returns the enum constant of this class with the specified name.staticIsoEra
Returns the enum constant of this class with the specified name.staticJapaneseEra
Returns theJapaneseEra
with the name.staticMinguoEra
Returns the enum constant of this class with the specified name.staticThaiBuddhistEra
Returns the enum constant of this class with the specified name.Uses ofString injava.time.format
Methods injava.time.format that returnStringModifier and TypeMethodDescriptionDateTimeFormatter.format
(TemporalAccessor temporal) Formats a date-time object using this formatter.staticString
DateTimeFormatterBuilder.getLocalizedDateTimePattern
(String requestedTemplate,Chronology chrono,Locale locale) Returns the formatting pattern for the requested template for a locale and chronology.staticString
DateTimeFormatterBuilder.getLocalizedDateTimePattern
(FormatStyle dateStyle,FormatStyle timeStyle,Chronology chrono,Locale locale) Gets the formatting pattern for date and time styles for a locale and chronology.DateTimeParseException.getParsedString()
Returns the string that was being parsed.DateTimeFormatter.toString()
Returns a description of the underlying formatters.DecimalStyle.toString()
Returns a string describing this DecimalStyle.Methods injava.time.format with parameters of typeStringModifier and TypeMethodDescriptionDateTimeFormatterBuilder.appendLiteral
(String literal) Appends a string literal to the formatter.DateTimeFormatterBuilder.appendLocalized
(String requestedTemplate) Appends a localized pattern to the formatter using the requested template.DateTimeFormatterBuilder.appendOffset
(String pattern,String noOffsetText) Appends the zone offset, such as '+01:00', to the formatter.DateTimeFormatterBuilder.appendPattern
(String pattern) Appends the elements defined by the specified pattern to the builder.staticString
DateTimeFormatterBuilder.getLocalizedDateTimePattern
(String requestedTemplate,Chronology chrono,Locale locale) Returns the formatting pattern for the requested template for a locale and chronology.staticDateTimeFormatter
DateTimeFormatter.ofLocalizedPattern
(String requestedTemplate) Creates a locale specific formatter derived from the requested template for the ISO chronology.staticDateTimeFormatter
Creates a formatter using the specified pattern.staticDateTimeFormatter
Creates a formatter using the specified pattern and locale.staticFormatStyle
Returns the enum constant of this class with the specified name.staticResolverStyle
Returns the enum constant of this class with the specified name.staticSignStyle
Returns the enum constant of this class with the specified name.staticTextStyle
Returns the enum constant of this class with the specified name.Method parameters injava.time.format with type arguments of typeStringModifier and TypeMethodDescriptionDateTimeFormatterBuilder.appendText
(TemporalField field,Map<Long, String> textLookup) Appends the text of a date-time field to the formatter using the specified map to supply the text.Constructors injava.time.format with parameters of typeStringModifierConstructorDescriptionDateTimeParseException
(String message,CharSequence parsedData, int errorIndex) Constructs a new exception with the specified message.DateTimeParseException
(String message,CharSequence parsedData, int errorIndex,Throwable cause) Constructs a new exception with the specified message and cause.Uses ofString injava.time.temporal
Methods injava.time.temporal that returnStringModifier and TypeMethodDescriptiondefaultString
TemporalField.getDisplayName
(Locale locale) Gets the display name for the field in the requested locale.ChronoField.toString()
ChronoUnit.toString()
TemporalField.toString()
Gets a descriptive name for the field.TemporalUnit.toString()
Gets a descriptive name for the unit.ValueRange.toString()
Outputs this range as aString
.WeekFields.toString()
A string representation of thisWeekFields
instance.Methods injava.time.temporal with parameters of typeStringModifier and TypeMethodDescriptionstaticChronoField
Returns the enum constant of this class with the specified name.staticChronoUnit
Returns the enum constant of this class with the specified name.Constructors injava.time.temporal with parameters of typeStringModifierConstructorDescriptionUnsupportedTemporalTypeException
(String message) Constructs a new UnsupportedTemporalTypeException with the specified message.UnsupportedTemporalTypeException
(String message,Throwable cause) Constructs a new UnsupportedTemporalTypeException with the specified message and cause.Uses ofString injava.time.zone
Methods injava.time.zone that returnStringModifier and TypeMethodDescriptionZoneOffsetTransition.toString()
Returns a string describing this object.ZoneOffsetTransitionRule.toString()
Returns a string describing this object.ZoneRules.toString()
Returns a string describing this object.Methods injava.time.zone that return types with arguments of typeStringModifier and TypeMethodDescriptionZoneRulesProvider.getAvailableZoneIds()
Gets the set of available zone IDs.staticNavigableMap
<String,ZoneRules> ZoneRulesProvider.getVersions
(String zoneId) Gets the history of rules for the zone ID.protected abstractNavigableMap
<String,ZoneRules> ZoneRulesProvider.provideVersions
(String zoneId) SPI method to get the history of rules for the zone ID.ZoneRulesProvider.provideZoneIds()
SPI method to get the available zone IDs.Methods injava.time.zone with parameters of typeStringModifier and TypeMethodDescriptionstaticZoneRules
Gets the rules for the zone ID.staticNavigableMap
<String,ZoneRules> ZoneRulesProvider.getVersions
(String zoneId) Gets the history of rules for the zone ID.protected abstractZoneRules
ZoneRulesProvider.provideRules
(String zoneId, boolean forCaching) SPI method to get the rules for the zone ID.protected abstractNavigableMap
<String,ZoneRules> ZoneRulesProvider.provideVersions
(String zoneId) SPI method to get the history of rules for the zone ID.Returns the enum constant of this class with the specified name.Constructors injava.time.zone with parameters of typeStringModifierConstructorDescriptionZoneRulesException
(String message) Constructs a new date-time exception with the specified message.ZoneRulesException
(String message,Throwable cause) Constructs a new date-time exception with the specified message and cause.Uses ofString injava.util
Modifier and TypeClassDescriptionfinal class
A simple text scanner which can parse primitive types and strings using regular expressions.Modifier and TypeFieldDescriptionResourceBundle.Control.FORMAT_CLASS
The class-only formatList
containing"java.class"
.ResourceBundle.Control.FORMAT_DEFAULT
The default formatList
, which contains the strings"java.class"
and"java.properties"
, in this order.ResourceBundle.Control.FORMAT_PROPERTIES
The properties-only formatList
containing"java.properties"
.Modifier and TypeMethodDescriptionstaticString
Locale.caseFoldLanguageTag
(String languageTag) Returns a case folded IETF BCP 47 language tag.staticString
Arrays.deepToString
(Object[] a) Returns a string representation of the "deep contents" of the specified array.HexFormat.delimiter()
Returns the delimiter between hexadecimal values in formatted hexadecimal strings.Base64.Encoder.encodeToString
(byte[] src) Encodes the specified byte array into a String using theBase64
encoding scheme.Scanner.findInLine
(String pattern) Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.Scanner.findInLine
(Pattern pattern) Attempts to find the next occurrence of the specified pattern ignoring delimiters.Scanner.findWithinHorizon
(String pattern, int horizon) Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.Scanner.findWithinHorizon
(Pattern pattern, int horizon) Attempts to find the next occurrence of the specified pattern.HexFormat.formatHex
(byte[] bytes) Returns a hexadecimal string formatted from a byte array.HexFormat.formatHex
(byte[] bytes, int fromIndex, int toIndex) Returns a hexadecimal string formatted from a byte array range.PropertyPermission.getActions()
Returns the "canonical string representation" of the actions.staticString[]
TimeZone.getAvailableIDs()
Gets all the available IDs supported.staticString[]
TimeZone.getAvailableIDs
(int rawOffset) Gets the available IDs according to the given time zone offset in milliseconds.ResourceBundle.getBaseBundleName()
Returns the base name of this bundle, if known, ornull
if unknown.Calendar.getCalendarType()
Returns the calendar type of thisCalendar
.GregorianCalendar.getCalendarType()
Returns"gregory"
as the calendar type.MissingResourceException.getClassName()
Gets parameter passed by constructor.UnknownFormatConversionException.getConversion()
Returns the unknown conversion.Locale.getCountry()
Returns the country/region code for this locale, which should either be the empty string, an uppercase ISO 3166 2-letter code, or a UN M.49 3-digit code.Currency.getCurrencyCode()
Gets the ISO 4217 currency code of this currency.finalString
Locale.getDisplayCountry()
Returns a name for the locale's country that is appropriate for display to the user.Locale.getDisplayCountry
(Locale inLocale) Returns a name for the locale's country that is appropriate for display to the user.finalString
Locale.getDisplayLanguage()
Returns a name for the locale's language that is appropriate for display to the user.Locale.getDisplayLanguage
(Locale inLocale) Returns a name for the locale's language that is appropriate for display to the user.Calendar.getDisplayName
(int field, int style,Locale locale) Returns the string representation of the calendarfield
value in the givenstyle
andlocale
.Currency.getDisplayName()
Gets the name that is suitable for displaying this currency for the defaultDISPLAY
locale.Currency.getDisplayName
(Locale locale) Gets the name that is suitable for displaying this currency for the specified locale.finalString
Locale.getDisplayName()
Returns a name for the locale that is appropriate for display to the user.Locale.getDisplayName
(Locale inLocale) Returns a name for the locale that is appropriate for display to the user.finalString
TimeZone.getDisplayName()
Returns a long standard time name of thisTimeZone
suitable for presentation to the user in the default locale.finalString
TimeZone.getDisplayName
(boolean daylight, int style) Returns a name in the specifiedstyle
of thisTimeZone
suitable for presentation to the user in the default locale.TimeZone.getDisplayName
(boolean daylight, int style,Locale locale) Returns a name in the specifiedstyle
of thisTimeZone
suitable for presentation to the user in the specifiedlocale
.finalString
TimeZone.getDisplayName
(Locale locale) Returns a long standard time name of thisTimeZone
suitable for presentation to the user in the specifiedlocale
.Locale.getDisplayScript()
Returns a name for the locale's script that is appropriate for display to the user.Locale.getDisplayScript
(Locale inLocale) Returns a name for the locale's script that is appropriate for display to the user.finalString
Locale.getDisplayVariant()
Returns a name for the locale's variant code that is appropriate for display to the user.Locale.getDisplayVariant
(Locale inLocale) Returns a name for the locale's variant code that is appropriate for display to the user.Locale.getExtension
(char key) Returns the extension (or private use) value associated with the specified key, or null if there is no extension associated with the key.DuplicateFormatFlagsException.getFlags()
Returns the set of flags which contains a duplicate flag.FormatFlagsConversionMismatchException.getFlags()
Returns the incompatible flag.IllegalFormatFlagsException.getFlags()
Returns the set of flags which contains an illegal combination.UnknownFormatFlagsException.getFlags()
Returns the set of flags which contains an unknown flag.MissingFormatArgumentException.getFormatSpecifier()
Returns the unmatched format specifier.MissingFormatWidthException.getFormatSpecifier()
Returns the format specifier which does not have a width.TimeZone.getID()
Gets the ID of this time zone.Locale.getISO3Country()
Returns a three-letter abbreviation of this locale's country.Locale.getISO3Language()
Returns a three-letter abbreviation of this locale's language.staticString[]
Locale.getISOCountries()
Returns a list of all 2-letter country codes defined in ISO 3166.staticString[]
Locale.getISOLanguages()
Returns a list of all 2-letter language codes defined in ISO 639.MissingResourceException.getKey()
Gets parameter passed by constructor.Locale.getLanguage()
Returns the language code of this Locale.Currency.getNumericCodeAsString()
Returns the 3 digit ISO 4217 numeric code of this currency as aString
.Properties.getProperty
(String key) Searches for the property with the specified key in this property list.Properties.getProperty
(String key,String defaultValue) Searches for the property with the specified key in this property list.Locale.LanguageRange.getRange()
Returns the language range of thisLanguageRange
.Locale.getScript()
Returns the script for this locale, which should either be the empty string or an ISO 15924 4-letter script code.finalString
Gets a string for the given key from this resource bundle or one of its parents.finalString[]
ResourceBundle.getStringArray
(String key) Gets a string array for the given key from this resource bundle or one of its parents.Currency.getSymbol()
Gets the symbol of this currency for the defaultDISPLAY
locale.Gets the symbol of this currency for the specified locale.Locale.getUnicodeLocaleType
(String key) Returns the Unicode locale type associated with the specified Unicode locale key for this locale.Locale.getVariant()
Returns the variant code for this locale.staticString
Locale.lookupTag
(List<Locale.LanguageRange> priorityList,Collection<String> tags) Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.Scanner.next()
Finds and returns the next complete token from this scanner.Returns the next token if it matches the pattern constructed from the specified string.Returns the next token if it matches the specified pattern.Scanner.nextLine()
Advances this scanner past the current line and returns the input that was skipped.StringTokenizer.nextToken()
Returns the next token from this string tokenizer.Returns the next token in this string tokenizer's string.HexFormat.prefix()
Returns the prefix used for each hexadecimal value in formatted hexadecimal strings.HexFormat.suffix()
Returns the suffix used for each hexadecimal value in formatted hexadecimal strings.ResourceBundle.Control.toBundleName
(String baseName,Locale locale) Converts the givenbaseName
andlocale
to the bundle name.Date.toGMTString()
Deprecated.As of JDK version 1.1, replaced byDateFormat.format(Date date)
, using a GMTTimeZone
.HexFormat.toHexDigits
(byte value) Returns the two hexadecimal characters for thebyte
value.HexFormat.toHexDigits
(char value) Returns the four hexadecimal characters for thechar
value.HexFormat.toHexDigits
(int value) Returns the eight hexadecimal characters for theint
value.HexFormat.toHexDigits
(long value) Returns the sixteen hexadecimal characters for thelong
value.HexFormat.toHexDigits
(long value, int digits) Returns up to sixteen hexadecimal characters for thelong
value.HexFormat.toHexDigits
(short value) Returns the four hexadecimal characters for theshort
value.staticString
Objects.toIdentityString
(Object o) Returns a string equivalent to the string returned byObject.toString
if that method andhashCode
are not overridden.Locale.toLanguageTag()
Returns a well-formed IETF BCP 47 language tag representing this locale.Date.toLocaleString()
Deprecated.As of JDK version 1.1, replaced byDateFormat.format(Date date)
.finalString
ResourceBundle.Control.toResourceName
(String bundleName,String suffix) Converts the givenbundleName
to the form required by theClassLoader.getResource
method by replacing all occurrences of'.'
inbundleName
with'/'
and appending a'.'
and the given filesuffix
.AbstractCollection.toString()
Returns a string representation of this collection.AbstractMap.SimpleEntry.toString()
Returns a String representation of this map entry.AbstractMap.SimpleImmutableEntry.toString()
Returns a String representation of this map entry.AbstractMap.toString()
Returns a string representation of this map.staticString
Arrays.toString
(boolean[] a) Returns a string representation of the contents of the specified array.staticString
Arrays.toString
(byte[] a) Returns a string representation of the contents of the specified array.staticString
Arrays.toString
(char[] a) Returns a string representation of the contents of the specified array.staticString
Arrays.toString
(double[] a) Returns a string representation of the contents of the specified array.staticString
Arrays.toString
(float[] a) Returns a string representation of the contents of the specified array.staticString
Arrays.toString
(int[] a) Returns a string representation of the contents of the specified array.staticString
Arrays.toString
(long[] a) Returns a string representation of the contents of the specified array.staticString
Arrays.toString
(short[] a) Returns a string representation of the contents of the specified array.staticString
Returns a string representation of the contents of the specified array.BitSet.toString()
Returns a string representation of this bit set.Calendar.toString()
Return a string representation of this calendar.Currency.toString()
Returns the ISO 4217 currency code of this currency.Date.toString()
Converts thisDate
object to aString
of the form:DoubleSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.EventObject.toString()
Returns a String representation of this EventObject.Formatter.toString()
Returns the result of invokingtoString()
on the destination for the output.Hashtable.toString()
Returns a string representation of thisHashtable
object in the form of a set of entries, enclosed in braces and separated by the ASCII characters ",
" (comma and space).HexFormat.toString()
Returns a description of the formatter parameters for uppercase, delimiter, prefix, and suffix.IntSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.Locale.LanguageRange.toString()
Returns an informative string representation of thisLanguageRange
object, consisting of language range and weight if the range is weighted and the weight is less than the max weight.finalString
Locale.toString()
Returns a string representation of thisLocale
object, consisting of language, country, variant, script, and extensions as below: language + "_" + country + "_" + (variant + "_#" | "#") + script + "_" + extensions Language is always lower case, country is always upper case, script is always title case, and extensions are always lower case.LongSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.staticString
Returns the result of callingtoString
for a non-null
argument and"null"
for anull
argument.staticString
Returns the result of callingtoString
on the first argument if the first argument is notnull
and the second argument otherwise.Optional.toString()
Returns a non-empty string representation of thisOptional
suitable for debugging.OptionalDouble.toString()
Returns a non-empty string representation of thisOptionalDouble
suitable for debugging.OptionalInt.toString()
Returns a non-empty string representation of thisOptionalInt
suitable for debugging.OptionalLong.toString()
Returns a non-empty string representation of thisOptionalLong
suitable for debugging.Scanner.toString()
Returns the string representation of thisScanner
.ServiceLoader.toString()
Returns a string describing this service.SimpleTimeZone.toString()
Returns a string representation of this time zone.StringJoiner.toString()
Returns the current value, consisting of theprefix
, the values added so far separated by thedelimiter
, and thesuffix
, unless no elements have been added in which case, theprefix + suffix
or theemptyValue
characters are returned.UUID.toString()
Returns aString
object representing thisUUID
.Vector.toString()
Returns a string representation of this Vector, containing the String representation of each element.Modifier and TypeMethodDescriptionLocale.filterTags
(List<Locale.LanguageRange> priorityList,Collection<String> tags) Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.Locale.filterTags
(List<Locale.LanguageRange> priorityList,Collection<String> tags,Locale.FilteringMode mode) Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.Calendar.getAvailableCalendarTypes()
Returns an unmodifiableSet
containing all calendar types supported byCalendar
in the runtime environment.Calendar.getDisplayNames
(int field, int style,Locale locale) Returns aMap
containing all names of the calendarfield
in the givenstyle
andlocale
and their corresponding field values.ResourceBundle.Control.getFormats
(String baseName) Returns aList
ofString
s containing formats to be used to load resource bundles for the givenbaseName
.Locale.getISOCountries
(Locale.IsoCountryCode type) Returns aSet
of ISO3166 country codes for the specified type.ListResourceBundle.getKeys()
Returns anEnumeration
of the keys contained in thisResourceBundle
and its parent bundles.PropertyResourceBundle.getKeys()
Returns anEnumeration
of the keys contained in thisResourceBundle
and its parent bundles.abstractEnumeration
<String> ResourceBundle.getKeys()
Returns an enumeration of the keys.Locale.getUnicodeLocaleAttributes()
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.Locale.getUnicodeLocaleKeys()
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.ListResourceBundle.handleKeySet()
Returns aSet
of the keys containedonly in thisResourceBundle
.PropertyResourceBundle.handleKeySet()
Returns aSet
of the keys containedonly in thisResourceBundle
.ResourceBundle.handleKeySet()
Returns aSet
of the keys containedonly in thisResourceBundle
.ResourceBundle.keySet()
Returns aSet
of all keys contained in thisResourceBundle
and its parent bundles.Properties.stringPropertyNames()
Returns an unmodifiable set of keys from this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.Scanner.tokens()
Returns a stream of delimiter-separated tokens from this scanner.Modifier and TypeMethodDescriptionLocale.Builder.addUnicodeLocaleAttribute
(String attribute) Adds a unicode locale attribute, if not already present, otherwise has no effect.staticString
Locale.caseFoldLanguageTag
(String languageTag) Returns a case folded IETF BCP 47 language tag.boolean
ResourceBundle.containsKey
(String key) Determines whether the givenkey
is contained in thisResourceBundle
or its parent bundles.byte[]
Decodes a Base64 encoded String into a newly-allocated byte array using theBase64
encoding scheme.Returns a stream of match results that match the provided pattern string.Scanner.findInLine
(String pattern) Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.Scanner.findWithinHorizon
(String pattern, int horizon) Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.staticLocale
Locale.forLanguageTag
(String languageTag) Returns a locale for the specified IETF BCP 47 language tag string.Writes a formatted string to this object's destination using the specified format string and arguments.Writes a formatted string to this object's destination using the specified locale, format string, and arguments.staticUUID
UUID.fromString
(String name) Creates aUUID
from the string standard representation as described in theUUID.toString()
method.static finalResourceBundle
Gets a resource bundle using the specified base name, the default locale, and the caller module.staticResourceBundle
Gets a resource bundle using the specified base name and the default locale on behalf of the specified module.static finalResourceBundle
Gets a resource bundle using the specified base name and locale, and the caller module.staticResourceBundle
ResourceBundle.getBundle
(String baseName,Locale locale,ClassLoader loader) Gets a resource bundle using the specified base name, locale, and class loader.staticResourceBundle
ResourceBundle.getBundle
(String baseName,Locale targetLocale,ClassLoader loader,ResourceBundle.Control control) Returns a resource bundle using the specified base name, target locale, class loader and control.staticResourceBundle
Gets a resource bundle using the specified base name and locale on behalf of the specified module.static finalResourceBundle
ResourceBundle.getBundle
(String baseName,Locale targetLocale,ResourceBundle.Control control) Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.static finalResourceBundle
ResourceBundle.getBundle
(String baseName,ResourceBundle.Control control) Returns a resource bundle using the specified base name, the default locale and the specified control.ResourceBundle.Control.getCandidateLocales
(String baseName,Locale locale) Returns aList
ofLocale
s as candidate locales forbaseName
andlocale
.ResourceBundle.Control.getFallbackLocale
(String baseName,Locale locale) Returns aLocale
to be used as a fallback locale for further resource bundle searches by theResourceBundle.getBundle
factory method.ResourceBundle.Control.getFormats
(String baseName) Returns aList
ofString
s containing formats to be used to load resource bundles for the givenbaseName
.staticCurrency
Currency.getInstance
(String currencyCode) Returns theCurrency
instance for the given currency code.finalObject
Gets an object for the given key from this resource bundle or one of its parents.Properties.getProperty
(String key) Searches for the property with the specified key in this property list.Properties.getProperty
(String key,String defaultValue) Searches for the property with the specified key in this property list.finalString
Gets a string for the given key from this resource bundle or one of its parents.finalString[]
ResourceBundle.getStringArray
(String key) Gets a string array for the given key from this resource bundle or one of its parents.long
ResourceBundle.Control.getTimeToLive
(String baseName,Locale locale) Returns the time-to-live (TTL) value for resource bundles that are loaded under thisResourceBundle.Control
.staticTimeZone
TimeZone.getTimeZone
(String ID) Gets theTimeZone
for the given ID.Locale.getUnicodeLocaleType
(String key) Returns the Unicode locale type associated with the specified Unicode locale key for this locale.finalObject
ListResourceBundle.handleGetObject
(String key) PropertyResourceBundle.handleGetObject
(String key) protected abstractObject
ResourceBundle.handleGetObject
(String key) Gets an object for the given key from this resource bundle.boolean
Returns true if the next token matches the pattern constructed from the specified string.boolean
ResourceBundle.Control.needsReload
(String baseName,Locale locale,String format,ClassLoader loader,ResourceBundle bundle, long loadTime) Determines if the expiredbundle
in the cache needs to be reloaded based on the loading time given byloadTime
or some other criteria.ResourceBundle.Control.newBundle
(String baseName,Locale locale,String format,ClassLoader loader, boolean reload) Instantiates a resource bundle for the given bundle name of the given format and locale, using the given class loader if necessary.Returns the next token if it matches the pattern constructed from the specified string.Returns the next token in this string tokenizer's string.staticLocale
Obtains a locale from a language code.staticLocale
Obtains a locale from language and country.staticLocale
Obtains a locale from language, country and variant.staticHexFormat
HexFormat.ofDelimiter
(String delimiter) Returns a hexadecimal formatter with the delimiter and lowercase characters.static long
Deprecated.As of JDK version 1.1, replaced byDateFormat.parse(String s)
.staticList
<Locale.LanguageRange> Parses the givenranges
to generate a Language Priority List.staticList
<Locale.LanguageRange> Parses the givenranges
to generate a Language Priority List, and then customizes the list using the givenmap
.Locale.Builder.removeUnicodeLocaleAttribute
(String attribute) Removes a unicode locale attribute, if present, otherwise has no effect.static <T> T
Objects.requireNonNull
(T obj,String message) Checks that the specified object reference is notnull
and throws a customizedNullPointerException
if it is.void
Properties.save
(OutputStream out,String comments) Deprecated.This method does not throw an IOException if an I/O error occurs while saving the property list.Calendar.Builder.setCalendarType
(String type) Sets the calendar type parameter to the giventype
.Locale.Builder.setExtension
(char key,String value) Sets the extension for the given key.void
Sets the time zone ID.Locale.Builder.setLanguage
(String language) Sets the language.Locale.Builder.setLanguageTag
(String languageTag) Resets the Builder to match the provided IETF BCP 47 language tag.Properties.setProperty
(String key,String value) Calls theHashtable
methodput
.Sets the region.Sets the script.Locale.Builder.setUnicodeLocaleKeyword
(String key,String type) Sets the Unicode locale keyword type for the given key.Locale.Builder.setVariant
(String variant) Sets the variant.Skips input that matches a pattern constructed from the specified string.void
Properties.store
(OutputStream out,String comments) Writes this property list (key and element pairs) in thisProperties
table to the output stream in a format suitable for loading into aProperties
table using theload(InputStream)
method.void
Writes this property list (key and element pairs) in thisProperties
table to the output character stream in a format suitable for using theload(Reader)
method.void
Properties.storeToXML
(OutputStream os,String comment) Emits an XML document representing all of the properties contained in this table.void
Properties.storeToXML
(OutputStream os,String comment,String encoding) Emits an XML document representing all of the properties contained in this table, using the specified encoding.void
Properties.storeToXML
(OutputStream os,String comment,Charset charset) Emits an XML document representing all of the properties contained in this table, using the specified encoding.ResourceBundle.Control.toBundleName
(String baseName,Locale locale) Converts the givenbaseName
andlocale
to the bundle name.finalString
ResourceBundle.Control.toResourceName
(String bundleName,String suffix) Converts the givenbundleName
to the form required by theClassLoader.getResource
method by replacing all occurrences of'.'
inbundleName
with'/'
and appending a'.'
and the given filesuffix
.staticString
Returns the result of callingtoString
on the first argument if the first argument is notnull
and the second argument otherwise.Scanner.useDelimiter
(String pattern) Sets this scanner's delimiting pattern to a pattern constructed from the specifiedString
.Returns the enum constant of this class with the specified name.staticLocale.Category
Returns the enum constant of this class with the specified name.staticLocale.FilteringMode
Returns the enum constant of this class with the specified name.staticLocale.IsoCountryCode
Returns the enum constant of this class with the specified name.HexFormat.withDelimiter
(String delimiter) Returns a copy of thisHexFormat
with the delimiter.HexFormat.withPrefix
(String prefix) Returns a copy of thisHexFormat
with the prefix.HexFormat.withSuffix
(String suffix) Returns a copy of thisHexFormat
with the suffix.Modifier and TypeMethodDescriptionLocale.filterTags
(List<Locale.LanguageRange> priorityList,Collection<String> tags) Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.Locale.filterTags
(List<Locale.LanguageRange> priorityList,Collection<String> tags,Locale.FilteringMode mode) Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.static finalResourceBundle.Control
ResourceBundle.Control.getControl
(List<String> formats) static finalResourceBundle.Control
ResourceBundle.Control.getNoFallbackControl
(List<String> formats) Returns aResourceBundle.Control
in which thegetFormats
method returns the specifiedformats
and thegetFallbackLocale
method returnsnull
.staticString
Locale.lookupTag
(List<Locale.LanguageRange> priorityList,Collection<String> tags) Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.staticList
<Locale.LanguageRange> Locale.LanguageRange.mapEquivalents
(List<Locale.LanguageRange> priorityList,Map<String,List<String>> map) Generates a new customized Language Priority List using the givenpriorityList
andmap
.staticList
<Locale.LanguageRange> Locale.LanguageRange.mapEquivalents
(List<Locale.LanguageRange> priorityList,Map<String,List<String>> map) Generates a new customized Language Priority List using the givenpriorityList
andmap
.staticList
<Locale.LanguageRange> Parses the givenranges
to generate a Language Priority List, and then customizes the list using the givenmap
.staticList
<Locale.LanguageRange> Parses the givenranges
to generate a Language Priority List, and then customizes the list using the givenmap
.static <T> T
Objects.requireNonNull
(T obj,Supplier<String> messageSupplier) Checks that the specified object reference is notnull
and throws a customizedNullPointerException
if it is.ModifierConstructorDescriptionConcurrentModificationException
(String message) Constructs aConcurrentModificationException
with the specified detail message.ConcurrentModificationException
(String message,Throwable cause) Constructs a new exception with the specified detail message and cause.Deprecated.As of JDK version 1.1, replaced byDateFormat.parse(String s)
.Constructs an instance of this class with the specified flags.FormatFlagsConversionMismatchException
(String f, char c) Constructs an instance of this class with the specified flag and conversion.Constructs a new formatter with the specified file and charset.Constructs a new formatter with the specified file, charset, and locale.Formatter
(OutputStream os,String csn) Constructs a new formatter with the specified output stream and charset.Formatter
(OutputStream os,String csn,Locale l) Constructs a new formatter with the specified output stream, charset, and locale.Constructs a new formatter with the specified file name.Constructs a new formatter with the specified file name and charset.Constructs a new formatter with the specified file name, charset, and locale.Constructs a new formatter with the specified file name, charset, and locale.Constructs an instance of this class with the specified flags.IllformedLocaleException
(String message) Constructs a newIllformedLocaleException
with the given message and -1 as the error index.IllformedLocaleException
(String message, int errorIndex) Constructs a newIllformedLocaleException
with the given message and the error index.Constructs anInputMismatchException
, saving a reference to the error message strings
for later retrieval by thegetMessage
method.InvalidPropertiesFormatException
(String message) Constructs an InvalidPropertiesFormatException with the specified detail message.LanguageRange
(String range) Constructs aLanguageRange
using the givenrange
.LanguageRange
(String range, double weight) Constructs aLanguageRange
using the givenrange
andweight
.Deprecated.Locale constructors have been deprecated.Deprecated.Locale constructors have been deprecated.Deprecated.Locale constructors have been deprecated.Constructs an instance of this class with the unmatched format specifier.Constructs an instance of this class with the specified format specifier.MissingResourceException
(String s,String className,String key) Constructs a MissingResourceException with the specified information.Constructs aNoSuchElementException
, saving a reference to the error message strings
for later retrieval by thegetMessage
method.NoSuchElementException
(String s,Throwable cause) Constructs aNoSuchElementException
with the specified detail message and cause.PropertyPermission
(String name,String actions) Creates a new PropertyPermission object with the specified name.Constructs a newScanner
that produces values scanned from the specified file.Scanner
(InputStream source,String charsetName) Constructs a newScanner
that produces values scanned from the specified input stream.Constructs a newScanner
that produces values scanned from the specified string.Scanner
(ReadableByteChannel source,String charsetName) Constructs a newScanner
that produces values scanned from the specified channel.Constructs a newScanner
that produces values scanned from the specified file.Constructs a new instance with the specified message.ServiceConfigurationError
(String msg,Throwable cause) Constructs a new instance with the specified message and cause.SimpleTimeZone
(int rawOffset,String ID) Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID with no daylight saving time schedule.SimpleTimeZone
(int rawOffset,String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime) Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.SimpleTimeZone
(int rawOffset,String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime, int dstSavings) Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.SimpleTimeZone
(int rawOffset,String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int startTimeMode, int endMonth, int endDay, int endDayOfWeek, int endTime, int endTimeMode, int dstSavings) Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.StringTokenizer
(String str) Constructs a string tokenizer for the specified string.StringTokenizer
(String str,String delim) Constructs a string tokenizer for the specified string.StringTokenizer
(String str,String delim, boolean returnDelims) Constructs a string tokenizer for the specified string.Creates a new timer whose associated thread has the specified name.Creates a new timer whose associated thread has the specified name, and may be specified torun as a daemon.Constructs a TooManyListenersException with the specified detail message.Constructs an instance of this class with the unknown conversion.Constructs an instance of this class with the specified flags.Uses ofString injava.util.concurrent
Methods injava.util.concurrent that returnStringModifier and TypeMethodDescriptionCompletableFuture.toString()
Returns a string identifying this CompletableFuture, as well as its completion state.ConcurrentHashMap.toString()
Returns a string representation of this map.CopyOnWriteArrayList.toString()
Returns a string representation of this list.CountDownLatch.toString()
Returns a string identifying this latch, as well as its state.ForkJoinPool.toString()
Returns a string identifying this pool, as well as its state, including indications of run state, parallelism level, and worker and task counts.FutureTask.toString()
Returns a string representation of this FutureTask.Phaser.toString()
Returns a string identifying this phaser, as well as its state.Semaphore.toString()
Returns a string identifying this semaphore, as well as its state.SynchronousQueue.toString()
Always returns"[]"
.ThreadPoolExecutor.toString()
Returns a string identifying this pool, as well as its state, including indications of run state and estimated worker and task counts.Methods injava.util.concurrent with parameters of typeStringModifier and TypeMethodDescriptionstaticFuture.State
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticTimeUnit
Returns the enum constant of this class with the specified name.Constructors injava.util.concurrent with parameters of typeStringModifierConstructorDescriptionBrokenBarrierException
(String message) Constructs aBrokenBarrierException
with the specified detail message.CancellationException
(String message) Constructs aCancellationException
with the specified detail message.protected
CompletionException
(String message) Constructs aCompletionException
with the specified detail message.CompletionException
(String message,Throwable cause) Constructs aCompletionException
with the specified detail message and cause.protected
ExecutionException
(String message) Constructs anExecutionException
with the specified detail message.ExecutionException
(String message,Throwable cause) Constructs anExecutionException
with the specified detail message and cause.RejectedExecutionException
(String message) Constructs aRejectedExecutionException
with the specified detail message.RejectedExecutionException
(String message,Throwable cause) Constructs aRejectedExecutionException
with the specified detail message and cause.ShutdownOnFailure
(String name,ThreadFactory factory) Constructs a newShutdownOnFailure
with the given name and thread factory.ShutdownOnSuccess
(String name,ThreadFactory factory) Constructs a newShutdownOnSuccess
with the given name and thread factory.StructuredTaskScope
(String name,ThreadFactory factory) Creates a structured task scope with the given name and thread factory.StructureViolationException
(String message) Constructs aStructureViolationException
with the specified detail message.TimeoutException
(String message) Constructs aTimeoutException
with the specified detail message.Uses ofString injava.util.concurrent.atomic
Methods injava.util.concurrent.atomic that returnStringModifier and TypeMethodDescriptionAtomicBoolean.toString()
Returns the String representation of the current value.AtomicInteger.toString()
Returns the String representation of the current value.AtomicIntegerArray.toString()
Returns the String representation of the current values of array.AtomicLong.toString()
Returns the String representation of the current value.AtomicLongArray.toString()
Returns the String representation of the current values of array.AtomicReference.toString()
Returns the String representation of the current value.AtomicReferenceArray.toString()
Returns the String representation of the current values of array.DoubleAccumulator.toString()
Returns the String representation of the current value.DoubleAdder.toString()
Returns the String representation of theDoubleAdder.sum()
.LongAccumulator.toString()
Returns the String representation of the current value.LongAdder.toString()
Returns the String representation of theLongAdder.sum()
.Methods injava.util.concurrent.atomic with parameters of typeStringModifier and TypeMethodDescriptionstatic <U> AtomicIntegerFieldUpdater
<U> AtomicIntegerFieldUpdater.newUpdater
(Class<U> tclass,String fieldName) Creates and returns an updater for objects with the given field.static <U> AtomicLongFieldUpdater
<U> AtomicLongFieldUpdater.newUpdater
(Class<U> tclass,String fieldName) Creates and returns an updater for objects with the given field.static <U,
W> AtomicReferenceFieldUpdater <U, W> AtomicReferenceFieldUpdater.newUpdater
(Class<U> tclass,Class<W> vclass,String fieldName) Creates and returns an updater for objects with the given field.Uses ofString injava.util.concurrent.locks
Methods injava.util.concurrent.locks that returnStringModifier and TypeMethodDescriptionAbstractQueuedLongSynchronizer.toString()
Returns a string identifying this synchronizer, as well as its state.AbstractQueuedSynchronizer.toString()
Returns a string identifying this synchronizer, as well as its state.ReentrantLock.toString()
Returns a string identifying this lock, as well as its lock state.ReentrantReadWriteLock.ReadLock.toString()
Returns a string identifying this lock, as well as its lock state.ReentrantReadWriteLock.toString()
Returns a string identifying this lock, as well as its lock state.ReentrantReadWriteLock.WriteLock.toString()
Returns a string identifying this lock, as well as its lock state.StampedLock.toString()
Returns a string identifying this lock, as well as its lock state.Uses ofString injava.util.jar
Fields injava.util.jar declared asStringMethods injava.util.jar that returnStringModifier and TypeMethodDescriptionJarEntry.getRealName()
Returns the real name of thisJarEntry
.Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.Attributes.getValue
(Attributes.Name name) Returns the value of the specified Attributes.Name, or null if the attribute was not found.Associates the specified value with the specified attribute name, specified as a String.Attributes.Name.toString()
Returns the attribute name as a String.Methods injava.util.jar that return types with arguments of typeStringModifier and TypeMethodDescriptionManifest.getEntries()
Returns a Map of the entries contained in this Manifest.Methods injava.util.jar with parameters of typeStringModifier and TypeMethodDescriptionprotectedZipEntry
JarInputStream.createZipEntry
(String name) Creates a newJarEntry
(ZipEntry
) for the specified JAR file entry name.Manifest.getAttributes
(String name) Returns the Attributes for the specified entry name.Returns theZipEntry
for the given base entry name ornull
if not found.JarFile.getJarEntry
(String name) Returns theJarEntry
for the given base entry name ornull
if not found.Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.Associates the specified value with the specified attribute name, specified as a String.Constructors injava.util.jar with parameters of typeStringModifierConstructorDescriptionCreates a newJarEntry
for the specified JAR file entry name.Constructs a JarException with the specified detail message.Creates a newJarFile
to read from the specified filename
.Creates a newJarFile
to read from the specified filename
.Constructs a new attribute name using the given string name.Uses ofString injava.util.logging
Fields injava.util.logging declared asStringModifier and TypeFieldDescriptionstatic finalString
Logger.GLOBAL_LOGGER_NAME
GLOBAL_LOGGER_NAME is a name for the global logger.static finalString
LogManager.LOGGING_MXBEAN_NAME
String representation of theObjectName
for the management interface for the logging facility.Methods injava.util.logging that returnStringModifier and TypeMethodDescriptionabstractString
Format the given log record and return the formatted string.Format the given LogRecord.Format the given message to XML.Formatter.formatMessage
(LogRecord record) Localize and format the message string from a log record.Handler.getEncoding()
Return the character encoding for thisHandler
.Return the header string for a set of formatted records.Return the header string for a set of XML formatted records.Level.getLocalizedName()
Return the localized string name of the Level, for the current default locale.LoggingMXBean.getLoggerLevel
(String loggerName) Deprecated.Gets the name of the log level associated with the specified logger.LogRecord.getLoggerName()
Get the source Logger's name.LogRecord.getMessage()
Get the "raw" log message, before localization or formatting.Level.getName()
Return the non-localized string name of the Level.Logger.getName()
Get the name for this logger.LoggingMXBean.getParentLoggerName
(String loggerName) Deprecated.Returns the name of the parent for the specified logger.LogManager.getProperty
(String name) Get the value of a logging property.Level.getResourceBundleName()
Return the level's localization resource bundle name, or null if no localization bundle is defined.Logger.getResourceBundleName()
Retrieve the localization resource bundle name for this logger.LogRecord.getResourceBundleName()
Get the localization resource bundle nameLogRecord.getSourceClassName()
Get the name of the class that (allegedly) issued the logging request.LogRecord.getSourceMethodName()
Get the name of the method that (allegedly) issued the logging request.Return the tail string for a set of formatted records.Return the tail string for a set of XML formatted records.finalString
Level.toString()
Returns a string representation of this Level.Methods injava.util.logging that return types with arguments of typeStringModifier and TypeMethodDescriptionLoggingMXBean.getLoggerNames()
Deprecated.Returns the list of currently registered logger names.LogManager.getLoggerNames()
Get an enumeration of known logger names.Methods injava.util.logging with parameters of typeStringModifier and TypeMethodDescriptionvoid
Log a CONFIG message.void
Log a method entry.void
Log a method entry, with one parameter.void
Log a method entry, with an array of parameters.void
The error method is called when a Handler failure occurs.void
Log a method return.void
Log a method return, with result object.void
Log a FINE message.void
Log a FINER message.void
Log a FINEST message.staticLogger
Logger.getAnonymousLogger
(String resourceBundleName) Create an anonymous Logger.staticLogger
Find or create a logger for a named subsystem.staticLogger
Find or create a logger for a named subsystem.Method to find a named logger.LoggingMXBean.getLoggerLevel
(String loggerName) Deprecated.Gets the name of the log level associated with the specified logger.LoggingMXBean.getParentLoggerName
(String loggerName) Deprecated.Returns the name of the parent for the specified logger.LogManager.getProperty
(String name) Get the value of a logging property.void
Log an INFO message.void
Log a message, with no arguments.void
Log a message, with one object parameter.void
Log a message, with an array of object arguments.void
Log a message, with associated Throwable information.void
Log a message, specifying source class and method, with no arguments.void
Log a message, specifying source class and method, with a single object parameter to the log message.void
Log a message, specifying source class and method, with an array of object arguments.void
Log a message, specifying source class and method, with associated Throwable information.void
Logger.logp
(Level level,String sourceClass,String sourceMethod,Throwable thrown,Supplier<String> msgSupplier) Log a lazily constructed message, specifying source class and method, with associated Throwable information.void
Log a lazily constructed message, specifying source class and method, with no arguments.void
void
Logger.logrb
(Level level,String sourceClass,String sourceMethod,String bundleName,String msg,Object param1) void
Logger.logrb
(Level level,String sourceClass,String sourceMethod,String bundleName,String msg,Object[] params) void
Logger.logrb
(Level level,String sourceClass,String sourceMethod,String bundleName,String msg,Throwable thrown) void
Logger.logrb
(Level level,String sourceClass,String sourceMethod,ResourceBundle bundle,String msg,Object... params) Log a message, specifying source class, method, and resource bundle, with an optional list of message parameters.void
Logger.logrb
(Level level,String sourceClass,String sourceMethod,ResourceBundle bundle,String msg,Throwable thrown) Log a message, specifying source class, method, and resource bundle, with associated Throwable information.void
Logger.logrb
(Level level,ResourceBundle bundle,String msg,Object... params) Log a message, specifying source class, method, and resource bundle, with an optional list of message parameters.void
Logger.logrb
(Level level,ResourceBundle bundle,String msg,Throwable thrown) Log a message, specifying source class, method, and resource bundle, with associated Throwable information.staticLevel
Parse a level name string into a Level.protected void
Handler.reportError
(String msg,Exception ex, int code) Protected convenience method to report an error to this Handler's ErrorManager.void
Handler.setEncoding
(String encoding) Set the character encoding used by thisHandler
.void
StreamHandler.setEncoding
(String encoding) Set (or change) the character encoding used by thisHandler
.void
LoggingMXBean.setLoggerLevel
(String loggerName,String levelName) Deprecated.Sets the specified logger to the specified new level.void
LogRecord.setLoggerName
(String name) Set the source Logger's name.void
LogRecord.setMessage
(String message) Set the "raw" log message, before localization or formatting.void
LogRecord.setResourceBundleName
(String name) Set the localization resource bundle name.void
LogRecord.setSourceClassName
(String sourceClassName) Set the name of the class that (allegedly) issued the logging request.void
LogRecord.setSourceMethodName
(String sourceMethodName) Set the name of the method that (allegedly) issued the logging request.void
Log a SEVERE message.void
Log throwing an exception.void
Log a WARNING message.Method parameters injava.util.logging with type arguments of typeStringModifier and TypeMethodDescriptionvoid
Log a CONFIG message, which is only to be constructed if the logging level is such that the message will actually be logged.void
Log a FINE message, which is only to be constructed if the logging level is such that the message will actually be logged.void
Log a FINER message, which is only to be constructed if the logging level is such that the message will actually be logged.void
Log a FINEST message, which is only to be constructed if the logging level is such that the message will actually be logged.void
Log a INFO message, which is only to be constructed if the logging level is such that the message will actually be logged.void
Log a lazily constructed message, with associated Throwable information.void
Log a message, which is only to be constructed if the logging level is such that the message will actually be logged.void
Logger.logp
(Level level,String sourceClass,String sourceMethod,Throwable thrown,Supplier<String> msgSupplier) Log a lazily constructed message, specifying source class and method, with associated Throwable information.void
Log a lazily constructed message, specifying source class and method, with no arguments.void
Log a SEVERE message, which is only to be constructed if the logging level is such that the message will actually be logged.void
LogManager.updateConfiguration
(InputStream ins,Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
LogManager.updateConfiguration
(InputStream ins,Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
LogManager.updateConfiguration
(InputStream ins,Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
LogManager.updateConfiguration
(InputStream ins,Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
LogManager.updateConfiguration
(Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
LogManager.updateConfiguration
(Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
LogManager.updateConfiguration
(Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
LogManager.updateConfiguration
(Function<String,BiFunction<String, String, String>> mapper) Updates the logging configuration.void
Log a WARNING message, which is only to be constructed if the logging level is such that the message will actually be logged.Constructors injava.util.logging with parameters of typeStringModifierConstructorDescriptionFileHandler
(String pattern) Initialize aFileHandler
to write to the given filename.FileHandler
(String pattern, boolean append) Initialize aFileHandler
to write to the given filename, with optional append.FileHandler
(String pattern, int limit, int count) Initialize aFileHandler
to write to a set of files.FileHandler
(String pattern, int limit, int count, boolean append) Initialize aFileHandler
to write to a set of files with optional append.FileHandler
(String pattern, long limit, int count, boolean append) Initialize aFileHandler
to write to a set of files with optional append.protected
Create a named Level with a given integer value.protected
Create a named Level with a given integer value and a given localization resource name.protected
Protected method to construct a logger for a named subsystem.LoggingPermission
(String name,String actions) Creates a new LoggingPermission object.Construct a LogRecord with the given level and message values.SocketHandler
(String host, int port) Construct aSocketHandler
using a specified host and port.Uses ofString injava.util.prefs
Methods injava.util.prefs that returnStringModifier and TypeMethodDescriptionAbstractPreferences.absolutePath()
Implements theabsolutePath
method as per the specification inPreferences.absolutePath()
.abstractString
Preferences.absolutePath()
Returns this preference node's absolute path name.String[]
AbstractPreferences.childrenNames()
Implements thechildren
method as per the specification inPreferences.childrenNames()
.abstractString[]
Preferences.childrenNames()
Returns the names of the children of this preference node, relative to this node.protected abstractString[]
AbstractPreferences.childrenNamesSpi()
Returns the names of the children of this preference node.Implements theget
method as per the specification inPreferences.get(String,String)
.abstractString
Returns the value associated with the specified key in this preference node.PreferenceChangeEvent.getKey()
Returns the key of the preference that was changed.PreferenceChangeEvent.getNewValue()
Returns the new value for the preference.protected abstractString
Return the value associated with the specified key at this preference node, ornull
if there is no association for this key, or the association cannot be determined at this time.String[]
AbstractPreferences.keys()
Implements thekeys
method as per the specification inPreferences.keys()
.abstractString[]
Preferences.keys()
Returns all of the keys that have an associated value in this preference node.protected abstractString[]
AbstractPreferences.keysSpi()
Returns all of the keys that have an associated value in this preference node.AbstractPreferences.name()
Implements thename
method as per the specification inPreferences.name()
.abstractString
Preferences.name()
Returns this preference node's name, relative to its parent.AbstractPreferences.toString()
Returns the absolute path name of this preferences node.abstractString
Preferences.toString()
Returns a string representation of this preferences node, as if computed by the expression:(this.isUserNode() ? "User" : "System") + " Preference Node: " + this.absolutePath()
.Methods injava.util.prefs with parameters of typeStringModifier and TypeMethodDescriptionprotected abstractAbstractPreferences
Returns the named child of this preference node, creating it if it does not already exist.Implements theget
method as per the specification inPreferences.get(String,String)
.abstractString
Returns the value associated with the specified key in this preference node.boolean
AbstractPreferences.getBoolean
(String key, boolean def) Implements thegetBoolean
method as per the specification inPreferences.getBoolean(String,boolean)
.abstract boolean
Preferences.getBoolean
(String key, boolean def) Returns the boolean value represented by the string associated with the specified key in this preference node.byte[]
AbstractPreferences.getByteArray
(String key, byte[] def) Implements thegetByteArray
method as per the specification inPreferences.getByteArray(String,byte[])
.abstract byte[]
Preferences.getByteArray
(String key, byte[] def) Returns the byte array value represented by the string associated with the specified key in this preference node.protectedAbstractPreferences
Returns the named child if it exists, ornull
if it does not.double
Implements thegetDouble
method as per the specification inPreferences.getDouble(String,double)
.abstract double
Returns the double value represented by the string associated with the specified key in this preference node.float
Implements thegetFloat
method as per the specification inPreferences.getFloat(String,float)
.abstract float
Returns the float value represented by the string associated with the specified key in this preference node.int
Implements thegetInt
method as per the specification inPreferences.getInt(String,int)
.abstract int
Returns the int value represented by the string associated with the specified key in this preference node.long
Implements thegetLong
method as per the specification inPreferences.getLong(String,long)
.abstract long
Returns the long value represented by the string associated with the specified key in this preference node.protected abstractString
Return the value associated with the specified key at this preference node, ornull
if there is no association for this key, or the association cannot be determined at this time.Implements thenode
method as per the specification inPreferences.node(String)
.abstractPreferences
Returns the named preference node in the same tree as this node, creating it and any of its ancestors if they do not already exist.boolean
AbstractPreferences.nodeExists
(String path) Implements thenodeExists
method as per the specification inPreferences.nodeExists(String)
.abstract boolean
Preferences.nodeExists
(String pathName) Returns true if the named preference node exists in the same tree as this node.void
Implements theput
method as per the specification inPreferences.put(String,String)
.abstract void
Associates the specified value with the specified key in this preference node.void
AbstractPreferences.putBoolean
(String key, boolean value) Implements theputBoolean
method as per the specification inPreferences.putBoolean(String,boolean)
.abstract void
Preferences.putBoolean
(String key, boolean value) Associates a string representing the specified boolean value with the specified key in this preference node.void
AbstractPreferences.putByteArray
(String key, byte[] value) Implements theputByteArray
method as per the specification inPreferences.putByteArray(String,byte[])
.abstract void
Preferences.putByteArray
(String key, byte[] value) Associates a string representing the specified byte array with the specified key in this preference node.void
Implements theputDouble
method as per the specification inPreferences.putDouble(String,double)
.abstract void
Associates a string representing the specified double value with the specified key in this preference node.void
Implements theputFloat
method as per the specification inPreferences.putFloat(String,float)
.abstract void
Associates a string representing the specified float value with the specified key in this preference node.void
Implements theputInt
method as per the specification inPreferences.putInt(String,int)
.abstract void
Associates a string representing the specified int value with the specified key in this preference node.void
Implements theputLong
method as per the specification inPreferences.putLong(String,long)
.abstract void
Associates a string representing the specified long value with the specified key in this preference node.protected abstract void
Put the given key-value association into this preference node.void
Implements theremove(String)
method as per the specification inPreferences.remove(String)
.abstract void
Removes the value associated with the specified key in this preference node, if any.protected abstract void
Remove the association (if any) for the specified key at this preference node.Constructors injava.util.prefs with parameters of typeStringModifierConstructorDescriptionprotected
AbstractPreferences
(AbstractPreferences parent,String name) Creates a preference node with the specified parent and the specified name relative to its parent.Constructs a BackingStoreException with the specified detail message.InvalidPreferencesFormatException
(String message) Constructs an InvalidPreferencesFormatException with the specified detail message.InvalidPreferencesFormatException
(String message,Throwable cause) Constructs an InvalidPreferencesFormatException with the specified detail message and cause.PreferenceChangeEvent
(Preferences node,String key,String newValue) Constructs a newPreferenceChangeEvent
instance.Uses ofString injava.util.random
Methods injava.util.random that returnStringModifier and TypeMethodDescriptionRandomGeneratorFactory.group()
Return the group name of thealgorithm used by the random number generator.RandomGeneratorFactory.name()
Return the name of thealgorithm used by the random number generator.Methods injava.util.random with parameters of typeStringModifier and TypeMethodDescriptionstaticRandomGenerator
static <T extendsRandomGenerator>
RandomGeneratorFactory<T> Returns aRandomGeneratorFactory
that can produce instances ofRandomGenerator
that utilize thename
algorithm.Uses ofString injava.util.regex
Methods injava.util.regex that returnStringModifier and TypeMethodDescriptionPatternSyntaxException.getDescription()
Retrieves the description of the error.PatternSyntaxException.getMessage()
Returns a multi-line string containing the description of the syntax error and its index, the erroneous regular-expression pattern, and a visual indication of the error index within the pattern.PatternSyntaxException.getPattern()
Retrieves the erroneous regular-expression pattern.Matcher.group()
Returns the input subsequence matched by the previous match.Matcher.group
(int group) Returns the input subsequence captured by the given group during the previous match operation.Returns the input subsequence captured by the givennamed-capturing group during the previous match operation.MatchResult.group()
Returns the input subsequence matched by the previous match.MatchResult.group
(int group) Returns the input subsequence captured by the given group during the previous match operation.defaultString
Returns the input subsequence captured by the givennamed-capturing group during the previous match operation.Pattern.pattern()
Returns the regular expression from which this pattern was compiled.staticString
Returns a literal patternString
for the specifiedString
.staticString
Matcher.quoteReplacement
(String s) Returns a literal replacementString
for the specifiedString
.Matcher.replaceAll
(String replacement) Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.Matcher.replaceAll
(Function<MatchResult,String> replacer) Replaces every subsequence of the input sequence that matches the pattern with the result of applying the given replacer function to the match result of this matcher corresponding to that subsequence.Matcher.replaceFirst
(String replacement) Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.Matcher.replaceFirst
(Function<MatchResult,String> replacer) Replaces the first subsequence of the input sequence that matches the pattern with the result of applying the given replacer function to the match result of this matcher corresponding to that subsequence.String[]
Pattern.split
(CharSequence input) Splits the given input sequence around matches of this pattern.String[]
Pattern.split
(CharSequence input, int limit) Splits the given input sequence around matches of this pattern.String[]
Pattern.splitWithDelimiters
(CharSequence input, int limit) Splits the given input sequence around matches of this pattern and returns both the strings and the matching delimiters.Matcher.toString()
Returns the string representation of this matcher.Pattern.toString()
Returns the string representation of this pattern.Methods injava.util.regex that return types with arguments of typeStringModifier and TypeMethodDescriptionPattern.asMatchPredicate()
Creates a predicate that tests if this pattern matches a given input string.Pattern.asPredicate()
Creates a predicate that tests if this pattern is found in a given input string.Matcher.namedGroups()
Returns an unmodifiable map from capturing group names to group numbers.MatchResult.namedGroups()
Returns an unmodifiable map from capturing group names to group numbers.Pattern.namedGroups()
Returns an unmodifiable map from capturing group names to group numbers.Pattern.splitAsStream
(CharSequence input) Creates a stream from the given input sequence around matches of this pattern.Methods injava.util.regex with parameters of typeStringModifier and TypeMethodDescriptionMatcher.appendReplacement
(StringBuffer sb,String replacement) Implements a non-terminal append-and-replace step.Matcher.appendReplacement
(StringBuilder sb,String replacement) Implements a non-terminal append-and-replace step.staticPattern
Compiles the given regular expression into a pattern.staticPattern
Compiles the given regular expression into a pattern with the given flags.int
Returns the offset after the last character of the subsequence captured by the givennamed-capturing group during the previous match operation.default int
Returns the offset after the last character of the subsequence captured by the givennamed-capturing group during the previous match operation.Returns the input subsequence captured by the givennamed-capturing group during the previous match operation.defaultString
Returns the input subsequence captured by the givennamed-capturing group during the previous match operation.static boolean
Pattern.matches
(String regex,CharSequence input) Compiles the given regular expression and attempts to match the given input against it.staticString
Returns a literal patternString
for the specifiedString
.staticString
Matcher.quoteReplacement
(String s) Returns a literal replacementString
for the specifiedString
.Matcher.replaceAll
(String replacement) Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.Matcher.replaceFirst
(String replacement) Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.int
Returns the start index of the subsequence captured by the givennamed-capturing group during the previous match operation.default int
Returns the start index of the subsequence captured by the givennamed-capturing group during the previous match operation.Method parameters injava.util.regex with type arguments of typeStringModifier and TypeMethodDescriptionMatcher.replaceAll
(Function<MatchResult,String> replacer) Replaces every subsequence of the input sequence that matches the pattern with the result of applying the given replacer function to the match result of this matcher corresponding to that subsequence.Matcher.replaceFirst
(Function<MatchResult,String> replacer) Replaces the first subsequence of the input sequence that matches the pattern with the result of applying the given replacer function to the match result of this matcher corresponding to that subsequence.Constructors injava.util.regex with parameters of typeStringModifierConstructorDescriptionPatternSyntaxException
(String desc,String regex, int index) Constructs a new instance of this class.Uses ofString injava.util.spi
Methods injava.util.spi that returnStringModifier and TypeMethodDescriptionabstractString
LocaleNameProvider.getDisplayCountry
(String countryCode,Locale locale) Returns a localized name for the given IETF BCP47 region code (either ISO 3166 country code or UN M.49 area codes) and the given locale that is appropriate for display to the user.abstractString
LocaleNameProvider.getDisplayLanguage
(String languageCode,Locale locale) Returns a localized name for the given IETF BCP47 language code and the given locale that is appropriate for display to the user.abstractString
CalendarNameProvider.getDisplayName
(String calendarType, int field, int value, int style,Locale locale) Returns the string representation (display name) of the calendarfield value
in the givenstyle
andlocale
.CurrencyNameProvider.getDisplayName
(String currencyCode,Locale locale) Returns a name for the currency that is appropriate for display to the user.abstractString
TimeZoneNameProvider.getDisplayName
(String ID, boolean daylight, int style,Locale locale) Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.LocaleNameProvider.getDisplayScript
(String scriptCode,Locale locale) Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user.LocaleNameProvider.getDisplayUnicodeExtensionKey
(String key,Locale locale) Returns a localized name for the givenUnicode extension key, and the given locale that is appropriate for display to the user.LocaleNameProvider.getDisplayUnicodeExtensionType
(String type,String key,Locale locale) Returns a localized name for the givenUnicode extension type, and the given locale that is appropriate for display to the user.abstractString
LocaleNameProvider.getDisplayVariant
(String variant,Locale locale) Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.TimeZoneNameProvider.getGenericDisplayName
(String ID, int style,Locale locale) Returns a generic name for the given time zoneID
that's suitable for presentation to the user in the specifiedlocale
.abstractString
Gets the symbol of the given currency code for the specified locale.ToolProvider.name()
Returns the name of this tool provider.protectedString
AbstractResourceBundleProvider.toBundleName
(String baseName,Locale locale) Returns the bundle name for the givenbaseName
andlocale
that this provider provides.Methods injava.util.spi that return types with arguments of typeStringModifier and TypeMethodDescriptionToolProvider.description()
Returns a short description of the tool, or an emptyOptional
if no description is available.CalendarNameProvider.getDisplayNames
(String calendarType, int field, int style,Locale locale) Returns aMap
containing all string representations (display names) of theCalendar
field
in the givenstyle
andlocale
and their corresponding field values.Methods injava.util.spi with parameters of typeStringModifier and TypeMethodDescriptionstaticOptional
<ToolProvider> Returns the first instance of aToolProvider
with the given name, as loaded byServiceLoader
using the system class loader.Returns aResourceBundle
for the givenbaseName
andlocale
.Returns aResourceBundle
for the given bundle name and locale.ResourceBundleControlProvider.getControl
(String baseName) Returns aResourceBundle.Control
instance that is used to handle resource bundle loading for the givenbaseName
.abstractString
LocaleNameProvider.getDisplayCountry
(String countryCode,Locale locale) Returns a localized name for the given IETF BCP47 region code (either ISO 3166 country code or UN M.49 area codes) and the given locale that is appropriate for display to the user.abstractString
LocaleNameProvider.getDisplayLanguage
(String languageCode,Locale locale) Returns a localized name for the given IETF BCP47 language code and the given locale that is appropriate for display to the user.abstractString
CalendarNameProvider.getDisplayName
(String calendarType, int field, int value, int style,Locale locale) Returns the string representation (display name) of the calendarfield value
in the givenstyle
andlocale
.CurrencyNameProvider.getDisplayName
(String currencyCode,Locale locale) Returns a name for the currency that is appropriate for display to the user.abstractString
TimeZoneNameProvider.getDisplayName
(String ID, boolean daylight, int style,Locale locale) Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.CalendarNameProvider.getDisplayNames
(String calendarType, int field, int style,Locale locale) Returns aMap
containing all string representations (display names) of theCalendar
field
in the givenstyle
andlocale
and their corresponding field values.LocaleNameProvider.getDisplayScript
(String scriptCode,Locale locale) Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user.LocaleNameProvider.getDisplayUnicodeExtensionKey
(String key,Locale locale) Returns a localized name for the givenUnicode extension key, and the given locale that is appropriate for display to the user.LocaleNameProvider.getDisplayUnicodeExtensionType
(String type,String key,Locale locale) Returns a localized name for the givenUnicode extension type, and the given locale that is appropriate for display to the user.abstractString
LocaleNameProvider.getDisplayVariant
(String variant,Locale locale) Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.TimeZoneNameProvider.getGenericDisplayName
(String ID, int style,Locale locale) Returns a generic name for the given time zoneID
that's suitable for presentation to the user in the specifiedlocale
.abstractString
Gets the symbol of the given currency code for the specified locale.default int
ToolProvider.run
(PrintStream out,PrintStream err,String... args) Runs an instance of the tool, returning zero for a successful run.int
ToolProvider.run
(PrintWriter out,PrintWriter err,String... args) Runs an instance of the tool, returning zero for a successful run.protectedString
AbstractResourceBundleProvider.toBundleName
(String baseName,Locale locale) Returns the bundle name for the givenbaseName
andlocale
that this provider provides.Constructors injava.util.spi with parameters of typeStringModifierConstructorDescriptionprotected
AbstractResourceBundleProvider
(String... formats) Constructs anAbstractResourceBundleProvider
with the specifiedformats
.Uses ofString injava.util.stream
Methods injava.util.stream that return types with arguments of typeStringModifier and TypeMethodDescriptionstaticCollector
<CharSequence, ?,String> Collectors.joining()
Returns aCollector
that concatenates the input elements into aString
, in encounter order.staticCollector
<CharSequence, ?,String> Collectors.joining
(CharSequence delimiter) Returns aCollector
that concatenates the input elements, separated by the specified delimiter, in encounter order.staticCollector
<CharSequence, ?,String> Collectors.joining
(CharSequence delimiter,CharSequence prefix,CharSequence suffix) Returns aCollector
that concatenates the input elements, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.Methods injava.util.stream with parameters of typeStringModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Uses ofString injava.util.zip
Methods injava.util.zip that returnStringModifier and TypeMethodDescriptionZipEntry.getComment()
Returns the comment string for the entry.ZipFile.getComment()
Returns the ZIP file comment.ZipEntry.getName()
Returns the name of the entry.ZipFile.getName()
Returns the path name of the ZIP file.ZipEntry.toString()
Returns a string representation of the ZIP entry.ZipFile.toString()
Returns a string identifying thisZipFile
, for debugging.Methods injava.util.zip with parameters of typeStringModifier and TypeMethodDescriptionprotectedZipEntry
ZipInputStream.createZipEntry
(String name) Creates a newZipEntry
object for the specified entry name.Returns the ZIP file entry for the specified name, or null if not found.void
ZipEntry.setComment
(String comment) Sets the optional comment string for the entry.void
ZipOutputStream.setComment
(String comment) Sets the ZIP file comment.Constructors injava.util.zip with parameters of typeStringModifierConstructorDescriptionConstructs a DataFormatException with the specified detail message.Creates a new ZIP entry with the specified name.Deprecated, for removal: This API element is subject to removal in a future version.Constructs a ZipError with the given detail message.Constructs aZipException
with the specified detail message.Opens a ZIP file for reading.Opens a ZIP file for reading.Uses ofString injavax.accessibility
Fields injavax.accessibility declared asStringModifier and TypeFieldDescriptionstatic finalString
AccessibleContext.ACCESSIBLE_ACTION_PROPERTY
Constant used to indicate that the supported set of actions has changed.static finalString
AccessibleContext.ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY
Constant used to determine when the active descendant of a component has changed.static finalString
AccessibleContext.ACCESSIBLE_CARET_PROPERTY
Constant used to determine when theaccessibleText
caret has changed.static finalString
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY
Constant used to determine whenAccessible
children are added/removed from the object.static finalString
AccessibleContext.ACCESSIBLE_COMPONENT_BOUNDS_CHANGED
PropertyChangeEvent
which indicates that a change has occurred in a component's bounds.static finalString
AccessibleContext.ACCESSIBLE_DESCRIPTION_PROPERTY
Constant used to determine when theAccessibleContext.accessibleDescription
property has changed.static finalString
AccessibleContext.ACCESSIBLE_HYPERTEXT_OFFSET
Constant used to indicate that a hypertext element has received focus.static finalString
AccessibleContext.ACCESSIBLE_INVALIDATE_CHILDREN
PropertyChangeEvent
which indicates that a significant change has occurred to the children of a component like a tree or text.static finalString
AccessibleContext.ACCESSIBLE_NAME_PROPERTY
Constant used to determine when theAccessibleContext.accessibleName
property has changed.static finalString
AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY
Constant used to determine when theaccessibleSelection
has changed.static finalString
AccessibleContext.ACCESSIBLE_STATE_PROPERTY
Constant used to determine when theaccessibleStateSet
property has changed.static finalString
AccessibleContext.ACCESSIBLE_TABLE_CAPTION_CHANGED
Constant used to indicate that the table caption has changed.static finalString
AccessibleContext.ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED
Constant used to indicate that the column description has changed.static finalString
AccessibleContext.ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED
Constant used to indicate that the column header has changed.static finalString
AccessibleContext.ACCESSIBLE_TABLE_MODEL_CHANGED
Constant used to indicate that table data has changed.static finalString
AccessibleContext.ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED
Constant used to indicate that the row description has changed.static finalString
AccessibleContext.ACCESSIBLE_TABLE_ROW_HEADER_CHANGED
Constant used to indicate that the row header has changed.static finalString
AccessibleContext.ACCESSIBLE_TABLE_SUMMARY_CHANGED
Constant used to indicate that the table summary has changed.static finalString
AccessibleContext.ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED
PropertyChangeEvent
which indicates that text attributes have changed.static finalString
AccessibleContext.ACCESSIBLE_TEXT_PROPERTY
PropertyChangeEvent
which indicates that text has changed.static finalString
AccessibleContext.ACCESSIBLE_VALUE_PROPERTY
Constant used to determine when theaccessibleValue
property has changed.static finalString
AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY
Constant used to determine when the visual appearance of the object has changed.protectedString
AccessibleContext.accessibleDescription
A localized String containing the description of the object.protectedString
AccessibleContext.accessibleName
A localized String containing the name of the object.static finalString
AccessibleRelation.CHILD_NODE_OF
Indicates that an object is a child node of one or more objects.static finalString
AccessibleRelation.CHILD_NODE_OF_PROPERTY
Indicates theCHILD_NODE_OF
relation between two or more objects has changed.static finalString
AccessibleAction.CLICK
An action which causes a component to execute its default action.static finalString
AccessibleRelation.CONTROLLED_BY
Indicates an object is controlled by one or more target objects.static finalString
AccessibleRelation.CONTROLLED_BY_PROPERTY
Identifies that the target object that is doing the controlling has changed.static finalString
AccessibleRelation.CONTROLLER_FOR
Indicates an object is a controller for one or more target objects.static finalString
AccessibleRelation.CONTROLLER_FOR_PROPERTY
Identifies that the controller for the target object has changed.static finalString
AccessibleAction.DECREMENT
An action which decrements a value.static finalString
AccessibleRelation.EMBEDDED_BY
Indicates that an object is embedded in one or more objects.static finalString
AccessibleRelation.EMBEDDED_BY_PROPERTY
Indicates theEMBEDDED_BY
relation between two or more objects has changed.static finalString
AccessibleRelation.EMBEDS
Indicates that an object has one or more objects embedded in it.static finalString
AccessibleRelation.EMBEDS_PROPERTY
Indicates theEMBEDS
relation between two or more objects has changed.static finalString
AccessibleRelation.FLOWS_FROM
Indicates an object is logically contiguous with a second object where the second object occurs before the object.static finalString
AccessibleRelation.FLOWS_FROM_PROPERTY
Indicates theFLOWS_FROM
relation between two objects has changed.static finalString
AccessibleRelation.FLOWS_TO
Indicates an object is logically contiguous with a second object where the second object occurs after the object.static finalString
AccessibleRelation.FLOWS_TO_PROPERTY
Indicates theFLOWS_TO
relation between two objects has changed.static finalString
AccessibleAction.INCREMENT
An action which increments a value.protectedString
AccessibleBundle.key
The locale independent name of the state.static finalString
AccessibleRelation.LABEL_FOR
Indicates an object is a label for one or more target objects.static finalString
AccessibleRelation.LABEL_FOR_PROPERTY
Identifies that the target group for a label has changed.static finalString
AccessibleRelation.LABELED_BY
Indicates an object is labeled by one or more target objects.static finalString
AccessibleRelation.LABELED_BY_PROPERTY
Identifies that the objects that are doing the labeling have changed.static finalString
AccessibleRelation.MEMBER_OF
Indicates an object is a member of a group of one or more target objects.static finalString
AccessibleRelation.MEMBER_OF_PROPERTY
Identifies that group membership has changed.static finalString
AccessibleRelation.PARENT_WINDOW_OF
Indicates that an object is a parent window of one or more objects.static finalString
AccessibleRelation.PARENT_WINDOW_OF_PROPERTY
Indicates thePARENT_WINDOW_OF
relation between two or more objects has changed.static finalString
AccessibleRelation.SUBWINDOW_OF
Indicates that an object is a subwindow of one or more objects.static finalString
AccessibleRelation.SUBWINDOW_OF_PROPERTY
Indicates theSUBWINDOW_OF
relation between two or more objects has changed.AccessibleTextSequence.text
The text.static finalString
AccessibleAction.TOGGLE_EXPAND
An action which causes a tree node to collapse if expanded and expand if collapsed.static finalString
AccessibleAction.TOGGLE_POPUP
An action which causes a popup to become visible if it is hidden and hidden if it is visible.Methods injavax.accessibility that returnStringModifier and TypeMethodDescriptionAccessibleAction.getAccessibleActionDescription
(int i) Returns a description of the specified action of the object.abstractString
AccessibleHyperlink.getAccessibleActionDescription
(int i) Returns a string description of this particular link action.AccessibleContext.getAccessibleDescription()
Gets theaccessibleDescription
property of this object.AccessibleIcon.getAccessibleIconDescription()
Gets the description of the icon.AccessibleContext.getAccessibleName()
Gets theaccessibleName
property of this object.AccessibleText.getAfterIndex
(int part, int index) Returns theString
after a given index.AccessibleText.getAtIndex
(int part, int index) Returns theString
at a given index.AccessibleText.getBeforeIndex
(int part, int index) Returns theString
before a given index.AccessibleRelation.getKey()
Returns the key for this relation.abstractString
AccessibilityProvider.getName()
Returns the name of this service provider.AccessibleText.getSelectedText()
Returns the portion of the text that is selected.AccessibleEditableText.getTextRange
(int startIndex, int endIndex) Returns the text string between two indices.AccessibleExtendedText.getTextRange
(int startIndex, int endIndex) Returns the text between two indices.AccessibleExtendedComponent.getTitledBorderText()
Returns the titled border text.AccessibleExtendedComponent.getToolTipText()
Returns the tool tip text.AccessibleBundle.toDisplayString()
Gets localized string describing the key using the default locale.protectedString
AccessibleBundle.toDisplayString
(String name,Locale locale) Obtains the key as a localized string.AccessibleBundle.toDisplayString
(Locale locale) Obtains the key as a localized string.AccessibleBundle.toString()
Gets localized string describing the key using the default locale.AccessibleRelationSet.toString()
Creates a localized string representing all the relations in the set using the default locale.AccessibleStateSet.toString()
Creates a localized string representing all the states in the set using the default locale.Methods injavax.accessibility with parameters of typeStringModifier and TypeMethodDescriptionboolean
Returns whether the relation set contains a relation that matches the specified key.void
AccessibleContext.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Support for reporting bound property changes.Returns the relation that matches the specified key.void
AccessibleEditableText.insertTextAtIndex
(int index,String s) Inserts the specified string at the given index.void
AccessibleEditableText.replaceText
(int startIndex, int endIndex,String s) Replaces the text between two indices with the specified string.void
AccessibleContext.setAccessibleDescription
(String s) Sets the accessible description of this object.void
AccessibleIcon.setAccessibleIconDescription
(String description) Sets the description of the icon.void
AccessibleContext.setAccessibleName
(String s) Sets the localized accessible name of this object.void
AccessibleEditableText.setTextContents
(String s) Sets the text contents to the specified string.protectedString
AccessibleBundle.toDisplayString
(String name,Locale locale) Obtains the key as a localized string.Constructors injavax.accessibility with parameters of typeStringModifierConstructorDescriptionAccessibleRelation
(String key) Create a newAccessibleRelation
using the given locale independent key.AccessibleRelation
(String key,Object target) Creates a newAccessibleRelation
using the given locale independent key.AccessibleRelation
(String key,Object[] target) Creates a newAccessibleRelation
using the given locale independent key.protected
AccessibleRole
(String key) Creates a newAccessibleRole
using the given locale independent key.protected
AccessibleState
(String key) Creates a newAccessibleState
using the given locale independent key.AccessibleTextSequence
(int start, int end,String txt) Constructs anAccessibleTextSequence
with the given parameters.Uses ofString injavax.annotation.processing
Methods injavax.annotation.processing that returnStringModifier and TypeMethodDescriptionCompletion.getMessage()
Returns an informative message about the completion.Completion.getValue()
Returns the text of the suggested completion.Methods injavax.annotation.processing that return types with arguments of typeStringModifier and TypeMethodDescriptionProcessingEnvironment.getOptions()
Returns the processor-specific options passed to the annotation processing tool.ProcessingEnvironment.getOptions()
Returns the processor-specific options passed to the annotation processing tool.AbstractProcessor.getSupportedAnnotationTypes()
Returns the names of the annotation interfaces supported by this processor.Processor.getSupportedAnnotationTypes()
Returns the names of the annotation interfaces supported by this processor.AbstractProcessor.getSupportedOptions()
Returns the options recognized by this processor.Processor.getSupportedOptions()
Returns the options recognized by this processor.Methods injavax.annotation.processing with parameters of typeStringModifier and TypeMethodDescriptionIterable
<? extendsCompletion> AbstractProcessor.getCompletions
(Element element,AnnotationMirror annotation,ExecutableElement member,String userText) Returns an empty iterable of completions.Iterable
<? extendsCompletion> Processor.getCompletions
(Element element,AnnotationMirror annotation,ExecutableElement member,String userText) Returns to the tool infrastructure an iterable of suggested completions to an annotation.staticCompletion
Returns a completion of the value and an empty message.staticCompletion
Returns a completion of the value and message.Constructors injavax.annotation.processing with parameters of typeStringModifierConstructorDescriptionConstructs an exception with the specified detail message.Uses ofString injavax.crypto
Methods injavax.crypto that returnStringModifier and TypeMethodDescriptionEncryptedPrivateKeyInfo.getAlgName()
Returns the encryption algorithm.finalString
Cipher.getAlgorithm()
Returns the algorithm name of thisCipher
object.KDF.getAlgorithm()
Returns the algorithm name of thisKDF
object.KEM.getAlgorithm()
Returns the name of the algorithm for thisKEM
object.finalString
KeyAgreement.getAlgorithm()
Returns the algorithm name of thisKeyAgreement
object.finalString
KeyGenerator.getAlgorithm()
Returns the algorithm name of thisKeyGenerator
object.finalString
Mac.getAlgorithm()
Returns the algorithm name of thisMac
object.finalString
SealedObject.getAlgorithm()
Returns the algorithm that was used to seal this object.finalString
SecretKeyFactory.getAlgorithm()
Returns the algorithm name of thisSecretKeyFactory
object.finalString
ExemptionMechanism.getName()
Returns the exemption mechanism name of thisExemptionMechanism
object.KDF.getProviderName()
Returns the name of the provider.KEM.Decapsulator.providerName()
Returns the name of the provider.KEM.Encapsulator.providerName()
Returns the name of the provider.Cipher.toString()
Returns aString
representation of thisCipher
object.Methods injavax.crypto with parameters of typeStringModifier and TypeMethodDescriptionKEM.Decapsulator.decapsulate
(byte[] encapsulation, int from, int to,String algorithm) The key decapsulation function.KDF.deriveKey
(String alg,AlgorithmParameterSpec derivationSpec) Derives a key, returned as aSecretKey
object.KEM.Encapsulator.encapsulate
(int from, int to,String algorithm) The key encapsulation function.KEMSpi.DecapsulatorSpi.engineDecapsulate
(byte[] encapsulation, int from, int to,String algorithm) The key decapsulation function.protected abstractSecretKey
KDFSpi.engineDeriveKey
(String alg,AlgorithmParameterSpec derivationSpec) Derives a key, returned as aSecretKey
object.KEMSpi.EncapsulatorSpi.engineEncapsulate
(int from, int to,String algorithm) The key encapsulation function.protected abstractSecretKey
KeyAgreementSpi.engineGenerateSecret
(String algorithm) Creates the shared secret and returns it as a secret key object of the requested algorithm type.protected abstract void
CipherSpi.engineSetMode
(String mode) Sets the mode of this cipher.protected abstract void
CipherSpi.engineSetPadding
(String padding) Sets the padding mechanism of this cipher.protectedKey
CipherSpi.engineUnwrap
(byte[] wrappedKey,String wrappedKeyAlgorithm, int wrappedKeyType) Unwrap a previously wrapped key.finalSecretKey
KeyAgreement.generateSecret
(String algorithm) Creates the shared secret and returns it as aSecretKey
object of the specified algorithm.static finalCipher
Cipher.getInstance
(String transformation) Returns aCipher
object that implements the specified transformation.static finalCipher
Cipher.getInstance
(String transformation,String provider) Returns aCipher
object that implements the specified transformation.static finalCipher
Cipher.getInstance
(String transformation,Provider provider) Returns aCipher
object that implements the specified transformation.static finalExemptionMechanism
ExemptionMechanism.getInstance
(String algorithm) Returns anExemptionMechanism
object that implements the specified exemption mechanism algorithm.static finalExemptionMechanism
ExemptionMechanism.getInstance
(String algorithm,String provider) Returns anExemptionMechanism
object that implements the specified exemption mechanism algorithm.static finalExemptionMechanism
ExemptionMechanism.getInstance
(String algorithm,Provider provider) Returns anExemptionMechanism
object that implements the specified exemption mechanism algorithm.KDF.getInstance
(String algorithm) Returns aKDF
object that implements the specified algorithm.KDF.getInstance
(String algorithm,String provider) Returns aKDF
object that implements the specified algorithm from the specified security provider.KDF.getInstance
(String algorithm,Provider provider) Returns aKDF
object that implements the specified algorithm from the specified security provider.KDF.getInstance
(String algorithm,KDFParametersPREVIEW kdfParameters) Returns aKDF
object that implements the specified algorithm and is initialized with the specified parameters.KDF.getInstance
(String algorithm,KDFParametersPREVIEW kdfParameters,String provider) Returns aKDF
object that implements the specified algorithm from the specified provider and is initialized with the specified parameters.KDF.getInstance
(String algorithm,KDFParametersPREVIEW kdfParameters,Provider provider) Returns aKDF
object that implements the specified algorithm from the specified provider and is initialized with the specified parameters.staticKEM
KEM.getInstance
(String algorithm) Returns aKEM
object that implements the specified algorithm.staticKEM
KEM.getInstance
(String algorithm,String provider) Returns aKEM
object that implements the specified algorithm from the specified security provider.staticKEM
KEM.getInstance
(String algorithm,Provider provider) Returns aKEM
object that implements the specified algorithm from the specified security provider.static finalKeyAgreement
KeyAgreement.getInstance
(String algorithm) Returns aKeyAgreement
object that implements the specified key agreement algorithm.static finalKeyAgreement
KeyAgreement.getInstance
(String algorithm,String provider) Returns aKeyAgreement
object that implements the specified key agreement algorithm.static finalKeyAgreement
KeyAgreement.getInstance
(String algorithm,Provider provider) Returns aKeyAgreement
object that implements the specified key agreement algorithm.static finalKeyGenerator
KeyGenerator.getInstance
(String algorithm) Returns aKeyGenerator
object that generates secret keys for the specified algorithm.static finalKeyGenerator
KeyGenerator.getInstance
(String algorithm,String provider) Returns aKeyGenerator
object that generates secret keys for the specified algorithm.static finalKeyGenerator
KeyGenerator.getInstance
(String algorithm,Provider provider) Returns aKeyGenerator
object that generates secret keys for the specified algorithm.static finalMac
Mac.getInstance
(String algorithm) Returns aMac
object that implements the specified MAC algorithm.static finalMac
Mac.getInstance
(String algorithm,String provider) Returns aMac
object that implements the specified MAC algorithm.static finalMac
Mac.getInstance
(String algorithm,Provider provider) Returns aMac
object that implements the specified MAC algorithm.static finalSecretKeyFactory
SecretKeyFactory.getInstance
(String algorithm) Returns aSecretKeyFactory
object that converts secret keys of the specified algorithm.static finalSecretKeyFactory
SecretKeyFactory.getInstance
(String algorithm,String provider) Returns aSecretKeyFactory
object that converts secret keys of the specified algorithm.static finalSecretKeyFactory
SecretKeyFactory.getInstance
(String algorithm,Provider provider) Returns aSecretKeyFactory
object that converts secret keys of the specified algorithm.EncryptedPrivateKeyInfo.getKeySpec
(Key decryptKey,String providerName) Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.static final int
Cipher.getMaxAllowedKeyLength
(String transformation) Returns the maximum key length for the specified transformation according to the installed JCE jurisdiction policy files.static finalAlgorithmParameterSpec
Cipher.getMaxAllowedParameterSpec
(String transformation) Returns an {code AlgorithmParameterSpec} object which contains the maximumCipher
parameter value according to the jurisdiction policy file.finalObject
Retrieves the original (encapsulated) object.finalKey
Unwrap a previously wrapped key.Constructors injavax.crypto with parameters of typeStringModifierConstructorDescriptionConstructs anAEADBadTagException
with the specified detail message.Constructs aBadPaddingException
with the specified detail message.protected
Creates aCipher
object.DecapsulateException
(String message) Creates aDecapsulateException
with the specified detail message.DecapsulateException
(String message,Throwable cause) Creates aDecapsulateException
with the specified detail message and cause.EncryptedPrivateKeyInfo
(String algName, byte[] encryptedData) Constructs anEncryptedPrivateKeyInfo
from the encryption algorithm name and the encrypted data.protected
ExemptionMechanism
(ExemptionMechanismSpi exmechSpi,Provider provider,String mechanism) Creates anExemptionMechanism
object.Constructs anExemptionMechanismException
with the specified detailed message.Constructs anIllegalBlockSizeException
with the specified detail message.protected
KeyAgreement
(KeyAgreementSpi keyAgreeSpi,Provider provider,String algorithm) Creates aKeyAgreement
object.protected
KeyGenerator
(KeyGeneratorSpi keyGenSpi,Provider provider,String algorithm) Creates aKeyGenerator
object.protected
Creates a MAC object.Constructs aNoSuchPaddingException
with the specified detail message.protected
SecretKeyFactory
(SecretKeyFactorySpi keyFacSpi,Provider provider,String algorithm) Creates aSecretKeyFactory
object.Constructs aShortBufferException
with the specified detail message.Uses ofString injavax.crypto.spec
Methods injavax.crypto.spec that returnStringModifier and TypeMethodDescriptionPSource.getAlgorithm()
Returns the PSource algorithm name.SecretKeySpec.getAlgorithm()
Returns the name of the algorithm associated with this secret key.OAEPParameterSpec.getDigestAlgorithm()
Returns the message digest algorithm name.SecretKeySpec.getFormat()
Returns the name of the encoding format for this secret key.OAEPParameterSpec.getMGFAlgorithm()
Returns the mask generation function algorithm name.Constructors injavax.crypto.spec with parameters of typeStringModifierConstructorDescriptionOAEPParameterSpec
(String mdName,String mgfName,AlgorithmParameterSpec mgfSpec,PSource pSrc) Constructs a parameter set for OAEP padding as defined in the PKCS #1 standard using the specified message digest algorithmmdName
, mask generation function algorithmmgfName
, parameters for the mask generation functionmgfSpec
, and source of the encoding input PpSrc
.protected
Constructs a source of the encoding input P for OAEP padding as defined in the PKCS #1 standard using the specified PSource algorithm.SecretKeySpec
(byte[] key, int offset, int len,String algorithm) Constructs a secret key from the given byte array, using the firstlen
bytes ofkey
, starting atoffset
inclusive.SecretKeySpec
(byte[] key,String algorithm) Constructs a secret key from the given byte array.Uses ofString injavax.imageio
Fields injavax.imageio declared asStringModifier and TypeFieldDescriptionprotectedString
ImageWriteParam.compressionType
AString
containing the name of the current compression type, ornull
if none is set.protectedString[]
ImageWriteParam.compressionTypes
An array ofString
s containing the names of the available compression types.Methods injavax.imageio that returnStringModifier and TypeMethodDescriptionString[]
ImageWriteParam.getCompressionQualityDescriptions()
Returns an array ofString
s that may be used along withgetCompressionQualityValues
as part of a user interface for setting or displaying the compression quality level.ImageWriteParam.getCompressionType()
Returns the currently set compression type, ornull
if none has been set.String[]
ImageWriteParam.getCompressionTypes()
Returns a list of available compression types, as an array orString
s, ornull
if a compression type may not be chosen using these interfaces.ImageReader.getFormatName()
Returns aString
identifying the format of the input source.ImageWriteParam.getLocalizedCompressionTypeName()
Returns a localized version of the name of the current compression type, using theLocale
returned bygetLocale
.staticString[]
ImageIO.getReaderFileSuffixes()
Returns an array ofString
s listing all of the file suffixes associated with the formats understood by the current set of registered readers.staticString[]
ImageIO.getReaderFormatNames()
Returns an array ofString
s listing all of the informal format names understood by the current set of registered readers.staticString[]
ImageIO.getReaderMIMETypes()
Returns an array ofString
s listing all of the MIME types understood by the current set of registered readers.staticString[]
ImageIO.getWriterFileSuffixes()
Returns an array ofString
s listing all of the file suffixes associated with the formats understood by the current set of registered writers.staticString[]
ImageIO.getWriterFormatNames()
Returns an array ofString
s listing all of the informal format names understood by the current set of registered writers.staticString[]
ImageIO.getWriterMIMETypes()
Returns an array ofString
s listing all of the MIME types understood by the current set of registered writers.Methods injavax.imageio with parameters of typeStringModifier and TypeMethodDescriptionImageReader.getImageMetadata
(int imageIndex,String formatName,Set<String> nodeNames) Returns anIIOMetadata
object representing the metadata associated with the given image, ornull
if the reader does not support reading metadata or none is available.staticIterator
<ImageReader> ImageIO.getImageReadersByFormatName
(String formatName) Returns anIterator
containing all currently registeredImageReader
s that claim to be able to decode the named format.staticIterator
<ImageReader> ImageIO.getImageReadersByMIMEType
(String MIMEType) Returns anIterator
containing all currently registeredImageReader
s that claim to be able to decode files with the given MIME type.staticIterator
<ImageReader> ImageIO.getImageReadersBySuffix
(String fileSuffix) Returns anIterator
containing all currently registeredImageReader
s that claim to be able to decode files with the given suffix.staticIterator
<ImageWriter> ImageIO.getImageWriters
(ImageTypeSpecifier type,String formatName) Returns anIterator
containing all currently registeredImageWriter
s that claim to be able to encode images of the given layout (specified using anImageTypeSpecifier
) in the given format.staticIterator
<ImageWriter> ImageIO.getImageWritersByFormatName
(String formatName) Returns anIterator
containing all currently registeredImageWriter
s that claim to be able to encode the named format.staticIterator
<ImageWriter> ImageIO.getImageWritersByMIMEType
(String MIMEType) Returns anIterator
containing all currently registeredImageWriter
s that claim to be able to encode files with the given MIME type.staticIterator
<ImageWriter> ImageIO.getImageWritersBySuffix
(String fileSuffix) Returns anIterator
containing all currently registeredImageWriter
s that claim to be able to encode files with the given suffix.ImageReader.getStreamMetadata
(String formatName,Set<String> nodeNames) Returns anIIOMetadata
object representing the metadata associated with the input source as a whole (i.e., not associated with any particular image).protected void
ImageReader.processWarningOccurred
(String warning) Broadcasts a warning message to all registeredIIOReadWarningListener
s by calling theirwarningOccurred
method.protected void
ImageReader.processWarningOccurred
(String baseName,String keyword) Broadcasts a localized warning message to all registeredIIOReadWarningListener
s by calling theirwarningOccurred
method with a string taken from aResourceBundle
.protected void
ImageWriter.processWarningOccurred
(int imageIndex,String warning) Broadcasts a warning message to all registeredIIOWriteWarningListener
s by calling theirwarningOccurred
method.protected void
ImageWriter.processWarningOccurred
(int imageIndex,String baseName,String keyword) Broadcasts a localized warning message to all registeredIIOWriteWarningListener
s by calling theirwarningOccurred
method with a string taken from aResourceBundle
.void
ImageWriteParam.setCompressionType
(String compressionType) Sets the compression type to one of the values indicated bygetCompressionTypes
.static boolean
ImageIO.write
(RenderedImage im,String formatName,File output) Writes an image using an arbitraryImageWriter
that supports the given format to aFile
.static boolean
ImageIO.write
(RenderedImage im,String formatName,OutputStream output) Writes an image using an arbitraryImageWriter
that supports the given format to anOutputStream
.static boolean
ImageIO.write
(RenderedImage im,String formatName,ImageOutputStream output) Writes an image using an arbitraryImageWriter
that supports the given format to anImageOutputStream
.Method parameters injavax.imageio with type arguments of typeStringModifier and TypeMethodDescriptionImageReader.getImageMetadata
(int imageIndex,String formatName,Set<String> nodeNames) Returns anIIOMetadata
object representing the metadata associated with the given image, ornull
if the reader does not support reading metadata or none is available.ImageReader.getStreamMetadata
(String formatName,Set<String> nodeNames) Returns anIIOMetadata
object representing the metadata associated with the input source as a whole (i.e., not associated with any particular image).Constructors injavax.imageio with parameters of typeStringModifierConstructorDescriptionIIOException
(String message) Constructs anIIOException
with a given messageString
.IIOException
(String message,Throwable cause) Constructs anIIOException
with a given messageString
and aThrowable
that was its underlying cause.Uses ofString injavax.imageio.event
Methods injavax.imageio.event with parameters of typeStringModifier and TypeMethodDescriptionvoid
IIOReadWarningListener.warningOccurred
(ImageReader source,String warning) Reports the occurrence of a non-fatal error in decoding.void
IIOWriteWarningListener.warningOccurred
(ImageWriter source, int imageIndex,String warning) Reports the occurrence of a non-fatal error in encoding.Uses ofString injavax.imageio.metadata
Fields injavax.imageio.metadata declared asStringModifier and TypeFieldDescriptionprotectedString[]
IIOMetadata.extraMetadataFormatClassNames
An array of names of classes implementingIIOMetadataFormat
and representing the metadata formats, other than the standard and native formats, that are supported by this plug-in, initialized tonull
and set via the constructor.protectedString[]
IIOMetadata.extraMetadataFormatNames
An array of names of formats, other than the standard and native formats, that are supported by this plug-in, initialized tonull
and set via the constructor.protectedString
IIOMetadata.nativeMetadataFormatClassName
The name of the class implementingIIOMetadataFormat
and representing the native metadata format, initialized tonull
and set via the constructor.protectedString
IIOMetadata.nativeMetadataFormatName
The name of the native metadata format for this object, initialized tonull
and set via the constructor.static finalString
IIOMetadataFormatImpl.standardMetadataFormatName
AString
constant containing the standard format name,"javax_imageio_1.0"
.Methods injavax.imageio.metadata that returnStringModifier and TypeMethodDescriptionIIOMetadataNode.getAttribute
(String name) Retrieves an attribute value by name.IIOMetadataFormat.getAttributeDefaultValue
(String elementName,String attrName) Returns the default value of the named attribute, if it is not explicitly present within the named element, as aString
, ornull
if no default value is available.IIOMetadataFormatImpl.getAttributeDefaultValue
(String elementName,String attrName) IIOMetadataFormat.getAttributeDescription
(String elementName,String attrName,Locale locale) Returns aString
containing a description of the named attribute, ornull
.IIOMetadataFormatImpl.getAttributeDescription
(String elementName,String attrName,Locale locale) Returns aString
containing a description of the named attribute, ornull
.String[]
IIOMetadataFormat.getAttributeEnumerations
(String elementName,String attrName) Returns an array ofString
s containing the legal enumerated values for the given attribute within the named element.String[]
IIOMetadataFormatImpl.getAttributeEnumerations
(String elementName,String attrName) IIOMetadataFormat.getAttributeMaxValue
(String elementName,String attrName) Returns the maximum legal value for the attribute.IIOMetadataFormatImpl.getAttributeMaxValue
(String elementName,String attrName) IIOMetadataFormat.getAttributeMinValue
(String elementName,String attrName) Returns the minimum legal value for the attribute.IIOMetadataFormatImpl.getAttributeMinValue
(String elementName,String attrName) String[]
IIOMetadataFormat.getAttributeNames
(String elementName) Returns an array ofString
s listing the names of the attributes that may be associated with the named element.String[]
IIOMetadataFormatImpl.getAttributeNames
(String elementName) IIOMetadataNode.getAttributeNS
(String namespaceURI,String localName) Equivalent togetAttribute(localName)
.IIOMetadataNode.getBaseURI()
This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.String[]
IIOMetadataFormat.getChildNames
(String elementName) Returns an array ofString
s indicating the names of the element which are allowed to be children of the named element, in the order in which they should appear.String[]
IIOMetadataFormatImpl.getChildNames
(String elementName) IIOMetadataFormat.getElementDescription
(String elementName,Locale locale) Returns aString
containing a description of the named element, ornull
.IIOMetadataFormatImpl.getElementDescription
(String elementName,Locale locale) Returns aString
containing a description of the named element, ornull
.String[]
IIOMetadata.getExtraMetadataFormatNames()
Returns an array ofString
s containing the names of additional metadata formats, other than the native and standard formats, recognized by this plug-in'sgetAsTree
,setFromTree
, andmergeTree
methods.IIOMetadataNode.getLocalName()
Equivalent togetNodeName
.String[]
IIOMetadata.getMetadataFormatNames()
Returns an array ofString
s containing the names of all metadata formats, including the native and standard formats, recognized by this plug-in'sgetAsTree
,setFromTree
, andmergeTree
methods.IIOMetadataNode.getNamespaceURI()
Returnsnull
, since namespaces are not supported.IIOMetadata.getNativeMetadataFormatName()
Returns the name of the "native" metadata format for this plug-in, which typically allows for lossless encoding and transmission of the metadata stored in the format handled by this plug-in.IIOMetadataNode.getNodeName()
Returns the node name associated with this node.IIOMetadataNode.getNodeValue()
Returns the value associated with this node.IIOMetadataNode.getPrefix()
Returnsnull
, since namespaces are not supported.protectedString
IIOMetadataFormatImpl.getResourceBaseName()
Returns the currently set base name for locatingResourceBundle
s.IIOMetadataFormat.getRootName()
Returns the name of the root element of the format.IIOMetadataFormatImpl.getRootName()
IIOMetadataNode.getTagName()
Equivalent togetNodeName
.IIOMetadataNode.getTextContent()
This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.IIOMetadataNode.lookupNamespaceURI
(String prefix) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.IIOMetadataNode.lookupPrefix
(String namespaceURI) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.Methods injavax.imageio.metadata with parameters of typeStringModifier and TypeMethodDescriptionprotected void
IIOMetadataFormatImpl.addAttribute
(String elementName,String attrName, int dataType, boolean required, int listMinLength, int listMaxLength) Adds a new attribute to a previously defined element that will be defined by a list of values.protected void
IIOMetadataFormatImpl.addAttribute
(String elementName,String attrName, int dataType, boolean required,String defaultValue) Adds a new attribute to a previously defined element that may be set to an arbitrary value.protected void
IIOMetadataFormatImpl.addAttribute
(String elementName,String attrName, int dataType, boolean required,String defaultValue,String minValue,String maxValue, boolean minInclusive, boolean maxInclusive) Adds a new attribute to a previously defined element that will be defined by a range of values.protected void
IIOMetadataFormatImpl.addAttribute
(String elementName,String attrName, int dataType, boolean required,String defaultValue,List<String> enumeratedValues) Adds a new attribute to a previously defined element that will be defined by a set of enumerated values.protected void
IIOMetadataFormatImpl.addBooleanAttribute
(String elementName,String attrName, boolean hasDefaultValue, boolean defaultValue) Adds a new attribute to a previously defined element that will be defined by the enumerated valuesTRUE
andFALSE
, with a datatype ofDATATYPE_BOOLEAN
.protected void
IIOMetadataFormatImpl.addChildElement
(String elementName,String parentName) Adds an existing element to the list of legal children for a given parent node type.protected void
IIOMetadataFormatImpl.addElement
(String elementName,String parentName, int childPolicy) Adds a new element type to this metadata document format with a child policy other thanCHILD_POLICY_REPEAT
.protected void
IIOMetadataFormatImpl.addElement
(String elementName,String parentName, int minChildren, int maxChildren) Adds a new element type to this metadata document format with a child policy ofCHILD_POLICY_REPEAT
.protected void
IIOMetadataFormatImpl.addObjectValue
(String elementName,Class<?> classType, int arrayMinLength, int arrayMaxLength) Allows anObject
reference of a given class type to be stored in nodes implementing the named element.protected <T> void
IIOMetadataFormatImpl.addObjectValue
(String elementName,Class<T> classType, boolean required, T defaultValue) Allows anObject
reference of a given class type to be stored in nodes implementing the named element.protected <T> void
IIOMetadataFormatImpl.addObjectValue
(String elementName,Class<T> classType, boolean required, T defaultValue,List<? extends T> enumeratedValues) Allows anObject
reference of a given class type to be stored in nodes implementing the named element.protected <T extendsObject &Comparable<? super T>>
voidIIOMetadataFormatImpl.addObjectValue
(String elementName,Class<T> classType, T defaultValue,Comparable<? super T> minValue,Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive) Allows anObject
reference of a given class type to be stored in nodes implementing the named element.boolean
IIOMetadataFormat.canNodeAppear
(String elementName,ImageTypeSpecifier imageType) Returnstrue
if the element (and the subtree below it) is allowed to appear in a metadata document for an image of the given type, defined by anImageTypeSpecifier
.abstractNode
Returns an XML DOMNode
object that represents the root of a tree of metadata contained within this object according to the conventions defined by a given metadata format.IIOMetadataNode.getAttribute
(String name) Retrieves an attribute value by name.int
IIOMetadataFormat.getAttributeDataType
(String elementName,String attrName) Returns one of the constants starting withDATATYPE_
, indicating the format and interpretation of the value of the given attribute within the named element.int
IIOMetadataFormatImpl.getAttributeDataType
(String elementName,String attrName) IIOMetadataFormat.getAttributeDefaultValue
(String elementName,String attrName) Returns the default value of the named attribute, if it is not explicitly present within the named element, as aString
, ornull
if no default value is available.IIOMetadataFormatImpl.getAttributeDefaultValue
(String elementName,String attrName) IIOMetadataFormat.getAttributeDescription
(String elementName,String attrName,Locale locale) Returns aString
containing a description of the named attribute, ornull
.IIOMetadataFormatImpl.getAttributeDescription
(String elementName,String attrName,Locale locale) Returns aString
containing a description of the named attribute, ornull
.String[]
IIOMetadataFormat.getAttributeEnumerations
(String elementName,String attrName) Returns an array ofString
s containing the legal enumerated values for the given attribute within the named element.String[]
IIOMetadataFormatImpl.getAttributeEnumerations
(String elementName,String attrName) int
IIOMetadataFormat.getAttributeListMaxLength
(String elementName,String attrName) Returns the maximum number of list items that may be used to define this attribute.int
IIOMetadataFormatImpl.getAttributeListMaxLength
(String elementName,String attrName) int
IIOMetadataFormat.getAttributeListMinLength
(String elementName,String attrName) Returns the minimum number of list items that may be used to define this attribute.int
IIOMetadataFormatImpl.getAttributeListMinLength
(String elementName,String attrName) IIOMetadataFormat.getAttributeMaxValue
(String elementName,String attrName) Returns the maximum legal value for the attribute.IIOMetadataFormatImpl.getAttributeMaxValue
(String elementName,String attrName) IIOMetadataFormat.getAttributeMinValue
(String elementName,String attrName) Returns the minimum legal value for the attribute.IIOMetadataFormatImpl.getAttributeMinValue
(String elementName,String attrName) String[]
IIOMetadataFormat.getAttributeNames
(String elementName) Returns an array ofString
s listing the names of the attributes that may be associated with the named element.String[]
IIOMetadataFormatImpl.getAttributeNames
(String elementName) IIOMetadataNode.getAttributeNode
(String name) IIOMetadataNode.getAttributeNodeNS
(String namespaceURI,String localName) Equivalent togetAttributeNode(localName)
.IIOMetadataNode.getAttributeNS
(String namespaceURI,String localName) Equivalent togetAttribute(localName)
.int
IIOMetadataFormat.getAttributeValueType
(String elementName,String attrName) Returns one of the constants starting withVALUE_
, indicating whether the values of the given attribute within the named element are arbitrary, constrained to lie within a specified range, constrained to be one of a set of enumerated values, or are a whitespace-separated list of arbitrary values.int
IIOMetadataFormatImpl.getAttributeValueType
(String elementName,String attrName) String[]
IIOMetadataFormat.getChildNames
(String elementName) Returns an array ofString
s indicating the names of the element which are allowed to be children of the named element, in the order in which they should appear.String[]
IIOMetadataFormatImpl.getChildNames
(String elementName) int
IIOMetadataFormat.getChildPolicy
(String elementName) Returns one of the constants starting withCHILD_POLICY_
, indicating the legal pattern of children for the named element.int
IIOMetadataFormatImpl.getChildPolicy
(String elementName) IIOMetadataFormat.getElementDescription
(String elementName,Locale locale) Returns aString
containing a description of the named element, ornull
.IIOMetadataFormatImpl.getElementDescription
(String elementName,Locale locale) Returns aString
containing a description of the named element, ornull
.int
IIOMetadataFormat.getElementMaxChildren
(String elementName) Returns the maximum number of children of the named element with child policyCHILD_POLICY_REPEAT
.int
IIOMetadataFormatImpl.getElementMaxChildren
(String elementName) int
IIOMetadataFormat.getElementMinChildren
(String elementName) Returns the minimum number of children of the named element with child policyCHILD_POLICY_REPEAT
.int
IIOMetadataFormatImpl.getElementMinChildren
(String elementName) IIOMetadataNode.getElementsByTagName
(String name) IIOMetadataNode.getElementsByTagNameNS
(String namespaceURI,String localName) Equivalent togetElementsByTagName(localName)
.IIOMetadataNode.getFeature
(String feature,String version) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.IIOMetadata.getMetadataFormat
(String formatName) Returns anIIOMetadataFormat
object describing the given metadata format, ornull
if no description is available.int
IIOMetadataFormat.getObjectArrayMaxLength
(String elementName) Returns the maximum number of array elements that may be used to define theObject
reference within the named element.int
IIOMetadataFormatImpl.getObjectArrayMaxLength
(String elementName) int
IIOMetadataFormat.getObjectArrayMinLength
(String elementName) Returns the minimum number of array elements that may be used to define theObject
reference within the named element.int
IIOMetadataFormatImpl.getObjectArrayMinLength
(String elementName) Class
<?> IIOMetadataFormat.getObjectClass
(String elementName) Returns theClass
type of theObject
reference stored within the element.Class
<?> IIOMetadataFormatImpl.getObjectClass
(String elementName) IIOMetadataFormat.getObjectDefaultValue
(String elementName) Returns anObject
s containing the default value for theObject
reference within the named element.IIOMetadataFormatImpl.getObjectDefaultValue
(String elementName) Object[]
IIOMetadataFormat.getObjectEnumerations
(String elementName) Returns an array ofObject
s containing the legal enumerated values for theObject
reference within the named element.Object[]
IIOMetadataFormatImpl.getObjectEnumerations
(String elementName) Comparable
<?> IIOMetadataFormat.getObjectMaxValue
(String elementName) Returns the maximum legal value for theObject
reference within the named element.Comparable
<?> IIOMetadataFormatImpl.getObjectMaxValue
(String elementName) Comparable
<?> IIOMetadataFormat.getObjectMinValue
(String elementName) Returns the minimum legal value for theObject
reference within the named element.Comparable
<?> IIOMetadataFormatImpl.getObjectMinValue
(String elementName) int
IIOMetadataFormat.getObjectValueType
(String elementName) Returns one of the enumerated values starting withVALUE_
, indicating the type of values (enumeration, range, or array) that are allowed for theObject
reference.int
IIOMetadataFormatImpl.getObjectValueType
(String elementName) IIOMetadataNode.getUserData
(String key) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.boolean
IIOMetadataNode.hasAttribute
(String name) boolean
IIOMetadataNode.hasAttributeNS
(String namespaceURI,String localName) Equivalent tohasAttribute(localName)
.boolean
IIOMetadataFormat.isAttributeRequired
(String elementName,String attrName) Returnstrue
if the named attribute must be present within the named element.boolean
IIOMetadataFormatImpl.isAttributeRequired
(String elementName,String attrName) boolean
IIOMetadataNode.isDefaultNamespace
(String namespaceURI) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.boolean
IIOMetadataNode.isSupported
(String feature,String version) Returnsfalse
since DOM features are not supported.IIOMetadataNode.lookupNamespaceURI
(String prefix) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.IIOMetadataNode.lookupPrefix
(String namespaceURI) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.abstract void
Alters the internal state of thisIIOMetadata
object from a tree of XML DOMNode
s whose syntax is defined by the given metadata format.protected void
IIOMetadataFormatImpl.removeAttribute
(String elementName,String attrName) Removes an attribute from a previously defined element.void
IIOMetadataNode.removeAttribute
(String name) void
IIOMetadataNode.removeAttributeNS
(String namespaceURI,String localName) Equivalent toremoveAttribute(localName)
.protected void
IIOMetadataFormatImpl.removeElement
(String elementName) Removes an element from the format.protected void
IIOMetadataFormatImpl.removeObjectValue
(String elementName) Disallows anObject
reference from being stored in nodes implementing the named element.void
IIOMetadataNode.setAttribute
(String name,String value) void
IIOMetadataNode.setAttributeNS
(String namespaceURI,String qualifiedName,String value) Equivalent tosetAttribute(qualifiedName, value)
.void
IIOMetadata.setFromTree
(String formatName,Node root) Sets the internal state of thisIIOMetadata
object from a tree of XML DOMNode
s whose syntax is defined by the given metadata format.void
IIOMetadataNode.setIdAttribute
(String name, boolean isId) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.void
IIOMetadataNode.setIdAttributeNS
(String namespaceURI,String localName, boolean isId) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.void
IIOMetadataNode.setNodeValue
(String nodeValue) Sets theString
value associated with this node.void
Does nothing, since namespaces are not supported.protected void
IIOMetadataFormatImpl.setResourceBaseName
(String resourceBaseName) Sets a new base name for locatingResourceBundle
s containing descriptions of elements and attributes for this format.void
IIOMetadataNode.setTextContent
(String textContent) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.IIOMetadataNode.setUserData
(String key,Object data,UserDataHandler handler) This DOM Level 3 method is not supported forIIOMetadataNode
and will throw aDOMException
.Method parameters injavax.imageio.metadata with type arguments of typeStringModifier and TypeMethodDescriptionprotected void
IIOMetadataFormatImpl.addAttribute
(String elementName,String attrName, int dataType, boolean required,String defaultValue,List<String> enumeratedValues) Adds a new attribute to a previously defined element that will be defined by a set of enumerated values.Constructors injavax.imageio.metadata with parameters of typeStringModifierConstructorDescriptionIIOInvalidTreeException
(String message,Throwable cause,Node offendingNode) Constructs anIIOInvalidTreeException
with a message string, a reference to an exception that caused this exception, and a reference to theNode
that caused the parsing error.IIOInvalidTreeException
(String message,Node offendingNode) Constructs anIIOInvalidTreeException
with a message string and a reference to theNode
that caused the parsing error.protected
IIOMetadata
(boolean standardMetadataFormatSupported,String nativeMetadataFormatName,String nativeMetadataFormatClassName,String[] extraMetadataFormatNames,String[] extraMetadataFormatClassNames) Constructs anIIOMetadata
object with the given format names and format class names, as well as a boolean indicating whether the standard format is supported.IIOMetadataFormatImpl
(String rootName, int childPolicy) Constructs a blankIIOMetadataFormatImpl
instance, with a given root element name and child policy (other thanCHILD_POLICY_REPEAT
).IIOMetadataFormatImpl
(String rootName, int minChildren, int maxChildren) Constructs a blankIIOMetadataFormatImpl
instance, with a given root element name and a child policy ofCHILD_POLICY_REPEAT
.IIOMetadataNode
(String nodeName) Constructs anIIOMetadataNode
with a given node name.Uses ofString injavax.imageio.plugins.jpeg
Methods injavax.imageio.plugins.jpeg that returnStringUses ofString injavax.imageio.plugins.tiff
Fields injavax.imageio.plugins.tiff declared asStringModifier and TypeFieldDescriptionstatic finalString
ExifGPSTagSet.DEST_DISTANCE_REF_KILOMETERS
A value to be used with the "GPSDestDistanceRef" tag.static finalString
ExifGPSTagSet.DEST_DISTANCE_REF_KNOTS
A value to be used with the "GPSDestDistanceRef" tag.static finalString
ExifGPSTagSet.DEST_DISTANCE_REF_MILES
A value to be used with the "GPSDestDistanceRef" tag.static finalString
ExifGPSTagSet.DIRECTION_REF_MAGNETIC
A value to be used with the "GPSTrackRef", "GPSImgDirectionRef", and "GPSDestBearingRef" tags.static finalString
ExifGPSTagSet.DIRECTION_REF_TRUE
A value to be used with the "GPSTrackRef", "GPSImgDirectionRef", and "GPSDestBearingRef" tags.static finalString
ExifTIFFTagSet.EXIF_VERSION_2_1
A value to be used with the "ExifVersion" tag to indicate Exif version 2.1.static finalString
ExifTIFFTagSet.EXIF_VERSION_2_2
A value to be used with the "ExifVersion" tag to indicate Exif version 2.2.static finalString
ExifGPSTagSet.GPS_VERSION_2_2
A value to be used with the "GPSVersionID" tag to indicate GPS version 2.2.static finalString
ExifInteroperabilityTagSet.INTEROPERABILITY_INDEX_R98
A value to be used with the "InteroperabilityIndex" tag.static finalString
ExifInteroperabilityTagSet.INTEROPERABILITY_INDEX_THM
A value to be used with the "InteroperabilityIndex" tag.static finalString
ExifGPSTagSet.LATITUDE_REF_NORTH
A value to be used with the "GPSLatitudeRef" and "GPSDestLatitudeRef" tags.static finalString
ExifGPSTagSet.LATITUDE_REF_SOUTH
A value to be used with the "GPSLatitudeRef" and "GPSDestLatitudeRef" tags.static finalString
ExifGPSTagSet.LONGITUDE_REF_EAST
A value to be used with the "GPSLongitudeRef" and "GPSDestLongitudeRef" tags.static finalString
ExifGPSTagSet.LONGITUDE_REF_WEST
A value to be used with the "GPSLongitudeRef" and "GPSDestLongitudeRef" tags.static finalString
ExifGPSTagSet.MEASURE_MODE_2D
A value to be used with the "GPSMeasureMode" tag.static finalString
ExifGPSTagSet.MEASURE_MODE_3D
A value to be used with the "GPSMeasureMode" tag.static finalString
ExifGPSTagSet.SPEED_REF_KILOMETERS_PER_HOUR
A value to be used with the "GPSSpeedRef" tag.static finalString
ExifGPSTagSet.SPEED_REF_KNOTS
A value to be used with the "GPSSpeedRef" tag.static finalString
ExifGPSTagSet.SPEED_REF_MILES_PER_HOUR
A value to be used with the "GPSSpeedRef" tag.static finalString
ExifGPSTagSet.STATUS_MEASUREMENT_IN_PROGRESS
A value to be used with the "GPSStatus" tag.static finalString
ExifGPSTagSet.STATUS_MEASUREMENT_INTEROPERABILITY
A value to be used with the "GPSStatus" tag.static finalString
TIFFTag.UNKNOWN_TAG_NAME
The name assigned to a tag with an unknown tag number.Methods injavax.imageio.plugins.tiff that returnStringModifier and TypeMethodDescriptionTIFFField.getAsString
(int index) Returns aTIFFTag.TIFF_ASCII
value as aString
.TIFFTag.getName()
Returns the name of the tag, as it will appear in image metadata.staticString
TIFFField.getTypeName
(int dataType) Returns the name of the supplied data type constant.TIFFField.getValueAsString
(int index) Returns aString
containing a human-readable version of the data item.TIFFTag.getValueName
(int value) Returns the mnemonic name associated with a particular value that this tag's data may take on, ornull
if no name is present.Methods injavax.imageio.plugins.tiff that return types with arguments of typeStringModifier and TypeMethodDescriptionTIFFTagSet.getTagNames()
Retrieves an unmodifiable lexicographically increasing set of tag names.Methods injavax.imageio.plugins.tiff with parameters of typeStringModifier and TypeMethodDescriptionprotected void
TIFFTag.addValueName
(int value,String name) Adds a mnemonic name for a particular value that this tag's data may take on.Returns theTIFFTag
having the given tag name, ornull
if the named tag does not belong to this tag set.static int
TIFFField.getTypeByName
(String typeName) Returns the data type constant corresponding to the supplied data type name.Constructors injavax.imageio.plugins.tiff with parameters of typeStringModifierConstructorDescriptionConstructs aTIFFTag
with a given name, tag number, and set of legal data types.Constructs aTIFFTag
with a given name, tag number, set of legal data types, and value count.TIFFTag
(String name, int number,TIFFTagSet tagSet) Constructs aTIFFTag
with a given name, tag number andTIFFTagSet
to which it refers.Uses ofString injavax.imageio.spi
Fields injavax.imageio.spi declared asStringModifier and TypeFieldDescriptionprotectedString[]
ImageReaderWriterSpi.extraImageMetadataFormatClassNames
An array ofString
s containing the class names of any additional image metadata formats supported by this plug-in, initiallynull
.protectedString[]
ImageReaderWriterSpi.extraImageMetadataFormatNames
An array ofString
s containing the names of any additional image metadata formats supported by this plug-in, initiallynull
.protectedString[]
ImageReaderWriterSpi.extraStreamMetadataFormatClassNames
An array ofString
s containing the class names of any additional stream metadata formats supported by this plug-in, initiallynull
.protectedString[]
ImageReaderWriterSpi.extraStreamMetadataFormatNames
An array ofString
s containing the names of any additional stream metadata formats supported by this plug-in, initiallynull
.protectedString[]
ImageReaderWriterSpi.MIMETypes
An array of strings to be returned fromgetMIMETypes
, initiallynull
.protectedString[]
ImageReaderWriterSpi.names
An array of strings to be returned fromgetFormatNames
, initiallynull
.protectedString
ImageReaderWriterSpi.nativeImageMetadataFormatClassName
AString
containing the class name of the native stream metadata format supported by this plug-in, initiallynull
.protectedString
ImageReaderWriterSpi.nativeImageMetadataFormatName
AString
containing the name of the native stream metadata format supported by this plug-in, initiallynull
.protectedString
ImageReaderWriterSpi.nativeStreamMetadataFormatClassName
AString
containing the class name of the native stream metadata format supported by this plug-in, initiallynull
.protectedString
ImageReaderWriterSpi.nativeStreamMetadataFormatName
AString
containing the name of the native stream metadata format supported by this plug-in, initiallynull
.protectedString
ImageReaderWriterSpi.pluginClassName
AString
containing the name of the associated plug-in class, initiallynull
.protectedString[]
ImageWriterSpi.readerSpiNames
An array of strings to be returned fromgetImageReaderSpiNames
, initiallynull
.protectedString[]
ImageReaderWriterSpi.suffixes
An array of strings to be returned fromgetFileSuffixes
, initiallynull
.protectedString
IIOServiceProvider.vendorName
AString
to be returned fromgetVendorName
, initiallynull
.protectedString
IIOServiceProvider.version
AString
to be returned fromgetVersion
, initially null.protectedString[]
ImageReaderSpi.writerSpiNames
An array of strings to be returned fromgetImageWriterSpiNames
, initiallynull
.Methods injavax.imageio.spi that returnStringModifier and TypeMethodDescriptionabstractString
IIOServiceProvider.getDescription
(Locale locale) Returns a brief, human-readable description of this service provider and its associated implementation.String[]
ImageReaderWriterSpi.getExtraImageMetadataFormatNames()
Returns an array ofString
s containing the names of additional document formats, other than the native and standard formats, recognized by thegetAsTree
andsetFromTree
methods on the image metadata objects produced or consumed by this plug-in.String[]
ImageReaderWriterSpi.getExtraStreamMetadataFormatNames()
Returns an array ofString
s containing the names of additional document formats, other than the native and standard formats, recognized by thegetAsTree
andsetFromTree
methods on the stream metadata objects produced or consumed by this plug-in.String[]
ImageReaderWriterSpi.getFileSuffixes()
Returns an array ofString
s containing a list of file suffixes associated with the formats that are generally usable by theImageReader
orImageWriter
implementation associated with this service provider.String[]
ImageReaderWriterSpi.getFormatNames()
Returns an array ofString
s containing human-readable names for the formats that are generally usable by theImageReader
orImageWriter
implementation associated with this service provider.String[]
ImageWriterSpi.getImageReaderSpiNames()
Returns an array ofString
s containing all the fully qualified names of all theImageReaderSpi
classes that can understand the internal metadata representation used by theImageWriter
associated with this service provider, ornull
if there are no suchImageReaders
specified.String[]
ImageReaderSpi.getImageWriterSpiNames()
Returns an array ofString
s containing the fully qualified names of all theImageWriterSpi
classes that can understand the internal metadata representation used by theImageReader
associated with this service provider, ornull
if there are no suchImageWriter
s specified.String[]
ImageReaderWriterSpi.getMIMETypes()
Returns an array ofString
s containing a list of MIME types associated with the formats that are generally usable by theImageReader
orImageWriter
implementation associated with this service provider.ImageReaderWriterSpi.getNativeImageMetadataFormatName()
Returns the name of the "native" image metadata format for this plug-in, which typically allows for lossless encoding and transmission of the image metadata stored in the format handled by this plug-in.ImageReaderWriterSpi.getNativeStreamMetadataFormatName()
Returns the name of the "native" stream metadata format for this plug-in, which typically allows for lossless encoding and transmission of the stream metadata stored in the format handled by this plug-in.ImageReaderWriterSpi.getPluginClassName()
Returns the fully-qualified class name of theImageReader
orImageWriter
plug-in associated with this service provider.abstractString
ImageTranscoderSpi.getReaderServiceProviderName()
Returns the fully qualified class name of anImageReaderSpi
class that generatesIIOMetadata
objects that may be used as input to this transcoder.IIOServiceProvider.getVendorName()
Returns the name of the vendor responsible for creating this service provider and its associated implementation.IIOServiceProvider.getVersion()
Returns a string describing the version number of this service provider and its associated implementation.abstractString
ImageTranscoderSpi.getWriterServiceProviderName()
Returns the fully qualified class name of anImageWriterSpi
class that generatesIIOMetadata
objects that may be used as input to this transcoder.Methods injavax.imageio.spi with parameters of typeStringModifier and TypeMethodDescriptionImageReaderWriterSpi.getImageMetadataFormat
(String formatName) Returns anIIOMetadataFormat
object describing the given image metadata format, ornull
if no description is available.ImageReaderWriterSpi.getStreamMetadataFormat
(String formatName) Returns anIIOMetadataFormat
object describing the given stream metadata format, ornull
if no description is available.Constructors injavax.imageio.spi with parameters of typeStringModifierConstructorDescriptionIIOServiceProvider
(String vendorName,String version) Constructs anIIOServiceProvider
with a given vendor name and version identifier.ImageInputStreamSpi
(String vendorName,String version,Class<?> inputClass) Constructs anImageInputStreamSpi
with a given set of values.ImageOutputStreamSpi
(String vendorName,String version,Class<?> outputClass) Constructs anImageOutputStreamSpi
with a given set of values.ImageReaderSpi
(String vendorName,String version,String[] names,String[] suffixes,String[] MIMETypes,String readerClassName,Class<?>[] inputTypes,String[] writerSpiNames, boolean supportsStandardStreamMetadataFormat,String nativeStreamMetadataFormatName,String nativeStreamMetadataFormatClassName,String[] extraStreamMetadataFormatNames,String[] extraStreamMetadataFormatClassNames, boolean supportsStandardImageMetadataFormat,String nativeImageMetadataFormatName,String nativeImageMetadataFormatClassName,String[] extraImageMetadataFormatNames,String[] extraImageMetadataFormatClassNames) Constructs anImageReaderSpi
with a given set of values.ImageReaderWriterSpi
(String vendorName,String version,String[] names,String[] suffixes,String[] MIMETypes,String pluginClassName, boolean supportsStandardStreamMetadataFormat,String nativeStreamMetadataFormatName,String nativeStreamMetadataFormatClassName,String[] extraStreamMetadataFormatNames,String[] extraStreamMetadataFormatClassNames, boolean supportsStandardImageMetadataFormat,String nativeImageMetadataFormatName,String nativeImageMetadataFormatClassName,String[] extraImageMetadataFormatNames,String[] extraImageMetadataFormatClassNames) Constructs anImageReaderWriterSpi
with a given set of values.ImageTranscoderSpi
(String vendorName,String version) Constructs anImageTranscoderSpi
with a given set of values.ImageWriterSpi
(String vendorName,String version,String[] names,String[] suffixes,String[] MIMETypes,String writerClassName,Class<?>[] outputTypes,String[] readerSpiNames, boolean supportsStandardStreamMetadataFormat,String nativeStreamMetadataFormatName,String nativeStreamMetadataFormatClassName,String[] extraStreamMetadataFormatNames,String[] extraStreamMetadataFormatClassNames, boolean supportsStandardImageMetadataFormat,String nativeImageMetadataFormatName,String nativeImageMetadataFormatClassName,String[] extraImageMetadataFormatNames,String[] extraImageMetadataFormatClassNames) Constructs anImageWriterSpi
with a given set of values.Uses ofString injavax.imageio.stream
Methods injavax.imageio.stream that returnStringModifier and TypeMethodDescriptionImageInputStream.readLine()
Reads the next line of text from the input stream.ImageInputStreamImpl.readLine()
ImageInputStream.readUTF()
Reads in a string that has been encoded using a modified UTF-8 format.ImageInputStreamImpl.readUTF()
Methods injavax.imageio.stream with parameters of typeStringModifier and TypeMethodDescriptionvoid
ImageOutputStream.writeBytes
(String s) Writes a string to the output stream.void
ImageOutputStreamImpl.writeBytes
(String s) void
ImageOutputStream.writeChars
(String s) Writes a string to the output stream.void
ImageOutputStreamImpl.writeChars
(String s) void
Writes two bytes of length information to the output stream in network byte order, followed by the modified UTF-8 representation of every character in the strings
.void
Uses ofString injavax.lang.model
Methods injavax.lang.model with parameters of typeStringModifier and TypeMethodDescriptionstaticSourceVersion
Returns the enum constant of this class with the specified name.Constructors injavax.lang.model with parameters of typeStringModifierConstructorDescriptionprotected
UnknownEntityException
(String message) Creates a newUnknownEntityException
with the specified detail message.Uses ofString injavax.lang.model.element
Methods injavax.lang.model.element that returnStringModifier and TypeMethodDescriptionAnnotationValue.toString()
Returns a string representation of this value.Modifier.toString()
Returns this modifier's name as defined inThe Java Language Specification.Methods injavax.lang.model.element with parameters of typeStringModifier and TypeMethodDescriptionstaticElementKind
Returns the enum constant of this class with the specified name.staticModifier
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticNestingKind
Returns the enum constant of this class with the specified name.AnnotationValueVisitor.visitString
(String s,P p) Visits a string value in an annotation.Uses ofString injavax.lang.model.type
Methods injavax.lang.model.type that returnStringModifier and TypeMethodDescriptionTypeMirror.toString()
Returns an informative string representation of this type.Methods injavax.lang.model.type with parameters of typeStringUses ofString injavax.lang.model.util
Methods injavax.lang.model.util that returnStringModifier and TypeMethodDescriptionElements.getConstantExpression
(Object value) Returns the text of aconstant expression representing a primitive value or a string.Elements.getDocComment
(Element e) Returns the text of the documentation ("JavaDoc") comment of an element.Methods injavax.lang.model.util with parameters of typeStringModifier and TypeMethodDescriptionstaticElements.DocCommentKind
Returns the enum constant of this class with the specified name.staticElements.Origin
Returns the enum constant of this class with the specified name.SimpleAnnotationValueVisitor6.visitString
(String s,P p) Visits a string value in an annotation.Uses ofString injavax.management
Fields injavax.management declared asStringModifier and TypeFieldDescriptionstatic finalString
AttributeChangeNotification.ATTRIBUTE_CHANGE
Notification type which indicates that the observed MBean attribute value has changed.static finalString
The name of thedefaultValue
field.protectedString
MBeanFeatureInfo.description
The human-readable description of the feature.static finalString
The name of theimmutableInfo
field.static finalString
The name of theinterfaceClassName
field.static finalString
The name of thelegalValues
field.static finalString
JMX.MAX_VALUE_FIELD
The name of themaxValue
field.static finalString
JMX.MIN_VALUE_FIELD
The name of theminValue
field.static finalString
JMX.MXBEAN_FIELD
The name of themxbean
field.protectedString
MBeanFeatureInfo.name
The name of the feature.static finalString
JMX.OPEN_TYPE_FIELD
The name of theopenType
field.static finalString
The name of theoriginalType
field.static finalString
MBeanServerNotification.REGISTRATION_NOTIFICATION
Notification type denoting that an MBean has been registered.static finalString
MBeanServerNotification.UNREGISTRATION_NOTIFICATION
Notification type denoting that an MBean has been unregistered.Methods injavax.management that returnStringModifier and TypeMethodDescriptionMBeanPermission.getActions()
Returns the "canonical string representation" of the actions.AttributeChangeNotification.getAttributeName()
Gets the name of the attribute which has changed.AttributeValueExp.getAttributeName()
Returns a string representation of the name of the attribute.AttributeChangeNotification.getAttributeType()
Gets the type of the attribute which has changed.ObjectName.getCanonicalKeyPropertyListString()
Returns a string representation of the list of key properties, in which the key properties are sorted in lexical order.ObjectName.getCanonicalName()
Returns the canonical form of the name; that is, a string representation where the properties are sorted in lexical order.MBeanInfo.getClassName()
Returns the name of the Java class of the MBean described by thisMBeanInfo
.ObjectInstance.getClassName()
Returns the class part.protectedString
StandardMBean.getClassName
(MBeanInfo info) Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.MBeanServer.getDefaultDomain()
MBeanServerConnection.getDefaultDomain()
Returns the default domain used for naming the MBean.MBeanFeatureInfo.getDescription()
Returns the human-readable description of the feature.MBeanInfo.getDescription()
Returns a human readable description of the MBean.protectedString
StandardMBean.getDescription
(MBeanAttributeInfo info) Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.protectedString
StandardMBean.getDescription
(MBeanConstructorInfo info) Customization hook: Get the description that will be used in the MBeanConstructorInfo returned by this MBean.protectedString
StandardMBean.getDescription
(MBeanConstructorInfo ctor,MBeanParameterInfo param, int sequence) Customization hook: Get the description that will be used for thesequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.protectedString
StandardMBean.getDescription
(MBeanFeatureInfo info) Customization hook: Get the description that will be used in the MBeanFeatureInfo returned by this MBean.protectedString
StandardMBean.getDescription
(MBeanInfo info) Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean.protectedString
StandardMBean.getDescription
(MBeanOperationInfo info) Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean.protectedString
StandardMBean.getDescription
(MBeanOperationInfo op,MBeanParameterInfo param, int sequence) Customization hook: Get the description that will be used for thesequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.ObjectName.getDomain()
Returns the domain part.String[]
MBeanServer.getDomains()
String[]
MBeanServerConnection.getDomains()
Returns the list of domains in which any MBean is currently registered.String[]
Descriptor.getFieldNames()
Returns all the field names in the descriptor.finalString[]
ImmutableDescriptor.getFieldNames()
String[]
Descriptor.getFields()
Returns all of the fields contained in this descriptor as a string array.finalString[]
ImmutableDescriptor.getFields()
MBeanServerDelegate.getImplementationName()
Returns the JMX implementation name (the name of this product).MBeanServerDelegateMBean.getImplementationName()
Returns the JMX implementation name (the name of this product).MBeanServerDelegate.getImplementationVendor()
Returns the JMX implementation vendor (the vendor of this product).MBeanServerDelegateMBean.getImplementationVendor()
Returns the JMX implementation vendor (the vendor of this product).MBeanServerDelegate.getImplementationVersion()
Returns the JMX implementation version (the version of this product).MBeanServerDelegateMBean.getImplementationVersion()
Returns the JMX implementation version (the version of this product).ObjectName.getKeyProperty
(String property) Obtains the value associated with a key in a key property.ObjectName.getKeyPropertyListString()
Returns a string representation of the list of key properties specified at creation time.MBeanServerDelegate.getMBeanServerId()
Returns the MBean server agent identity.MBeanServerDelegateMBean.getMBeanServerId()
Returns the MBean server agent identity.Notification.getMessage()
Get the notification message.Attribute.getName()
Returns a String containing the name of the attribute.MBeanFeatureInfo.getName()
Returns the name of the feature.String[]
MBeanNotificationInfo.getNotifTypes()
Returns the array of strings (in dot notation) containing the notification types that the MBean may emit.protectedString
StandardMBean.getParameterName
(MBeanConstructorInfo ctor,MBeanParameterInfo param, int sequence) Customization hook: Get the name that will be used for thesequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.protectedString
StandardMBean.getParameterName
(MBeanOperationInfo op,MBeanParameterInfo param, int sequence) Customization hook: Get the name that will be used for thesequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.MBeanOperationInfo.getReturnType()
Returns the type of the method's return value.MBeanServerDelegate.getSpecificationName()
Returns the full name of the JMX specification implemented by this product.MBeanServerDelegateMBean.getSpecificationName()
Returns the full name of the JMX specification implemented by this product.MBeanServerDelegate.getSpecificationVendor()
Returns the vendor of the JMX specification implemented by this product.MBeanServerDelegateMBean.getSpecificationVendor()
Returns the vendor of the JMX specification implemented by this product.MBeanServerDelegate.getSpecificationVersion()
Returns the version of the JMX specification implemented by this product.MBeanServerDelegateMBean.getSpecificationVersion()
Returns the version of the JMX specification implemented by this product.MBeanAttributeInfo.getType()
Returns the class name of the attribute.MBeanParameterInfo.getType()
Returns the type or class name of the data.Notification.getType()
Get the notification type.StringValueExp.getValue()
Returns the string represented by theStringValueExp
instance.staticString
Returns a quoted form of the given String, suitable for inclusion in an ObjectName.Attribute.toString()
Returns a String object representing this Attribute's value.AttributeValueExp.toString()
Returns the string representing its value.BadAttributeValueExpException.toString()
Returns the string representing the object.BadBinaryOpValueExpException.toString()
Returns the string representing the object.BadStringOperationException.toString()
Returns the string representing the object.Notification.toString()
Returns a String representation of this notification.ObjectInstance.toString()
Returns a string representing this ObjectInstance object.ObjectName.toString()
Returns a string representation of the object name.StringValueExp.toString()
Returns the string representing the object.staticString
Returns an unquoted form of the given String.Methods injavax.management that return types with arguments of typeStringModifier and TypeMethodDescriptionAttributeChangeNotificationFilter.getEnabledAttributes()
Gets all the enabled attribute names for this filter.NotificationFilterSupport.getEnabledTypes()
Gets all the enabled notification types for this filter.ObjectName.getKeyPropertyList()
Returns the key properties as a Hashtable.ObjectName.getKeyPropertyList()
Returns the key properties as a Hashtable.Methods injavax.management with parameters of typeStringModifier and TypeMethodDescriptionstaticAttributeValueExp
Returns a new attribute expression.staticAttributeValueExp
Returns a new qualified attribute expression.MBeanServer.createMBean
(String className,ObjectName name) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className,ObjectName name,Object[] params,String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className,ObjectName name,ObjectName loaderName) Instantiates and registers an MBean in the MBean server.MBeanServer.createMBean
(String className,ObjectName name,ObjectName loaderName,Object[] params,String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className,ObjectName name) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className,ObjectName name,Object[] params,String[] signature) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className,ObjectName name,ObjectName loaderName) Instantiates and registers an MBean in the MBean server.MBeanServerConnection.createMBean
(String className,ObjectName name,ObjectName loaderName,Object[] params,String[] signature) Instantiates and registers an MBean in the MBean server.staticMBeanServer
MBeanServerFactory.createMBeanServer
(String domain) Return a new object implementing theMBeanServer
interface with the specified default domain name.defaultObjectInputStream
MBeanServer.deserialize
(String className, byte[] data) Deprecated.UseMBeanServer.getClassLoaderRepository()
to obtain the class loader repository and use it to deserialize.defaultObjectInputStream
MBeanServer.deserialize
(String className,ObjectName loaderName, byte[] data) Deprecated.UsegetClassLoader
to obtain the class loader for deserialization.void
AttributeChangeNotificationFilter.disableAttribute
(String name) Disables all the attribute change notifications the attribute name of which equals the specified attribute name to be sent to the listener.void
NotificationFilterSupport.disableType
(String prefix) Removes the given prefix from the prefix list.void
AttributeChangeNotificationFilter.enableAttribute
(String name) Enables all the attribute change notifications the attribute name of which equals the specified name to be sent to the listener.void
NotificationFilterSupport.enableType
(String prefix) Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.staticArrayList
<MBeanServer> MBeanServerFactory.findMBeanServer
(String agentId) Return a list of registered MBeanServer objects.DynamicMBean.getAttribute
(String attribute) Obtain the value of a specific attribute of the Dynamic MBean.MBeanServer.getAttribute
(ObjectName name,String attribute) MBeanServerConnection.getAttribute
(ObjectName name,String attribute) Gets the value of a specific attribute of a named MBean.StandardMBean.getAttribute
(String attribute) DynamicMBean.getAttributes
(String[] attributes) Get the values of several attributes of the Dynamic MBean.MBeanServer.getAttributes
(ObjectName name,String[] attributes) MBeanServerConnection.getAttributes
(ObjectName name,String[] attributes) Retrieves the values of several attributes of a named MBean.StandardMBean.getAttributes
(String[] attributes) Descriptor.getFieldValue
(String fieldName) Returns the value for a specific field name, or null if no value is present for that name.finalObject
ImmutableDescriptor.getFieldValue
(String fieldName) Object[]
Descriptor.getFieldValues
(String... fieldNames) Returns all the field values in the descriptor as an array of Objects.finalObject[]
ImmutableDescriptor.getFieldValues
(String... fieldNames) staticObjectName
ObjectName.getInstance
(String name) Return an instance of ObjectName that can be used anywhere an object obtained withnew ObjectName(name)
can be used.staticObjectName
ObjectName.getInstance
(String domain,String key,String value) Return an instance of ObjectName that can be used anywhere an object obtained withnew ObjectName(domain, key, value)
can be used.staticObjectName
ObjectName.getInstance
(String domain,Hashtable<String, String> table) Return an instance of ObjectName that can be used anywhere an object obtained withnew ObjectName(domain, table)
can be used.ObjectName.getKeyProperty
(String property) Obtains the value associated with a key in a key property.MBeanServer.instantiate
(String className) Instantiates an object using the list of all class loaders registered in the MBean server'sClass Loader Repository
.MBeanServer.instantiate
(String className,Object[] params,String[] signature) Instantiates an object using the list of all class loaders registered in the MBean serverClass Loader Repository
.MBeanServer.instantiate
(String className,ObjectName loaderName) Instantiates an object using the class Loader specified by itsObjectName
.MBeanServer.instantiate
(String className,ObjectName loaderName,Object[] params,String[] signature) Instantiates an object.Allows an action to be invoked on the Dynamic MBean.MBeanServer.invoke
(ObjectName name,String operationName,Object[] params,String[] signature) MBeanServerConnection.invoke
(ObjectName name,String operationName,Object[] params,String[] signature) Invokes an operation on an MBean.boolean
MBeanServer.isInstanceOf
(ObjectName name,String className) boolean
MBeanServerConnection.isInstanceOf
(ObjectName name,String className) Returns true if the MBean specified is an instance of the specified class, false otherwise.boolean
ObjectName.isPropertyValuePattern
(String property) Checks whether the value associated with a key in a key property is a pattern.staticClass
<?> Deprecated.Go through the list of class loaders and try to load the requested class.staticClass
<?> DefaultLoaderRepository.loadClassWithout
(ClassLoader loader,String className) Deprecated.Go through the list of class loaders but exclude the given class loader, then try to load the requested class.MBeanServerBuilder.newMBeanServer
(String defaultDomain,MBeanServer outer,MBeanServerDelegate delegate) This method creates a new MBeanServer implementation object.staticMBeanServer
MBeanServerFactory.newMBeanServer
(String domain) Return a new object implementing the MBeanServer interface with the specified default domain name, without keeping an internal reference to this new object.staticString
Returns a quoted form of the given String, suitable for inclusion in an ObjectName.void
Descriptor.removeField
(String fieldName) Removes a field from the descriptor.final void
ImmutableDescriptor.removeField
(String fieldName) Removes a field from the descriptor.void
Sets the value for a specific field name.final void
This operation is unsupported since this class is immutable.void
Sets all fields in the field names array to the new value with the same index in the field values array.final void
This operation is unsupported since this class is immutable.staticString
Returns an unquoted form of the given String.staticStringValueExp
Returns a new string expression.Method parameters injavax.management with type arguments of typeStringModifier and TypeMethodDescriptionstaticObjectName
ObjectName.getInstance
(String domain,Hashtable<String, String> table) Return an instance of ObjectName that can be used anywhere an object obtained withnew ObjectName(domain, table)
can be used.staticObjectName
ObjectName.getInstance
(String domain,Hashtable<String, String> table) Return an instance of ObjectName that can be used anywhere an object obtained withnew ObjectName(domain, table)
can be used.Constructors injavax.management with parameters of typeStringModifierConstructorDescriptionConstructs an Attribute object which associates the given attribute name with the given value.AttributeChangeNotification
(Object source, long sequenceNumber, long timeStamp,String msg,String attributeName,String attributeType,Object oldValue,Object newValue) Constructs an attribute change notification object.AttributeNotFoundException
(String message) Constructor that allows a specific error message to be specified.AttributeValueExp
(String attr) Creates a newAttributeValueExp
representing the specified object attribute, named attr.BadStringOperationException
(String message) Constructs aBadStringOperationException
with the specified detail message.ImmutableDescriptor
(String... fields) Construct a descriptor containing the given fields.ImmutableDescriptor
(String[] fieldNames,Object[] fieldValues) Construct a descriptor containing the given fields and values.InstanceAlreadyExistsException
(String message) Constructor that allows a specific error message to be specified.InstanceNotFoundException
(String message) Constructor that allows a specific error message to be specified.IntrospectionException
(String message) Constructor that allows a specific error message to be specified.InvalidAttributeValueException
(String message) Constructor that allows a specific error message to be specified.JMException
(String msg) Constructor that allows a specific error message to be specified.JMRuntimeException
(String message) Constructor that allows a specific error message to be specified.ListenerNotFoundException
(String message) Constructor that allows a specific error message to be specified.MalformedObjectNameException
(String message) Constructor that allows a specific error message to be specified.MBeanAttributeInfo
(String name,String description,Method getter,Method setter) This constructor takes the name of a simple attribute, and Method objects for reading and writing the attribute.MBeanAttributeInfo
(String name,String type,String description, boolean isReadable, boolean isWritable, boolean isIs) Constructs anMBeanAttributeInfo
object.MBeanAttributeInfo
(String name,String type,String description, boolean isReadable, boolean isWritable, boolean isIs,Descriptor descriptor) Constructs anMBeanAttributeInfo
object.MBeanConstructorInfo
(String description,Constructor<?> constructor) Constructs anMBeanConstructorInfo
object.MBeanConstructorInfo
(String name,String description,MBeanParameterInfo[] signature) Constructs anMBeanConstructorInfo
object.MBeanConstructorInfo
(String name,String description,MBeanParameterInfo[] signature,Descriptor descriptor) Constructs anMBeanConstructorInfo
object.MBeanException
(Exception e,String message) Creates anMBeanException
that wraps the actualjava.lang.Exception
with a detail message.MBeanFeatureInfo
(String name,String description) Constructs anMBeanFeatureInfo
object.MBeanFeatureInfo
(String name,String description,Descriptor descriptor) Constructs anMBeanFeatureInfo
object.MBeanInfo
(String className,String description,MBeanAttributeInfo[] attributes,MBeanConstructorInfo[] constructors,MBeanOperationInfo[] operations,MBeanNotificationInfo[] notifications) Constructs anMBeanInfo
.MBeanInfo
(String className,String description,MBeanAttributeInfo[] attributes,MBeanConstructorInfo[] constructors,MBeanOperationInfo[] operations,MBeanNotificationInfo[] notifications,Descriptor descriptor) Constructs anMBeanInfo
.MBeanNotificationInfo
(String[] notifTypes,String name,String description) Constructs anMBeanNotificationInfo
object.MBeanNotificationInfo
(String[] notifTypes,String name,String description,Descriptor descriptor) Constructs anMBeanNotificationInfo
object.MBeanOperationInfo
(String description,Method method) Constructs anMBeanOperationInfo
object.MBeanOperationInfo
(String name,String description,MBeanParameterInfo[] signature,String type, int impact) Constructs anMBeanOperationInfo
object.MBeanOperationInfo
(String name,String description,MBeanParameterInfo[] signature,String type, int impact,Descriptor descriptor) Constructs anMBeanOperationInfo
object.MBeanParameterInfo
(String name,String type,String description) Constructs anMBeanParameterInfo
object.MBeanParameterInfo
(String name,String type,String description,Descriptor descriptor) Constructs anMBeanParameterInfo
object.MBeanPermission
(String name,String actions) Create a new MBeanPermission object with the specified target name and actions.MBeanPermission
(String className,String member,ObjectName objectName,String actions) Create a new MBeanPermission object with the specified target name (class name, member, object name) and actions.MBeanRegistrationException
(Exception e,String message) Creates anMBeanRegistrationException
that wraps the actualjava.lang.Exception
with a detailed message.MBeanServerNotification
(String type,Object source, long sequenceNumber,ObjectName objectName) Creates an MBeanServerNotification object specifying object names of the MBeans that caused the notification and the specified notification type.MBeanServerPermission
(String name) Create a new MBeanServerPermission with the given name.MBeanServerPermission
(String name,String actions) Create a new MBeanServerPermission with the given name.MBeanTrustPermission
(String name) Create a new MBeanTrustPermission with the given name.MBeanTrustPermission
(String name,String actions) Create a new MBeanTrustPermission with the given name.NotCompliantMBeanException
(String message) Constructor that allows a specific error message to be specified.Notification
(String type,Object source, long sequenceNumber) Creates a Notification object.Notification
(String type,Object source, long sequenceNumber, long timeStamp) Creates a Notification object.Notification
(String type,Object source, long sequenceNumber, long timeStamp,String message) Creates a Notification object.Notification
(String type,Object source, long sequenceNumber,String message) Creates a Notification object.ObjectInstance
(String objectName,String className) Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.ObjectInstance
(ObjectName objectName,String className) Allows an object instance to be created given an object name and the full class name, including the package name.ObjectName
(String name) Construct an object name from the given string.ObjectName
(String domain,String key,String value) Construct an object name with exactly one key property.ObjectName
(String domain,Hashtable<String, String> table) Construct an object name with several key properties from a Hashtable.OperationsException
(String message) Constructor that allows a specific error message to be specified.ReflectionException
(Exception e,String message) Creates aReflectionException
that wraps the actualjava.lang.Exception
with a detail message.RuntimeErrorException
(Error e,String message) Constructor that allows a specific error message to be specified.RuntimeMBeanException
(RuntimeException e,String message) Creates aRuntimeMBeanException
that wraps the actualjava.lang.RuntimeException
with a detailed message.RuntimeOperationsException
(RuntimeException e,String message) Creates aRuntimeOperationsException
that wraps the actualjava.lang.RuntimeException
with a detailed message.ServiceNotFoundException
(String message) Constructor that allows a specific error message to be specified.StringValueExp
(String val) Creates a newStringValueExp
representing the given string.Constructor parameters injavax.management with type arguments of typeStringModifierConstructorDescriptionImmutableDescriptor
(Map<String, ?> fields) Construct a descriptor where the names and values of the fields are the keys and values of the given Map.ObjectName
(String domain,Hashtable<String, String> table) Construct an object name with several key properties from a Hashtable.ObjectName
(String domain,Hashtable<String, String> table) Construct an object name with several key properties from a Hashtable.Uses ofString injavax.management.loading
Methods injavax.management.loading with parameters of typeStringModifier and TypeMethodDescriptionClass
<?> Load the given class name through the list of class loaders.staticClass
<?> Deprecated.Go through the list of class loaders and try to load the requested class.Class
<?> ClassLoaderRepository.loadClassBefore
(ClassLoader stop,String className) Load the given class name through the list of class loaders, stopping at the given one.Class
<?> ClassLoaderRepository.loadClassWithout
(ClassLoader exclude,String className) Load the given class name through the list of class loaders, excluding the given one.staticClass
<?> DefaultLoaderRepository.loadClassWithout
(ClassLoader loader,String className) Deprecated.Go through the list of class loaders but exclude the given class loader, then try to load the requested class.Uses ofString injavax.management.modelmbean
Methods injavax.management.modelmbean that returnStringModifier and TypeMethodDescriptionModelMBeanInfo.getClassName()
Returns the name of the Java class of the MBean described by thisMBeanInfo
.ModelMBeanInfo.getDescription()
Returns a human readable description of the MBean.String[]
DescriptorSupport.getFieldNames()
String[]
DescriptorSupport.getFields()
DescriptorSupport.toString()
Returns a human readable string representing the descriptor.ModelMBeanAttributeInfo.toString()
Returns a human-readable version of the ModelMBeanAttributeInfo instance.ModelMBeanConstructorInfo.toString()
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form.ModelMBeanNotificationInfo.toString()
Returns a human readable string containing ModelMBeanNotificationInfo.ModelMBeanOperationInfo.toString()
Returns a string containing the entire contents of the ModelMBeanOperationInfo in human readable form.DescriptorSupport.toXMLString()
Returns an XML String representing the descriptor.Methods injavax.management.modelmbean with parameters of typeStringModifier and TypeMethodDescriptionvoid
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener
(NotificationListener listener,String attributeName,Object handback) Registers an object which implements the NotificationListener interface as a listener.void
RequiredModelMBean.addAttributeChangeNotificationListener
(NotificationListener inlistener,String inAttributeName,Object inhandback) ModelMBeanInfo.getAttribute
(String inName) Returns a ModelMBeanAttributeInfo requested by name.ModelMBeanInfoSupport.getAttribute
(String inName) RequiredModelMBean.getAttribute
(String attrName) Returns the value of a specific attribute defined for this ModelMBean.RequiredModelMBean.getAttributes
(String[] attrNames) Returns the values of several attributes in the ModelMBean.ModelMBeanInfoSupport.getConstructor
(String inName) Returns the ModelMBeanConstructorInfo requested by name.ModelMBeanInfo.getDescriptor
(String inDescriptorName,String inDescriptorType) Returns a Descriptor requested by name and descriptorType.ModelMBeanInfoSupport.getDescriptor
(String inDescriptorName) Returns a Descriptor requested by name.ModelMBeanInfoSupport.getDescriptor
(String inDescriptorName,String inDescriptorType) ModelMBeanInfo.getDescriptors
(String inDescriptorType) Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.ModelMBeanInfoSupport.getDescriptors
(String inDescriptorType) DescriptorSupport.getFieldValue
(String fieldName) Object[]
DescriptorSupport.getFieldValues
(String... fieldNames) ModelMBeanInfo.getNotification
(String inName) Returns a ModelMBeanNotificationInfo requested by name.ModelMBeanInfoSupport.getNotification
(String inName) ModelMBeanInfo.getOperation
(String inName) Returns a ModelMBeanOperationInfo requested by name.ModelMBeanInfoSupport.getOperation
(String inName) Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.void
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener
(NotificationListener listener,String attributeName) Removes a listener for attributeChangeNotifications from the RequiredModelMBean.void
RequiredModelMBean.removeAttributeChangeNotificationListener
(NotificationListener inlistener,String inAttributeName) void
DescriptorSupport.removeField
(String fieldName) void
ModelMBeanNotificationBroadcaster.sendNotification
(String ntfyText) Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.void
RequiredModelMBean.sendNotification
(String ntfyText) void
ModelMBeanInfo.setDescriptor
(Descriptor inDescriptor,String inDescriptorType) Sets descriptors in the info array of type inDescriptorType for the ModelMBean.void
ModelMBeanInfoSupport.setDescriptor
(Descriptor inDescriptor,String inDescriptorType) void
void
void
ModelMBean.setManagedResource
(Object mr,String mr_type) Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).void
RequiredModelMBean.setManagedResource
(Object mr,String mr_type) Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).Constructors injavax.management.modelmbean with parameters of typeStringModifierConstructorDescriptionDescriptorSupport
(String inStr) Descriptor constructor taking an XML String.DescriptorSupport
(String... fields) Constructor taking fields in thefieldName=fieldValue format.DescriptorSupport
(String[] fieldNames,Object[] fieldValues) Constructor taking field names and field values.Constructor taking an exception and a string.Constructor from a string.ModelMBeanAttributeInfo
(String name,String description,Method getter,Method setter) Constructs a ModelMBeanAttributeInfo object with a default descriptor.ModelMBeanAttributeInfo
(String name,String description,Method getter,Method setter,Descriptor descriptor) Constructs a ModelMBeanAttributeInfo object.ModelMBeanAttributeInfo
(String name,String type,String description, boolean isReadable, boolean isWritable, boolean isIs) Constructs a ModelMBeanAttributeInfo object with a default descriptor.ModelMBeanAttributeInfo
(String name,String type,String description, boolean isReadable, boolean isWritable, boolean isIs,Descriptor descriptor) Constructs a ModelMBeanAttributeInfo object.ModelMBeanConstructorInfo
(String description,Constructor<?> constructorMethod) Constructs a ModelMBeanConstructorInfo object with a default descriptor.ModelMBeanConstructorInfo
(String description,Constructor<?> constructorMethod,Descriptor descriptor) Constructs a ModelMBeanConstructorInfo object.ModelMBeanConstructorInfo
(String name,String description,MBeanParameterInfo[] signature) Constructs a ModelMBeanConstructorInfo object with a default descriptor.ModelMBeanConstructorInfo
(String name,String description,MBeanParameterInfo[] signature,Descriptor descriptor) Constructs a ModelMBeanConstructorInfo object.ModelMBeanInfoSupport
(String className,String description,ModelMBeanAttributeInfo[] attributes,ModelMBeanConstructorInfo[] constructors,ModelMBeanOperationInfo[] operations,ModelMBeanNotificationInfo[] notifications) Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.ModelMBeanInfoSupport
(String className,String description,ModelMBeanAttributeInfo[] attributes,ModelMBeanConstructorInfo[] constructors,ModelMBeanOperationInfo[] operations,ModelMBeanNotificationInfo[] notifications,Descriptor mbeandescriptor) Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.ModelMBeanNotificationInfo
(String[] notifTypes,String name,String description) Constructs a ModelMBeanNotificationInfo object with a default descriptor.ModelMBeanNotificationInfo
(String[] notifTypes,String name,String description,Descriptor descriptor) Constructs a ModelMBeanNotificationInfo object.ModelMBeanOperationInfo
(String description,Method operationMethod) Constructs a ModelMBeanOperationInfo object with a default descriptor.ModelMBeanOperationInfo
(String description,Method operationMethod,Descriptor descriptor) Constructs a ModelMBeanOperationInfo object.ModelMBeanOperationInfo
(String name,String description,MBeanParameterInfo[] signature,String type, int impact) Constructs a ModelMBeanOperationInfo object with a default descriptor.ModelMBeanOperationInfo
(String name,String description,MBeanParameterInfo[] signature,String type, int impact,Descriptor descriptor) Constructs a ModelMBeanOperationInfo object.Constructor taking a string and an exception.Constructor taking a string.Uses ofString injavax.management.monitor
Fields injavax.management.monitor declared asStringModifier and TypeFieldDescriptionprotectedString
Monitor.dbgTag
Deprecated.No replacement.static finalString
MonitorNotification.OBSERVED_ATTRIBUTE_ERROR
Notification type denoting that the observed attribute is not contained in the observed object.static finalString
MonitorNotification.OBSERVED_ATTRIBUTE_TYPE_ERROR
Notification type denoting that the type of the observed attribute is not correct.static finalString
MonitorNotification.OBSERVED_OBJECT_ERROR
Notification type denoting that the observed object is not registered in the MBean server.static finalString
MonitorNotification.RUNTIME_ERROR
Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute.static finalString
MonitorNotification.STRING_TO_COMPARE_VALUE_DIFFERED
Notification type denoting that the observed attribute has differed from the "string to compare" value.static finalString
MonitorNotification.STRING_TO_COMPARE_VALUE_MATCHED
Notification type denoting that the observed attribute has matched the "string to compare" value.static finalString
MonitorNotification.THRESHOLD_ERROR
Notification type denoting that the type of the thresholds, offset or modulus is not correct.static finalString
MonitorNotification.THRESHOLD_HIGH_VALUE_EXCEEDED
Notification type denoting that the observed attribute has exceeded the threshold high value.static finalString
MonitorNotification.THRESHOLD_LOW_VALUE_EXCEEDED
Notification type denoting that the observed attribute has exceeded the threshold low value.static finalString
MonitorNotification.THRESHOLD_VALUE_EXCEEDED
Notification type denoting that the observed attribute has reached the threshold value.Methods injavax.management.monitor that returnStringModifier and TypeMethodDescriptionStringMonitor.getDerivedGauge()
Deprecated.As of JMX 1.2, replaced byStringMonitor.getDerivedGauge(ObjectName)
StringMonitor.getDerivedGauge
(ObjectName object) Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornull
otherwise.StringMonitorMBean.getDerivedGauge()
Deprecated.As of JMX 1.2, replaced byStringMonitorMBean.getDerivedGauge(ObjectName)
StringMonitorMBean.getDerivedGauge
(ObjectName object) Gets the derived gauge for the specified MBean.Monitor.getObservedAttribute()
Gets the attribute being observed.MonitorMBean.getObservedAttribute()
Gets the attribute being observed.MonitorNotification.getObservedAttribute()
Gets the observed attribute of this monitor notification.StringMonitor.getStringToCompare()
Gets the string to compare with the observed attribute common to all observed MBeans.StringMonitorMBean.getStringToCompare()
Gets the string to compare with the observed attribute.Methods injavax.management.monitor with parameters of typeStringModifier and TypeMethodDescriptionvoid
Monitor.setObservedAttribute
(String attribute) Sets the attribute to observe.void
MonitorMBean.setObservedAttribute
(String attribute) Sets the attribute to observe.void
StringMonitor.setStringToCompare
(String value) Sets the string to compare with the observed attribute common to all observed MBeans.void
StringMonitorMBean.setStringToCompare
(String value) Sets the string to compare with the observed attribute.Constructors injavax.management.monitor with parameters of typeStringModifierConstructorDescriptionMonitorSettingException
(String message) Constructor that allows an error message to be specified.Uses ofString injavax.management.openmbean
Fields injavax.management.openmbean declared asStringModifier and TypeFieldDescriptionstatic finalString[]
OpenType.ALLOWED_CLASSNAMES
Deprecated.UseALLOWED_CLASSNAMES_LIST
instead.Fields injavax.management.openmbean with type parameters of typeStringModifier and TypeFieldDescriptionOpenType.ALLOWED_CLASSNAMES_LIST
List of the fully qualified names of the Java classes allowed for open data values.static finalSimpleType
<String> SimpleType.STRING
TheSimpleType
instance describing values whose Java class name isjava.lang.String
.Methods injavax.management.openmbean that returnStringModifier and TypeMethodDescriptionOpenMBeanInfo.getClassName()
Returns the fully qualified Java class name of the open MBean instances thisOpenMBeanInfo
describes.OpenType.getClassName()
Returns the fully qualified Java class name of the open data values this open type describes.CompositeType.getDescription
(String itemName) Returns the description of the item whose name isitemName, ornull
if thisCompositeType
instance does not define any item whose name isitemName.OpenMBeanConstructorInfo.getDescription()
Returns a human readable description of the constructor described by thisOpenMBeanConstructorInfo
instance.OpenMBeanInfo.getDescription()
Returns a human readable description of the type of open MBean instances thisOpenMBeanInfo
describes.OpenMBeanOperationInfo.getDescription()
Returns a human readable description of the operation described by thisOpenMBeanOperationInfo
instance.OpenMBeanParameterInfo.getDescription()
Returns a human readable description of the parameter described by thisOpenMBeanParameterInfo
instance.OpenType.getDescription()
Returns the text description of thisOpenType
instance.OpenMBeanConstructorInfo.getName()
Returns the name of the constructor described by thisOpenMBeanConstructorInfo
instance.OpenMBeanOperationInfo.getName()
Returns the name of the operation described by thisOpenMBeanOperationInfo
instance.OpenMBeanParameterInfo.getName()
Returns the name of the parameter described by thisOpenMBeanParameterInfo
instance.OpenMBeanOperationInfo.getReturnType()
Returns the fully qualified Java class name of the values returned by the operation described by thisOpenMBeanOperationInfo
instance.OpenType.getTypeName()
Returns the name of thisOpenType
instance.ArrayType.toString()
Returns a string representation of thisArrayType
instance.CompositeData.toString()
Returns a string representation of thisCompositeData
instance.CompositeDataSupport.toString()
Returns a string representation of thisCompositeDataSupport
instance.CompositeType.toString()
Returns a string representation of thisCompositeType
instance.OpenMBeanAttributeInfo.toString()
Returns a string representation of thisOpenMBeanAttributeInfo
instance.OpenMBeanAttributeInfoSupport.toString()
Returns a string representation of thisOpenMBeanAttributeInfoSupport
instance.OpenMBeanConstructorInfo.toString()
Returns a string representation of thisOpenMBeanConstructorInfo
instance.OpenMBeanConstructorInfoSupport.toString()
Returns a string representation of thisOpenMBeanConstructorInfoSupport
instance.OpenMBeanInfo.toString()
Returns a string representation of thisOpenMBeanInfo
instance.OpenMBeanInfoSupport.toString()
Returns a string representation of thisOpenMBeanInfoSupport
instance.OpenMBeanOperationInfo.toString()
Returns a string representation of thisOpenMBeanOperationInfo
instance.OpenMBeanOperationInfoSupport.toString()
Returns a string representation of thisOpenMBeanOperationInfoSupport
instance.OpenMBeanParameterInfo.toString()
Returns a string representation of thisOpenMBeanParameterInfo
instance.OpenMBeanParameterInfoSupport.toString()
Returns a string representation of thisOpenMBeanParameterInfoSupport
instance.abstractString
OpenType.toString()
Returns a string representation of this open type instance.SimpleType.toString()
Returns a string representation of thisSimpleType
instance.TabularData.toString()
Returns a string representation of thisTabularData
instance.TabularDataSupport.toString()
Returns a string representation of thisTabularDataSupport
instance.TabularType.toString()
Returns a string representation of thisTabularType
instance.Methods injavax.management.openmbean that return types with arguments of typeStringModifier and TypeMethodDescriptionTabularType.getIndexNames()
Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by thisTabularType
instance.CompositeType.keySet()
Returns an unmodifiable Set view of all the item names defined by thisCompositeType
instance.Methods injavax.management.openmbean with parameters of typeStringModifier and TypeMethodDescriptionboolean
CompositeData.containsKey
(String key) Returnstrue
if and only if thisCompositeData
instance contains an item whose name iskey
.boolean
CompositeDataSupport.containsKey
(String key) Returnstrue
if and only if thisCompositeData
instance contains an item whose name iskey
.boolean
CompositeType.containsKey
(String itemName) Returnstrue
if thisCompositeType
instance defines an item whose name isitemName.Returns the value of the item whose name iskey
.Returns the value of the item whose name iskey
.Object[]
Returns an array of the values of the items whose names are specified bykeys
, in the same order askeys
.Object[]
Returns an array of the values of the items whose names are specified bykeys
, in the same order askeys
.CompositeType.getDescription
(String itemName) Returns the description of the item whose name isitemName, ornull
if thisCompositeType
instance does not define any item whose name isitemName.OpenType
<?> Returns theopen type of the item whose name isitemName, ornull
if thisCompositeType
instance does not define any item whose name isitemName.Constructors injavax.management.openmbean with parameters of typeStringModifierConstructorDescriptionCompositeDataSupport
(CompositeType compositeType,String[] itemNames,Object[] itemValues) Constructs aCompositeDataSupport
instance with the specifiedcompositeType
, whose item values are specified byitemValues[]
, in the same order as initemNames[]
.CompositeType
(String typeName,String description,String[] itemNames,String[] itemDescriptions,OpenType<?>[] itemTypes) Constructs aCompositeType
instance, checking for the validity of the given parameters.An InvalidKeyException with a detail message.An InvalidOpenTypeException with a detail message.A KeyAlreadyExistsException with a detail message.OpenDataException
(String msg) An OpenDataException with a detail message.OpenMBeanAttributeInfoSupport
(String name,String description,OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs) Constructs anOpenMBeanAttributeInfoSupport
instance, which describes the attribute of an open MBean with the specifiedname
,openType
anddescription
, and the specified read/write access properties.OpenMBeanAttributeInfoSupport
(String name,String description,OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs,Descriptor descriptor) Constructs anOpenMBeanAttributeInfoSupport
instance, which describes the attribute of an open MBean with the specifiedname
,openType
,description
, read/write access properties, andDescriptor
.<T>
OpenMBeanAttributeInfoSupport
(String name,String description,OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue) Constructs anOpenMBeanAttributeInfoSupport
instance, which describes the attribute of an open MBean with the specifiedname
,openType
,description
anddefaultValue
, and the specified read/write access properties.<T>
OpenMBeanAttributeInfoSupport
(String name,String description,OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue,Comparable<T> minValue,Comparable<T> maxValue) Constructs anOpenMBeanAttributeInfoSupport
instance, which describes the attribute of an open MBean, with the specifiedname
,openType
,description
,defaultValue
,minValue
andmaxValue
.<T>
OpenMBeanAttributeInfoSupport
(String name,String description,OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, T[] legalValues) Constructs anOpenMBeanAttributeInfoSupport
instance, which describes the attribute of an open MBean with the specifiedname
,openType
,description
,defaultValue
andlegalValues
, and the specified read/write access properties.OpenMBeanConstructorInfoSupport
(String name,String description,OpenMBeanParameterInfo[] signature) Constructs anOpenMBeanConstructorInfoSupport
instance, which describes the constructor of a class of open MBeans with the specifiedname
,description
andsignature
.OpenMBeanConstructorInfoSupport
(String name,String description,OpenMBeanParameterInfo[] signature,Descriptor descriptor) Constructs anOpenMBeanConstructorInfoSupport
instance, which describes the constructor of a class of open MBeans with the specifiedname
,description
,signature
, anddescriptor
.OpenMBeanInfoSupport
(String className,String description,OpenMBeanAttributeInfo[] openAttributes,OpenMBeanConstructorInfo[] openConstructors,OpenMBeanOperationInfo[] openOperations,MBeanNotificationInfo[] notifications) Constructs anOpenMBeanInfoSupport
instance, which describes a class of open MBeans with the specifiedclassName
,description
,openAttributes
,openConstructors
,openOperations
andnotifications
.OpenMBeanInfoSupport
(String className,String description,OpenMBeanAttributeInfo[] openAttributes,OpenMBeanConstructorInfo[] openConstructors,OpenMBeanOperationInfo[] openOperations,MBeanNotificationInfo[] notifications,Descriptor descriptor) Constructs anOpenMBeanInfoSupport
instance, which describes a class of open MBeans with the specifiedclassName
,description
,openAttributes
,openConstructors
,openOperations
,notifications
, anddescriptor
.OpenMBeanOperationInfoSupport
(String name,String description,OpenMBeanParameterInfo[] signature,OpenType<?> returnOpenType, int impact) Constructs anOpenMBeanOperationInfoSupport
instance, which describes the operation of a class of open MBeans, with the specifiedname
,description
,signature
,returnOpenType
andimpact
.OpenMBeanOperationInfoSupport
(String name,String description,OpenMBeanParameterInfo[] signature,OpenType<?> returnOpenType, int impact,Descriptor descriptor) Constructs anOpenMBeanOperationInfoSupport
instance, which describes the operation of a class of open MBeans, with the specifiedname
,description
,signature
,returnOpenType
,impact
, anddescriptor
.OpenMBeanParameterInfoSupport
(String name,String description,OpenType<?> openType) Constructs anOpenMBeanParameterInfoSupport
instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname
,openType
anddescription
.OpenMBeanParameterInfoSupport
(String name,String description,OpenType<?> openType,Descriptor descriptor) Constructs anOpenMBeanParameterInfoSupport
instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname
,openType
,description
, anddescriptor
.<T>
OpenMBeanParameterInfoSupport
(String name,String description,OpenType<T> openType, T defaultValue) Constructs anOpenMBeanParameterInfoSupport
instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname
,openType
,description
anddefaultValue
.<T>
OpenMBeanParameterInfoSupport
(String name,String description,OpenType<T> openType, T defaultValue,Comparable<T> minValue,Comparable<T> maxValue) Constructs anOpenMBeanParameterInfoSupport
instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname
,openType
,description
,defaultValue
,minValue
andmaxValue
.<T>
OpenMBeanParameterInfoSupport
(String name,String description,OpenType<T> openType, T defaultValue, T[] legalValues) Constructs anOpenMBeanParameterInfoSupport
instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname
,openType
,description
,defaultValue
andlegalValues
.protected
Constructs anOpenType
instance (actually a subclass instance asOpenType
is abstract), checking for the validity of the given parameters.TabularType
(String typeName,String description,CompositeType rowType,String[] indexNames) Constructs aTabularType
instance, checking for the validity of the given parameters.Constructor parameters injavax.management.openmbean with type arguments of typeStringModifierConstructorDescriptionCompositeDataSupport
(CompositeType compositeType,Map<String, ?> items) Constructs aCompositeDataSupport
instance with the specifiedcompositeType
, whose item names and corresponding values are given by the mappings in the mapitems
.Uses ofString injavax.management.relation
Fields injavax.management.relation declared asStringModifier and TypeFieldDescriptionstatic finalString
RelationNotification.RELATION_BASIC_CREATION
Type for the creation of an internal relation.static finalString
RelationNotification.RELATION_BASIC_REMOVAL
Type for the removal from the Relation Service of an internal relation.static finalString
RelationNotification.RELATION_BASIC_UPDATE
Type for an update of an internal relation.static finalString
RelationNotification.RELATION_MBEAN_CREATION
Type for the relation MBean added into the Relation Service.static finalString
RelationNotification.RELATION_MBEAN_REMOVAL
Type for the removal from the Relation Service of a relation MBean.static finalString
RelationNotification.RELATION_MBEAN_UPDATE
Type for the update of a relation MBean.Methods injavax.management.relation that returnStringModifier and TypeMethodDescriptionRoleInfo.getDescription()
Returns description text for the role.RoleInfo.getName()
Returns the name of the role.RoleInfo.getRefMBeanClassName()
Returns name of type of MBean expected to be referenced in corresponding role.Relation.getRelationId()
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).RelationNotification.getRelationId()
Returns the relation identifier of created/removed/updated relation.RelationSupport.getRelationId()
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).Relation.getRelationTypeName()
Returns name of associated relation type.RelationNotification.getRelationTypeName()
Returns the relation type name of created/removed/updated relation.RelationService.getRelationTypeName
(String relationId) Returns name of associated relation type for given relation.RelationServiceMBean.getRelationTypeName
(String relationId) Returns name of associated relation type for given relation.RelationSupport.getRelationTypeName()
Returns name of associated relation type.RelationType.getRelationTypeName()
Returns the relation type name.RelationTypeSupport.getRelationTypeName()
Returns the relation type name.RelationNotification.getRoleName()
Returns name of updated role of updated relation (only for role update).Role.getRoleName()
Retrieves role name.RoleUnresolved.getRoleName()
Retrieves role name.RelationService.isRelation
(ObjectName objectName) Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.RelationServiceMBean.isRelation
(ObjectName objectName) Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.staticString
Role.roleValueToString
(List<ObjectName> roleValue) Returns a string for the given role value.Role.toString()
Returns a string describing the role.RoleInfo.toString()
Returns a string describing the role info.RoleUnresolved.toString()
Return a string describing this object.Methods injavax.management.relation that return types with arguments of typeStringModifier and TypeMethodDescriptionRelationService.findAssociatedMBeans
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the MBeans associated to given one in a relation.RelationServiceMBean.findAssociatedMBeans
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the MBeans associated to given one in a relation.RelationService.findReferencingRelations
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the relations where a given MBean is referenced.RelationService.findReferencingRelations
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the relations where a given MBean is referenced.RelationServiceMBean.findReferencingRelations
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the relations where a given MBean is referenced.RelationServiceMBean.findReferencingRelations
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the relations where a given MBean is referenced.RelationService.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationServiceMBean.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationService.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.RelationServiceMBean.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.RelationService.getAllRelationTypeNames()
Retrieves names of all known relation types.RelationServiceMBean.getAllRelationTypeNames()
Retrieves names of all known relation types.Relation.getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.RelationService.getReferencedMBeans
(String relationId) Retrieves MBeans referenced in the various roles of the relation.RelationServiceMBean.getReferencedMBeans
(String relationId) Retrieves MBeans referenced in the various roles of the relation.RelationSupport.getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.Methods injavax.management.relation with parameters of typeStringModifier and TypeMethodDescriptionRelationService.checkRoleReading
(String roleName,String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationServiceMBean.checkRoleReading
(String roleName,String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationService.checkRoleWriting
(Role role,String relationTypeName,Boolean initFlag) Checks if given Role can be set in a relation of given type.RelationServiceMBean.checkRoleWriting
(Role role,String relationTypeName,Boolean initFlag) Checks if given Role can be set in a relation of given type.void
RelationService.createRelation
(String relationId,String relationTypeName,RoleList roleList) Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.void
RelationServiceMBean.createRelation
(String relationId,String relationTypeName,RoleList roleList) Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.void
RelationService.createRelationType
(String relationTypeName,RoleInfo[] roleInfoArray) Creates a relation type (a RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.void
RelationServiceMBean.createRelationType
(String relationTypeName,RoleInfo[] roleInfoArray) Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.RelationService.findAssociatedMBeans
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the MBeans associated to given one in a relation.RelationServiceMBean.findAssociatedMBeans
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the MBeans associated to given one in a relation.RelationService.findReferencingRelations
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the relations where a given MBean is referenced.RelationServiceMBean.findReferencingRelations
(ObjectName mbeanName,String relationTypeName,String roleName) Retrieves the relations where a given MBean is referenced.RelationService.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationServiceMBean.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationService.getAllRoles
(String relationId) Returns all roles present in the relation.RelationServiceMBean.getAllRoles
(String relationId) Returns all roles present in the relation.RelationService.getReferencedMBeans
(String relationId) Retrieves MBeans referenced in the various roles of the relation.RelationServiceMBean.getReferencedMBeans
(String relationId) Retrieves MBeans referenced in the various roles of the relation.RelationService.getRelationTypeName
(String relationId) Returns name of associated relation type for given relation.RelationServiceMBean.getRelationTypeName
(String relationId) Returns name of associated relation type for given relation.Retrieves role value for given role name.Retrieves role value for given role name in given relation.Retrieves role value for given role name in given relation.Retrieves role value for given role name.Relation.getRoleCardinality
(String roleName) Returns the number of MBeans currently referenced in the given role.RelationService.getRoleCardinality
(String relationId,String roleName) Retrieves the number of MBeans currently referenced in the given role.RelationServiceMBean.getRoleCardinality
(String relationId,String roleName) Retrieves the number of MBeans currently referenced in the given role.RelationSupport.getRoleCardinality
(String roleName) Returns the number of MBeans currently referenced in the given role.RelationService.getRoleInfo
(String relationTypeName,String roleInfoName) Retrieves role info for given role name of a given relation type.RelationServiceMBean.getRoleInfo
(String relationTypeName,String roleInfoName) Retrieves role info for given role of a given relation type.RelationType.getRoleInfo
(String roleInfoName) Returns the role info (RoleInfo object) for the given role info name (null if not found).RelationTypeSupport.getRoleInfo
(String roleInfoName) Returns the role info (RoleInfo object) for the given role info name (null if not found).RelationService.getRoleInfos
(String relationTypeName) Retrieves list of role infos (RoleInfo objects) of a given relation type.RelationServiceMBean.getRoleInfos
(String relationTypeName) Retrieves list of role infos (RoleInfo objects) of a given relation type.Retrieves values of roles with given names.Retrieves values of roles with given names in given relation.Retrieves values of roles with given names in given relation.Retrieves values of roles with given names.void
Relation.handleMBeanUnregistration
(ObjectName objectName,String roleName) Callback used by the Relation Service when a MBean referenced in a role is unregistered.void
RelationSupport.handleMBeanUnregistration
(ObjectName objectName,String roleName) Callback used by the Relation Service when a MBean referenced in a role is unregistered.RelationService.hasRelation
(String relationId) Checks if there is a relation identified in Relation Service with given relation id.RelationServiceMBean.hasRelation
(String relationId) Checks if there is a relation identified in Relation Service with given relation id.RelationService.isRelationMBean
(String relationId) If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.RelationServiceMBean.isRelationMBean
(String relationId) If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.void
RelationService.removeRelation
(String relationId) Removes given relation from the Relation Service.void
RelationServiceMBean.removeRelation
(String relationId) Removes given relation from the Relation Service.void
RelationService.removeRelationType
(String relationTypeName) Removes given relation type from Relation Service.void
RelationServiceMBean.removeRelationType
(String relationTypeName) Removes given relation type from Relation Service.void
RelationService.sendRelationCreationNotification
(String relationId) Sends a notification (RelationNotification) for a relation creation.void
RelationServiceMBean.sendRelationCreationNotification
(String relationId) Sends a notification (RelationNotification) for a relation creation.void
RelationService.sendRelationRemovalNotification
(String relationId,List<ObjectName> unregMBeanList) Sends a notification (RelationNotification) for a relation removal.void
RelationServiceMBean.sendRelationRemovalNotification
(String relationId,List<ObjectName> unregMBeanList) Sends a notification (RelationNotification) for a relation removal.void
RelationService.sendRoleUpdateNotification
(String relationId,Role newRole,List<ObjectName> oldValue) Sends a notification (RelationNotification) for a role update in the given relation.void
RelationServiceMBean.sendRoleUpdateNotification
(String relationId,Role newRole,List<ObjectName> oldRoleValue) Sends a notification (RelationNotification) for a role update in the given relation.void
Sets the given role in given relation.void
Sets the given role in given relation.void
Role.setRoleName
(String roleName) Sets role name.void
RoleUnresolved.setRoleName
(String name) Sets role name.Sets the given roles in given relation.Sets the given roles in given relation.void
RelationService.updateRoleMap
(String relationId,Role newRole,List<ObjectName> oldValue) Handles update of the Relation Service role map for the update of given role in given relation.void
RelationServiceMBean.updateRoleMap
(String relationId,Role newRole,List<ObjectName> oldRoleValue) Handles update of the Relation Service role map for the update of given role in given relation.Constructors injavax.management.relation with parameters of typeStringModifierConstructorDescriptionInvalidRelationIdException
(String message) Constructor with given message put in exception.InvalidRelationServiceException
(String message) Constructor with given message put in exception.InvalidRelationTypeException
(String message) Constructor with given message put in exception.InvalidRoleInfoException
(String message) Constructor with given message put in exception.InvalidRoleValueException
(String message) Constructor with given message put in exception.RelationException
(String message) Constructor with given message put in exception.RelationNotFoundException
(String message) Constructor with given message put in exception.RelationNotification
(String notifType,Object sourceObj, long sequence, long timeStamp,String message,String id,String typeName,ObjectName objectName,String name,List<ObjectName> newValue,List<ObjectName> oldValue) Creates a notification for a role update in a relation.RelationNotification
(String notifType,Object sourceObj, long sequence, long timeStamp,String message,String id,String typeName,ObjectName objectName,List<ObjectName> unregMBeanList) Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.Constructor with given message put in exception.RelationSupport
(String relationId,ObjectName relationServiceName,String relationTypeName,RoleList list) Creates aRelationSupport
object.RelationSupport
(String relationId,ObjectName relationServiceName,MBeanServer relationServiceMBeanServer,String relationTypeName,RoleList list) Creates aRelationSupport
object.RelationTypeNotFoundException
(String message) Constructor with given message put in exception.protected
RelationTypeSupport
(String relationTypeName) Constructor to be used for subclasses.RelationTypeSupport
(String relationTypeName,RoleInfo[] roleInfoArray) Constructor where all role definitions are dynamically created and passed as parameter.Role
(String roleName,List<ObjectName> roleValue) Make a new Role object.Constructor.Constructor.RoleInfo
(String roleName,String mbeanClassName, boolean read, boolean write, int min, int max,String descr) Constructor.RoleInfoNotFoundException
(String message) Constructor with given message put in exception.RoleNotFoundException
(String message) Constructor with given message put in exception.RoleUnresolved
(String name,List<ObjectName> value, int pbType) Constructor.Uses ofString injavax.management.remote
Fields injavax.management.remote declared asStringModifier and TypeFieldDescriptionstatic finalString
JMXConnectorServer.AUTHENTICATOR
Name of the attribute that specifies the authenticator for a connector server.static finalString
JMXConnectionNotification.CLOSED
Notification type string for a connection-closed notification.static finalString
JMXConnector.CREDENTIALS
Name of the attribute that specifies the credentials to send to the connector server during connection.static finalString
JMXConnectorFactory.DEFAULT_CLASS_LOADER
Name of the attribute that specifies the default class loader.static finalString
JMXConnectorServerFactory.DEFAULT_CLASS_LOADER
Name of the attribute that specifies the default class loader.static finalString
JMXConnectorServerFactory.DEFAULT_CLASS_LOADER_NAME
Name of the attribute that specifies the default class loader MBean name.static finalString
JMXConnectionNotification.FAILED
Notification type string for a connection-failed notification.static finalString
JMXConnectionNotification.NOTIFS_LOST
Notification type string for a connection that has possibly lost notifications.static finalString
JMXConnectionNotification.OPENED
Notification type string for a connection-opened notification.static finalString
JMXConnectorFactory.PROTOCOL_PROVIDER_CLASS_LOADER
Name of the attribute that specifies the class loader for loading protocol providers.static finalString
JMXConnectorServerFactory.PROTOCOL_PROVIDER_CLASS_LOADER
Name of the attribute that specifies the class loader for loading protocol providers.static finalString
JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES
Name of the attribute that specifies the provider packages that are consulted when looking for the handler for a protocol.static finalString
JMXConnectorServerFactory.PROTOCOL_PROVIDER_PACKAGES
Name of the attribute that specifies the provider packages that are consulted when looking for the handler for a protocol.Methods injavax.management.remote that returnStringModifier and TypeMethodDescriptionJMXConnectionNotification.getConnectionId()
The connection ID to which this notification pertains.JMXConnector.getConnectionId()
Gets this connection's ID from the connector server.String[]
JMXConnectorServer.getConnectionIds()
String[]
JMXConnectorServerMBean.getConnectionIds()
The list of IDs for currently-open connections to this connector server.JMXServiceURL.getHost()
The host part of the Service URL.JMXPrincipal.getName()
Returns the name of this principal.JMXServiceURL.getProtocol()
The protocol part of the Service URL.JMXServiceURL.getURLPath()
The URL Path part of the Service URL.JMXPrincipal.toString()
Returns a string representation of thisJMXPrincipal
.JMXServiceURL.toString()
The string representation of this Service URL.NotificationResult.toString()
Returns a string representation of the object.TargetedNotification.toString()
Returns a textual representation of this Targeted Notification.Methods injavax.management.remote that return types with arguments of typeStringModifier and TypeMethodDescriptionJMXConnectorServerMBean.getAttributes()
The attributes for this connector server.Methods injavax.management.remote with parameters of typeStringModifier and TypeMethodDescriptionprotected void
JMXConnectorServer.connectionClosed
(String connectionId,String message,Object userData) Called by a subclass when a client connection is closed normally.protected void
JMXConnectorServer.connectionFailed
(String connectionId,String message,Object userData) Called by a subclass when a client connection fails.protected void
JMXConnectorServer.connectionOpened
(String connectionId,String message,Object userData) Called by a subclass when a new client connection is opened.Method parameters injavax.management.remote with type arguments of typeStringModifier and TypeMethodDescriptionvoid
Establishes the connection to the connector server.staticJMXConnector
JMXConnectorFactory.connect
(JMXServiceURL serviceURL,Map<String, ?> environment) Creates a connection to the connector server at the given address.staticJMXConnector
JMXConnectorFactory.newJMXConnector
(JMXServiceURL serviceURL,Map<String, ?> environment) Creates a connector client for the connector server at the given address.JMXConnectorProvider.newJMXConnector
(JMXServiceURL serviceURL,Map<String, ?> environment) Creates a new connector client that is ready to connect to the connector server at the given address.staticJMXConnectorServer
JMXConnectorServerFactory.newJMXConnectorServer
(JMXServiceURL serviceURL,Map<String, ?> environment,MBeanServer mbeanServer) Creates a connector server at the given address.JMXConnectorServerProvider.newJMXConnectorServer
(JMXServiceURL serviceURL,Map<String, ?> environment,MBeanServer mbeanServer) Creates a new connector server at the given address.JMXConnectorServer.toJMXConnector
(Map<String, ?> env) Returns a client stub for this connector server.JMXConnectorServerMBean.toJMXConnector
(Map<String, ?> env) Returns a client stub for this connector server.Constructors injavax.management.remote with parameters of typeStringModifierConstructorDescriptionJMXConnectionNotification
(String type,Object source,String connectionId, long sequenceNumber,String message,Object userData) Constructs a new connection notification.JMXPrincipal
(String name) Creates a JMXPrincipal for a given identity.JMXProviderException
(String message) Constructs aJMXProviderException
with the specified detail message.JMXProviderException
(String message,Throwable cause) Constructs aJMXProviderException
with the specified detail message and nested exception.JMXServerErrorException
(String s,Error err) Constructs aJMXServerErrorException
with the specified detail message and nested error.JMXServiceURL
(String serviceURL) Constructs aJMXServiceURL
by parsing a Service URL string.JMXServiceURL
(String protocol,String host, int port) Constructs aJMXServiceURL
with the given protocol, host, and port.JMXServiceURL
(String protocol,String host, int port,String urlPath) Constructs aJMXServiceURL
with the given parts.Creates a new SubjectDelegationPermission with the specified name.SubjectDelegationPermission
(String name,String actions) Creates a new SubjectDelegationPermission object with the specified name.Uses ofString injavax.management.remote.rmi
Fields injavax.management.remote.rmi declared asStringModifier and TypeFieldDescriptionstatic finalString
RMIConnectorServer.CREDENTIALS_FILTER_PATTERN
Name of the attribute that specifies anObjectInputFilter
pattern string to filter classes acceptable forRMIServer.newClient()
remote method call.static finalString
RMIConnectorServer.JNDI_REBIND_ATTRIBUTE
Name of the attribute that specifies whether theRMIServer
stub that represents an RMI connector server should override an existing stub at the same address.static finalString
RMIConnectorServer.RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE
Name of the attribute that specifies theRMIClientSocketFactory
for the RMI objects created in conjunction with this connector.static finalString
RMIConnectorServer.RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE
Name of the attribute that specifies theRMIServerSocketFactory
for the RMI objects created in conjunction with this connector.static finalString
RMIConnectorServer.SERIAL_FILTER_PATTERN
This attribute defines a pattern from which to create aObjectInputFilter
that will be used when deserializing objects sent to theJMXConnectorServer
by any client.Methods injavax.management.remote.rmi that returnStringModifier and TypeMethodDescriptionRMIConnection.getConnectionId()
Returns the connection ID.RMIConnectionImpl_Stub.getConnectionId()
RMIConnectionImpl.getConnectionId()
RMIConnector.getConnectionId()
RMIConnection.getDefaultDomain
(Subject delegationSubject) Handles the methodMBeanServerConnection.getDefaultDomain()
.RMIConnectionImpl_Stub.getDefaultDomain
(Subject $param_Subject_1) RMIConnectionImpl.getDefaultDomain
(Subject delegationSubject) String[]
RMIConnection.getDomains
(Subject delegationSubject) Handles the methodMBeanServerConnection.getDomains()
.String[]
RMIConnectionImpl_Stub.getDomains
(Subject $param_Subject_1) String[]
RMIConnectionImpl.getDomains
(Subject delegationSubject) protectedString
RMIJRMPServerImpl.getProtocol()
protected abstractString
RMIServerImpl.getProtocol()
Returns the protocol string for this object.RMIServer.getVersion()
The version of the RMI Connector Protocol understood by this connector server.RMIServerImpl_Stub.getVersion()
RMIServerImpl.getVersion()
RMIConnectionImpl.toString()
Returns a string representation of this object.RMIConnector.toString()
Returns a string representation of this object.Methods injavax.management.remote.rmi that return types with arguments of typeStringMethods injavax.management.remote.rmi with parameters of typeStringModifier and TypeMethodDescriptionRMIConnection.createMBean
(String className,ObjectName name,MarshalledObject params,String[] signature,Subject delegationSubject) Handles the methodMBeanServerConnection.createMBean(String, ObjectName, Object[], String[])
.RMIConnection.createMBean
(String className,ObjectName name,ObjectName loaderName,MarshalledObject params,String[] signature,Subject delegationSubject) RMIConnection.createMBean
(String className,ObjectName name,ObjectName loaderName,Subject delegationSubject) Handles the methodMBeanServerConnection.createMBean(String, ObjectName, ObjectName)
.RMIConnection.createMBean
(String className,ObjectName name,Subject delegationSubject) Handles the methodMBeanServerConnection.createMBean(String, ObjectName)
.RMIConnectionImpl_Stub.createMBean
(String $param_String_1,ObjectName $param_ObjectName_2,MarshalledObject $param_MarshalledObject_3,String[] $param_arrayOf_String_4,Subject $param_Subject_5) RMIConnectionImpl_Stub.createMBean
(String $param_String_1,ObjectName $param_ObjectName_2,ObjectName $param_ObjectName_3,MarshalledObject $param_MarshalledObject_4,String[] $param_arrayOf_String_5,Subject $param_Subject_6) RMIConnectionImpl_Stub.createMBean
(String $param_String_1,ObjectName $param_ObjectName_2,ObjectName $param_ObjectName_3,Subject $param_Subject_4) RMIConnectionImpl_Stub.createMBean
(String $param_String_1,ObjectName $param_ObjectName_2,Subject $param_Subject_3) RMIConnectionImpl.createMBean
(String className,ObjectName name,MarshalledObject params,String[] signature,Subject delegationSubject) RMIConnectionImpl.createMBean
(String className,ObjectName name,ObjectName loaderName,MarshalledObject params,String[] signature,Subject delegationSubject) RMIConnectionImpl.createMBean
(String className,ObjectName name,ObjectName loaderName,Subject delegationSubject) RMIConnectionImpl.createMBean
(String className,ObjectName name,Subject delegationSubject) RMIConnection.getAttribute
(ObjectName name,String attribute,Subject delegationSubject) Handles the methodMBeanServerConnection.getAttribute(ObjectName, String)
.RMIConnectionImpl_Stub.getAttribute
(ObjectName $param_ObjectName_1,String $param_String_2,Subject $param_Subject_3) RMIConnectionImpl.getAttribute
(ObjectName name,String attribute,Subject delegationSubject) RMIConnection.getAttributes
(ObjectName name,String[] attributes,Subject delegationSubject) Handles the methodMBeanServerConnection.getAttributes(ObjectName, String[])
.RMIConnectionImpl_Stub.getAttributes
(ObjectName $param_ObjectName_1,String[] $param_arrayOf_String_2,Subject $param_Subject_3) RMIConnectionImpl.getAttributes
(ObjectName name,String[] attributes,Subject delegationSubject) RMIConnection.invoke
(ObjectName name,String operationName,MarshalledObject params,String[] signature,Subject delegationSubject) Handles the methodMBeanServerConnection.invoke(ObjectName, String, Object[], String[])
.RMIConnectionImpl_Stub.invoke
(ObjectName $param_ObjectName_1,String $param_String_2,MarshalledObject $param_MarshalledObject_3,String[] $param_arrayOf_String_4,Subject $param_Subject_5) RMIConnectionImpl.invoke
(ObjectName name,String operationName,MarshalledObject params,String[] signature,Subject delegationSubject) boolean
RMIConnection.isInstanceOf
(ObjectName name,String className,Subject delegationSubject) Handles the methodMBeanServerConnection.isInstanceOf(ObjectName, String)
.boolean
RMIConnectionImpl_Stub.isInstanceOf
(ObjectName $param_ObjectName_1,String $param_String_2,Subject $param_Subject_3) boolean
RMIConnectionImpl.isInstanceOf
(ObjectName name,String className,Subject delegationSubject) protectedRMIConnection
RMIJRMPServerImpl.makeClient
(String connectionId,Subject subject) Creates a new client connection as an RMI object exported through JRMP.protected abstractRMIConnection
RMIServerImpl.makeClient
(String connectionId,Subject subject) Creates a new client connection.Method parameters injavax.management.remote.rmi with type arguments of typeStringModifier and TypeMethodDescriptionvoid
RMIConnectorServer.toJMXConnector
(Map<String, ?> env) Returns a client stub for this connector server.Constructors injavax.management.remote.rmi with parameters of typeStringModifierConstructorDescriptionRMIConnectionImpl
(RMIServerImpl rmiServer,String connectionId,ClassLoader defaultClassLoader,Subject subject,Map<String, ?> env) Constructs a newRMIConnection
.Constructor parameters injavax.management.remote.rmi with type arguments of typeStringModifierConstructorDescriptionRMIConnectionImpl
(RMIServerImpl rmiServer,String connectionId,ClassLoader defaultClassLoader,Subject subject,Map<String, ?> env) Constructs a newRMIConnection
.RMIConnector
(JMXServiceURL url,Map<String, ?> environment) Constructs anRMIConnector
that will connect the RMI connector server with the given address.RMIConnector
(RMIServer rmiServer,Map<String, ?> environment) Constructs anRMIConnector
using the given RMI stub.RMIConnectorServer
(JMXServiceURL url,Map<String, ?> environment) Makes anRMIConnectorServer
.RMIConnectorServer
(JMXServiceURL url,Map<String, ?> environment,MBeanServer mbeanServer) Makes anRMIConnectorServer
for the given MBean server.RMIConnectorServer
(JMXServiceURL url,Map<String, ?> environment,RMIServerImpl rmiServerImpl,MBeanServer mbeanServer) Makes anRMIConnectorServer
for the given MBean server.RMIJRMPServerImpl
(int port,RMIClientSocketFactory csf,RMIServerSocketFactory ssf,Map<String, ?> env) Creates a newRMIServer
object that will be exported on the given port using the given socket factories.RMIServerImpl
(Map<String, ?> env) Constructs a newRMIServerImpl
.Uses ofString injavax.management.timer
Methods injavax.management.timer that returnStringModifier and TypeMethodDescriptionTimer.getNotificationMessage
(Integer id) Gets the timer notification detailed message corresponding to the specified identifier.TimerMBean.getNotificationMessage
(Integer id) Gets the timer notification detailed message corresponding to the specified identifier.Timer.getNotificationType
(Integer id) Gets the timer notification type corresponding to the specified identifier.TimerMBean.getNotificationType
(Integer id) Gets the timer notification type corresponding to the specified identifier.Methods injavax.management.timer with parameters of typeStringModifier and TypeMethodDescriptionTimer.addNotification
(String type,String message,Object userData,Date date) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and a null period and number of occurrences.Timer.addNotification
(String type,String message,Object userData,Date date, long period) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and period and a null number of occurrences.Timer.addNotification
(String type,String message,Object userData,Date date, long period, long nbOccurences) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences.Timer.addNotification
(String type,String message,Object userData,Date date, long period, long nbOccurences, boolean fixedRate) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences.TimerMBean.addNotification
(String type,String message,Object userData,Date date) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and a null period and number of occurrences.TimerMBean.addNotification
(String type,String message,Object userData,Date date, long period) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and period and a null number of occurrences.TimerMBean.addNotification
(String type,String message,Object userData,Date date, long period, long nbOccurences) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences.TimerMBean.addNotification
(String type,String message,Object userData,Date date, long period, long nbOccurences, boolean fixedRate) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences.Timer.getNotificationIDs
(String type) Gets all the identifiers of timer notifications corresponding to the specified type.TimerMBean.getNotificationIDs
(String type) Gets all the identifiers of timer notifications corresponding to the specified type.void
Timer.removeNotifications
(String type) Removes all the timer notifications corresponding to the specified type from the list of notifications.void
TimerMBean.removeNotifications
(String type) Removes all the timer notifications corresponding to the specified type from the list of notifications.Constructors injavax.management.timer with parameters of typeStringModifierConstructorDescriptionTimerNotification
(String type,Object source, long sequenceNumber, long timeStamp,String msg,Integer id) Creates a timer notification object.Uses ofString injavax.naming
Fields injavax.naming declared asStringModifier and TypeFieldDescriptionprotectedString
RefAddr.addrType
Contains the type of this address.static finalString
Context.AUTHORITATIVE
Constant that holds the name of the environment property for specifying the authoritativeness of the service requested.static finalString
Context.BATCHSIZE
Constant that holds the name of the environment property for specifying the batch size to use when returning data via the service's protocol.protectedString
Reference.classFactory
Contains the name of the factory class for creating an instance of the object to which this Reference refers.protectedString
Reference.classFactoryLocation
Contains the location of the factory class.protectedString
Reference.className
Contains the fully-qualified name of the class of the object to which this Reference refers.static finalString
Context.DNS_URL
Constant that holds the name of the environment property for specifying the DNS host and domain names to use for the JNDI URL context (for example, "dns://somehost/wiz.com").static finalString
Context.INITIAL_CONTEXT_FACTORY
Constant that holds the name of the environment property for specifying the initial context factory to use.static finalString
Context.LANGUAGE
Constant that holds the name of the environment property for specifying the preferred language to use with the service.protectedString
LinkException.linkExplanation
Contains the exception of why resolution of the link failed.static finalString
Context.OBJECT_FACTORIES
Constant that holds the name of the environment property for specifying the list of object factories to use.static finalString
Context.PROVIDER_URL
Constant that holds the name of the environment property for specifying configuration information for the service provider to use.static finalString
Context.REFERRAL
Constant that holds the name of the environment property for specifying how referrals encountered by the service provider are to be processed.static finalString
Context.SECURITY_AUTHENTICATION
Constant that holds the name of the environment property for specifying the security level to use.static finalString
Context.SECURITY_CREDENTIALS
Constant that holds the name of the environment property for specifying the credentials of the principal for authenticating the caller to the service.static finalString
Context.SECURITY_PRINCIPAL
Constant that holds the name of the environment property for specifying the identity of the principal for authenticating the caller to the service.static finalString
Context.SECURITY_PROTOCOL
Constant that holds the name of the environment property for specifying the security protocol to use.static finalString
Context.STATE_FACTORIES
Constant that holds the name of the environment property for specifying the list of state factories to use.static finalString
Context.URL_PKG_PREFIXES
Constant that holds the name of the environment property for specifying the list of package prefixes to use when loading in URL context factories.Methods injavax.naming that returnStringModifier and TypeMethodDescriptionContext.composeName
(String name,String prefix) Composes the name of this context with a name relative to this context.InitialContext.composeName
(String name,String prefix) Composes the name of this context with a name relative to this context.CompositeName.get
(int posn) Retrieves a component of this composite name.CompoundName.get
(int posn) Retrieves a component of this compound name.Name.get
(int posn) Retrieves a component of this name.Binding.getClassName()
Retrieves the class name of the object bound to the name of this binding.NameClassPair.getClassName()
Retrieves the class name of the object bound to the name of this binding.Reference.getClassName()
Retrieves the class name of the object to which this reference refers.NamingException.getExplanation()
Retrieves the explanation associated with this exception.Reference.getFactoryClassLocation()
Retrieves the location of the factory of the object to which this reference refers.Reference.getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.LinkException.getLinkExplanation()
Retrieves the explanation associated with the problem encountered when resolving a link.LinkRef.getLinkName()
Retrieves the name of this link.NameClassPair.getName()
Retrieves the name of this binding.Context.getNameInNamespace()
Retrieves the full name of this context within its own namespace.InitialContext.getNameInNamespace()
NameClassPair.getNameInNamespace()
Retrieves the full name of this binding.RefAddr.getType()
Retrieves the address type of this address.BinaryRefAddr.toString()
Generates the string representation of this address.Binding.toString()
Generates the string representation of this binding.CompositeName.toString()
Generates the string representation of this composite name.CompoundName.toString()
Generates the string representation of this compound name, using the syntax rules of the compound name.LinkException.toString()
Generates the string representation of this exception.LinkException.toString
(boolean detail) Generates the string representation of this exception.NameClassPair.toString()
Generates the string representation of this name/class pair.NamingException.toString()
Generates the string representation of this exception.NamingException.toString
(boolean detail) Generates the string representation in more detail.RefAddr.toString()
Generates the string representation of this address.Reference.toString()
Generates the string representation of this reference.Methods injavax.naming that return types with arguments of typeStringModifier and TypeMethodDescriptionCompositeName.getAll()
Retrieves the components of this composite name as an enumeration of strings.CompoundName.getAll()
Retrieves the components of this compound name as an enumeration of strings.Name.getAll()
Retrieves the components of this name as an enumeration of strings.Methods injavax.naming with parameters of typeStringModifier and TypeMethodDescriptionAdds a single component at a specified position within this composite name.Adds a single component to the end of this composite name.Adds a single component at a specified position within this compound name.Adds a single component to the end of this compound name.Adds a single component at a specified position within this name.Adds a single component to the end of this name.Context.addToEnvironment
(String propName,Object propVal) Adds a new environment property to the environment of this context.InitialContext.addToEnvironment
(String propName,Object propVal) void
NamingException.appendRemainingComponent
(String name) Add name as the last component in remaining name.void
Binds a name to an object.void
Context.composeName
(String name,String prefix) Composes the name of this context with a name relative to this context.InitialContext.composeName
(String name,String prefix) Composes the name of this context with a name relative to this context.Context.createSubcontext
(String name) Creates and binds a new context.InitialContext.createSubcontext
(String name) void
Context.destroySubcontext
(String name) Destroys the named context and removes it from the namespace.void
InitialContext.destroySubcontext
(String name) static <T> T
A static method to retrieve the named object.Retrieves the first address that has the address type 'addrType'.Context.getNameParser
(String name) Retrieves the parser associated with the named context.InitialContext.getNameParser
(String name) protectedContext
InitialContext.getURLOrDefaultInitCtx
(String name) Retrieves a context for resolving the string namename
.Enumerates the names bound in the named context, along with the class names of objects bound to them.Context.listBindings
(String name) Enumerates the names bound in the named context, along with the objects bound to them.InitialContext.listBindings
(String name) Retrieves the named object.Context.lookupLink
(String name) Retrieves the named object, following links except for the terminal atomic component of the name.InitialContext.lookupLink
(String name) Parses a name into its components.void
Binds a name to an object, overwriting any existing binding.void
Context.removeFromEnvironment
(String propName) Removes an environment property from the environment of this context.InitialContext.removeFromEnvironment
(String propName) void
Binds a new name to the object bound to an old name, and unbinds the old name.void
void
NameClassPair.setClassName
(String name) Sets the class name of this binding.void
LinkException.setLinkExplanation
(String msg) Sets the explanation associated with the problem encountered when resolving a link.void
Sets the name of this binding.void
NameClassPair.setNameInNamespace
(String fullName) Sets the full name of this binding.void
Unbinds the named object.void
Constructors injavax.naming with parameters of typeStringModifierConstructorDescriptionAuthenticationException
(String explanation) Constructs a new instance of AuthenticationException using the explanation supplied.AuthenticationNotSupportedException
(String explanation) Constructs a new instance of AuthenticationNotSupportedException using an explanation.BinaryRefAddr
(String addrType, byte[] src) Constructs a new instance of BinaryRefAddr using its address type and a byte array for contents.BinaryRefAddr
(String addrType, byte[] src, int offset, int count) Constructs a new instance of BinaryRefAddr using its address type and a region of a byte array for contents.Constructs an instance of a Binding given its name and object.Constructs an instance of a Binding given its name, object, and whether the name is relative.Constructs an instance of a Binding given its name, class name, and object.Constructs an instance of a Binding given its name, class name, object, and whether the name is relative.CannotProceedException
(String explanation) Constructs a new instance of CannotProceedException using an explanation.CommunicationException
(String explanation) Constructs a new instance of CommunicationException using the arguments supplied.Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).CompoundName
(String n,Properties syntax) Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.ConfigurationException
(String explanation) Constructs a new instance of ConfigurationException using an explanation.ContextNotEmptyException
(String explanation) Constructs a new instance of ContextNotEmptyException using an explanation.InsufficientResourcesException
(String explanation) Constructs a new instance of InsufficientResourcesException using an explanation.InterruptedNamingException
(String explanation) Constructs an instance of InterruptedNamingException using an explanation of the problem.InvalidNameException
(String explanation) Constructs an instance of InvalidNameException using an explanation of the problem.LimitExceededException
(String explanation) Constructs a new instance of LimitExceededException using an explanation.LinkException
(String explanation) Constructs a new instance of LinkException with an explanation.LinkLoopException
(String explanation) Constructs a new instance of LinkLoopException with an explanation.Constructs a LinkRef for a string name.MalformedLinkException
(String explanation) Constructs a new instance of MalformedLinkException with an explanation.NameAlreadyBoundException
(String explanation) Constructs a new instance of NameAlreadyBoundException using the explanation supplied.NameClassPair
(String name,String className) Constructs an instance of a NameClassPair given its name and class name.NameClassPair
(String name,String className, boolean isRelative) Constructs an instance of a NameClassPair given its name, class name, and whether it is relative to the listing context.NameNotFoundException
(String explanation) Constructs a new instance of NameNotFoundException using the explanation supplied.NamingException
(String explanation) Constructs a new NamingException with an explanation.NamingSecurityException
(String explanation) Constructs a new instance of NamingSecurityException using the explanation supplied.NoInitialContextException
(String explanation) Constructs an instance of NoInitialContextException with an explanation.NoPermissionException
(String explanation) Constructs a new instance of NoPermissionException using an explanation.NotContextException
(String explanation) Constructs a new instance of NotContextException using an explanation.OperationNotSupportedException
(String explanation) Constructs a new instance of OperationNotSupportedException using an explanation.PartialResultException
(String explanation) Constructs a new instance of the exception using the explanation message specified.protected
Constructs a new instance of RefAddr using its address type.Constructs a new reference for an object with class name 'className'.Constructs a new reference for an object with class name 'className', and the class name and location of the object's factory.Constructs a new reference for an object with class name 'className' and an address.Constructs a new reference for an object with class name 'className', the class name and location of the object's factory, and the address for the object.protected
ReferralException
(String explanation) Constructs a new instance of ReferralException using the explanation supplied.ServiceUnavailableException
(String explanation) Constructs a new instance of ServiceUnavailableException using an explanation.SizeLimitExceededException
(String explanation) Constructs a new instance of SizeLimitExceededException using an explanation.StringRefAddr
(String addrType,String addr) Constructs a new instance of StringRefAddr using its address type and contents.TimeLimitExceededException
(String explanation) Constructs a new instance of TimeLimitExceededException using the argument supplied.Constructor parameters injavax.naming with type arguments of typeStringModifierConstructorDescriptionprotected
CompositeName
(Enumeration<String> comps) Constructs a new composite name instance using the components specified by 'comps'.protected
CompoundName
(Enumeration<String> comps,Properties syntax) Constructs a new compound name instance using the components specified in comps and syntax.Uses ofString injavax.naming.directory
Fields injavax.naming.directory declared asStringMethods injavax.naming.directory that returnStringModifier and TypeMethodDescriptionAttribute.getID()
Retrieves the id of this attribute.BasicAttribute.getID()
String[]
SearchControls.getReturningAttributes()
Retrieves the attributes that will be returned as part of the search.AttributeModificationException.toString()
The string representation of this exception consists of information about where the error occurred, and the first unexecuted modification.BasicAttribute.toString()
Generates the string representation of this attribute.BasicAttributes.toString()
Generates the string representation of this attribute set.ModificationItem.toString()
Generates the string representation of this modification item, which consists of the modification operation and its related attribute.SearchResult.toString()
Generates the string representation of this SearchResult.Methods injavax.naming.directory that return types with arguments of typeStringModifier and TypeMethodDescriptionAttributes.getIDs()
Retrieves an enumeration of the ids of the attributes in the attribute set.BasicAttributes.getIDs()
Methods injavax.naming.directory with parameters of typeStringModifier and TypeMethodDescriptionvoid
DirContext.bind
(String name,Object obj,Attributes attrs) Binds a name to an object, along with associated attributes.void
InitialDirContext.bind
(String name,Object obj,Attributes attrs) DirContext.createSubcontext
(String name,Attributes attrs) Creates and binds a new context, along with associated attributes.InitialDirContext.createSubcontext
(String name,Attributes attrs) Retrieves the attribute with the given attribute id from the attribute set.DirContext.getAttributes
(String name) Retrieves all of the attributes associated with a named object.DirContext.getAttributes
(String name,String[] attrIds) Retrieves selected attributes associated with a named object.DirContext.getAttributes
(Name name,String[] attrIds) Retrieves selected attributes associated with a named object.InitialDirContext.getAttributes
(String name) InitialDirContext.getAttributes
(String name,String[] attrIds) InitialDirContext.getAttributes
(Name name,String[] attrIds) Retrieves the schema associated with the named object.DirContext.getSchemaClassDefinition
(String name) Retrieves a context containing the schema objects of the named object's class definitions.InitialDirContext.getSchemaClassDefinition
(String name) void
DirContext.modifyAttributes
(String name, int mod_op,Attributes attrs) Modifies the attributes associated with a named object.void
DirContext.modifyAttributes
(String name,ModificationItem[] mods) Modifies the attributes associated with a named object using an ordered list of modifications.void
InitialDirContext.modifyAttributes
(String name, int mod_op,Attributes attrs) void
InitialDirContext.modifyAttributes
(String name,ModificationItem[] mods) Adds a new attribute to the attribute set.void
DirContext.rebind
(String name,Object obj,Attributes attrs) Binds a name to an object, along with associated attributes, overwriting any existing binding.void
InitialDirContext.rebind
(String name,Object obj,Attributes attrs) Removes the attribute with the attribute id 'attrID' from the attribute set.DirContext.search
(String name,String filterExpr,Object[] filterArgs,SearchControls cons) Searches in the named context or object for entries that satisfy the given search filter.DirContext.search
(String name,String filter,SearchControls cons) Searches in the named context or object for entries that satisfy the given search filter.DirContext.search
(String name,Attributes matchingAttributes) Searches in a single context for objects that contain a specified set of attributes.DirContext.search
(String name,Attributes matchingAttributes,String[] attributesToReturn) Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.DirContext.search
(Name name,String filterExpr,Object[] filterArgs,SearchControls cons) Searches in the named context or object for entries that satisfy the given search filter.DirContext.search
(Name name,String filter,SearchControls cons) Searches in the named context or object for entries that satisfy the given search filter.DirContext.search
(Name name,Attributes matchingAttributes,String[] attributesToReturn) Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.InitialDirContext.search
(String name,String filterExpr,Object[] filterArgs,SearchControls cons) InitialDirContext.search
(String name,String filter,SearchControls cons) InitialDirContext.search
(String name,Attributes matchingAttributes) InitialDirContext.search
(String name,Attributes matchingAttributes,String[] attributesToReturn) InitialDirContext.search
(Name name,String filterExpr,Object[] filterArgs,SearchControls cons) InitialDirContext.search
(Name name,String filter,SearchControls cons) InitialDirContext.search
(Name name,Attributes matchingAttributes,String[] attributesToReturn) void
SearchControls.setReturningAttributes
(String[] attrs) Specifies the attributes that will be returned as part of the search.Constructors injavax.naming.directory with parameters of typeStringModifierConstructorDescriptionAttributeInUseException
(String explanation) Constructs a new instance of AttributeInUseException with an explanation.AttributeModificationException
(String explanation) Constructs a new instance of AttributeModificationException using an explanation.BasicAttribute
(String id) Constructs a new instance of an unordered attribute with no value.BasicAttribute
(String id, boolean ordered) Constructs a new instance of a possibly ordered attribute with no value.BasicAttribute
(String id,Object value) Constructs a new instance of an unordered attribute with a single value.BasicAttribute
(String id,Object value, boolean ordered) Constructs a new instance of a possibly ordered attribute with a single value.BasicAttributes
(String attrID,Object val) Constructs a new instance of Attributes with one attribute.BasicAttributes
(String attrID,Object val, boolean ignoreCase) Constructs a new instance of Attributes with one attribute.InvalidAttributeIdentifierException
(String explanation) Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied.InvalidAttributesException
(String explanation) Constructs a new instance of InvalidAttributesException using an explanation.InvalidAttributeValueException
(String explanation) Constructs a new instance of InvalidAttributeValueException using an explanation.Constructs a new instance of InvalidSearchControlsException with an explanation.Constructs a new instance of InvalidSearchFilterException with an explanation.NoSuchAttributeException
(String explanation) Constructs a new instance of NoSuchAttributeException using an explanation.SchemaViolationException
(String explanation) Constructs a new instance of SchemaViolationException using the explanation supplied.SearchControls
(int scope, long countlim, int timelim,String[] attrs, boolean retobj, boolean deref) Constructs a search constraints using arguments.SearchResult
(String name,Object obj,Attributes attrs) Constructs a search result using the result's name, its bound object, and its attributes.SearchResult
(String name,Object obj,Attributes attrs, boolean isRelative) Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.SearchResult
(String name,String className,Object obj,Attributes attrs) Constructs a search result using the result's name, its class name, its bound object, and its attributes.SearchResult
(String name,String className,Object obj,Attributes attrs, boolean isRelative) Constructs a search result using the result's name, its class name, its bound object, its attributes, and whether the name is relative.Uses ofString injavax.naming.event
Methods injavax.naming.event with parameters of typeStringModifier and TypeMethodDescriptionvoid
EventContext.addNamingListener
(String target, int scope,NamingListener l) Adds a listener for receiving naming events fired when the object named by the string target name and scope changes.void
EventDirContext.addNamingListener
(String target,String filter,Object[] filterArgs,SearchControls ctls,NamingListener l) Adds a listener for receiving naming events fired when objects identified by the search filterfilter
and filter arguments at the object named by the string target name are modified.void
EventDirContext.addNamingListener
(String target,String filter,SearchControls ctls,NamingListener l) Adds a listener for receiving naming events fired when objects identified by the search filterfilter
at the object named by the string target name are modified.void
EventDirContext.addNamingListener
(Name target,String filter,Object[] filterArgs,SearchControls ctls,NamingListener l) Adds a listener for receiving naming events fired when objects identified by the search filterfilter
and filter arguments at the object named by the target are modified.void
EventDirContext.addNamingListener
(Name target,String filter,SearchControls ctls,NamingListener l) Adds a listener for receiving naming events fired when objects identified by the search filterfilter
at the object named by target are modified.Uses ofString injavax.naming.ldap
Fields injavax.naming.ldap declared asStringModifier and TypeFieldDescriptionstatic finalString
LdapContext.CONTROL_FACTORIES
Constant that holds the name of the environment property for specifying the list of control factories to use.protectedString
BasicControl.id
The control's object identifier string.static finalString
ManageReferralControl.OID
The ManageReferral control's assigned object identifier is 2.16.840.1.113730.3.4.2.static finalString
PagedResultsControl.OID
The paged-results control's assigned object identifier is 1.2.840.113556.1.4.319.static finalString
PagedResultsResponseControl.OID
The paged-results response control's assigned object identifier is 1.2.840.113556.1.4.319.static finalString
SortControl.OID
The server-side sort control's assigned object identifier is 1.2.840.113556.1.4.473.static finalString
SortResponseControl.OID
The server-side sort response control's assigned object identifier is 1.2.840.113556.1.4.474.static finalString
StartTlsRequest.OID
The StartTLS extended request's assigned object identifier is 1.3.6.1.4.1.1466.20037.static finalString
StartTlsResponse.OID
The StartTLS extended response's assigned object identifier is 1.3.6.1.4.1.1466.20037.Methods injavax.naming.ldap that returnStringModifier and TypeMethodDescriptionstaticString
Rdn.escapeValue
(Object val) Given the value of an attribute, returns a string escaped according to the rules specified inRFC 2253.LdapName.get
(int posn) Retrieves a component of this LDAP name as a string.SortKey.getAttributeID()
Retrieves the attribute ID of the sort key.SortResponseControl.getAttributeID()
Retrieves the ID of the attribute that caused the sort to fail.BasicControl.getID()
Retrieves the control's object identifier string.Control.getID()
Retrieves the object identifier assigned for the LDAP control.ExtendedRequest.getID()
Retrieves the object identifier of the request.ExtendedResponse.getID()
Retrieves the object identifier of the response.StartTlsRequest.getID()
Retrieves the StartTLS request's object identifier string.StartTlsResponse.getID()
Retrieves the StartTLS response's object identifier string.SortKey.getMatchingRuleID()
Retrieves the matching rule ID used to order the attribute values.String[]
UnsolicitedNotification.getReferrals()
Retrieves the referral(s) sent by the server.Rdn.getType()
Retrieves one of this Rdn's type.LdapName.toString()
Returns a string representation of this LDAP name in a format defined byRFC 2253 and described in the class description.Rdn.toString()
Methods injavax.naming.ldap that return types with arguments of typeStringModifier and TypeMethodDescriptionLdapName.getAll()
Retrieves the components of this name as an enumeration of strings.Methods injavax.naming.ldap with parameters of typeStringModifier and TypeMethodDescriptionAdds a single component at a specified position within this LDAP name.Adds a single component to the end of this LDAP name.ExtendedRequest.createExtendedResponse
(String id, byte[] berValue, int offset, int length) Creates the response object that corresponds to this request.StartTlsRequest.createExtendedResponse
(String id, byte[] berValue, int offset, int length) Creates an extended response object that corresponds to the LDAP StartTLS extended request.abstract void
StartTlsResponse.setEnabledCipherSuites
(String[] suites) Overrides the default list of cipher suites enabled for use on the TLS connection.staticObject
Rdn.unescapeValue
(String val) Given an attribute value string formatted according to the rules specified inRFC 2253, returns the unformatted value.Constructors injavax.naming.ldap with parameters of typeStringModifierConstructorDescriptionBasicControl
(String id) Constructs a non-critical control.BasicControl
(String id, boolean criticality, byte[] value) Constructs a control using the supplied arguments.Constructs an LDAP name from the given distinguished name.protected
LdapReferralException
(String explanation) Constructs a new instance of LdapReferralException using the explanation supplied.PagedResultsResponseControl
(String id, boolean criticality, byte[] value) Constructs a paged-results response control.Constructs an Rdn from the given string.Constructs an Rdn from the given attribute type and value.SortControl
(String[] sortBy, boolean criticality) Constructs a control to sort on a list of attributes in ascending order.SortControl
(String sortBy, boolean criticality) Constructs a control to sort on a single attribute in ascending order.Creates the default sort key for an attribute.Creates a sort key for an attribute.SortResponseControl
(String id, boolean criticality, byte[] value) Constructs a control to indicate the outcome of a sort request.Uses ofString injavax.naming.ldap.spi
Methods injavax.naming.ldap.spi that returnStringModifier and TypeMethodDescriptionLdapDnsProviderResult.getDomainName()
Returns the domain name resolved from the LDAP URL.Methods injavax.naming.ldap.spi that return types with arguments of typeStringModifier and TypeMethodDescriptionLdapDnsProviderResult.getEndpoints()
Returns the possibly empty list of individual server endpoints resolved from the LDAP URL.Methods injavax.naming.ldap.spi with parameters of typeStringModifier and TypeMethodDescriptionabstractOptional
<LdapDnsProviderResult> LdapDnsProvider.lookupEndpoints
(String url,Map<?, ?> env) Lookup the endpoints and domain name for the givenContext
provider URL
and environment.Constructors injavax.naming.ldap.spi with parameters of typeStringModifierConstructorDescriptionLdapDnsProviderResult
(String domainName,List<String> endpoints) Construct an LdapDnsProviderResult consisting of a resolved domain name and the LDAP server endpoints that serve the domain.Constructor parameters injavax.naming.ldap.spi with type arguments of typeStringModifierConstructorDescriptionLdapDnsProviderResult
(String domainName,List<String> endpoints) Construct an LdapDnsProviderResult consisting of a resolved domain name and the LDAP server endpoints that serve the domain.Uses ofString injavax.naming.spi
Fields injavax.naming.spi declared asStringModifier and TypeFieldDescriptionstatic finalString
NamingManager.CPE
Constant that holds the name of the environment property into whichgetContinuationContext()
stores the value of itsCannotProceedException
parameter.Methods injavax.naming.spi with parameters of typeStringModifier and TypeMethodDescriptionvoid
ResolveResult.appendRemainingComponent
(String name) Adds a single component to the end of remaining name.staticContext
NamingManager.getURLContext
(String scheme,Hashtable<?, ?> environment) Creates a context for the given URL scheme id.Resolver.resolveToClass
(String name,Class<? extendsContext> contextType) Partially resolves a name.Constructors injavax.naming.spi with parameters of typeStringModifierConstructorDescriptionResolveResult
(Object robj,String rcomp) Constructs a new instance of ResolveResult consisting of the resolved object and the remaining unresolved component.Uses ofString injavax.net
Modifier and TypeMethodDescriptionabstractSocket
SocketFactory.createSocket
(String host, int port) Creates a socket and connects it to the specified remote host at the specified remote port.abstractSocket
SocketFactory.createSocket
(String host, int port,InetAddress localHost, int localPort) Creates a socket and connects it to the specified remote host on the specified remote port.Uses ofString injavax.net.ssl
Methods injavax.net.ssl that returnStringModifier and TypeMethodDescriptionX509KeyManager.chooseClientAlias
(String[] keyType,Principal[] issuers,Socket socket) Choose an alias to authenticate the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).X509ExtendedKeyManager.chooseEngineClientAlias
(String[] keyType,Principal[] issuers,SSLEngine engine) Choose an alias to authenticate the client side of anSSLEngine
connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).X509ExtendedKeyManager.chooseEngineServerAlias
(String keyType,Principal[] issuers,SSLEngine engine) Choose an alias to authenticate the server side of anSSLEngine
connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).X509KeyManager.chooseServerAlias
(String keyType,Principal[] issuers,Socket socket) Choose an alias to authenticate the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).finalString
KeyManagerFactory.getAlgorithm()
Returns the algorithm name of thisKeyManagerFactory
object.finalString
TrustManagerFactory.getAlgorithm()
Returns the algorithm name of thisTrustManagerFactory
object.SSLEngine.getApplicationProtocol()
Returns the most recent application protocol value negotiated for this connection.SSLSocket.getApplicationProtocol()
Returns the most recent application protocol value negotiated for this connection.String[]
SSLParameters.getApplicationProtocols()
Returns a prioritized array of application-layer protocol names that can be negotiated over the SSL/TLS/DTLS protocols.SNIHostName.getAsciiName()
Returns theStandardCharsets.US_ASCII
-compliant hostname of thisSNIHostName
object.HandshakeCompletedEvent.getCipherSuite()
Returns the cipher suite in use by the session which was produced by the handshake.abstractString
HttpsURLConnection.getCipherSuite()
Returns the cipher suite in use on this connection.SSLSession.getCipherSuite()
Returns the name of the SSL cipher suite which is used for all connections in the session.String[]
SSLParameters.getCipherSuites()
Returns a copy of the array of ciphersuites or null if none have been set.String[]
X509KeyManager.getClientAliases
(String keyType,Principal[] issuers) Get the matching aliases for authenticating the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).static finalString
KeyManagerFactory.getDefaultAlgorithm()
Obtains the default KeyManagerFactory algorithm name.static finalString
TrustManagerFactory.getDefaultAlgorithm()
Obtains the default TrustManagerFactory algorithm name.abstractString[]
SSLServerSocketFactory.getDefaultCipherSuites()
Returns the list of cipher suites which are enabled by default.abstractString[]
SSLSocketFactory.getDefaultCipherSuites()
Returns the list of cipher suites which are enabled by default.abstractString[]
SSLEngine.getEnabledCipherSuites()
Returns the names of the SSL cipher suites which are currently enabled for use on this engine.abstractString[]
SSLServerSocket.getEnabledCipherSuites()
Returns the list of cipher suites which are currently enabled for use by newly accepted connections.abstractString[]
SSLSocket.getEnabledCipherSuites()
Returns the names of the SSL cipher suites which are currently enabled for use on this connection.abstractString[]
SSLEngine.getEnabledProtocols()
Returns the names of the protocol versions which are currently enabled for use with thisSSLEngine
.abstractString[]
SSLServerSocket.getEnabledProtocols()
Returns the names of the protocols which are currently enabled for use by the newly accepted connections.abstractString[]
SSLSocket.getEnabledProtocols()
Returns the names of the protocol versions which are currently enabled for use on this connection.SSLParameters.getEndpointIdentificationAlgorithm()
Gets the endpoint identification algorithm.SSLEngine.getHandshakeApplicationProtocol()
Returns the application protocol value negotiated on a SSL/TLS handshake currently in progress.SSLSocket.getHandshakeApplicationProtocol()
Returns the application protocol value negotiated on a SSL/TLS handshake currently in progress.abstractString[]
ExtendedSSLSession.getLocalSupportedSignatureAlgorithms()
Obtains an array of supported signature algorithms that the local side is willing to use.SSLSessionBindingEvent.getName()
Returns the name to which the object is being bound, or the name from which the object is being unbound.String[]
SSLParameters.getNamedGroups()
Returns a prioritized array of key exchange named groups names that can be used over the SSL/TLS/DTLS protocols.SSLEngine.getPeerHost()
Returns the host name of the peer.SSLSession.getPeerHost()
Returns the host name of the peer in this session.abstractString[]
ExtendedSSLSession.getPeerSupportedSignatureAlgorithms()
Obtains an array of supported signature algorithms that the peer is able to use.finalString
SSLContext.getProtocol()
Returns the protocol name of thisSSLContext
object.SSLSession.getProtocol()
Returns the standard name of the protocol used for all connections in the session.String[]
SSLParameters.getProtocols()
Returns a copy of the array of protocols or null if none have been set.String[]
X509KeyManager.getServerAliases
(String keyType,Principal[] issuers) Get the matching aliases for authenticating the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).String[]
SSLParameters.getSignatureSchemes()
Returns a prioritized array of signature scheme names that can be used over the SSL/TLS/DTLS protocols.abstractString[]
SSLEngine.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on this engine.abstractString[]
SSLServerSocket.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection.abstractString[]
SSLServerSocketFactory.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.abstractString[]
SSLSocket.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on this connection.abstractString[]
SSLSocketFactory.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection.abstractString[]
SSLEngine.getSupportedProtocols()
Returns the names of the protocols which could be enabled for use with thisSSLEngine
.abstractString[]
SSLServerSocket.getSupportedProtocols()
Returns the names of the protocols which could be enabled for use.abstractString[]
SSLSocket.getSupportedProtocols()
Returns the names of the protocols which could be enabled for use on an SSL connection.String[]
SSLSession.getValueNames()
Returns an array of the names of all the application layer data objects bound into the Session.SNIHostName.toString()
Returns a string representation of the object, including the DNS hostname in thisSNIHostName
object.SNIServerName.toString()
Returns a string representation of this server name, including the server name type and the encoded server name value in thisSNIServerName
object.SSLEngineResult.toString()
Returns a String representation of this object.Methods injavax.net.ssl that return types with arguments of typeStringModifier and TypeMethodDescriptionSSLEngine.getHandshakeApplicationProtocolSelector()
Retrieves the callback function that selects an application protocol value during a SSL/TLS/DTLS handshake.SSLEngine.getHandshakeApplicationProtocolSelector()
Retrieves the callback function that selects an application protocol value during a SSL/TLS/DTLS handshake.SSLSocket.getHandshakeApplicationProtocolSelector()
Retrieves the callback function that selects an application protocol value during a SSL/TLS/DTLS handshake.SSLSocket.getHandshakeApplicationProtocolSelector()
Retrieves the callback function that selects an application protocol value during a SSL/TLS/DTLS handshake.Methods injavax.net.ssl with parameters of typeStringModifier and TypeMethodDescriptionabstract void
X509ExtendedTrustManager.checkClientTrusted
(X509Certificate[] chain,String authType,Socket socket) Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.abstract void
X509ExtendedTrustManager.checkClientTrusted
(X509Certificate[] chain,String authType,SSLEngine engine) Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.void
X509TrustManager.checkClientTrusted
(X509Certificate[] chain,String authType) Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for client SSL authentication based on the authentication type.abstract void
X509ExtendedTrustManager.checkServerTrusted
(X509Certificate[] chain,String authType,Socket socket) Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.abstract void
X509ExtendedTrustManager.checkServerTrusted
(X509Certificate[] chain,String authType,SSLEngine engine) Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.void
X509TrustManager.checkServerTrusted
(X509Certificate[] chain,String authType) Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.X509KeyManager.chooseClientAlias
(String[] keyType,Principal[] issuers,Socket socket) Choose an alias to authenticate the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).X509ExtendedKeyManager.chooseEngineClientAlias
(String[] keyType,Principal[] issuers,SSLEngine engine) Choose an alias to authenticate the client side of anSSLEngine
connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).X509ExtendedKeyManager.chooseEngineServerAlias
(String keyType,Principal[] issuers,SSLEngine engine) Choose an alias to authenticate the server side of anSSLEngine
connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).X509KeyManager.chooseServerAlias
(String keyType,Principal[] issuers,Socket socket) Choose an alias to authenticate the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).staticSNIMatcher
SNIHostName.createSNIMatcher
(String regex) Creates anSNIMatcher
object forSNIHostName
s.abstractSocket
SSLSocketFactory.createSocket
(Socket s,String host, int port, boolean autoClose) Returns a socket layered over an existing socket connected to the named host, at the given port.finalSSLEngine
SSLContext.createSSLEngine
(String peerHost, int peerPort) Creates a newSSLEngine
using this context using advisory peer information.protected abstractSSLEngine
SSLContextSpi.engineCreateSSLEngine
(String host, int port) Creates aSSLEngine
using this context.X509KeyManager.getCertificateChain
(String alias) Returns the certificate chain associated with the given alias.String[]
X509KeyManager.getClientAliases
(String keyType,Principal[] issuers) Get the matching aliases for authenticating the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).static finalKeyManagerFactory
KeyManagerFactory.getInstance
(String algorithm) Returns aKeyManagerFactory
object that acts as a factory for key managers.static finalKeyManagerFactory
KeyManagerFactory.getInstance
(String algorithm,String provider) Returns aKeyManagerFactory
object that acts as a factory for key managers.static finalKeyManagerFactory
KeyManagerFactory.getInstance
(String algorithm,Provider provider) Returns aKeyManagerFactory
object that acts as a factory for key managers.staticSSLContext
SSLContext.getInstance
(String protocol) Returns aSSLContext
object that implements the specified secure socket protocol.staticSSLContext
SSLContext.getInstance
(String protocol,String provider) Returns aSSLContext
object that implements the specified secure socket protocol.staticSSLContext
SSLContext.getInstance
(String protocol,Provider provider) Returns aSSLContext
object that implements the specified secure socket protocol.static finalTrustManagerFactory
TrustManagerFactory.getInstance
(String algorithm) Returns aTrustManagerFactory
object that acts as a factory for trust managers.static finalTrustManagerFactory
TrustManagerFactory.getInstance
(String algorithm,String provider) Returns aTrustManagerFactory
object that acts as a factory for trust managers.static finalTrustManagerFactory
TrustManagerFactory.getInstance
(String algorithm,Provider provider) Returns aTrustManagerFactory
object that acts as a factory for trust managers.X509KeyManager.getPrivateKey
(String alias) Returns the key associated with the given alias.String[]
X509KeyManager.getServerAliases
(String keyType,Principal[] issuers) Get the matching aliases for authenticating the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).Returns the object bound to the given name in the session's application layer data.void
Binds the specifiedvalue
object into the session's application layer data with the givenname
.void
SSLSession.removeValue
(String name) Removes the object bound to the given name in the session's application layer data.void
SSLParameters.setApplicationProtocols
(String[] protocols) Sets the prioritized array of application-layer protocol names that can be negotiated over the SSL/TLS/DTLS protocols.void
SSLParameters.setCipherSuites
(String[] cipherSuites) Sets the array of ciphersuites.abstract void
SSLEngine.setEnabledCipherSuites
(String[] suites) Sets the cipher suites enabled for use on this engine.abstract void
SSLServerSocket.setEnabledCipherSuites
(String[] suites) Sets the cipher suites enabled for use by accepted connections.abstract void
SSLSocket.setEnabledCipherSuites
(String[] suites) Sets the cipher suites enabled for use on this connection.abstract void
SSLEngine.setEnabledProtocols
(String[] protocols) Set the protocol versions enabled for use on this engine.abstract void
SSLServerSocket.setEnabledProtocols
(String[] protocols) Controls which particular protocols are enabled for use by accepted connections.abstract void
SSLSocket.setEnabledProtocols
(String[] protocols) Sets the protocol versions enabled for use on this connection.void
SSLParameters.setEndpointIdentificationAlgorithm
(String algorithm) Sets the endpoint identification algorithm.void
SSLParameters.setNamedGroups
(String[] namedGroups) Sets the prioritized array of key exchange named groups names that can be used over the SSL/TLS/DTLS protocols.void
SSLParameters.setProtocols
(String[] protocols) Sets the array of protocols.void
SSLParameters.setSignatureSchemes
(String[] signatureSchemes) Sets the prioritized array of signature scheme names that can be used over the SSL/TLS/DTLS protocols.Returns the enum constant of this class with the specified name.staticSSLEngineResult.Status
Returns the enum constant of this class with the specified name.boolean
HostnameVerifier.verify
(String hostname,SSLSession session) Verify that the host name is an acceptable match with the server's authentication scheme.Method parameters injavax.net.ssl with type arguments of typeStringModifier and TypeMethodDescriptionvoid
SSLEngine.setHandshakeApplicationProtocolSelector
(BiFunction<SSLEngine,List<String>,String> selector) Registers a callback function that selects an application protocol value for a SSL/TLS/DTLS handshake.void
SSLEngine.setHandshakeApplicationProtocolSelector
(BiFunction<SSLEngine,List<String>,String> selector) Registers a callback function that selects an application protocol value for a SSL/TLS/DTLS handshake.void
SSLSocket.setHandshakeApplicationProtocolSelector
(BiFunction<SSLSocket,List<String>,String> selector) Registers a callback function that selects an application protocol value for a SSL/TLS/DTLS handshake.void
SSLSocket.setHandshakeApplicationProtocolSelector
(BiFunction<SSLSocket,List<String>,String> selector) Registers a callback function that selects an application protocol value for a SSL/TLS/DTLS handshake.Constructors injavax.net.ssl with parameters of typeStringModifierConstructorDescriptionprotected
KeyManagerFactory
(KeyManagerFactorySpi factorySpi,Provider provider,String algorithm) Creates a KeyManagerFactory object.SNIHostName
(String hostname) Creates anSNIHostName
using the specified hostname.protected
SSLContext
(SSLContextSpi contextSpi,Provider provider,String protocol) Creates an SSLContext object.protected
Constructor for anSSLEngine
.SSLException
(String reason) Constructs an exception reporting an error found by an SSL subsystem.SSLException
(String message,Throwable cause) Creates aSSLException
with the specified detail message and cause.SSLHandshakeException
(String reason) Constructs an exception reporting an error found by an SSL subsystem during handshaking.SSLHandshakeException
(String message,Throwable cause) Creates aSSLHandshakeException
with the specified detail message and cause.SSLKeyException
(String reason) Constructs an exception reporting a key management error found by an SSL subsystem.SSLKeyException
(String message,Throwable cause) Creates aSSLKeyException
with the specified detail message and cause.SSLParameters
(String[] cipherSuites) Constructs SSLParameters from the specified array of ciphersuites.SSLParameters
(String[] cipherSuites,String[] protocols) Constructs SSLParameters from the specified array of ciphersuites and protocols.SSLPeerUnverifiedException
(String reason) Constructs an exception reporting that the SSL peer's identity has not been verified.SSLPeerUnverifiedException
(String message,Throwable cause) Creates aSSLPeerUnverifiedException
with the specified detail message and cause.SSLPermission
(String name) Creates a new SSLPermission with the specified name.SSLPermission
(String name,String actions) Creates a new SSLPermission object with the specified name.SSLProtocolException
(String reason) Constructs an exception reporting an SSL protocol error detected by an SSL subsystem.SSLProtocolException
(String message,Throwable cause) Creates aSSLProtocolException
with the specified detail message and cause.SSLSessionBindingEvent
(SSLSession session,String name) Constructs a new SSLSessionBindingEvent.protected
Used only by subclasses.protected
SSLSocket
(String host, int port,InetAddress clientAddress, int clientPort) Used only by subclasses.protected
TrustManagerFactory
(TrustManagerFactorySpi factorySpi,Provider provider,String algorithm) Creates a TrustManagerFactory object.Uses ofString injavax.print
Fields injavax.print declared asStringModifier and TypeFieldDescriptionstatic finalString
ServiceUIFactory.DIALOG_UI
Denotes a UI implemented as an AWT dialog.static finalString
DocFlavor.hostEncoding
A string representing the host operating system encoding.static finalString
ServiceUIFactory.JCOMPONENT_UI
Denotes a UI implemented as a Swing component.static finalString
ServiceUIFactory.JDIALOG_UI
Denotes a UI implemented as a Swing dialog.static finalString
ServiceUIFactory.PANEL_UI
Denotes a UI implemented as an AWT panel.Methods injavax.print that returnStringModifier and TypeMethodDescriptionDocFlavor.getMediaSubtype()
Returns this doc flavor object's media subtype (from the MIME type).DocFlavor.getMediaType()
Returns this doc flavor object's media type (from the MIME type).DocFlavor.getMimeType()
Returns this doc flavor object's MIME type string based on the canonical form.PrintService.getName()
Returns a string name for this print service which may be used by applications to request a particular print service.abstractString
StreamPrintService.getOutputFormat()
Returns the document format emitted by this print service.abstractString
StreamPrintServiceFactory.getOutputFormat()
Queries the factory for the document format that is emitted by printers obtained from this factory.DocFlavor.getParameter
(String paramName) Returns aString
representing a MIME parameter.DocFlavor.getRepresentationClassName()
Returns the name of this doc flavor object's representation class.abstractString[]
ServiceUIFactory.getUIClassNamesForRole
(int role) Given a UI role obtained from this factory obtain the UI types available from this factory which implement this role.DocFlavor.toString()
Converts thisDocFlavor
to a string.Methods injavax.print with parameters of typeStringModifier and TypeMethodDescriptionDocFlavor.getParameter
(String paramName) Returns aString
representing a MIME parameter.abstractObject
Get a UI object which may be cast to the requested UI type by the application and used in its user interface.staticStreamPrintServiceFactory[]
StreamPrintServiceFactory.lookupStreamPrintServiceFactories
(DocFlavor flavor,String outputMimeType) Locates factories for print services that can be used with a print job to output a stream of data in the format specified byoutputMimeType
.Constructors injavax.print with parameters of typeStringModifierConstructorDescriptionBYTE_ARRAY
(String mimeType) Constructs a new doc flavor with the given MIME type and a print data representation class name of"[B"
(byte array).CHAR_ARRAY
(String mimeType) Constructs a new doc flavor with the given MIME type and a print data representation class name of"[C"
(character array).Constructs a new doc flavor object from the given MIME type and representation class name.INPUT_STREAM
(String mimeType) Constructs a new doc flavor with the given MIME type and a print data representation class name of"java.io.InputStream"
(byte stream).Construct a print exception with the given detail message.Construct a print exception with the given detail message and chained exception.Constructs a new doc flavor with the given MIME type and a print data representation class name of"java.io.Reader"
(character stream).SERVICE_FORMATTED
(String className) Constructs a new doc flavor with a MIME type of"application/x-java-jvm-local-objectref"
indicating service formatted print data and the given print data representation class name.Constructs a new doc flavor with the given MIME type and a print data representation class name of"java.lang.String"
.Constructs a new doc flavor with the given MIME type and a print data representation class name of"java.net.URL"
.Uses ofString injavax.print.attribute
Methods injavax.print.attribute that returnStringModifier and TypeMethodDescriptionAttribute.getName()
Get the name of the category of which this attribute value is an instance.protectedString[]
EnumSyntax.getStringTable()
Returns the string table for this enumeration value's enumeration class.TextSyntax.getValue()
Returns this text attribute's text string.DateTimeSyntax.toString()
Returns a string value corresponding to this date-time attribute.EnumSyntax.toString()
Returns a string value corresponding to this enumeration value.IntegerSyntax.toString()
Returns a string value corresponding to this integer attribute.ResolutionSyntax.toString()
Returns a string version of this resolution attribute.Returns a string version of this resolution attribute in the given units.SetOfIntegerSyntax.toString()
Returns a string value corresponding to this set-of-integer attribute.Size2DSyntax.toString()
Returns a string version of this two-dimensional size attribute.Returns a string version of this two-dimensional size attribute in the given units.TextSyntax.toString()
Returns aString
identifying this text attribute.URISyntax.toString()
Returns aString
identifying thisURI
attribute.Methods injavax.print.attribute with parameters of typeStringModifier and TypeMethodDescriptionReturns a string version of this resolution attribute in the given units.Returns a string version of this two-dimensional size attribute in the given units.Constructors injavax.print.attribute with parameters of typeStringModifierConstructorDescriptionprotected
SetOfIntegerSyntax
(String members) Construct a new set-of-integer attribute with the given members in string form.protected
TextSyntax
(String value,Locale locale) Constructs aTextAttribute
with the specified string and locale.UnmodifiableSetException
(String message) Constructs anUnmodifiableSetException
with the specified detail message.Uses ofString injavax.print.attribute.standard
Methods injavax.print.attribute.standard that returnStringModifier and TypeMethodDescriptionfinalString
Chromaticity.getName()
Get the name of the category of which this attribute value is an instance.finalString
ColorSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
Compression.getName()
Get the name of the category of which this attribute value is an instance.finalString
Copies.getName()
Get the name of the category of which this attribute value is an instance.finalString
CopiesSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
DateTimeAtCompleted.getName()
Get the name of the category of which this attribute value is an instance.finalString
DateTimeAtCreation.getName()
Get the name of the category of which this attribute value is an instance.finalString
DateTimeAtProcessing.getName()
Get the name of the category of which this attribute value is an instance.finalString
Destination.getName()
Get the name of the category of which this attribute value is an instance.finalString
DialogOwner.getName()
Get the name of the category of which this attribute value is an instance.finalString
DialogTypeSelection.getName()
Gets the name of the category of which this attribute value is an instance.finalString
DocumentName.getName()
Get the name of the category of which this attribute value is an instance.finalString
Fidelity.getName()
Get the name of the category of which this attribute value is an instance.finalString
Finishings.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobHoldUntil.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobImpressions.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobImpressionsCompleted.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobImpressionsSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobKOctets.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobKOctetsProcessed.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobKOctetsSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobMediaSheets.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobMediaSheetsCompleted.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobMediaSheetsSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobMessageFromOperator.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobName.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobOriginatingUserName.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobPriority.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobPrioritySupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobSheets.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobState.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobStateReason.getName()
Get the name of the category of which this attribute value is an instance.finalString
JobStateReasons.getName()
Get the name of the category of which this attribute value is an instance.finalString
Media.getName()
Get the name of the category of which this attribute value is an instance.finalString
MediaPrintableArea.getName()
Get the name of the category of which this attribute value is an instance.finalString
MediaSize.getName()
Get the name of the category of which this attribute value is an instance.finalString
MultipleDocumentHandling.getName()
Get the name of the category of which this attribute value is an instance.finalString
NumberOfDocuments.getName()
Get the name of the category of which this attribute value is an instance.finalString
NumberOfInterveningJobs.getName()
Get the name of the category of which this attribute value is an instance.finalString
NumberUp.getName()
Get the name of the category of which this attribute value is an instance.finalString
NumberUpSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
OrientationRequested.getName()
Get the name of the category of which this attribute value is an instance.finalString
OutputBin.getName()
Get the name of the category of which this attribute value is an instance.finalString
OutputDeviceAssigned.getName()
Get the name of the category of which this attribute value is an instance.finalString
PageRanges.getName()
Get the name of the category of which this attribute value is an instance.finalString
PagesPerMinute.getName()
Get the name of the category of which this attribute value is an instance.finalString
PagesPerMinuteColor.getName()
Get the name of the category of which this attribute value is an instance.finalString
PDLOverrideSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
PresentationDirection.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterInfo.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterIsAcceptingJobs.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterLocation.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterMakeAndModel.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterMessageFromOperator.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterMoreInfo.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterMoreInfoManufacturer.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterName.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterResolution.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterState.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterStateReason.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterStateReasons.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrinterURI.getName()
Get the name of the category of which this attribute value is an instance.finalString
PrintQuality.getName()
Get the name of the category of which this attribute value is an instance.finalString
QueuedJobCount.getName()
Get the name of the category of which this attribute value is an instance.finalString
ReferenceUriSchemesSupported.getName()
Get the name of the category of which this attribute value is an instance.finalString
RequestingUserName.getName()
Get the name of the category of which this attribute value is an instance.finalString
Severity.getName()
Get the name of the category of which this attribute value is an instance.finalString
SheetCollate.getName()
Get the name of the category of which this attribute value is an instance.finalString
Sides.getName()
Get the name of the category of which this attribute value is an instance.protectedString[]
Chromaticity.getStringTable()
Returns the string table for classChromaticity
.protectedString[]
ColorSupported.getStringTable()
Returns the string table for classColorSupported
.protectedString[]
Compression.getStringTable()
Returns the string table for classCompression
.protectedString[]
DialogTypeSelection.getStringTable()
Returns the string table for classDialogTypeSelection
.protectedString[]
Fidelity.getStringTable()
Returns the string table for classFidelity
.protectedString[]
Finishings.getStringTable()
Returns the string table for classFinishings
.protectedString[]
JobSheets.getStringTable()
Returns the string table for classJobSheets
.protectedString[]
JobState.getStringTable()
Returns the string table for classJobState
.protectedString[]
JobStateReason.getStringTable()
Returns the string table for classJobStateReason
.protectedString[]
MediaName.getStringTable()
Returns the string table for classMediaTray
.protectedString[]
MediaSizeName.getStringTable()
Returns the string table for classMediaSizeName
.protectedString[]
MediaTray.getStringTable()
Returns the string table for classMediaTray
.protectedString[]
MultipleDocumentHandling.getStringTable()
Returns the string table for classMultipleDocumentHandling
.protectedString[]
OrientationRequested.getStringTable()
Returns the string table for classOrientationRequested
.protectedString[]
OutputBin.getStringTable()
Returns the string table for classOutputBin
.protectedString[]
PDLOverrideSupported.getStringTable()
Returns the string table for classPDLOverrideSupported
.protectedString[]
PresentationDirection.getStringTable()
Returns the string table for classPresentationDirection
.protectedString[]
PrinterIsAcceptingJobs.getStringTable()
Returns the string table for classPrinterIsAcceptingJobs
.protectedString[]
PrinterState.getStringTable()
Returns the string table for classPrinterState
.protectedString[]
PrinterStateReason.getStringTable()
Returns the string table for classPrinterStateReason
.protectedString[]
PrintQuality.getStringTable()
Returns the string table for classPrintQuality
.protectedString[]
ReferenceUriSchemesSupported.getStringTable()
Returns the string table for classReferenceUriSchemesSupported
.protectedString[]
Severity.getStringTable()
Returns the string table for classSeverity
.protectedString[]
SheetCollate.getStringTable()
Returns the string table for classSheetCollate
.protectedString[]
Sides.getStringTable()
Returns the string table for classSides
.MediaPrintableArea.toString()
Returns a string version of this rectangular size attribute in mm.Returns a string version of this rectangular size attribute in the given units.Methods injavax.print.attribute.standard with parameters of typeStringModifier and TypeMethodDescriptionReturns a string version of this rectangular size attribute in the given units.Constructors injavax.print.attribute.standard with parameters of typeStringModifierConstructorDescriptionDocumentName
(String documentName,Locale locale) Constructs a new document name attribute with the given document name and locale.JobMessageFromOperator
(String message,Locale locale) Constructs a new job message from operator attribute with the given message and locale.Constructs a new job name attribute with the given job name and locale.JobOriginatingUserName
(String userName,Locale locale) Constructs a new job originating user name attribute with the given user name and locale.OutputDeviceAssigned
(String deviceName,Locale locale) Constructs a new output device assigned attribute with the given device name and locale.PageRanges
(String members) Construct a new page ranges attribute with the given members in string form.PrinterInfo
(String info,Locale locale) Constructs a new printer info attribute with the given information string and locale.PrinterLocation
(String location,Locale locale) Constructs a new printer location attribute with the given location and locale.PrinterMakeAndModel
(String makeAndModel,Locale locale) Constructs a new printer make and model attribute with the given make and model string and locale.PrinterMessageFromOperator
(String message,Locale locale) Constructs a new printer message from operator attribute with the given message and locale.PrinterName
(String printerName,Locale locale) Constructs a new printer name attribute with the given name and locale.RequestingUserName
(String userName,Locale locale) Constructs a new requesting user name attribute with the given user name and locale.Uses ofString injavax.print.event
Methods injavax.print.event that returnStringUses ofString injavax.rmi.ssl
Methods injavax.rmi.ssl that returnStringModifier and TypeMethodDescriptionfinalString[]
SslRMIServerSocketFactory.getEnabledCipherSuites()
Returns the names of the cipher suites enabled on SSL connections accepted by server sockets created by this factory, ornull
if this factory uses the cipher suites that are enabled by default.finalString[]
SslRMIServerSocketFactory.getEnabledProtocols()
Returns the names of the protocol versions enabled on SSL connections accepted by server sockets created by this factory, ornull
if this factory uses the protocol versions that are enabled by default.Methods injavax.rmi.ssl with parameters of typeStringModifier and TypeMethodDescriptionSslRMIClientSocketFactory.createSocket
(String host, int port) Creates an SSL socket.Constructors injavax.rmi.ssl with parameters of typeStringModifierConstructorDescriptionSslRMIServerSocketFactory
(String[] enabledCipherSuites,String[] enabledProtocols, boolean needClientAuth) Creates a newSslRMIServerSocketFactory
with the specified SSL socket configuration.SslRMIServerSocketFactory
(SSLContext context,String[] enabledCipherSuites,String[] enabledProtocols, boolean needClientAuth) Creates a newSslRMIServerSocketFactory
with the specifiedSSLContext
and SSL socket configuration.Uses ofString injavax.script
Subinterfaces with type arguments of typeString injavax.scriptModifier and TypeInterfaceDescriptioninterface
A mapping of key/value pairs, all of whose keys areStrings
.Fields injavax.script declared asStringModifier and TypeFieldDescriptionstatic finalString
ScriptEngine.ARGV
Reserved key for a named value that passes an array of positional arguments to a script.static finalString
ScriptEngine.ENGINE
Reserved key for a named value that is the name of theScriptEngine
implementation.static finalString
ScriptEngine.ENGINE_VERSION
Reserved key for a named value that identifies the version of theScriptEngine
implementation.static finalString
ScriptEngine.FILENAME
Reserved key for a named value that is the name of the file being executed.static finalString
ScriptEngine.LANGUAGE
Reserved key for a named value that is the full name of Scripting Language supported by the implementation.static finalString
ScriptEngine.LANGUAGE_VERSION
Reserved key for the named value that identifies the version of the scripting language supported by the implementation.static finalString
ScriptEngine.NAME
Reserved key for a named value that identifies the short name of the scripting language.Methods injavax.script that returnStringModifier and TypeMethodDescriptionScriptEngineFactory.getEngineName()
Returns the full name of theScriptEngine
.ScriptEngineFactory.getEngineVersion()
Returns the version of theScriptEngine
.ScriptException.getFileName()
Get the source of the script causing the error.ScriptEngineFactory.getLanguageName()
Returns the name of the scripting language supported by thisScriptEngine
.ScriptEngineFactory.getLanguageVersion()
Returns the version of the scripting language supported by thisScriptEngine
.ScriptException.getMessage()
Returns a message containing the String passed to a constructor as well as line and column numbers and filename if any of these are known.ScriptEngineFactory.getMethodCallSyntax
(String obj,String m,String... args) Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.ScriptEngineFactory.getOutputStatement
(String toDisplay) Returns a String that can be used as a statement to display the specified String using the syntax of the supported scripting language.ScriptEngineFactory.getProgram
(String... statements) Returns a valid scripting language executable program with given statements.Methods injavax.script that return types with arguments of typeStringModifier and TypeMethodDescriptionSimpleBindings.entrySet()
Returns aSet
view of the mappings contained in this map.ScriptEngineFactory.getExtensions()
Returns an immutable list of filename extensions, which generally identify scripts written in the language supported by thisScriptEngine
.ScriptEngineFactory.getMimeTypes()
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.ScriptEngineFactory.getNames()
Returns an immutable list of short names for theScriptEngine
, which may be used to identify theScriptEngine
by theScriptEngineManager
.SimpleBindings.keySet()
Returns aSet
view of the keys contained in this map.Methods injavax.script with parameters of typeStringModifier and TypeMethodDescriptionCompiles the script (source represented as aString
) for later execution.Same aseval(Reader)
except that the abstracteval(String, ScriptContext)
is used.Same aseval(Reader, Bindings)
except that the abstracteval(String, ScriptContext)
is used.Executes the specified script.Executes the script using theBindings
argument as theENGINE_SCOPE
Bindings
of theScriptEngine
during the script execution.ScriptEngine.eval
(String script,ScriptContext context) Causes the immediate execution of the script whose source is the String passed as the first argument.Gets the value for the specified key in theENGINE_SCOPE
of the protectedcontext
field.Retrieves a value set in the state of this engine.Gets the value for the specified key in the Global ScopeScriptContext.getAttribute
(String name) Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.ScriptContext.getAttribute
(String name, int scope) Gets the value of an attribute in a given scope.SimpleScriptContext.getAttribute
(String name) Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.SimpleScriptContext.getAttribute
(String name, int scope) Gets the value of an attribute in a given scope.int
ScriptContext.getAttributesScope
(String name) Get the lowest scope in which an attribute is defined.int
SimpleScriptContext.getAttributesScope
(String name) Get the lowest scope in which an attribute is defined.ScriptEngineManager.getEngineByExtension
(String extension) Look up and create aScriptEngine
for a given extension.ScriptEngineManager.getEngineByMimeType
(String mimeType) Look up and create aScriptEngine
for a given mime type.ScriptEngineManager.getEngineByName
(String shortName) Looks up and creates aScriptEngine
for a given name.ScriptEngineFactory.getMethodCallSyntax
(String obj,String m,String... args) Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.ScriptEngineFactory.getOutputStatement
(String toDisplay) Returns a String that can be used as a statement to display the specified String using the syntax of the supported scripting language.ScriptEngineFactory.getParameter
(String key) Returns the value of an attribute whose meaning may be implementation-specific.ScriptEngineFactory.getProgram
(String... statements) Returns a valid scripting language executable program with given statements.Invocable.invokeFunction
(String name,Object... args) Used to call top-level procedures and functions defined in scripts.Invocable.invokeMethod
(Object thiz,String name,Object... args) Calls a method on a script object compiled during a previous script execution, which is retained in the state of theScriptEngine
.void
Sets the specified value with the specified key in theENGINE_SCOPE
Bindings
of the protectedcontext
field.Set a named value.void
Sets a key/value pair in the state of the ScriptEngine that may either create a Java Language Binding to be used in the execution of scripts or be used in some other way, depending on whether the key is reserved.void
Sets the specified key/value pair in the Global Scope.Sets the specified key/value in the underlyingmap
field.void
ScriptEngineManager.registerEngineExtension
(String extension,ScriptEngineFactory factory) Registers aScriptEngineFactory
to handle an extension.void
ScriptEngineManager.registerEngineMimeType
(String type,ScriptEngineFactory factory) Registers aScriptEngineFactory
to handle a mime type.void
ScriptEngineManager.registerEngineName
(String name,ScriptEngineFactory factory) Registers aScriptEngineFactory
to handle a language name.ScriptContext.removeAttribute
(String name, int scope) Remove an attribute in a given scope.SimpleScriptContext.removeAttribute
(String name, int scope) Remove an attribute in a given scope.void
ScriptContext.setAttribute
(String name,Object value, int scope) Sets the value of an attribute in a given scope.void
SimpleScriptContext.setAttribute
(String name,Object value, int scope) Sets the value of an attribute in a given scope.Method parameters injavax.script with type arguments of typeStringModifier and TypeMethodDescriptionvoid
Adds all the mappings in a givenMap
to thisBindings
.void
putAll
is implemented usingMap.putAll
.Constructors injavax.script with parameters of typeStringModifierConstructorDescriptionCreates aScriptException
with a String to be used in its message.ScriptException
(String message,String fileName, int lineNumber) Creates aScriptException
with message, filename and linenumber to be used in error messages.ScriptException
(String message,String fileName, int lineNumber, int columnNumber) ScriptException
constructor specifying message, filename, line number and column number.Constructor parameters injavax.script with type arguments of typeStringModifierConstructorDescriptionConstructor uses an existingMap
to store the values.Uses ofString injavax.security.auth
Methods injavax.security.auth that returnStringModifier and TypeMethodDescriptionPrivateCredentialPermission.getActions()
Returns the "canonical string representation" of the actions.PrivateCredentialPermission.getCredentialClass()
Returns the Class name of the Credential associated with thisPrivateCredentialPermission
.String[][]
PrivateCredentialPermission.getPrincipals()
Returns thePrincipal
classes and names associated with thisPrivateCredentialPermission
.Subject.toString()
Return the String representation of thisSubject
.Constructors injavax.security.auth with parameters of typeStringModifierConstructorDescriptionAuthPermission
(String name) Creates a new AuthPermission with the specified name.AuthPermission
(String name,String actions) Creates a new AuthPermission object with the specified name.Constructs a DestroyFailedException with the specified detail message.PrivateCredentialPermission
(String name,String actions) Creates a newPrivateCredentialPermission
with the specifiedname
.Constructs a RefreshFailedException with the specified detail message.Uses ofString injavax.security.auth.callback
Methods injavax.security.auth.callback that returnStringModifier and TypeMethodDescriptionString[]
ChoiceCallback.getChoices()
Get the list of choices.NameCallback.getDefaultName()
Get the default name.TextInputCallback.getDefaultText()
Get the default text.TextOutputCallback.getMessage()
Get the message to be displayed.NameCallback.getName()
Get the retrieved name.String[]
ConfirmationCallback.getOptions()
Get the confirmation options.ChoiceCallback.getPrompt()
Get the prompt.ConfirmationCallback.getPrompt()
Get the prompt.NameCallback.getPrompt()
Get the prompt.PasswordCallback.getPrompt()
Get the prompt.TextInputCallback.getPrompt()
Get the prompt.TextInputCallback.getText()
Get the retrieved text.Methods injavax.security.auth.callback with parameters of typeStringModifier and TypeMethodDescriptionvoid
Set the retrieved name.void
Set the retrieved text.Constructors injavax.security.auth.callback with parameters of typeStringModifierConstructorDescriptionChoiceCallback
(String prompt,String[] choices, int defaultChoice, boolean multipleSelectionsAllowed) Construct aChoiceCallback
with a prompt, a list of choices, a default choice, and a boolean specifying whether multiple selections from the list of choices are allowed.ConfirmationCallback
(int messageType,String[] options, int defaultOption) Construct aConfirmationCallback
with a message type, a list of options and a default option.ConfirmationCallback
(String prompt, int messageType, int optionType, int defaultOption) Construct aConfirmationCallback
with a prompt, message type, an option type and a default option.ConfirmationCallback
(String prompt, int messageType,String[] options, int defaultOption) Construct aConfirmationCallback
with a prompt, message type, a list of options and a default option.NameCallback
(String prompt) Construct aNameCallback
with a prompt.NameCallback
(String prompt,String defaultName) Construct aNameCallback
with a prompt and default name.PasswordCallback
(String prompt, boolean echoOn) Construct aPasswordCallback
with a prompt and a boolean specifying whether the password should be displayed as it is being typed.TextInputCallback
(String prompt) Construct aTextInputCallback
with a prompt.TextInputCallback
(String prompt,String defaultText) Construct aTextInputCallback
with a prompt and default input value.TextOutputCallback
(int messageType,String message) Construct a TextOutputCallback with a message type and message to be displayed.UnsupportedCallbackException
(Callback callback,String msg) Constructs a UnsupportedCallbackException with the specified detail message.Uses ofString injavax.security.auth.kerberos
Methods injavax.security.auth.kerberos that returnStringModifier and TypeMethodDescriptionServicePermission.getActions()
Returns the canonical string representation of the actions.EncryptionKey.getAlgorithm()
Returns the standard algorithm name for this key.finalString
KerberosKey.getAlgorithm()
Returns the standard algorithm name for this key.EncryptionKey.getFormat()
Returns the name of the encoding format for this key.finalString
KerberosKey.getFormat()
Returns the name of the encoding format for this secret key.KerberosPrincipal.getName()
The returned string corresponds to the single-string representation of a Kerberos Principal name as specified in Section 2.1 ofRFC 1964.KerberosPrincipal.getRealm()
Returns the realm component of this Kerberos principal.EncryptionKey.toString()
Returns an informative textual representation of thisEncryptionKey
.KerberosCredMessage.toString()
Returns an informative textual representation of thisKerberosCredMessage
.KerberosKey.toString()
Returns an informative textual representation of thisKerberosKey
.KerberosPrincipal.toString()
Returns an informative textual representation of thisKerberosPrincipal
.KerberosTicket.toString()
Returns an informative textual representation of thisKerberosTicket
.KeyTab.toString()
Returns an informative textual representation of thisKeyTab
.Constructors injavax.security.auth.kerberos with parameters of typeStringModifierConstructorDescriptionDelegationPermission
(String principals) Create a newDelegationPermission
with the specified subordinate and target principals.DelegationPermission
(String principals,String actions) Create a newDelegationPermission
with the specified subordinate and target principals.KerberosKey
(KerberosPrincipal principal, char[] password,String algorithm) Constructs aKerberosKey
from a principal's password using the specified algorithm name.KerberosPrincipal
(String name) Constructs aKerberosPrincipal
from the provided string input.KerberosPrincipal
(String name, int nameType) Constructs aKerberosPrincipal
from the provided string and name type input.ServicePermission
(String servicePrincipal,String action) Create a newServicePermission
with the specifiedservicePrincipal
andaction
.Uses ofString injavax.security.auth.login
Methods injavax.security.auth.login that returnStringModifier and TypeMethodDescriptionAppConfigurationEntry.getLoginModuleName()
Get the class name of the configuredLoginModule
.Configuration.getType()
Return the type of this Configuration.AppConfigurationEntry.LoginModuleControlFlag.toString()
Return a String representation of this controlFlag.Methods injavax.security.auth.login that return types with arguments of typeStringModifier and TypeMethodDescriptionAppConfigurationEntry.getOptions()
Get the options configured for thisLoginModule
.Methods injavax.security.auth.login with parameters of typeStringModifier and TypeMethodDescriptionprotected abstractAppConfigurationEntry[]
ConfigurationSpi.engineGetAppConfigurationEntry
(String name) Retrieve the AppConfigurationEntries for the specifiedname
.abstractAppConfigurationEntry[]
Configuration.getAppConfigurationEntry
(String name) Retrieve the AppConfigurationEntries for the specifiedname
from this Configuration.staticConfiguration
Configuration.getInstance
(String type,Configuration.Parameters params) Returns a Configuration object of the specified type.staticConfiguration
Configuration.getInstance
(String type,Configuration.Parameters params,String provider) Returns a Configuration object of the specified type.staticConfiguration
Configuration.getInstance
(String type,Configuration.Parameters params,Provider provider) Returns a Configuration object of the specified type.Constructors injavax.security.auth.login with parameters of typeStringModifierConstructorDescriptionAccountException
(String msg) Constructs a AccountException with the specified detail message.Constructs a AccountExpiredException with the specified detail message.Constructs a AccountLockedException with the specified detail message.Constructs a AccountNotFoundException with the specified detail message.AppConfigurationEntry
(String loginModuleName,AppConfigurationEntry.LoginModuleControlFlag controlFlag,Map<String, ?> options) Default constructor for this class.Constructs a CredentialException with the specified detail message.Constructs a CredentialExpiredException with the specified detail message.Constructs a CredentialNotFoundException with the specified detail message.Constructs a FailedLoginException with the specified detail message.LoginContext
(String name) Instantiate a newLoginContext
object with a name.LoginContext
(String name,CallbackHandler callbackHandler) Instantiate a newLoginContext
object with a name and aCallbackHandler
object.LoginContext
(String name,Subject subject) Instantiate a newLoginContext
object with a name and aSubject
object.LoginContext
(String name,Subject subject,CallbackHandler callbackHandler) Instantiate a newLoginContext
object with a name, aSubject
to be authenticated, and aCallbackHandler
object.LoginContext
(String name,Subject subject,CallbackHandler callbackHandler,Configuration config) Instantiate a newLoginContext
object with a name, aSubject
to be authenticated, aCallbackHandler
object, and a loginConfiguration
.LoginException
(String msg) Constructs a LoginException with the specified detail message.Constructor parameters injavax.security.auth.login with type arguments of typeStringModifierConstructorDescriptionAppConfigurationEntry
(String loginModuleName,AppConfigurationEntry.LoginModuleControlFlag controlFlag,Map<String, ?> options) Default constructor for this class.Uses ofString injavax.security.auth.spi
Method parameters injavax.security.auth.spi with type arguments of typeStringModifier and TypeMethodDescriptionvoid
LoginModule.initialize
(Subject subject,CallbackHandler callbackHandler,Map<String, ?> sharedState,Map<String, ?> options) Initialize thisLoginModule
.Uses ofString injavax.security.auth.x500
Fields injavax.security.auth.x500 declared asStringModifier and TypeFieldDescriptionstatic finalString
X500Principal.CANONICAL
Canonical String format of Distinguished Names.static finalString
X500Principal.RFC1779
RFC 1779 String format of Distinguished Names.static finalString
X500Principal.RFC2253
RFC 2253 String format of Distinguished Names.Methods injavax.security.auth.x500 that returnStringModifier and TypeMethodDescriptionX500PrivateCredential.getAlias()
Returns the KeyStore alias.X500Principal.getName()
Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.Returns a string representation of the X.500 distinguished name using the specified format.Returns a string representation of the X.500 distinguished name using the specified format.X500Principal.toString()
Return a user-friendly string representation of thisX500Principal
.Methods injavax.security.auth.x500 with parameters of typeStringModifier and TypeMethodDescriptionReturns a string representation of the X.500 distinguished name using the specified format.Returns a string representation of the X.500 distinguished name using the specified format.Method parameters injavax.security.auth.x500 with type arguments of typeStringModifier and TypeMethodDescriptionReturns a string representation of the X.500 distinguished name using the specified format.Returns a string representation of the X.500 distinguished name using the specified format.Constructors injavax.security.auth.x500 with parameters of typeStringModifierConstructorDescriptionX500Principal
(String name) Creates anX500Principal
from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").X500Principal
(String name,Map<String, String> keywordMap) Creates anX500Principal
from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").X500PrivateCredential
(X509Certificate cert,PrivateKey key,String alias) Creates an X500PrivateCredential that associates an X.509 certificate, a private key and the KeyStore alias.Constructor parameters injavax.security.auth.x500 with type arguments of typeStringModifierConstructorDescriptionX500Principal
(String name,Map<String, String> keywordMap) Creates anX500Principal
from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").X500Principal
(String name,Map<String, String> keywordMap) Creates anX500Principal
from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").Uses ofString injavax.security.cert
Methods injavax.security.cert that returnStringModifier and TypeMethodDescriptionabstractString
X509Certificate.getSigAlgName()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the signature algorithm name for the certificate signature algorithm.abstractString
X509Certificate.getSigAlgOID()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the signature algorithm OID string from the certificate.abstractString
Certificate.toString()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a string representation of this certificate.Methods injavax.security.cert with parameters of typeStringModifier and TypeMethodDescriptionabstract void
Deprecated, for removal: This API element is subject to removal in a future version.Verifies that this certificate was signed using the private key that corresponds to the specified public key.Constructors injavax.security.cert with parameters of typeStringModifierConstructorDescriptionCertificateEncodingException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a CertificateEncodingException with the specified detail message.Deprecated, for removal: This API element is subject to removal in a future version.Constructs a certificate exception with the given detail message.CertificateExpiredException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a CertificateExpiredException with the specified detail message.CertificateNotYetValidException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a CertificateNotYetValidException with the specified detail message.CertificateParsingException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a CertificateParsingException with the specified detail message.Uses ofString injavax.security.sasl
Fields injavax.security.sasl declared asStringModifier and TypeFieldDescriptionstatic finalString
Sasl.BOUND_SERVER_NAME
The name of a property that specifies the bound server name for an unbound server.static finalString
Sasl.CREDENTIALS
The name of a property that specifies the credentials to use.static finalString
Sasl.MAX_BUFFER
The name of a property that specifies the maximum size of the receive buffer in bytes ofSaslClient
/SaslServer
.static finalString
The name of a property that specifies whether mechanisms that implement forward secrecy between sessions are required.static finalString
Sasl.POLICY_NOACTIVE
The name of a property that specifies whether mechanisms susceptible to active (non-dictionary) attacks are not permitted.static finalString
Sasl.POLICY_NOANONYMOUS
The name of a property that specifies whether mechanisms that accept anonymous login are not permitted.static finalString
Sasl.POLICY_NODICTIONARY
The name of a property that specifies whether mechanisms susceptible to passive dictionary attacks are not permitted.static finalString
Sasl.POLICY_NOPLAINTEXT
The name of a property that specifies whether mechanisms susceptible to simple plain passive attacks (e.g., "PLAIN") are not permitted.static finalString
The name of a property that specifies whether mechanisms that pass client credentials are required.static finalString
Sasl.QOP
The name of a property that specifies the quality-of-protection to use.static finalString
Sasl.RAW_SEND_SIZE
The name of a property that specifies the maximum size of the raw send buffer in bytes ofSaslClient
/SaslServer
.static finalString
Sasl.REUSE
The name of a property that specifies whether to reuse previously authenticated session information.static finalString
Sasl.SERVER_AUTH
The name of a property that specifies whether the server must authenticate to the client.static finalString
Sasl.STRENGTH
The name of a property that specifies the cipher strength to use.Methods injavax.security.sasl that returnStringModifier and TypeMethodDescriptionAuthorizeCallback.getAuthenticationID()
Returns the authentication id to check.AuthorizeCallback.getAuthorizationID()
Returns the authorization id to check.SaslServer.getAuthorizationID()
Reports the authorization ID in effect for the client of this session.AuthorizeCallback.getAuthorizedID()
Returns the id of the authorized user.SaslClient.getMechanismName()
Returns the IANA-registered mechanism name of this SASL client.SaslServer.getMechanismName()
Returns the IANA-registered mechanism name of this SASL server.String[]
SaslClientFactory.getMechanismNames
(Map<String, ?> props) Returns an array of names of mechanisms that match the specified mechanism selection policies.String[]
SaslServerFactory.getMechanismNames
(Map<String, ?> props) Returns an array of names of mechanisms that match the specified mechanism selection policies.SaslException.toString()
Returns the string representation of this exception.Methods injavax.security.sasl with parameters of typeStringModifier and TypeMethodDescriptionstaticSaslClient
Sasl.createSaslClient
(String[] mechanisms,String authorizationId,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates aSaslClient
using the parameters supplied.SaslClientFactory.createSaslClient
(String[] mechanisms,String authorizationId,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates a SaslClient using the parameters supplied.staticSaslServer
Sasl.createSaslServer
(String mechanism,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates aSaslServer
for the specified mechanism.SaslServerFactory.createSaslServer
(String mechanism,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates aSaslServer
using the parameters supplied.SaslClient.getNegotiatedProperty
(String propName) Retrieves the negotiated property.SaslServer.getNegotiatedProperty
(String propName) Retrieves the negotiated property.void
AuthorizeCallback.setAuthorizedID
(String id) Sets the id of the authorized entity.Method parameters injavax.security.sasl with type arguments of typeStringModifier and TypeMethodDescriptionstaticSaslClient
Sasl.createSaslClient
(String[] mechanisms,String authorizationId,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates aSaslClient
using the parameters supplied.SaslClientFactory.createSaslClient
(String[] mechanisms,String authorizationId,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates a SaslClient using the parameters supplied.staticSaslServer
Sasl.createSaslServer
(String mechanism,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates aSaslServer
for the specified mechanism.SaslServerFactory.createSaslServer
(String mechanism,String protocol,String serverName,Map<String, ?> props,CallbackHandler cbh) Creates aSaslServer
using the parameters supplied.String[]
SaslClientFactory.getMechanismNames
(Map<String, ?> props) Returns an array of names of mechanisms that match the specified mechanism selection policies.String[]
SaslServerFactory.getMechanismNames
(Map<String, ?> props) Returns an array of names of mechanisms that match the specified mechanism selection policies.Constructors injavax.security.sasl with parameters of typeStringModifierConstructorDescriptionAuthenticationException
(String detail) Constructs a new instance ofAuthenticationException
with a detailed message.AuthenticationException
(String detail,Throwable ex) Constructs a new instance ofAuthenticationException
with a detailed message and a root exception.AuthorizeCallback
(String authnID,String authzID) Constructs an instance ofAuthorizeCallback
.RealmCallback
(String prompt) Constructs aRealmCallback
with a prompt.RealmCallback
(String prompt,String defaultRealmInfo) Constructs aRealmCallback
with a prompt and default realm information.RealmChoiceCallback
(String prompt,String[] choices, int defaultChoice, boolean multiple) Constructs aRealmChoiceCallback
with a prompt, a list of choices and a default choice.SaslException
(String detail) Constructs a new instance ofSaslException
with a detailed message.SaslException
(String detail,Throwable ex) Constructs a new instance ofSaslException
with a detailed message and a root exception.Uses ofString injavax.smartcardio
Methods injavax.smartcardio that returnStringModifier and TypeMethodDescriptionCardPermission.getActions()
Returns the canonical string representation of the actions.staticString
TerminalFactory.getDefaultType()
Get the default TerminalFactory type.abstractString
CardTerminal.getName()
Returns the unique name of this terminal.abstractString
Card.getProtocol()
Returns the protocol in use for this card.TerminalFactory.getType()
Returns the type of this TerminalFactory.ATR.toString()
Returns a string representation of this ATR.CommandAPDU.toString()
Returns a string representation of this command APDU.ResponseAPDU.toString()
Returns a string representation of this response APDU.TerminalFactory.toString()
Returns a string representation of this TerminalFactory.Methods injavax.smartcardio with parameters of typeStringModifier and TypeMethodDescriptionabstractCard
Establishes a connection to the card.staticTerminalFactory
TerminalFactory.getInstance
(String type,Object params) Returns a TerminalFactory of the specified type that is initialized with the specified parameters.staticTerminalFactory
TerminalFactory.getInstance
(String type,Object params,String provider) Returns a TerminalFactory of the specified type that is initialized with the specified parameters.staticTerminalFactory
TerminalFactory.getInstance
(String type,Object params,Provider provider) Returns a TerminalFactory of the specified type that is initialized with the specified parameters.CardTerminals.getTerminal
(String name) Returns the terminal with the specified name or null if no such terminal exists.staticCardTerminals.State
Returns the enum constant of this class with the specified name.Constructors injavax.smartcardio with parameters of typeStringModifierConstructorDescriptionCardException
(String message) Constructs a new CardException with the specified detail message.CardException
(String message,Throwable cause) Constructs a new CardException with the specified detail message and cause.CardNotPresentException
(String message) Constructs a new CardNotPresentException with the specified detail message.CardNotPresentException
(String message,Throwable cause) Constructs a new CardNotPresentException with the specified detail message and cause.CardPermission
(String terminalName,String actions) Constructs a new CardPermission with the specified actions.Uses ofString injavax.sound.midi
Methods injavax.sound.midi that returnStringModifier and TypeMethodDescriptionfinalString
MidiDevice.Info.getDescription()
Obtains the description of the device.Soundbank.getDescription()
Obtains a textual description of the sound bank, suitable for display.finalString
MidiDevice.Info.getName()
Obtains the name of the device.Soundbank.getName()
Obtains the name of the sound bank.SoundbankResource.getName()
Obtains the name of the resource.finalString
MidiDevice.Info.getVendor()
Obtains the name of the company who supplies the device.Soundbank.getVendor()
Obtains astring
naming the company that provides the sound bank.finalString
MidiDevice.Info.getVersion()
Obtains the version of the device.Soundbank.getVersion()
Obtains the version string for the sound bank.finalString
MidiDevice.Info.toString()
Returns a string representation of the info object.finalString
Sequencer.SyncMode.toString()
Returns mode's name as the string representation of the synchronization mode.Methods injavax.sound.midi that return types with arguments of typeStringModifier and TypeMethodDescriptionMidiFileFormat.properties()
Obtain an unmodifiable map of properties.Methods injavax.sound.midi with parameters of typeStringModifier and TypeMethodDescriptionMidiFileFormat.getProperty
(String key) Obtain the property value specified by the key.Constructors injavax.sound.midi with parameters of typeStringModifierConstructorDescriptionprotected
Constructs a device info object.protected
Instrument
(Soundbank soundbank,Patch patch,String name,Class<?> dataClass) Constructs a new MIDI instrument from the specifiedPatch
.InvalidMidiDataException
(String message) Constructs anInvalidMidiDataException
with the specified detail message.MidiUnavailableException
(String message) Constructs aMidiUnavailableException
with the specified detail message.protected
SoundbankResource
(Soundbank soundBank,String name,Class<?> dataClass) Constructs a newSoundbankResource
from the given sound bank and wavetable index.protected
Constructs a synchronization mode.Constructor parameters injavax.sound.midi with type arguments of typeStringModifierConstructorDescriptionMidiFileFormat
(int type, float divisionType, int resolution, int bytes, long microseconds,Map<String, Object> properties) Construct aMidiFileFormat
with a set of properties.Uses ofString injavax.sound.sampled
Methods injavax.sound.sampled that returnStringModifier and TypeMethodDescriptionfinalString
Mixer.Info.getDescription()
Obtains the description of the mixer.AudioFileFormat.Type.getExtension()
Obtains the common file name extension for this file type.FloatControl.getMaxLabel()
Obtains the label for the maximum value, such as "Right" or "Full".FloatControl.getMidLabel()
Obtains the label for the mid-point value, such as "Center" or "Default".FloatControl.getMinLabel()
Obtains the label for the minimum value, such as "Left" or "Off".finalString
Mixer.Info.getName()
Obtains the name of the mixer.Port.Info.getName()
Obtains the name of the port.ReverbType.getName()
Obtains the name of this reverb type.BooleanControl.getStateLabel
(boolean state) Obtains the label for the specified state.FloatControl.getUnits()
Obtains the label for the units in which the control's values are expressed, such as "dB" or "frames per second."finalString
Mixer.Info.getVendor()
Obtains the vendor of the mixer.finalString
Mixer.Info.getVersion()
Obtains the version of the mixer.AudioFileFormat.toString()
Returns a string representation of the audio file format.finalString
AudioFileFormat.Type.toString()
Returns type's name as the string representation of the file type.finalString
AudioFormat.Encoding.toString()
Returns encoding's name as the string representation of the encoding.AudioFormat.toString()
Returns a string that describes the audio format, such as: "PCM SIGNED 22050 Hz 16 bit mono big-endian".BooleanControl.toString()
Returns a string representation of the boolean control.CompoundControl.toString()
Returns a string representation of the compound control.Control.toString()
Returns a string representation of the control.finalString
Control.Type.toString()
Returns type's name as the string representation of the control type.DataLine.Info.toString()
Returns a string representation of the info object.EnumControl.toString()
Returns a string representation of the enumerated control.FloatControl.toString()
Returns a string representation of the float control.Line.Info.toString()
Returns a string representation of the info object.LineEvent.toString()
Returns a string representation of the event.LineEvent.Type.toString()
Returns type's name as the string representation of the event type.finalString
Mixer.Info.toString()
Returns a string representation of the info object.finalString
Port.Info.toString()
Returns a string representation of the info object.finalString
ReverbType.toString()
Returns a string representation of the reverb type, including its name and its parameter settings.Methods injavax.sound.sampled that return types with arguments of typeStringModifier and TypeMethodDescriptionAudioFileFormat.properties()
Obtain an unmodifiable map of properties.AudioFormat.properties()
Obtain an unmodifiable map of properties.Methods injavax.sound.sampled with parameters of typeStringModifier and TypeMethodDescriptionAudioFileFormat.getProperty
(String key) Obtain the property value specified by the key.AudioFormat.getProperty
(String key) Obtain the property value specified by the key.Constructors injavax.sound.sampled with parameters of typeStringModifierConstructorDescriptionAudioPermission
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a newAudioPermission
object that has the specified symbolic name, such as "play" or "record".AudioPermission
(String name,String actions) Deprecated, for removal: This API element is subject to removal in a future version.Creates a newAudioPermission
object that has the specified symbolic name, such as "play" or "record".protected
BooleanControl
(BooleanControl.Type type, boolean initialValue,String trueStateLabel,String falseStateLabel) Constructs a new boolean control object with the given parameters.Constructs a new encoding.protected
FloatControl
(FloatControl.Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue,String units) Constructs a new float control object with the given parameters.protected
FloatControl
(FloatControl.Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue,String units,String minLabel,String midLabel,String maxLabel) Constructs a new float control object with the given parameters.protected
Constructs a mixer's info object, passing it the given textual information.Constructs a port's info object from the information given.LineUnavailableException
(String message) Constructs aLineUnavailableException
that has the specified detail message.protected
ReverbType
(String name, int earlyReflectionDelay, float earlyReflectionIntensity, int lateReflectionDelay, float lateReflectionIntensity, int decayTime) Constructs a new reverb type that has the specified reverberation parameter values.Constructs a file type.protected
Constructs a new boolean control type.protected
Constructs a new compound control type.protected
Constructs a new control type with the name specified.protected
Constructs a new enumerated control type.protected
Constructs a new float control type.protected
Constructs a new event type.UnsupportedAudioFileException
(String message) Constructs anUnsupportedAudioFileException
that has the specified detail message.Constructor parameters injavax.sound.sampled with type arguments of typeStringModifierConstructorDescriptionAudioFileFormat
(AudioFileFormat.Type type,AudioFormat format, int frameLength,Map<String, Object> properties) Construct an audio file format object with a set of defined properties.AudioFormat
(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian,Map<String, Object> properties) Constructs anAudioFormat
with the given parameters.Uses ofString injavax.sql
Modifier and TypeMethodDescriptionRowSet.getCommand()
Retrieves thisRowSet
object's command property.RowSet.getDataSourceName()
Retrieves the logical name that identifies the data source for thisRowSet
object.RowSet.getPassword()
Retrieves the password used to create a database connection.RowSet.getUrl()
Retrieves the url property thisRowSet
object will use to create a connection if it uses theDriverManager
instead of aDataSource
object to establish the connection.RowSet.getUsername()
Retrieves the username used to create a database connection for thisRowSet
object.Modifier and TypeMethodDescriptionRowSet.getTypeMap()
Retrieves theMap
object associated with thisRowSet
object, which specifies the custom mapping of SQL user-defined types, if any.Modifier and TypeMethodDescriptionDataSource.getConnection
(String username,String password) Attempts to establish a connection with the data source that thisDataSource
object represents.ConnectionPoolDataSource.getPooledConnection
(String user,String password) Attempts to establish a physical database connection that can be used as a pooled connection.XADataSource.getXAConnection
(String user,String password) Attempts to establish a physical database connection, using the given user name and password.Specifies the password to be used when creating a connectionSpecifies the password to be used when creating a connectionvoid
RowSet.setAsciiStream
(String parameterName,InputStream x) Sets the designated parameter to the given input stream.void
RowSet.setAsciiStream
(String parameterName,InputStream x, int length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
RowSet.setBigDecimal
(String parameterName,BigDecimal x) Sets the designated parameter to the givenjava.math.BigDecimal
value.void
RowSet.setBinaryStream
(String parameterName,InputStream x) Sets the designated parameter to the given input stream.void
RowSet.setBinaryStream
(String parameterName,InputStream x, int length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
RowSet.setBlob
(String parameterName,InputStream inputStream) Sets the designated parameter to aInputStream
object.void
RowSet.setBlob
(String parameterName,InputStream inputStream, long length) Sets the designated parameter to aInputStream
object.void
Sets the designated parameter to the givenjava.sql.Blob
object.void
RowSet.setBoolean
(String parameterName, boolean x) Sets the designated parameter to the given Javaboolean
value.void
Sets the designated parameter to the given Javabyte
value.void
Sets the designated parameter to the given Java array of bytes.void
RowSetMetaData.setCatalogName
(int columnIndex,String catalogName) Sets the designated column's table's catalog name, if any, to the givenString
.void
RowSet.setCharacterStream
(String parameterName,Reader reader) Sets the designated parameter to the givenReader
object.void
RowSet.setCharacterStream
(String parameterName,Reader reader, int length) Sets the designated parameter to the givenReader
object, which is the given number of characters long.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to the givenjava.sql.Clob
object.void
RowSetMetaData.setColumnLabel
(int columnIndex,String label) Sets the suggested column title for use in printouts and displays, if any, to the givenString
.void
RowSetMetaData.setColumnName
(int columnIndex,String columnName) Sets the name of the designated column to the givenString
.void
RowSetMetaData.setColumnTypeName
(int columnIndex,String typeName) Sets the designated column's type name that is specific to the data source, if any, to the givenString
.void
RowSet.setCommand
(String cmd) Sets thisRowSet
object's command property to the given SQL query.void
RowSet.setDataSourceName
(String name) Sets the data source name property for thisRowSet
object to the givenString
.void
Sets the designated parameter to the givenjava.sql.Date
value using the default time zone of the virtual machine that is running the application.void
Sets the designated parameter to the givenjava.sql.Date
value, using the givenCalendar
object.void
Sets the designated parameter to the given Javadouble
value.void
Sets the designated parameter to the given Javafloat
value.void
Sets the designated parameter to the given Javaint
value.void
Sets the designated parameter to the given Javalong
value.void
RowSet.setNCharacterStream
(String parameterName,Reader value) Sets the designated parameter to aReader
object.void
RowSet.setNCharacterStream
(String parameterName,Reader value, long length) Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to ajava.sql.NClob
object.void
RowSet.setNString
(int parameterIndex,String value) Sets the designated parameter to the givenString
object.void
RowSet.setNString
(String parameterName,String value) Sets the designated parameter to the givenString
object.void
Sets the designated parameter in thisRowSet
object's SQL command to SQLNULL
.void
Sets the designated parameter to SQLNULL
.void
Sets the designated parameter to SQLNULL
.void
Sets the value of the designated parameter with the given object.void
Sets the value of the designated parameter with the given object.void
Sets the value of the designated parameter with the given object.void
RowSet.setPassword
(String password) Sets the database password for thisRowSet
object to the givenString
.void
Sets the designated parameter to the givenjava.sql.RowId
object.void
RowSetMetaData.setSchemaName
(int columnIndex,String schemaName) Sets the name of the designated column's table's schema, if any, to the givenString
.void
Sets the designated parameter to the given Javashort
value.void
Sets the designated parameter to the givenjava.sql.SQLXML
object.void
Sets the designated parameter in thisRowSet
object's command to the given JavaString
value.void
Sets the designated parameter to the given JavaString
value.void
RowSetMetaData.setTableName
(int columnIndex,String tableName) Sets the designated column's table name, if any, to the givenString
.void
Sets the designated parameter to the givenjava.sql.Time
value.void
Sets the designated parameter to the givenjava.sql.Time
value, using the givenCalendar
object.void
RowSet.setTimestamp
(String parameterName,Timestamp x) Sets the designated parameter to the givenjava.sql.Timestamp
value.void
RowSet.setTimestamp
(String parameterName,Timestamp x,Calendar cal) Sets the designated parameter to the givenjava.sql.Timestamp
value, using the givenCalendar
object.void
Sets the URL thisRowSet
object will use when it uses theDriverManager
to create a connection.void
RowSet.setUsername
(String name) Sets the username property for thisRowSet
object to the givenString
.Specifies the username to be used when creating a connectionSpecifies the username to be used when creating a connectionModifier and TypeMethodDescriptionvoid
RowSet.setTypeMap
(Map<String, Class<?>> map) Installs the givenjava.util.Map
object as the default type map for thisRowSet
object.Uses ofString injavax.sql.rowset
Fields injavax.sql.rowset declared asStringModifier and TypeFieldDescriptionstatic finalString
WebRowSet.PUBLIC_XML_SCHEMA
The public identifier for the XML Schema definition that defines the XML tags and their valid values for aWebRowSet
implementation.static finalString
WebRowSet.SCHEMA_SYSTEM_ID
The URL for the XML Schema definition file that defines the XML tags and their valid values for aWebRowSet
implementation.Methods injavax.sql.rowset that returnStringModifier and TypeMethodDescriptionRowSetMetaDataImpl.getCatalogName
(int columnIndex) Retrieves the catalog name of the table from which the value in the designated column was derived.RowSetMetaDataImpl.getColumnClassName
(int columnIndex) Retrieves the fully-qualified name of the class in the Java programming language to which a value in the designated column will be mapped.RowSetMetaDataImpl.getColumnLabel
(int columnIndex) Retrieves the suggested column title for the designated column for use in printouts and displays.RowSetMetaDataImpl.getColumnName
(int columnIndex) Retrieves the name of the designated column.RowSetMetaDataImpl.getColumnTypeName
(int columnIndex) Retrieves the DBMS-specific type name for values stored in the designated column.BaseRowSet.getCommand()
Retrieves the SQL query that is the command for thisRowSet
object.BaseRowSet.getDataSourceName()
Returns the logical name that when supplied to a naming service that uses the Java Naming and Directory Interface (JNDI) API, will retrieve ajavax.sql.DataSource
object.String[]
Joinable.getMatchColumnNames()
Retrieves the names of the match columns that were set for thisRowSet
object with the methodsetMatchColumn(String [] columnNames)
.BaseRowSet.getPassword()
Returns the password used to create a database connection for thisRowSet
object.String[]
JoinRowSet.getRowSetNames()
Returns aString
array containing the names of theRowSet
objects added to thisJoinRowSet
object.RowSetMetaDataImpl.getSchemaName
(int columnIndex) Retrieves the schema name of the table from which the value in the designated column was derived.CachedRowSet.getTableName()
Returns an identifier for the object (table) that was used to create thisCachedRowSet
object.RowSetMetaDataImpl.getTableName
(int columnIndex) Retrieves the name of the table from which the value in the designated column was derived.BaseRowSet.getUrl()
Retrieves the JDBC URL that thisRowSet
object'sjavax.sql.Reader
object uses to make a connection with a relational database using a JDBC technology-enabled driver.BaseRowSet.getUsername()
Returns the user name used to create a database connection.JoinRowSet.getWhereClause()
Return a SQL-like description of the WHERE clause being used in a JoinRowSet object.Methods injavax.sql.rowset that return types with arguments of typeStringModifier and TypeMethodDescriptionBaseRowSet.getTypeMap()
Retrieves the type map associated with theConnection
object for thisRowSet
object.Methods injavax.sql.rowset with parameters of typeStringModifier and TypeMethodDescriptionvoid
Adds one or moreRowSet
objects contained in the given array ofRowSet
objects to thisJoinRowSet
object and sets the match column for each of theRowSet
objects to the match columns in the given array of column names.void
Addsrowset to thisJoinRowSet
object and sets the designated column as the match column.boolean
CachedRowSet.columnUpdated
(String columnName) Indicates whether the designated column in the current row of thisCachedRowSet
object has been updated.boolean
This method is called by theFilteredRowSet
object to check whether the value lies between the filtering criteria set using the setFilter method.staticRowSetFactory
RowSetProvider.newFactory
(String factoryClassName,ClassLoader cl) Creates a new instance of aRowSetFactory
from the specified factory class name.void
BaseRowSet.setAsciiStream
(String parameterName,InputStream x) Sets the designated parameter to the given input stream.void
BaseRowSet.setAsciiStream
(String parameterName,InputStream x, int length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
BaseRowSet.setBigDecimal
(String parameterName,BigDecimal x) Sets the designated parameter to the givenjava.math.BigDecimal
value.void
BaseRowSet.setBinaryStream
(String parameterName,InputStream x) Sets the designated parameter to the given input stream.void
BaseRowSet.setBinaryStream
(String parameterName,InputStream x, int length) Sets the designated parameter to the given input stream, which will have the specified number of bytes.void
BaseRowSet.setBlob
(String parameterName,InputStream inputStream) Sets the designated parameter to aInputStream
object.void
BaseRowSet.setBlob
(String parameterName,InputStream inputStream, long length) Sets the designated parameter to aInputStream
object.void
Sets the designated parameter to the givenjava.sql.Blob
object.void
BaseRowSet.setBoolean
(String parameterName, boolean x) Sets the designated parameter to the given Javaboolean
value.void
Sets the designated parameter to the given Javabyte
value.void
Sets the designated parameter to the given Java array of bytes.void
RowSetMetaDataImpl.setCatalogName
(int columnIndex,String catalogName) Sets the catalog name of the table from which the designated column was derived tocatalogName.void
BaseRowSet.setCharacterStream
(String parameterName,Reader reader) Sets the designated parameter to the givenReader
object.void
BaseRowSet.setCharacterStream
(String parameterName,Reader reader, int length) Sets the designated parameter to the givenReader
object, which is the given number of characters long.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to the givenjava.sql.Clob
object.void
RowSetMetaDataImpl.setColumnLabel
(int columnIndex,String label) Sets the suggested column label for use in printouts and displays, if any, tolabel.void
RowSetMetaDataImpl.setColumnName
(int columnIndex,String columnName) Sets the column name of the designated column to the given name.void
RowSetMetaDataImpl.setColumnTypeName
(int columnIndex,String typeName) Sets the type name used by the data source for values stored in the designated column to the given type name.void
BaseRowSet.setCommand
(String cmd) Sets thisRowSet
object'scommand
property to the givenString
object and clears the parameters, if any, that were set for the previous command.void
BaseRowSet.setDataSourceName
(String name) Sets theDataSource
name property for thisRowSet
object to the given logical name and sets thisRowSet
object's Url property tonull
.void
Sets the designated parameter to the givenjava.sql.Date
value using the default time zone of the virtual machine that is running the application.void
Sets the designated parameter to the givenjava.sql.Date
value, using the givenCalendar
object.void
Sets the designated parameter to the given Javadouble
value.void
Sets the designated parameter to the given Javafloat
value.void
Sets the designated parameter to the given Javaint
value.void
Sets the designated parameter to the given Javalong
value.void
Joinable.setMatchColumn
(String columnName) Sets the designated column as the match column for thisRowSet
object.void
Joinable.setMatchColumn
(String[] columnNames) Sets the designated columns as the match column for thisRowSet
object.void
BaseRowSet.setNCharacterStream
(String parameterName,Reader value) Sets the designated parameter to aReader
object.void
BaseRowSet.setNCharacterStream
(String parameterName,Reader value, long length) Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to aReader
object.void
Sets the designated parameter to ajava.sql.NClob
object.void
BaseRowSet.setNString
(int parameterIndex,String value) Sets the designated parameter to the givenString
object.void
BaseRowSet.setNString
(String parameterName,String value) Sets the designated parameter to the givenString
object.void
Sets the designated parameter to SQLNULL
.void
Sets the designated parameter to SQLNULL
.void
Sets the designated parameter to SQLNULL
.void
Sets the value of the designated parameter with the given object.void
Sets the value of the designated parameter with the given object.void
Sets the value of the designated parameter with the given object.void
BaseRowSet.setPassword
(String pass) Sets the password used to create a database connection for thisRowSet
object to the givenString
object.void
Sets the designated parameter to the givenjava.sql.RowId
object.void
RowSetMetaDataImpl.setSchemaName
(int columnIndex,String schemaName) Sets the designated column's table's schema name, if any, toschemaName.void
Sets the designated parameter to the given Javashort
value.void
Sets the designated parameter to the givenjava.sql.SQLXML
object.void
Sets the designated parameter to the givenString
value.void
Sets the designated parameter to the given JavaString
value.void
CachedRowSet.setSyncProvider
(String provider) Sets theSyncProvider
object for thisCachedRowSet
object to the one specified.void
CachedRowSet.setTableName
(String tabName) Sets the identifier for the table from which thisCachedRowSet
object was derived to the given table name.void
RowSetMetaDataImpl.setTableName
(int columnIndex,String tableName) Sets the name of the table from which the designated column was derived to the given table name.void
Sets the designated parameter to the givenjava.sql.Time
value.void
Sets the designated parameter to the givenjava.sql.Time
value, using the givenCalendar
object.void
BaseRowSet.setTimestamp
(String parameterName,Timestamp x) Sets the designated parameter to the givenjava.sql.Timestamp
value.void
BaseRowSet.setTimestamp
(String parameterName,Timestamp x,Calendar cal) Sets the designated parameter to the givenjava.sql.Timestamp
value, using the givenCalendar
object.void
Sets the Url property for thisRowSet
object to the givenString
object and sets the dataSource name property tonull
.void
BaseRowSet.setUsername
(String name) Sets the username property for thisRowSet
object to the given user name.Collection
<?> CachedRowSet.toCollection
(String column) Converts the designated column in thisCachedRowSet
object to aCollection
object.void
Joinable.unsetMatchColumn
(String columnName) Unsets the designated column as the match column for thisRowSet
object.void
Joinable.unsetMatchColumn
(String[] columnName) Unsets the designated columns as the match columns for thisRowSet
object.Method parameters injavax.sql.rowset with type arguments of typeStringModifier and TypeMethodDescriptionvoid
BaseRowSet.setTypeMap
(Map<String, Class<?>> map) Installs the givenjava.util.Map
object as the type map associated with theConnection
object for thisRowSet
object.Constructors injavax.sql.rowset with parameters of typeStringModifierConstructorDescriptionRowSetWarning
(String reason) Constructs aRowSetWarning
object with the given value for the reason; SQLState defaults to null, and vendorCode defaults to 0.RowSetWarning
(String reason,String SQLState) Constructs aRowSetWarning
object initialized with the given values for the reason and SQLState.RowSetWarning
(String reason,String SQLState, int vendorCode) Constructs a fully specifiedRowSetWarning
object initialized with the given values for the reason, SQLState and vendorCode.Uses ofString injavax.sql.rowset.serial
Methods injavax.sql.rowset.serial that returnStringModifier and TypeMethodDescriptionSerialArray.getBaseTypeName()
Retrieves the DBMS-specific type name for the elements in thisSerialArray
object.SerialRef.getBaseTypeName()
Returns a string describing the base type name of theRef
.SerialStruct.getSQLTypeName()
Retrieves the SQL type name for thisSerialStruct
object.SerialClob.getSubString
(long pos, int length) Returns a copy of the substring contained in thisSerialClob
object, starting at the given position and continuing for the specified number or characters.SQLInputImpl.readNString()
Reads the next attribute in the stream and returns it as aString
in the Java programming language.SQLInputImpl.readString()
Retrieves the next attribute in thisSQLInputImpl
object as aString
in the Java programming language.Methods injavax.sql.rowset.serial with parameters of typeStringModifier and TypeMethodDescriptionlong
Returns the position in thisSerialClob
object where the givenString
object begins, starting the search at the specified position.int
Writes the given JavaString
to theCLOB
value that thisSerialClob
object represents, at the positionpos
.int
Writeslen
characters ofstr
, starting at characteroffset
, to theCLOB
value that thisClob
represents.void
SQLOutputImpl.writeNString
(String x) Writes the next attribute to the stream as aString
in the Java programming language.void
SQLOutputImpl.writeString
(String x) Writes aString
in the Java programming language to thisSQLOutputImpl
object.Method parameters injavax.sql.rowset.serial with type arguments of typeStringModifier and TypeMethodDescriptionReturns a new array that is a copy of a slice of thisSerialArray
object, starting with the element at the given index and containing the given number of consecutive elements.Returns a new array that is a copy of thisSerialArray
object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.Object[]
SerialStruct.getAttributes
(Map<String, Class<?>> map) Retrieves the attributes for the SQL structured type that thisSerialStruct
represents as an array ofObject
values, using the given type map for custom mapping if appropriate.Returns anObject
representing the SQL structured type to which thisSerialRef
object refers.SerialArray.getResultSet
(long index, int count,Map<String, Class<?>> map) Retrieves a result set holding the elements of the subarray that starts at Retrieves aResultSet
object that contains a subarray of the elements in thisSerialArray
object, starting at indexindex and containing up tocount successive elements.SerialArray.getResultSet
(Map<String, Class<?>> map) Retrieves aResultSet
object that contains all of the elements of the SQLARRAY
value represented by thisSerialArray
object.Constructors injavax.sql.rowset.serial with parameters of typeStringModifierConstructorDescriptionSerialException
(String msg) Creates a newSerialException
with the specified message.Constructor parameters injavax.sql.rowset.serial with type arguments of typeStringModifierConstructorDescriptionSerialArray
(Array array,Map<String, Class<?>> map) Constructs a newSerialArray
object from the givenArray
object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.SerialStruct
(SQLData in,Map<String, Class<?>> map) Constructs aSerialStruct
object from the givenSQLData
object, using the given type map to custom map it to a class in the Java programming language.SerialStruct
(Struct in,Map<String, Class<?>> map) Constructs aSerialStruct
object from the givenStruct
object, using the givenjava.util.Map
object for custom mapping the SQL structured type or any of its attributes that are SQL structured types.SQLInputImpl
(Object[] attributes,Map<String, Class<?>> map) Creates anSQLInputImpl
object initialized with the given array of attributes and the given type map.SQLOutputImpl
(Vector<?> attributes,Map<String, ?> map) Creates a newSQLOutputImpl
object initialized with the given vector of attributes and type map.Uses ofString injavax.sql.rowset.spi
Fields injavax.sql.rowset.spi declared asStringModifier and TypeFieldDescriptionstatic finalString
SyncFactory.ROWSET_SYNC_PROVIDER
The standard property-id for a synchronization provider implementation name.static finalString
SyncFactory.ROWSET_SYNC_PROVIDER_VERSION
The standard property-id for a synchronization provider implementation version tag.static finalString
SyncFactory.ROWSET_SYNC_VENDOR
The standard property-id for a synchronization provider implementation vendor name.Methods injavax.sql.rowset.spi that returnStringModifier and TypeMethodDescriptionabstractString
SyncProvider.getProviderID()
Returns the unique identifier for thisSyncProvider
object.abstractString
SyncProvider.getVendor()
Returns the vendor name of thisSyncProvider
instanceabstractString
SyncProvider.getVersion()
Returns the release version of thisSyncProvider
instance.Methods injavax.sql.rowset.spi with parameters of typeStringModifier and TypeMethodDescriptionSyncResolver.getConflictValue
(String columnName) Retrieves the value in the designated column in the current row of thisSyncResolver
object, which is the value in the data source that caused a conflict.staticSyncProvider
SyncFactory.getInstance
(String providerID) Returns theSyncProvider
instance identified byproviderID.static void
SyncFactory.registerProvider
(String providerID) Adds the given synchronization provider to the factory register.void
SyncResolver.setResolvedValue
(String columnName,Object obj) Setsobj as the value in columncolumnName in the current row of theRowSet
object that is being synchronized.static void
SyncFactory.unregisterProvider
(String providerID) Removes the designated currently registered synchronization provider from the Factory SPI register.Constructors injavax.sql.rowset.spi with parameters of typeStringModifierConstructorDescriptionConstructs anSyncFactoryException
with the specified detail message.Constructs aSyncProviderException
object with the specified detail message.Uses ofString injavax.swing
Fields injavax.swing declared asStringModifier and TypeFieldDescriptionstatic finalString
Action.ACCELERATOR_KEY
The key used for storing aKeyStroke
to be used as the accelerator for the action.static finalString
JFileChooser.ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY
Identifies whether the AcceptAllFileFilter is used or not.static finalString
JFileChooser.ACCESSORY_CHANGED_PROPERTY
Says that a different accessory component is in use (for example, to preview files).static finalString
Action.ACTION_COMMAND_KEY
The key used to determine the commandString
for theActionEvent
that will be created when anAction
is going to be notified as the result of residing in aKeymap
associated with aJComponent
.protectedString
DefaultButtonModel.actionCommand
The action command string fired by the button.protectedString
JComboBox.actionCommand
This protected field is implementation specific.static finalString
Bound property name for anchor selection path.static finalString
JFileChooser.APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY
Identifies change in the mnemonic for the approve (yes, ok) button.static finalString
JFileChooser.APPROVE_BUTTON_TEXT_CHANGED_PROPERTY
Identifies change in the text on the approve (yes, ok) button.static finalString
JFileChooser.APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY
Identifies change in the tooltip text for the approve (yes, ok) button.static finalString
JFileChooser.APPROVE_SELECTION
Instruction to approve the current selection (same as pressing yes or ok).static finalString
SpringLayout.BASELINE
Specifies the baseline of a component.static finalString
AbstractButton.BORDER_PAINTED_CHANGED_PROPERTY
Identifies a change to having the border drawn, or having it not drawn.static finalString
JCheckBox.BORDER_PAINTED_FLAT_CHANGED_PROPERTY
Identifies a change to the flat property.static finalString
JSplitPane.BOTTOM
Used to add aComponent
below the otherComponent
.static finalString
JFileChooser.CANCEL_SELECTION
Instruction to cancel the current selection.static finalString
JTree.CELL_EDITOR_PROPERTY
Bound property name forcellEditor
.static finalString
JTree.CELL_RENDERER_PROPERTY
Bound property name forcellRenderer
.static finalString
JFileChooser.CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY
Identifies a change in the list of predefined file filters the user can choose from.static finalString
JColorChooser.CHOOSER_PANELS_PROPERTY
The chooserPanel array property name.static finalString
ScrollPaneConstants.COLUMN_HEADER
Identifies the area at the top the viewport between the upper left corner and the upper right corner.static finalString
AbstractButton.CONTENT_AREA_FILLED_CHANGED_PROPERTY
Identifies a change to having the button paint the content area.static finalString
JInternalFrame.CONTENT_PANE_PROPERTY
Bound property name.static finalString
JSplitPane.CONTINUOUS_LAYOUT_PROPERTY
Bound property name for continuousLayout.static finalString
JFileChooser.CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY
Instruction to display the control buttons.static finalString
Action.DEFAULT
Not currently used.static finalString
JFileChooser.DIALOG_TITLE_CHANGED_PROPERTY
Identifies a change in the dialog title.static finalString
JFileChooser.DIALOG_TYPE_CHANGED_PROPERTY
Identifies a change in the type of files displayed (files only, directories only, or both files and directories).static finalString
JFileChooser.DIRECTORY_CHANGED_PROPERTY
Identifies user's directory change.static finalString
AbstractButton.DISABLED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been disabled.static finalString
AbstractButton.DISABLED_SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been disabled and selected.static finalString
Action.DISPLAYED_MNEMONIC_INDEX_KEY
The key used for storing anInteger
that corresponds to the index in the text (identified by theNAME
property) that the decoration for a mnemonic should be rendered at.static finalString
JSplitPane.DIVIDER
Used to add aComponent
that will represent the divider.static finalString
JSplitPane.DIVIDER_LOCATION_PROPERTY
Bound property for the dividerLocation.static finalString
JSplitPane.DIVIDER_SIZE_PROPERTY
Bound property name for border.static finalString
SpringLayout.EAST
Specifies the right edge of a component's bounding rectangle.static finalString
JTree.EDITABLE_PROPERTY
Bound property name foreditable
.static finalString
Bound property name for expands selected paths propertystatic finalString
JFileChooser.FILE_FILTER_CHANGED_PROPERTY
User changed the kind of files to display.static finalString
JFileChooser.FILE_HIDING_CHANGED_PROPERTY
Identifies a change in the display-hidden-files property.static finalString
JFileChooser.FILE_SELECTION_MODE_CHANGED_PROPERTY
Identifies a change in the kind of selection (single, multiple, etc.).static finalString
JFileChooser.FILE_SYSTEM_VIEW_CHANGED_PROPERTY
Says that a different object is being used to find available drives on the system.static finalString
JFileChooser.FILE_VIEW_CHANGED_PROPERTY
Says that a different object is being used to retrieve file information.static finalString
FocusManager.FOCUS_MANAGER_CLASS_PROPERTY
This field is obsolete, and its use is discouraged since its specification is incompatible with the 1.4 focus APIs.static finalString
AbstractButton.FOCUS_PAINTED_CHANGED_PROPERTY
Identifies a change to having the border highlighted when focused, or not.static finalString
JInternalFrame.FRAME_ICON_PROPERTY
Bound property name.static finalString
JInternalFrame.GLASS_PANE_PROPERTY
Bound property name.static finalString
SpringLayout.HEIGHT
Specifies the height of a component's bounding rectangle.static finalString
JEditorPane.HONOR_DISPLAY_PROPERTIES
Key for a client property used to indicate whether the default font and foreground color from the component are used if a font or foreground color is not specified in the styled text.static finalString
AbstractButton.HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
Identifies a change in the button's horizontal alignment.static finalString
SpringLayout.HORIZONTAL_CENTER
Specifies the horizontal center of a component's bounding rectangle.static finalString
ScrollPaneConstants.HORIZONTAL_SCROLLBAR
Identifies a horizontal scrollbar.static finalString
ScrollPaneConstants.HORIZONTAL_SCROLLBAR_POLICY
Identifies the horizontal scroll bar policy property.static finalString
AbstractButton.HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY
Identifies a change in the button's horizontal text position.static finalString
AbstractButton.ICON_CHANGED_PROPERTY
Identifies a change to the icon that represents the button.static finalString
JOptionPane.ICON_PROPERTY
Bound property name foricon
.static finalString
JOptionPane.INITIAL_SELECTION_VALUE_PROPERTY
Bound property name forinitialSelectionValue
.static finalString
JOptionPane.INITIAL_VALUE_PROPERTY
Bound property name forinitialValue
.static finalString
JOptionPane.INPUT_VALUE_PROPERTY
Bound property name forinputValue
.static finalString
Bound property name formessagesStopCellEditing
.static finalString
JInternalFrame.IS_CLOSED_PROPERTY
Constrained property name indicating that the internal frame is closed.static finalString
JInternalFrame.IS_ICON_PROPERTY
Constrained property name indicating that the internal frame is iconified.static finalString
JInternalFrame.IS_MAXIMUM_PROPERTY
Constrained property name indicating that the internal frame is maximized.static finalString
JInternalFrame.IS_SELECTED_PROPERTY
Constrained property name indicated that this frame has selected status.static finalString
Action.LARGE_ICON_KEY
The key used for storing anIcon
.static finalString
JTree.LARGE_MODEL_PROPERTY
Bound property name forlargeModel
.static finalString
JSplitPane.LAST_DIVIDER_LOCATION_PROPERTY
Bound property for lastLocation.static finalString
JLayeredPane.LAYER_PROPERTY
Bound propertystatic finalString
JInternalFrame.LAYERED_PANE_PROPERTY
Bound property name.static finalString
Bound property name forleadSelectionPath
.static finalString
JSplitPane.LEFT
Used to add aComponent
to the left of the otherComponent
.static finalString
Action.LONG_DESCRIPTION
The key used for storing a longerString
description for the action, could be used for context-sensitive help.static finalString
ScrollPaneConstants.LOWER_LEADING_CORNER
Identifies the lower leading edge corner of the viewport.static finalString
ScrollPaneConstants.LOWER_LEFT_CORNER
Identifies the lower left corner of the viewport.static finalString
ScrollPaneConstants.LOWER_RIGHT_CORNER
Identifies the lower right corner of the viewport.static finalString
ScrollPaneConstants.LOWER_TRAILING_CORNER
Identifies the lower trailing edge corner of the viewport.static finalString
AbstractButton.MARGIN_CHANGED_PROPERTY
Identifies a change in the button's margins.static finalString
JInternalFrame.MENU_BAR_PROPERTY
Bound property name.static finalString
JOptionPane.MESSAGE_PROPERTY
Bound property name formessage
.static finalString
JOptionPane.MESSAGE_TYPE_PROPERTY
Bound property name fortype
.static finalString
AbstractButton.MNEMONIC_CHANGED_PROPERTY
Identifies a change to the button's mnemonic.static finalString
Action.MNEMONIC_KEY
The key used for storing anInteger
that corresponds to one of theKeyEvent
key codes.static finalString
AbstractButton.MODEL_CHANGED_PROPERTY
Identifies a change in the button model.static finalString
JFileChooser.MULTI_SELECTION_ENABLED_CHANGED_PROPERTY
Enables multiple-file selections.static finalString
Action.NAME
The key used for storing theString
name for the action, used for a menu or button.static finalString
SpringLayout.NORTH
Specifies the top edge of a component's bounding rectangle.static finalString
JTextField.notifyAction
Name of the action to send notification that the contents of the field have been accepted.static finalString
JSplitPane.ONE_TOUCH_EXPANDABLE_PROPERTY
Bound property for oneTouchExpandable.static finalString
JOptionPane.OPTION_TYPE_PROPERTY
Bound property name foroptionType
.static finalString
JOptionPane.OPTIONS_PROPERTY
Bound property name foroption
.static finalString
JSplitPane.ORIENTATION_PROPERTY
Bound property name for orientation (horizontal or vertical).static finalString
AbstractButton.PRESSED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been pressed.static finalString
JColorChooser.PREVIEW_PANEL_PROPERTY
The preview panel property name.protectedString
JProgressBar.progressString
An optional string that can be displayed on the progress bar.static finalString
JSplitPane.RESIZE_WEIGHT_PROPERTY
Bound property for weight.static finalString
JSplitPane.RIGHT
Used to add aComponent
to the right of the otherComponent
.static finalString
AbstractButton.ROLLOVER_ENABLED_CHANGED_PROPERTY
Identifies a change from rollover enabled to disabled or back to enabled.static finalString
AbstractButton.ROLLOVER_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the cursor is over the button.static finalString
AbstractButton.ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the cursor is over the button and it has been selected.static finalString
JInternalFrame.ROOT_PANE_PROPERTY
Bound property name.static finalString
JTree.ROOT_VISIBLE_PROPERTY
Bound property name forrootVisible
.static finalString
ScrollPaneConstants.ROW_HEADER
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.static finalString
JTree.ROW_HEIGHT_PROPERTY
Bound property name forrowHeight
.static finalString
Bound property name forscrollsOnExpand
.static finalString
JFileChooser.SELECTED_FILE_CHANGED_PROPERTY
Identifies change in user's single-file selection.static finalString
JFileChooser.SELECTED_FILES_CHANGED_PROPERTY
Identifies change in user's multiple-file selection.static finalString
AbstractButton.SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been selected.static finalString
Action.SELECTED_KEY
The key used for storing aBoolean
that corresponds to the selected state.static finalString
JColorChooser.SELECTION_MODEL_PROPERTY
The selection model property name.static finalString
JTree.SELECTION_MODEL_PROPERTY
Bound property name for selectionModel.static finalString
JOptionPane.SELECTION_VALUES_PROPERTY
Bound property name forselectionValues
.static finalString
Action.SHORT_DESCRIPTION
The key used for storing a shortString
description for the action, used for tooltip text.static finalString
Bound property name forshowsRootHandles
.static finalString
Action.SMALL_ICON
The key used for storing a smallIcon
, such asImageIcon
.static finalString
SpringLayout.SOUTH
Specifies the bottom edge of a component's bounding rectangle.static finalString
AbstractButton.TEXT_CHANGED_PROPERTY
Identifies a change in the button's text.protectedString
JInternalFrame.title
The title displayed in this internal frame's title bar.static finalString
JInternalFrame.TITLE_PROPERTY
Bound property name.static finalString
Bound property name fortoggleClickCount
.static finalString
JComponent.TOOL_TIP_TEXT_KEY
The comment to display when the cursor is over the component, also known as a "value tip", "flyover help", or "flyover label".static finalString
JSplitPane.TOP
Used to add aComponent
above the otherComponent
.static finalString
JTree.TREE_MODEL_PROPERTY
Bound property name fortreeModel
.static finalString
ScrollPaneConstants.UPPER_LEADING_CORNER
Identifies the upper leading edge corner of the viewport.static finalString
ScrollPaneConstants.UPPER_LEFT_CORNER
Identifies the upper left corner of the viewport.static finalString
ScrollPaneConstants.UPPER_RIGHT_CORNER
Identifies the upper right corner of the viewport.static finalString
ScrollPaneConstants.UPPER_TRAILING_CORNER
Identifies the upper trailing edge corner of the viewport.static finalString
JOptionPane.VALUE_PROPERTY
Bound property name forvalue
.static finalString
AbstractButton.VERTICAL_ALIGNMENT_CHANGED_PROPERTY
Identifies a change in the button's vertical alignment.static finalString
SpringLayout.VERTICAL_CENTER
Specifies the vertical center of a component's bounding rectangle.static finalString
ScrollPaneConstants.VERTICAL_SCROLLBAR
Identifies a vertical scrollbar.static finalString
ScrollPaneConstants.VERTICAL_SCROLLBAR_POLICY
Identifies the vertical scroll bar policy property.static finalString
AbstractButton.VERTICAL_TEXT_POSITION_CHANGED_PROPERTY
Identifies a change in the button's vertical text position.static finalString
ScrollPaneConstants.VIEWPORT
Identifies a "viewport" or display area, within which scrolled contents are visible.static finalString
Bound property name forvisibleRowCount
.static finalString
JEditorPane.W3C_LENGTH_UNITS
Key for a client property used to indicate whether w3c compliant length units are used for html rendering.static finalString
JOptionPane.WANTS_INPUT_PROPERTY
Bound property name forwantsInput
.static finalString
SpringLayout.WEST
Specifies the left edge of a component's bounding rectangle.static finalString
SpringLayout.WIDTH
Specifies the width of a component's bounding rectangle.Methods injavax.swing that returnStringModifier and TypeMethodDescriptionJTree.convertValueToText
(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) Called by the renderers to convert the specified value to text.AbstractButton.AccessibleAbstractButton.getAccessibleActionDescription
(int i) Return a description of the specified action of the object.JComboBox.AccessibleJComboBox.getAccessibleActionDescription
(int i) Return a description of the specified action of the object.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionDescription
(int i) Return a String description of this particular link action.JList.AccessibleJList.AccessibleJListChild.getAccessibleActionDescription
(int i) Returns a description of the specified action of the object.JSlider.AccessibleJSlider.getAccessibleActionDescription
(int i) Returns a description of the specified action of the object.JSpinner.AccessibleJSpinner.getAccessibleActionDescription
(int i) Returns a description of the specified action of the object.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleActionDescription
(int i) Return a description of the specified action of the tree node.JComponent.AccessibleJComponent.getAccessibleDescription()
Gets the accessible description of this object.JEditorPane.AccessibleJEditorPane.getAccessibleDescription()
Gets the accessibleDescription property of this object.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleDescription()
Gets the accessible description of this object.JToolTip.AccessibleJToolTip.getAccessibleDescription()
Get the accessible description of this object.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleDescription()
Get the accessible description of this object.ProgressMonitor.AccessibleProgressMonitor.getAccessibleDescription()
Gets the accessibleDescription property of this object.ImageIcon.AccessibleImageIcon.getAccessibleIconDescription()
Gets the description of the icon.AbstractButton.AccessibleAbstractButton.getAccessibleName()
Returns the accessible name of this object.JComponent.AccessibleJComponent.getAccessibleName()
Gets the accessible name of this object.JDialog.AccessibleJDialog.getAccessibleName()
Get the accessible name of this object.JFrame.AccessibleJFrame.getAccessibleName()
Get the accessible name of this object.JInternalFrame.AccessibleJInternalFrame.getAccessibleName()
Get the accessible name of this object.JLabel.AccessibleJLabel.getAccessibleName()
Get the accessible name of this object.JTabbedPane.AccessibleJTabbedPane.getAccessibleName()
Returns the accessible name of this object, ornull
if there is no accessible name.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleName()
Gets the accessible name of this object.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleName()
Get the accessible name of this object.ProgressMonitor.AccessibleProgressMonitor.getAccessibleName()
Gets the accessibleName property of this object.AbstractButton.getActionCommand()
Returns the action command for this button.ButtonModel.getActionCommand()
Returns the action command string for the button.DefaultButtonModel.getActionCommand()
Returns the action command string for the button.JComboBox.getActionCommand()
Returns the action command that is included in the event sent to action listeners.Timer.getActionCommand()
Returns the string that will be delivered as the action command inActionEvent
s fired by this timer.AbstractButton.AccessibleAbstractButton.getAfterIndex
(int part, int index) Returns the String after a given index.JLabel.AccessibleJLabel.getAfterIndex
(int part, int index) Returns the String after a given index.JPasswordField.AccessibleJPasswordField.getAfterIndex
(int part, int index) Returns theString
after a givenindex
.JSpinner.AccessibleJSpinner.getAfterIndex
(int part, int index) Returns the String after a given index.ProgressMonitor.AccessibleProgressMonitor.getAfterIndex
(int part, int index) Returns the String after a given index.JFileChooser.getApproveButtonText()
Returns the text used in theApproveButton
in theFileChooserUI
.JFileChooser.getApproveButtonToolTipText()
Returns the tooltip text used in theApproveButton
.AbstractButton.AccessibleAbstractButton.getAtIndex
(int part, int index) Returns the String at a given index.JLabel.AccessibleJLabel.getAtIndex
(int part, int index) Returns the String at a given index.JPasswordField.AccessibleJPasswordField.getAtIndex
(int part, int index) Returns theString
at a givenindex
.JSpinner.AccessibleJSpinner.getAtIndex
(int part, int index) Returns the String at a given index.ProgressMonitor.AccessibleProgressMonitor.getAtIndex
(int part, int index) Returns the String at a given index.AbstractButton.AccessibleAbstractButton.getBeforeIndex
(int part, int index) Returns the String before a given index.JLabel.AccessibleJLabel.getBeforeIndex
(int part, int index) Returns the String before a given index.JPasswordField.AccessibleJPasswordField.getBeforeIndex
(int part, int index) Returns theString
before a givenindex
.JSpinner.AccessibleJSpinner.getBeforeIndex
(int part, int index) Returns the String before a given index.ProgressMonitor.AccessibleProgressMonitor.getBeforeIndex
(int part, int index) Returns the String before a given index.protectedString
JComponent.AccessibleJComponent.getBorderTitle
(Border b) Recursively search through the border hierarchy (if it exists) for a TitledBorder with a non-null title.UIManager.LookAndFeelInfo.getClassName()
Returns the name of the class that implements this look and feel.JTable.getColumnName
(int column) Returns the name of the column appearing in the view at column positioncolumn
.finalString
JEditorPane.getContentType()
Gets the type of content that this editor is currently set to deal with.staticString
UIManager.getCrossPlatformLookAndFeelClassName()
Returns the name of theLookAndFeel
class that implements the default cross platform look and feel -- the Java Look and Feel (JLF).ImageIcon.getDescription()
Gets the description of the image.JFileChooser.getDescription
(File f) Returns the file description.abstractString
LookAndFeel.getDescription()
Return a one line description of this look and feel implementation, e.g.JFileChooser.getDialogTitle()
Gets the string that goes in theJFileChooser
's titlebar.staticString
JEditorPane.getEditorKitClassNameForContentType
(String type) Returns the currently registeredEditorKit
class name for the typetype
.abstractString
LookAndFeel.getID()
Return a string that identifies this look and feel.AbstractButton.getLabel()
Deprecated.- Replaced bygetText
JPopupMenu.getLabel()
Returns the popup menu's labelJEditorPane.JEditorPaneAccessibleHypertextSupport.getLinkText
(int linkIndex) Returns the contiguous text within the document that is associated with this hyperlink.Returns the filename.abstractString
LookAndFeel.getName()
Return a short string that identifies this look and feel, e.g.UIManager.LookAndFeelInfo.getName()
Returns the name of the look and feel in a form suitable for a menu or other presentationProgressMonitor.getNote()
Specifies the additional note that is displayed along with the progress message.AbstractButton.AccessibleAbstractButton.getSelectedText()
Returns the portion of the text that is selected.JLabel.AccessibleJLabel.getSelectedText()
Returns the portion of the text that is selected.JSpinner.AccessibleJSpinner.getSelectedText()
Returns the portion of the text that is selected.ProgressMonitor.AccessibleProgressMonitor.getSelectedText()
Returns the portion of the text that is selected.JProgressBar.getString()
Returns aString
representation of the current progress.If the value ofkey
is aString
return it, otherwise returnnull
.If the value ofkey
for the givenLocale
is aString
return it, otherwise returnnull
.staticString
Returns a string from the defaults.staticString
Returns a string from the defaults that is appropriate for the given locale.RowFilter.Entry.getStringValue
(int index) Returns the string value at the specified index.DefaultRowSorter.ModelWrapper.getStringValueAt
(int row, int column) Returns the value as aString
at the specified index.staticString
UIManager.getSystemLookAndFeelClassName()
Returns the name of theLookAndFeel
class that implements the native system look and feel if there is one, otherwise the name of the default cross platformLookAndFeel
class.AbstractButton.getText()
Returns the button's text.JEditorPane.getText()
Returns the text contained in thisTextComponent
in terms of the content type of this editor.JLabel.getText()
Returns the text string that the label displays.JPasswordField.getText()
Deprecated.As of Java 2 platform v1.2, replaced bygetPassword
.JPasswordField.getText
(int offs, int len) Deprecated.As of Java 2 platform v1.2, replaced bygetPassword
.JPasswordField.AccessibleJPasswordField.getTextRange
(int startIndex, int endIndex) Returns the text between twoindices
.JSpinner.AccessibleJSpinner.getTextRange
(int startIndex, int endIndex) Returns the text string between two indices.JToolTip.getTipText()
Returns the text that is shown when the tool tip is displayed.JInternalFrame.getTitle()
Returns the title of theJInternalFrame
.JTabbedPane.getTitleAt
(int index) Returns the tab title atindex
.AbstractButton.AccessibleAbstractButton.getTitledBorderText()
Returns the titled border textJComponent.AccessibleJComponent.getTitledBorderText()
Returns the titled border textJLabel.AccessibleJLabel.getTitledBorderText()
Returns the titled border textAbstractButton.AccessibleAbstractButton.getToolTipText()
Returns the tool tip textJComponent.AccessibleJComponent.getToolTipText()
Returns the tool tip textJComponent.getToolTipText()
Returns the tooltip string that has been set withsetToolTipText
.JComponent.getToolTipText
(MouseEvent event) Returns the string to be used as the tooltip forevent.JLabel.AccessibleJLabel.getToolTipText()
Returns the tool tip textJList.getToolTipText
(MouseEvent event) Returns the tooltip text to be used for the given event.JTabbedPane.getToolTipText
(MouseEvent event) Returns the tooltip text for the component determined by the mouse event location.JTable.getToolTipText
(MouseEvent event) OverridesJComponent
'sgetToolTipText
method in order to allow the renderer's tips to be used if it has text set.JTree.getToolTipText
(MouseEvent event) OverridesJComponent
'sgetToolTipText
method in order to allow renderer's tips to be used if it has text set.JTabbedPane.getToolTipTextAt
(int index) Returns the tab tooltip text atindex
.JFileChooser.getTypeDescription
(File f) Returns the file type.JButton.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.JCheckBox.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.JCheckBoxMenuItem.getUIClassID()
Returns the name of the L&F class that renders this component.JColorChooser.getUIClassID()
Returns the name of the L&F class that renders this component.JComboBox.getUIClassID()
Returns the name of the L&F class that renders this component.JComponent.getUIClassID()
Returns theUIDefaults
key used to look up the name of theswing.plaf.ComponentUI
class that defines the look and feel for this component.JDesktopPane.getUIClassID()
Returns the name of the L&F class that renders this component.JEditorPane.getUIClassID()
Gets the class ID for the UI.JFileChooser.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.JFormattedTextField.getUIClassID()
Gets the class ID for a UI.JInternalFrame.getUIClassID()
Returns the name of the look-and-feel class that renders this component.JInternalFrame.JDesktopIcon.getUIClassID()
Returns the name of the look-and-feel class that renders this component.JLabel.getUIClassID()
Returns a string that specifies the name of the l&f class that renders this component.JList.getUIClassID()
Returns"ListUI"
, theUIDefaults
key used to look up the name of thejavax.swing.plaf.ListUI
class that defines the look and feel for this component.JMenu.getUIClassID()
Returns the name of the L&F class that renders this component.JMenuBar.getUIClassID()
Returns the name of the L&F class that renders this component.JMenuItem.getUIClassID()
Returns the suffix used to construct the name of the L&F class used to render this component.JOptionPane.getUIClassID()
Returns the name of the UI class that implements the L&F for this component.JPanel.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.JPasswordField.getUIClassID()
Returns the name of the L&F class that renders this component.JPopupMenu.getUIClassID()
Returns the name of the L&F class that renders this component.JPopupMenu.Separator.getUIClassID()
Returns the name of the L&F class that renders this component.JProgressBar.getUIClassID()
Returns the name of the look-and-feel class that renders this component.JRadioButton.getUIClassID()
Returns the name of the L&F class that renders this component.JRadioButtonMenuItem.getUIClassID()
Returns the name of the L&F class that renders this component.JRootPane.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.JScrollBar.getUIClassID()
Returns the name of the LookAndFeel class for this component.JScrollPane.getUIClassID()
Returns the suffix used to construct the name of the L&F class used to render this component.JSeparator.getUIClassID()
Returns the name of the L&F class that renders this component.JSlider.getUIClassID()
Returns the name of the L&F class that renders this component.JSpinner.getUIClassID()
Returns the suffix used to construct the name of the look and feel (L&F) class used to render this component.JSplitPane.getUIClassID()
Returns the name of the L&F class that renders this component.JTabbedPane.getUIClassID()
Returns the name of the UI class that implements the L&F for this component.JTable.getUIClassID()
Returns the suffix used to construct the name of the L&F class used to render this component.JTextArea.getUIClassID()
Returns the class ID for the UI.JTextField.getUIClassID()
Gets the class ID for a UI.JTextPane.getUIClassID()
Returns the class ID for the UI.JToggleButton.getUIClassID()
Returns a string that specifies the name of the l&f class that renders this component.JToolBar.getUIClassID()
Returns the name of the L&F class that renders this component.JToolBar.Separator.getUIClassID()
Returns the name of the L&F class that renders this component.JToolTip.getUIClassID()
Returns the name of the L&F class that renders this component.JTree.getUIClassID()
Returns the name of the L&F class that renders this component.JViewport.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.finalString
JInternalFrame.getWarningString()
Deprecated, for removal: This API element is subject to removal in a future version.since JDK 24staticString
SwingUtilities.layoutCompoundLabel
(FontMetrics fm,String text,Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition,Rectangle viewR,Rectangle iconR,Rectangle textR, int textIconGap) Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.staticString
SwingUtilities.layoutCompoundLabel
(JComponent c,FontMetrics fm,String text,Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition,Rectangle viewR,Rectangle iconR,Rectangle textR, int textIconGap) Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.protectedString
AbstractButton.paramString()
Returns a string representation of thisAbstractButton
.protectedString
JApplet.paramString()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a string representation of this JApplet.protectedString
JButton.paramString()
Returns a string representation of thisJButton
.protectedString
JCheckBox.paramString()
Returns a string representation of this JCheckBox.protectedString
JCheckBoxMenuItem.paramString()
Returns a string representation of this JCheckBoxMenuItem.protectedString
JColorChooser.paramString()
Returns a string representation of thisJColorChooser
.protectedString
JComboBox.paramString()
Returns a string representation of thisJComboBox
.protectedString
JComponent.paramString()
Returns a string representation of thisJComponent
.protectedString
JDesktopPane.paramString()
Returns a string representation of thisJDesktopPane
.protectedString
JDialog.paramString()
Returns a string representation of thisJDialog
.protectedString
JEditorPane.paramString()
Returns a string representation of thisJEditorPane
.protectedString
JFileChooser.paramString()
Returns a string representation of thisJFileChooser
.protectedString
JFrame.paramString()
Returns a string representation of thisJFrame
.protectedString
JInternalFrame.paramString()
Returns a string representation of thisJInternalFrame
.protectedString
JLabel.paramString()
Returns a string representation of this JLabel.protectedString
JLayeredPane.paramString()
Returns a string representation of this JLayeredPane.protectedString
JList.paramString()
Returns aString
representation of thisJList
.protectedString
JMenu.paramString()
Returns a string representation of thisJMenu
.protectedString
JMenuBar.paramString()
Returns a string representation of thisJMenuBar
.protectedString
JMenuItem.paramString()
Returns a string representation of thisJMenuItem
.protectedString
JOptionPane.paramString()
Returns a string representation of thisJOptionPane
.protectedString
JPanel.paramString()
Returns a string representation of this JPanel.protectedString
JPasswordField.paramString()
Returns a string representation of thisJPasswordField
.protectedString
JPopupMenu.paramString()
Returns a string representation of thisJPopupMenu
.protectedString
JProgressBar.paramString()
Returns a string representation of thisJProgressBar
.protectedString
JRadioButton.paramString()
Returns a string representation of this JRadioButton.protectedString
JRadioButtonMenuItem.paramString()
Returns a string representation of thisJRadioButtonMenuItem
.protectedString
JRootPane.paramString()
Returns a string representation of thisJRootPane
.protectedString
JScrollBar.paramString()
Returns a string representation of this JScrollBar.protectedString
JScrollPane.paramString()
Returns a string representation of thisJScrollPane
.protectedString
JSeparator.paramString()
Returns a string representation of thisJSeparator
.protectedString
JSlider.paramString()
Returns a string representation of this JSlider.protectedString
JSplitPane.paramString()
Returns a string representation of thisJSplitPane
.protectedString
JTabbedPane.paramString()
Returns a string representation of thisJTabbedPane
.protectedString
JTable.paramString()
Returns a string representation of this table.protectedString
JTextArea.paramString()
Returns a string representation of this JTextArea.protectedString
JTextField.paramString()
Returns a string representation of thisJTextField
.protectedString
JTextPane.paramString()
Returns a string representation of thisJTextPane
.protectedString
JToggleButton.paramString()
Returns a string representation of this JToggleButton.protectedString
JToolBar.paramString()
Returns a string representation of thisJToolBar
.protectedString
JToolTip.paramString()
Returns a string representation of thisJToolTip
.protectedString
JTree.paramString()
Returns a string representation of thisJTree
.protectedString
JViewport.paramString()
Returns a string representation of thisJViewport
.protectedString
JWindow.paramString()
Returns a string representation of thisJWindow
.staticString
JOptionPane.showInputDialog
(Component parentComponent,Object message) Shows a question-message dialog requesting input from the user parented toparentComponent
.staticString
JOptionPane.showInputDialog
(Component parentComponent,Object message,Object initialSelectionValue) Shows a question-message dialog requesting input from the user and parented toparentComponent
.staticString
JOptionPane.showInputDialog
(Component parentComponent,Object message,String title, int messageType) Shows a dialog requesting input from the user parented toparentComponent
with the dialog having the titletitle
and message typemessageType
.staticString
JOptionPane.showInputDialog
(Object message) Shows a question-message dialog requesting input from the user.staticString
JOptionPane.showInputDialog
(Object message,Object initialSelectionValue) Shows a question-message dialog requesting input from the user, with the input value initialized toinitialSelectionValue
.staticString
JOptionPane.showInternalInputDialog
(Component parentComponent,Object message) Shows an internal question-message dialog requesting input from the user parented toparentComponent
.staticString
JOptionPane.showInternalInputDialog
(Component parentComponent,Object message,String title, int messageType) Shows an internal dialog requesting input from the user parented toparentComponent
with the dialog having the titletitle
and message typemessageType
.DefaultBoundedRangeModel.toString()
Returns a string that displays all of theBoundedRangeModel
properties.DefaultListModel.toString()
Returns a string that displays and identifies this object's properties.DefaultListSelectionModel.toString()
Returns a string that displays and identifies this object's properties.GroupLayout.toString()
Returns a string representation of thisGroupLayout
.ImageIcon.toString()
Returns a string representation of this image.JList.DropLocation.toString()
Returns a string representation of this drop location.JTable.DropLocation.toString()
Returns a string representation of this drop location.JTree.DropLocation.toString()
Returns a string representation of this drop location.LookAndFeel.toString()
Returns a string that displays and identifies this object's properties.RepaintManager.toString()
Returns a string that displays and identifies this object's properties.SizeRequirements.toString()
Returns a string describing the minimum, preferred, and maximum size requirements, along with the alignment.TransferHandler.DropLocation.toString()
Returns a string representation of this drop location.UIManager.LookAndFeelInfo.toString()
Returns a string that displays and identifies this object's properties.abstractString
JFormattedTextField.AbstractFormatter.valueToString
(Object value) Returns the string value to display forvalue
.Methods injavax.swing with parameters of typeStringModifier and TypeMethodDescriptionprotected void
AbstractButton.actionPropertyChanged
(Action action,String propertyName) Updates the button's state in response to property changes in the associated action.protected void
JComboBox.actionPropertyChanged
(Action action,String propertyName) Updates the combobox's state in response to property changes in associated action.protected void
JMenuItem.actionPropertyChanged
(Action action,String propertyName) Updates the button's state in response to property changes in the associated action.protected void
JTextField.actionPropertyChanged
(Action action,String propertyName) Updates the textfield's state in response to property changes in associated action.Creates a new menu item with the specified text and appends it to the end of this menu.Creates a new menu item with the specified text and appends it to the end of this menu.Adds acomponent
with the specified tab title.void
BoxLayout.addLayoutComponent
(String name,Component comp) Not used by this class.void
GroupLayout.addLayoutComponent
(String name,Component component) Notification that aComponent
has been added to the parent container.void
JRootPane.RootLayout.addLayoutComponent
(String name,Component comp) void
JSpinner.DefaultEditor.addLayoutComponent
(String name,Component child) ThisLayoutManager
method does nothing.void
OverlayLayout.addLayoutComponent
(String name,Component comp) Adds the specified component to the layout.void
ScrollPaneLayout.addLayoutComponent
(String s,Component c) Adds the specified component to the layout.void
SpringLayout.addLayoutComponent
(String name,Component c) Has no effect, since this layout manager does not use a per-component string.void
ViewportLayout.addLayoutComponent
(String name,Component c) Adds the specified component to the layout.void
UIDefaults.addResourceBundle
(String bundleName) Adds a resource bundle to the list of resource bundles that are searched for localized values.Adds a new style into the logical style hierarchy.void
Adds acomponent
represented by atitle
and no icon.void
Adds acomponent
represented by atitle
and/oricon
, either of which can benull
.void
Adds acomponent
andtip
represented by atitle
and/oricon
, either of which can benull
.void
Appends the given text to the end of the document.protected int
AbstractButton.checkHorizontalKey
(int key,String exception) Verify that thekey
argument is a legal value for thehorizontalAlignment
andhorizontalTextPosition
properties.protected int
JLabel.checkHorizontalKey
(int key,String message) Verify that key is a legal value for the horizontalAlignment properties.protected int
AbstractButton.checkVerticalKey
(int key,String exception) Verify that thekey
argument is a legal value for the vertical properties.protected int
JLabel.checkVerticalKey
(int key,String message) Verify that key is a legal value for the verticalAlignment or verticalTextPosition properties.static int
SwingUtilities.computeStringWidth
(FontMetrics fm,String str) Compute the width of the string using a font with the specified "metrics" (sizes).staticJDialog
JColorChooser.createDialog
(Component c,String title, boolean modal,JColorChooser chooserPane,ActionListener okListener,ActionListener cancelListener) Creates and returns a new dialog containing the specifiedColorChooser
pane along with "OK", "Cancel", and "Reset" buttons.JOptionPane.createDialog
(Component parentComponent,String title) Creates and returns a newJDialog
wrappingthis
centered on theparentComponent
in theparentComponent
's frame.JOptionPane.createDialog
(String title) Creates and returns a new parentlessJDialog
with the specified title.staticEditorKit
JEditorPane.createEditorKitForContentType
(String type) Creates a handler for the given type from the default registry of editor kits.JOptionPane.createInternalFrame
(Component parentComponent,String title) Creates and returns an instance ofJInternalFrame
.staticLookAndFeel
UIManager.createLookAndFeel
(String name) Creates a supported built-in JavaLookAndFeel
specified by the givenL&F name
name.staticTitledBorder
BorderFactory.createTitledBorder
(String title) Creates a new titled border with the specified title, the default border type (determined by the current look and feel), the default text position (determined by the current look and feel), the default justification (leading), and the default font and text color (determined by the current look and feel).staticTitledBorder
BorderFactory.createTitledBorder
(Border border,String title) Adds a title to an existing border, with default positioning (determined by the current look and feel), default justification (leading) and the default font and text color (determined by the current look and feel).staticTitledBorder
BorderFactory.createTitledBorder
(Border border,String title, int titleJustification, int titlePosition) Adds a title to an existing border, with the specified positioning and using the default font and text color (determined by the current look and feel).staticTitledBorder
BorderFactory.createTitledBorder
(Border border,String title, int titleJustification, int titlePosition,Font titleFont) Adds a title to an existing border, with the specified positioning and font, and using the default text color (determined by the current look and feel).staticTitledBorder
BorderFactory.createTitledBorder
(Border border,String title, int titleJustification, int titlePosition,Font titleFont,Color titleColor) Adds a title to an existing border, with the specified positioning, font and color.void
DebugGraphics.drawString
(String aString, int x, int y) OverridesGraphics.drawString
.protected void
JFileChooser.fireActionPerformed
(String command) Notifies all listeners that have registered interest for notification on this event type.protected void
AbstractAction.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Supports reporting bound property changes.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, boolean oldValue, boolean newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, byte oldValue, byte newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, char oldValue, char newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, double oldValue, double newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, float oldValue, float newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, int oldValue, int newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, long oldValue, long newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, short oldValue, short newValue) Overridden for performance reasons.protected void
DefaultListCellRenderer.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Overridden for performance reasons.void
JComponent.firePropertyChange
(String propertyName, boolean oldValue, boolean newValue) Support for reporting bound property changes for boolean properties.void
JComponent.firePropertyChange
(String propertyName, int oldValue, int newValue) Support for reporting bound property changes for integer properties.protected void
JViewport.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Notifies listeners of a property change.final void
SwingWorker.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Reports a bound property update to any registered listeners.protected void
UIDefaults.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Support for reporting bound property changes.protected void
JComponent.fireVetoableChange
(String propertyName,Object oldValue,Object newValue) Supports reporting constrained property changes.staticContainer
SwingUtilities.getAncestorNamed
(String name,Component comp) Convenience method for searching abovecomp
in the component hierarchy and returns the first object ofname
it finds.SpringLayout.Constraints.getConstraint
(String edgeName) Returns the value of the specified edge, which may be a derived value, or evennull
.SpringLayout.getConstraint
(String edgeName,Component c) Returns the spring controlling the distance between the specified edge of the component and the top or left edge of its parent.Returns the component at the specified corner.Returns theComponent
at the specified corner.staticObject
LookAndFeel.getDesktopPropertyValue
(String systemPropertyName,Object fallbackValue) Returns the value of the specified system desktop property by invokingToolkit.getDefaultToolkit().getDesktopProperty()
.staticString
JEditorPane.getEditorKitClassNameForContentType
(String type) Returns the currently registeredEditorKit
class name for the typetype
.JEditorPane.getEditorKitForContentType
(String type) Fetches the editor kit to use for the given type of content.staticKeyStroke
KeyStroke.getKeyStroke
(String s) Parses a string and returns aKeyStroke
.int
JList.getNextMatch
(String prefix, int startIndex,Position.Bias bias) Returns the next list element whosetoString
value starts with the given prefix.JTree.getNextMatch
(String prefix, int startingRow,Position.Bias bias) Returns the TreePath to the next tree element that begins with a prefix.Fetches a named non-null
style previously added.Class
<? extendsComponentUI> UIDefaults.getUIClass
(String uiClassID) Returns the L&F class that renders this component.Class
<? extendsComponentUI> UIDefaults.getUIClass
(String uiClassID,ClassLoader uiClassLoader) The value ofget(uidClassID)
must be theString
name of a class that implements the correspondingComponentUI
class.protected void
UIDefaults.getUIError
(String msg) IfgetUI()
fails for any reason, it calls this method before returningnull
.Gets theObject
associated with the specified key.Gets one of this object's properties using the associated key.int
JTabbedPane.indexOfTab
(String title) Returns the first tab index with a giventitle
, or -1 if no tab has this title.protected void
Initialization of theAbstractButton
.protected void
Initializes the menu item with the specified text and icon.void
Inserts a new menu item with the specified text at a given position.void
Inserts the specified text at the specified position.void
Inserts a new tab for the given component, at the given index, represented by the given title and/or icon, either of which may benull
.void
JSpinner.AccessibleJSpinner.insertTextAtIndex
(int index,String s) Inserts the specified string at the given index/static void
LookAndFeel.installBorder
(JComponent c,String defaultBorderName) Convenience method for setting a component's border property with a value from the defaults.static void
LookAndFeel.installColors
(JComponent c,String defaultBgName,String defaultFgName) Convenience method for setting a component's foreground and background color properties with values from the defaults.static void
LookAndFeel.installColorsAndFont
(JComponent c,String defaultBgName,String defaultFgName,String defaultFontName) Convenience method for setting a component's foreground, background and font properties with values from the defaults.static void
UIManager.installLookAndFeel
(String name,String className) Adds the specified look and feel to the set of available look and feels.static void
LookAndFeel.installProperty
(JComponent c,String propertyName,Object propertyValue) Convenience method for installing a property with the specified name and value on a component if that property has not already been set by the developer.staticString
SwingUtilities.layoutCompoundLabel
(FontMetrics fm,String text,Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition,Rectangle viewR,Rectangle iconR,Rectangle textR, int textIconGap) Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.staticString
SwingUtilities.layoutCompoundLabel
(JComponent c,FontMetrics fm,String text,Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition,Rectangle viewR,Rectangle iconR,Rectangle textR, int textIconGap) Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.staticObject
Creates and returns aUIDefault.LazyValue
that loads an image.void
SpringLayout.putConstraint
(String e1,Component c1, int pad,String e2,Component c2) Links edgee1
of componentc1
to edgee2
of componentc2
, with a fixed distance between the edges.void
Links edgee1
of componentc1
to edgee2
of componentc2
.void
Sets theValue
associated with the specified key.void
Sets one of this object's properties using the associated key.static <M,
I> RowFilter <M, I> RowFilter.regexFilter
(String regex, int... indices) Returns aRowFilter
that uses a regular expression to determine which entries to include.static void
JEditorPane.registerEditorKitForContentType
(String type,String classname) Establishes the default bindings oftype
toclassname
.static void
JEditorPane.registerEditorKitForContentType
(String type,String classname,ClassLoader loader) Establishes the default bindings oftype
toclassname
.void
JComponent.registerKeyboardAction
(ActionListener anAction,String aCommand,KeyStroke aKeyStroke, int aCondition) This method is now obsolete, please use a combination ofgetActionMap()
andgetInputMap()
for similar behavior.void
UIDefaults.removeResourceBundle
(String bundleName) Removes a resource bundle from the list of resource bundles that are searched for localized defaults.void
JTextPane.removeStyle
(String nm) Removes a named non-null
style previously added to the document.void
JTextArea.replaceRange
(String str, int start, int end) Replaces text from the indicated start to end position with the new text specified.void
JEditorPane.replaceSelection
(String content) Replaces the currently selected content with new content represented by the given string.void
JTextPane.replaceSelection
(String content) Replaces the currently selected content with new content represented by the given string.void
JSpinner.AccessibleJSpinner.replaceText
(int startIndex, int endIndex,String s) Replaces the text between two indices with the specified string.void
JEditorPane.scrollToReference
(String reference) Scrolls the view to the given reference location (that is, the value returned by theURL.getRef
method for the URL being displayed).void
JList.AccessibleJList.AccessibleJListChild.setAccessibleDescription
(String s) void
JTable.AccessibleJTable.AccessibleJTableCell.setAccessibleDescription
(String s) Sets the accessible description of this object.void
JTree.AccessibleJTree.AccessibleJTreeNode.setAccessibleDescription
(String s) Set the accessible description of this object.void
ImageIcon.AccessibleImageIcon.setAccessibleIconDescription
(String description) Sets the description of the icon.void
JList.AccessibleJList.AccessibleJListChild.setAccessibleName
(String s) void
JTable.AccessibleJTable.AccessibleJTableCell.setAccessibleName
(String s) Sets the localized accessible name of this object.void
JTree.AccessibleJTree.AccessibleJTreeNode.setAccessibleName
(String s) Set the localized accessible name of this object.void
AbstractButton.setActionCommand
(String actionCommand) Sets the action command for this button.void
ButtonModel.setActionCommand
(String s) Sets the action command string that gets sent as part of theActionEvent
when the button is triggered.void
DefaultButtonModel.setActionCommand
(String actionCommand) Sets the action command string that gets sent as part of theActionEvent
when the button is triggered.void
JComboBox.setActionCommand
(String aCommand) Sets the action command that should be included in the event sent to action listeners.void
JTextField.setActionCommand
(String command) Sets the command string used for action events.void
Timer.setActionCommand
(String command) Sets the string that will be delivered as the action command inActionEvent
s fired by this timer.void
JFileChooser.setApproveButtonText
(String approveButtonText) Sets the text used in theApproveButton
in theFileChooserUI
.void
JFileChooser.setApproveButtonToolTipText
(String toolTipText) Sets the tooltip text used in theApproveButton
.void
SpringLayout.Constraints.setConstraint
(String edgeName,Spring s) Sets the spring controlling the specified edge.final void
JEditorPane.setContentType
(String type) Sets the type of content that this editor handles.void
Adds a child that will appear in one of the scroll panes corners, if there's room.void
ImageIcon.setDescription
(String description) Sets the description of the image.void
JFileChooser.setDialogTitle
(String dialogTitle) Sets the string that goes in theJFileChooser
window's title bar.void
JEditorPane.setEditorKitForContentType
(String type,EditorKit k) Directly sets the editor kit to use for the given type.void
Deprecated.- Replaced bysetText(text)
void
Sets the popup menu's label.static void
UIManager.setLookAndFeel
(String className) Loads theLookAndFeel
specified by the given class name, using the current thread's context class loader, and passes it tosetLookAndFeel(LookAndFeel)
.void
Specifies the additional note that is displayed along with the progress message.void
Sets the current URL being displayed.void
Sets the value of the progress string.void
Sets the button's text.void
Sets the text of thisTextComponent
to the specified content, which is expected to be in the format of the content type of this editor.void
Defines the single line of text this component will display.void
void
JSpinner.AccessibleJSpinner.setTextContents
(String s) Sets the text contents to the specified string.void
JToolTip.setTipText
(String tipText) Sets the text to show when the tool tip is displayed.void
Sets theJInternalFrame
title.void
JTabbedPane.setTitleAt
(int index,String title) Sets the title atindex
totitle
which can benull
.void
JComponent.setToolTipText
(String text) Registers the text to display in a tool tip.void
JTabbedPane.setToolTipTextAt
(int index,String toolTipText) Sets the tooltip text atindex
totoolTipText
which can benull
.static int
JOptionPane.showConfirmDialog
(Component parentComponent,Object message,String title, int optionType) Brings up a dialog where the number of choices is determined by theoptionType
parameter.static int
JOptionPane.showConfirmDialog
(Component parentComponent,Object message,String title, int optionType, int messageType) Brings up a dialog where the number of choices is determined by theoptionType
parameter, where themessageType
parameter determines the icon to display.static int
JOptionPane.showConfirmDialog
(Component parentComponent,Object message,String title, int optionType, int messageType,Icon icon) Brings up a dialog with a specified icon, where the number of choices is determined by theoptionType
parameter.staticColor
JColorChooser.showDialog
(Component component,String title,Color initialColor) Shows a modal color-chooser dialog and blocks until the dialog is hidden.staticColor
JColorChooser.showDialog
(Component component,String title,Color initialColor, boolean colorTransparencySelectionEnabled) Shows a modal color-chooser dialog and blocks until the dialog is hidden.int
JFileChooser.showDialog
(Component parent,String approveButtonText) Pops a custom file chooser dialog with a custom approve button.staticString
JOptionPane.showInputDialog
(Component parentComponent,Object message,String title, int messageType) Shows a dialog requesting input from the user parented toparentComponent
with the dialog having the titletitle
and message typemessageType
.staticObject
JOptionPane.showInputDialog
(Component parentComponent,Object message,String title, int messageType,Icon icon,Object[] selectionValues,Object initialSelectionValue) Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.static int
JOptionPane.showInternalConfirmDialog
(Component parentComponent,Object message,String title, int optionType) Brings up a internal dialog panel where the number of choices is determined by theoptionType
parameter.static int
JOptionPane.showInternalConfirmDialog
(Component parentComponent,Object message,String title, int optionType, int messageType) Brings up an internal dialog panel where the number of choices is determined by theoptionType
parameter, where themessageType
parameter determines the icon to display.static int
JOptionPane.showInternalConfirmDialog
(Component parentComponent,Object message,String title, int optionType, int messageType,Icon icon) Brings up an internal dialog panel with a specified icon, where the number of choices is determined by theoptionType
parameter.staticString
JOptionPane.showInternalInputDialog
(Component parentComponent,Object message,String title, int messageType) Shows an internal dialog requesting input from the user parented toparentComponent
with the dialog having the titletitle
and message typemessageType
.staticObject
JOptionPane.showInternalInputDialog
(Component parentComponent,Object message,String title, int messageType,Icon icon,Object[] selectionValues,Object initialSelectionValue) Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.static void
JOptionPane.showInternalMessageDialog
(Component parentComponent,Object message,String title, int messageType) Brings up an internal dialog panel that displays a message using a default icon determined by themessageType
parameter.static void
JOptionPane.showInternalMessageDialog
(Component parentComponent,Object message,String title, int messageType,Icon icon) Brings up an internal dialog panel displaying a message, specifying all parameters.static int
JOptionPane.showInternalOptionDialog
(Component parentComponent,Object message,String title, int optionType, int messageType,Icon icon,Object[] options,Object initialValue) Brings up an internal dialog panel with a specified icon, where the initial choice is determined by theinitialValue
parameter and the number of choices is determined by theoptionType
parameter.static void
JOptionPane.showMessageDialog
(Component parentComponent,Object message,String title, int messageType) Brings up a dialog that displays a message using a default icon determined by themessageType
parameter.static void
JOptionPane.showMessageDialog
(Component parentComponent,Object message,String title, int messageType,Icon icon) Brings up a dialog displaying a message, specifying all parameters.static int
JOptionPane.showOptionDialog
(Component parentComponent,Object message,String title, int optionType, int messageType,Icon icon,Object[] options,Object initialValue) Brings up a dialog with a specified icon, where the initial choice is determined by theinitialValue
parameter and the number of choices is determined by theoptionType
parameter.abstractObject
JFormattedTextField.AbstractFormatter.stringToValue
(String text) Parsestext
returning an arbitrary Object.staticDropMode
Returns the enum constant of this class with the specified name.staticGroupLayout.Alignment
Returns the enum constant of this class with the specified name.staticJTable.PrintMode
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticRowFilter.ComparisonType
Returns the enum constant of this class with the specified name.staticSortOrder
Returns the enum constant of this class with the specified name.staticSwingWorker.StateValue
Returns the enum constant of this class with the specified name.Constructors injavax.swing with parameters of typeStringModifierConstructorDescriptionAbstractAction
(String name) Creates anAction
with the specified name.AbstractAction
(String name,Icon icon) Creates anAction
with the specified name and small icon.DateEditor
(JSpinner spinner,String dateFormatPattern) Construct aJSpinner
editor that supports displaying and editing the value of aSpinnerDateModel
with aJFormattedTextField
.Creates an ImageIcon from an array of bytes which were read from an image file containing a supported image format, such as GIF, JPEG, or (as of 1.3) PNG.Creates an ImageIcon from the image.Creates an ImageIcon from the specified file.Creates an ImageIcon from the specified file.Creates an ImageIcon from the specified URL.Creates a button with text.Creates a button with initial text and an icon.Creates an initially unselected check box with text.Creates a check box with text and specifies whether or not it is initially selected.Creates an initially unselected check box with the specified text and icon.Creates a check box with text and icon, and specifies whether or not it is initially selected.JCheckBoxMenuItem
(String text) Creates an initially unselected check box menu item with text.JCheckBoxMenuItem
(String text, boolean b) Creates a check box menu item with the specified text and selection state.JCheckBoxMenuItem
(String text,Icon icon) Creates an initially unselected check box menu item with the specified text and icon.JCheckBoxMenuItem
(String text,Icon icon, boolean b) Creates a check box menu item with the specified text, icon, and selection state.Creates a modeless dialog with the specified title and with the specified owner dialog.Creates a dialog with the specified title, modality and the specified ownerDialog
.JDialog
(Dialog owner,String title, boolean modal,GraphicsConfiguration gc) Creates a dialog with the specified title, ownerDialog
, modality andGraphicsConfiguration
.Creates a modeless dialog with the specified title and with the specified owner frame.Creates a dialog with the specified title, ownerFrame
and modality.JDialog
(Frame owner,String title, boolean modal,GraphicsConfiguration gc) Creates a dialog with the specified title, ownerFrame
, modality andGraphicsConfiguration
.Creates a modeless dialog with the specified title and ownerWindow
.JDialog
(Window owner,String title,Dialog.ModalityType modalityType) Creates a dialog with the specified title, ownerWindow
and modality.JDialog
(Window owner,String title,Dialog.ModalityType modalityType,GraphicsConfiguration gc) Creates a dialog with the specified title, ownerWindow
, modality andGraphicsConfiguration
.JEditorPane
(String url) Creates aJEditorPane
based on a string containing a URL specification.JEditorPane
(String type,String text) Creates aJEditorPane
that has been initialized to the given text.JFileChooser
(String currentDirectoryPath) Constructs aJFileChooser
using the given path.JFileChooser
(String currentDirectoryPath,FileSystemView fsv) Constructs aJFileChooser
using the given current directory path andFileSystemView
.Creates a new, initially invisibleFrame
with the specified title.JFrame
(String title,GraphicsConfiguration gc) Creates aJFrame
with the specified title and the specifiedGraphicsConfiguration
of a screen device.JInternalFrame
(String title) Creates a non-resizable, non-closable, non-maximizable, non-iconifiableJInternalFrame
with the specified title.JInternalFrame
(String title, boolean resizable) Creates a non-closable, non-maximizable, non-iconifiableJInternalFrame
with the specified title and resizability.JInternalFrame
(String title, boolean resizable, boolean closable) Creates a non-maximizable, non-iconifiableJInternalFrame
with the specified title, resizability, and closability.JInternalFrame
(String title, boolean resizable, boolean closable, boolean maximizable) Creates a non-iconifiableJInternalFrame
with the specified title, resizability, closability, and maximizability.JInternalFrame
(String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable) Creates aJInternalFrame
with the specified title, resizability, closability, maximizability, and iconifiability.Creates aJLabel
instance with the specified text.Creates aJLabel
instance with the specified text and horizontal alignment.Creates aJLabel
instance with the specified text, image, and horizontal alignment.Constructs a newJMenu
with the supplied string as its text.Constructs a newJMenu
with the supplied string as its text and specified as a tear-off menu or not.Creates aJMenuItem
with the specified text.Creates aJMenuItem
with the specified text and keyboard mnemonic.Creates aJMenuItem
with the specified text and icon.JPasswordField
(String text) Constructs a newJPasswordField
initialized with the specified text.JPasswordField
(String text, int columns) Constructs a newJPasswordField
initialized with the specified text and columns.JPasswordField
(Document doc,String txt, int columns) Constructs a newJPasswordField
that uses the given text storage model and the given number of columns.JPopupMenu
(String label) Constructs aJPopupMenu
with the specified title.JRadioButton
(String text) Creates an unselected radio button with the specified text.JRadioButton
(String text, boolean selected) Creates a radio button with the specified text and selection state.JRadioButton
(String text,Icon icon) Creates a radio button that has the specified text and image, and that is initially unselected.JRadioButton
(String text,Icon icon, boolean selected) Creates a radio button that has the specified text, image, and selection state.JRadioButtonMenuItem
(String text) Creates aJRadioButtonMenuItem
with text.JRadioButtonMenuItem
(String text, boolean selected) Creates a radio button menu item with the specified text and selection state.JRadioButtonMenuItem
(String text,Icon icon) Creates a radio button menu item with the specified text andIcon
.JRadioButtonMenuItem
(String text,Icon icon, boolean selected) Creates a radio button menu item that has the specified text, image, and selection state.Constructs a new TextArea with the specified text displayed.Constructs a new TextArea with the specified text and number of rows and columns.Constructs a new JTextArea with the specified number of rows and columns, and the given model.JTextField
(String text) Constructs a newTextField
initialized with the specified text.JTextField
(String text, int columns) Constructs a newTextField
initialized with the specified text and columns.JTextField
(Document doc,String text, int columns) Constructs a newJTextField
that uses the given text storage model and the given number of columns.JToggleButton
(String text) Creates an unselected toggle button with the specified text.JToggleButton
(String text, boolean selected) Creates a toggle button with the specified text and selection state.JToggleButton
(String text,Icon icon) Creates a toggle button that has the specified text and image, and that is initially unselected.JToggleButton
(String text,Icon icon, boolean selected) Creates a toggle button with the specified text, image, and selection state.Creates a new tool bar with the specifiedname
.Creates a new tool bar with a specifiedname
andorientation
.LookAndFeelInfo
(String name,String className) Constructs aUIManager
sLookAndFeelInfo
object.NumberEditor
(JSpinner spinner,String decimalFormatPattern) Construct aJSpinner
editor that supports displaying and editing the value of aSpinnerNumberModel
with aJFormattedTextField
.ProgressMonitor
(Component parentComponent,Object message,String note, int min, int max) Constructs a graphic object that shows progress, typically by filling in a rectangular bar as the process nears completion.Creates aLazyValue
which will construct an instance when asked.ProxyLazyValue
(String c,Object[] o) Creates aLazyValue
which will construct an instance when asked.ProxyLazyValue
(String c,String m) Creates aLazyValue
which will construct an instance when asked.ProxyLazyValue
(String c,String m,Object[] o) Creates aLazyValue
which will construct an instance when asked.TransferHandler
(String property) Constructs a transfer handler that can transfer a Java Bean property from one component to another via the clipboard or a drag and drop operation.Constructs an UnsupportedLookAndFeelException object.Uses ofString injavax.swing.border
Fields injavax.swing.border declared asStringModifier and TypeFieldDescriptionprotectedString
TitledBorder.title
The title the border should display.Methods injavax.swing.border that returnStringMethods injavax.swing.border with parameters of typeStringModifier and TypeMethodDescriptionvoid
Sets the title of the titled border.Constructors injavax.swing.border with parameters of typeStringModifierConstructorDescriptionTitledBorder
(String title) Creates a TitledBorder instance.TitledBorder
(Border border,String title) Creates a TitledBorder instance with the specified border and title.TitledBorder
(Border border,String title, int titleJustification, int titlePosition) Creates a TitledBorder instance with the specified border, title, title-justification, and title-position.TitledBorder
(Border border,String title, int titleJustification, int titlePosition,Font titleFont) Creates a TitledBorder instance with the specified border, title, title-justification, title-position, and title-font.TitledBorder
(Border border,String title, int titleJustification, int titlePosition,Font titleFont,Color titleColor) Creates a TitledBorder instance with the specified border, title, title-justification, title-position, title-font, and title-color.Uses ofString injavax.swing.colorchooser
Fields injavax.swing.colorchooser declared asStringModifier and TypeFieldDescriptionstatic finalString
AbstractColorChooserPanel.TRANSPARENCY_ENABLED_PROPERTY
Identifies that the transparency of the color (alpha value) can be selectedMethods injavax.swing.colorchooser that returnStringModifier and TypeMethodDescriptionabstractString
AbstractColorChooserPanel.getDisplayName()
Returns a string containing the display name of the panel.Uses ofString injavax.swing.event
Methods injavax.swing.event that returnStringModifier and TypeMethodDescriptionHyperlinkEvent.getDescription()
Get the description of the link as a string.InternalFrameEvent.paramString()
Returns a parameter string identifying this event.DocumentEvent.EventType.toString()
Converts the type to a string.EventListenerList.toString()
Returns a string representation of the EventListenerList.HyperlinkEvent.EventType.toString()
Converts the type to a string.ListDataEvent.toString()
Returns a string representation of this ListDataEvent.ListSelectionEvent.toString()
Returns aString
that displays and identifies this object's properties.TreeModelEvent.toString()
Returns a string that displays and identifies this object's properties.Methods injavax.swing.event with parameters of typeStringModifier and TypeMethodDescriptionstaticRowSorterEvent.Type
Returns the enum constant of this class with the specified name.Constructors injavax.swing.event with parameters of typeStringModifierConstructorDescriptionHyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL u,String desc) Creates a new object representing a hypertext link event.HyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL u,String desc,Element sourceElement) Creates a new object representing a hypertext link event.HyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL u,String desc,Element sourceElement,InputEvent inputEvent) Creates a new object representing a hypertext link event.Uses ofString injavax.swing.filechooser
Methods injavax.swing.filechooser that returnStringModifier and TypeMethodDescriptionabstractString
FileFilter.getDescription()
The description of this filter.FileNameExtensionFilter.getDescription()
The description of this filter.FileView.getDescription
(File f) A human readable description of the file.String[]
FileNameExtensionFilter.getExtensions()
Returns the set of file name extensions files are tested against.The name of the file.FileSystemView.getSystemDisplayName
(File f) Name of a file, directory, or folder as it would be displayed in a system file browser.FileSystemView.getSystemTypeDescription
(File f) Type description for a file, directory, or folder as it would be displayed in a system file browser.FileView.getTypeDescription
(File f) A human readable description of the type of the file.FileNameExtensionFilter.toString()
Returns a string representation of theFileNameExtensionFilter
.Methods injavax.swing.filechooser with parameters of typeStringModifier and TypeMethodDescriptionFileSystemView.createFileObject
(File dir,String filename) Returns a File object constructed in dir from the given filename.FileSystemView.createFileObject
(String path) Returns a File object constructed from the given path string.Returns aFile
object which is normally constructed withnew File(parent, fileName)
except when the parent and child are both special folders, in which case theFile
is a wrapper containing a ShellFolder object.Constructors injavax.swing.filechooser with parameters of typeStringModifierConstructorDescriptionFileNameExtensionFilter
(String description,String... extensions) Creates aFileNameExtensionFilter
with the specified description and file name extensions.Uses ofString injavax.swing.plaf
Methods injavax.swing.plaf that returnStringModifier and TypeMethodDescriptionabstractString
FileChooserUI.getApproveButtonText
(JFileChooser fc) Returns approve button text.abstractString
FileChooserUI.getDialogTitle
(JFileChooser fc) Returns the dialog title.TextUI.getToolTipText
(JTextComponent t,Point pt) Deprecated.TextUI.getToolTipText2D
(JTextComponent t,Point2D pt) Returns the string to be used as the tooltip at the passed in location.Methods injavax.swing.plaf with parameters of typeStringModifier and TypeMethodDescriptionvoid
LayerUI.addPropertyChangeListener
(String propertyName,PropertyChangeListener listener) Adds a PropertyChangeListener to the listener list for a specific property.protected void
LayerUI.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Support for reporting bound property changes for Object properties.LayerUI.getPropertyChangeListeners
(String propertyName) Returns an array of all the listeners which have been associated with the named property.void
LayerUI.removePropertyChangeListener
(String propertyName,PropertyChangeListener listener) Removes aPropertyChangeListener
from the listener list for a specific property.Constructors injavax.swing.plaf with parameters of typeStringModifierConstructorDescriptionFontUIResource
(String name, int style, int size) Constructs aFontUIResource
.TitledBorderUIResource
(String title) Constructs aTitledBorderUIResource
.TitledBorderUIResource
(Border border,String title) Constructs aTitledBorderUIResource
.TitledBorderUIResource
(Border border,String title, int titleJustification, int titlePosition) Constructs aTitledBorderUIResource
.TitledBorderUIResource
(Border border,String title, int titleJustification, int titlePosition,Font titleFont) Constructs aTitledBorderUIResource
.TitledBorderUIResource
(Border border,String title, int titleJustification, int titlePosition,Font titleFont,Color titleColor) Constructs aTitledBorderUIResource
.Uses ofString injavax.swing.plaf.basic
Fields injavax.swing.plaf.basic declared asStringModifier and TypeFieldDescriptionprotectedString
BasicMenuItemUI.acceleratorDelimiter
Accelerator delimiter string, such as'+'
in'Ctrl+C'
.protectedString
BasicFileChooserUI.cancelButtonText
Cancel button textprotectedString
BasicFileChooserUI.cancelButtonToolTipText
Cancel button tool tip textprotected static finalString
BasicInternalFrameTitlePane.CLOSE_CMD
The close button text property.protectedString
BasicToolBarUI.constraintBeforeFloating
The layout before floating.protectedString
BasicFileChooserUI.directoryOpenButtonText
The label text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY.protectedString
BasicFileChooserUI.directoryOpenButtonToolTipText
The tooltip text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY.static finalString
BasicHTML.documentBaseKey
Key stored as a client property to indicate the base that relative references are resolved against.protectedString
BasicFileChooserUI.helpButtonText
Help button textprotectedString
BasicFileChooserUI.helpButtonToolTipText
Help button tool tip textprotected static finalString
BasicInternalFrameTitlePane.ICONIFY_CMD
The minimize button text property.protected static finalString
BasicInternalFrameTitlePane.MAXIMIZE_CMD
The maximize button text property.protected static finalString
BasicInternalFrameTitlePane.MOVE_CMD
The move button text property.protected static finalString
BasicSplitPaneUI.NON_CONTINUOUS_DIVIDER
The divider used for non-continuous layout is added to the split pane with this object.protectedString
BasicFileChooserUI.openButtonText
Open button textprotectedString
BasicFileChooserUI.openButtonToolTipText
Open button tool tip textstatic finalString
BasicHTML.propertyKey
Key to use for the html renderer when stored as a client property of a JComponent.protected static finalString
BasicInternalFrameTitlePane.RESTORE_CMD
The restore button text property.protectedString
BasicFileChooserUI.saveButtonText
Save button textprotectedString
BasicFileChooserUI.saveButtonToolTipText
Save button tool tip textprotected static finalString
BasicInternalFrameTitlePane.SIZE_CMD
The size button text property.protectedString
BasicFileChooserUI.updateButtonText
Update button textprotectedString
BasicFileChooserUI.updateButtonToolTipText
Update button tool tip textMethods injavax.swing.plaf.basic that returnStringModifier and TypeMethodDescriptionBasicFileChooserUI.getApproveButtonText
(JFileChooser fc) Returns approve button text.BasicFileChooserUI.getApproveButtonToolTipText
(JFileChooser fc) Returns the approve button tool tip.staticString
BasicGraphicsUtils.getClippedString
(JComponent c,FontMetrics fm,String string, int availTextWidth) Clips the passed in string to the space provided.BasicFileChooserUI.AcceptAllFileFilter.getDescription()
The description of this filter.BasicFileChooserUI.getDialogTitle
(JFileChooser fc) Returns the title of this dialogBasicFileChooserUI.getDirectoryName()
Returns the directory name.BasicFileChooserUI.getFileName()
Returns the file name.protectedString
BasicTextUI.getKeymapName()
Fetches the name of the keymap that will be installed/used by default for this UI.protectedString
BasicButtonUI.getPropertyPrefix()
Returns the property prefix.BasicCheckBoxUI.getPropertyPrefix()
protectedString
BasicEditorPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protectedString
BasicFormattedTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protectedString
BasicMenuItemUI.getPropertyPrefix()
Returns a property prefix.protectedString
BasicPasswordFieldUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.protectedString
BasicTextAreaUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.protectedString
BasicTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protectedString
BasicTextPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protected abstractString
BasicTextUI.getPropertyPrefix()
Gets the name used as a key to look up properties through the UIManager.protectedString
BasicInternalFrameTitlePane.getTitle
(String text,FontMetrics fm, int availTextWidth) Returns the title.BasicTextUI.getToolTipText
(JTextComponent t,Point pt) Returns the string to be used as the tooltip at the passed in location.protectedString
BasicLabelUI.layoutCL
(JLabel label,FontMetrics fontMetrics,String text,Icon icon,Rectangle viewR,Rectangle iconR,Rectangle textR) Forwards the call to SwingUtilities.layoutCompoundLabel().Methods injavax.swing.plaf.basic with parameters of typeStringModifier and TypeMethodDescriptionvoid
BasicComboBoxUI.ComboBoxLayoutManager.addLayoutComponent
(String name,Component comp) void
BasicInternalFrameTitlePane.TitlePaneLayout.addLayoutComponent
(String name,Component c) void
BasicInternalFrameUI.InternalFrameLayout.addLayoutComponent
(String name,Component c) If the layout manager uses a per-component string, adds the componentcomp
to the layout, associating it with the string specified byname
.void
BasicOptionPaneUI.ButtonAreaLayout.addLayoutComponent
(String string,Component comp) void
BasicScrollBarUI.addLayoutComponent
(String name,Component child) void
BasicSplitPaneDivider.DividerLayout.addLayoutComponent
(String string,Component c) void
BasicSplitPaneUI.BasicHorizontalLayoutManager.addLayoutComponent
(String place,Component component) Adds the component at place.void
BasicTabbedPaneUI.TabbedPaneLayout.addLayoutComponent
(String name,Component comp) protected void
BasicOptionPaneUI.burstStringInto
(Container c,String d, int maxll) Recursively creates newJLabel
instances to representd
.staticView
BasicHTML.createHTMLView
(JComponent c,String html) Create an html renderer for the given component and string of html.static void
BasicGraphicsUtils.drawString
(Graphics g,String text, int underlinedChar, int x, int y) Draw a string with the graphicsg
at location (x,y) just likeg.drawString
would.static void
BasicGraphicsUtils.drawString
(JComponent c,Graphics2D g,String string, float x, float y) Draws the given string at the specified location using text properties and anti-aliasing hints from the provided component.static void
BasicGraphicsUtils.drawStringUnderlineCharAt
(Graphics g,String text, int underlinedIndex, int x, int y) Draw a string with the graphicsg
at location (x
,y
) just likeg.drawString
would.static void
BasicGraphicsUtils.drawStringUnderlineCharAt
(JComponent c,Graphics2D g,String string, int underlinedIndex, float x, float y) Draws the given string at the specified location underlining the specified character.protected void
BasicDirectoryModel.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Support for reporting bound property changes for boolean properties.staticString
BasicGraphicsUtils.getClippedString
(JComponent c,FontMetrics fm,String string, int availTextWidth) Clips the passed in string to the space provided.protectedPoint
BasicProgressBarUI.getStringPlacement
(Graphics g,String progressString, int x, int y, int width, int height) Designate the place where the progress string will be painted.static float
BasicGraphicsUtils.getStringWidth
(JComponent c,FontMetrics fm,String string) Returns the width of the passed in string using text properties and anti-aliasing hints from the provided component.protectedString
BasicInternalFrameTitlePane.getTitle
(String text,FontMetrics fm, int availTextWidth) Returns the title.static boolean
BasicHTML.isHTMLString
(String s) Check the given string to see if it should trigger the html rendering logic in a non-text component that supports html rendering.protectedString
BasicLabelUI.layoutCL
(JLabel label,FontMetrics fontMetrics,String text,Icon icon,Rectangle viewR,Rectangle iconR,Rectangle textR) Forwards the call to SwingUtilities.layoutCompoundLabel().protected void
BasicTabbedPaneUI.layoutLabel
(int tabPlacement,FontMetrics metrics, int tabIndex,String title,Icon icon,Rectangle tabRect,Rectangle iconRect,Rectangle textRect, boolean isSelected) Lays out a label.protected void
BasicLookAndFeel.loadSystemColors
(UIDefaults table,String[] systemColors, boolean useNative) Populatestable
with thename-color
pairs insystemColors
.protected void
BasicLabelUI.paintDisabledText
(JLabel l,Graphics g,String s, int textX, int textY) Paint clippedText at textX, textY with background.lighter() and then shifted down and to the right by one pixel with background.darker().protected void
BasicLabelUI.paintEnabledText
(JLabel l,Graphics g,String s, int textX, int textY) Paint clippedText at textX, textY with the labels foreground color.protected void
BasicButtonUI.paintText
(Graphics g,AbstractButton b,Rectangle textRect,String text) Method which renders the text of the current button.protected void
BasicButtonUI.paintText
(Graphics g,JComponent c,Rectangle textRect,String text) Method which renders the text of the current button.protected void
Renders the text of the current menu item.protected void
BasicTabbedPaneUI.paintText
(Graphics g, int tabPlacement,Font font,FontMetrics metrics, int tabIndex,String title,Rectangle textRect, boolean isSelected) Paints text.void
BasicFileChooserUI.setDirectoryName
(String dirname) Sets the directory name.void
BasicFileChooserUI.setFileName
(String filename) Sets the file name.static void
BasicHTML.updateRenderer
(JComponent c,String text) Stash the HTML render for the given text into the client properties of the given JComponent.Constructors injavax.swing.plaf.basic with parameters of typeStringModifierConstructorDescriptionConstructs a new instance ofTreeCancelEditingAction
.TreeHomeAction
(int direction,String name) Constructs a new instance ofTreeHomeAction
.TreeIncrementAction
(int direction,String name) Constructs a new instance ofTreeIncrementAction
.TreePageAction
(int direction,String name) Constructs a new instance ofTreePageAction
.TreeToggleAction
(String name) Constructs a new instance ofTreeToggleAction
.TreeTraverseAction
(int direction,String name) Constructs a new instance ofTreeTraverseAction
.Uses ofString injavax.swing.plaf.metal
Fields injavax.swing.plaf.metal declared asStringModifier and TypeFieldDescriptionstatic finalString
MetalScrollBarUI.FREE_STANDING_PROP
The propertyJScrollBar.isFreeStanding
.protected staticString
MetalInternalFrameUI.IS_PALETTE
The propertyJInternalFrame.isPalette
.protected finalString
MetalSliderUI.SLIDER_FILL
Property forJSlider.isFilled
.Methods injavax.swing.plaf.metal that returnStringModifier and TypeMethodDescriptionMetalToolTipUI.getAcceleratorString()
Returns the accelerator string.MetalLookAndFeel.getDescription()
Returns a short description of this look and feel.MetalFileChooserUI.getDirectoryName()
Returns the directory name.MetalLookAndFeel.getID()
Returns an identifier for this look and feel.DefaultMetalTheme.getName()
Returns the name of this theme.MetalLookAndFeel.getName()
Returns the name of this look and feel.abstractString
MetalTheme.getName()
Returns the name of this theme.OceanTheme.getName()
Return the name of this theme, "Ocean".MetalCheckBoxUI.getPropertyPrefix()
Methods injavax.swing.plaf.metal with parameters of typeStringModifier and TypeMethodDescriptionprotected void
MetalLabelUI.paintDisabledText
(JLabel l,Graphics g,String s, int textX, int textY) Just paint the text gray (Label.disabledForeground) rather than in the labels foreground color.void
MetalFileChooserUI.setDirectoryName
(String dirname) Sets the directory name.Uses ofString injavax.swing.plaf.multi
Methods injavax.swing.plaf.multi that returnStringModifier and TypeMethodDescriptionMultiFileChooserUI.getApproveButtonText
(JFileChooser a) Invokes thegetApproveButtonText
method on each UI handled by this object.MultiLookAndFeel.getDescription()
Returns a one-line description of this look and feel.MultiFileChooserUI.getDialogTitle
(JFileChooser a) Invokes thegetDialogTitle
method on each UI handled by this object.MultiLookAndFeel.getID()
Returns a string, suitable for use by applications/services, that identifies this look and feel.MultiLookAndFeel.getName()
Returns a string, suitable for use in menus, that identifies this look and feel.MultiTextUI.getToolTipText
(JTextComponent a,Point b) Invokes thegetToolTipText
method on each UI handled by this object.Uses ofString injavax.swing.plaf.nimbus
Fields injavax.swing.plaf.nimbus declared asStringModifier and TypeFieldDescriptionstatic finalString
NimbusStyle.LARGE_KEY
Large keystatic finalString
NimbusStyle.MINI_KEY
Mini keystatic finalString
NimbusStyle.SMALL_KEY
Small keyMethods injavax.swing.plaf.nimbus that returnStringModifier and TypeMethodDescriptionNimbusLookAndFeel.getDescription()
Returns a textual description of this look and feel.NimbusLookAndFeel.getID()
Return a string that identifies this look and feel.NimbusLookAndFeel.getName()
Return a short string that identifies this look and feel.Methods injavax.swing.plaf.nimbus with parameters of typeStringModifier and TypeMethodDescriptionprotected finalColor
AbstractRegionPainter.decodeColor
(String key, float hOffset, float sOffset, float bOffset, int aOffset) Decodes and returns a color, which is derived from a base color in UI defaults.protected finalColor
AbstractRegionPainter.getComponentColor
(JComponent c,String property,Color defaultColor, float saturationOffset, float brightnessOffset, int alphaOffset) Get a color property from the given JComponent.NimbusLookAndFeel.getDerivedColor
(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset, boolean uiResource) Get a derived color, derived colors are shared instances and is color value will change when its parent UIDefault color changes.void
Registers a third party component with the NimbusLookAndFeel.Returns the enum constant of this class with the specified name.Constructors injavax.swing.plaf.nimbus with parameters of typeStringUses ofString injavax.swing.plaf.synth
Methods injavax.swing.plaf.synth that returnStringModifier and TypeMethodDescriptionSynthLookAndFeel.getDescription()
Returns a textual description of SynthLookAndFeel.SynthLookAndFeel.getID()
Return a string that identifies this look and feel.Region.getName()
Returns the name of the region.SynthLookAndFeel.getName()
Return a short string that identifies this look and feel.protectedString
SynthFormattedTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protectedString
SynthPasswordFieldUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.protectedString
SynthTextPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.SynthStyle.getString
(SynthContext context,Object key,String defaultValue) Convenience method to get a specific style property whose value is a String.SynthGraphicsUtils.layoutText
(SynthContext ss,FontMetrics fm,String text,Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition,Rectangle viewR,Rectangle iconR,Rectangle textR, int iconTextGap) Lays out text and an icon returning, by reference, the location to place the icon and text.ColorType.toString()
Returns the textual description of thisColorType
.Region.toString()
Returns the name of the Region.Methods injavax.swing.plaf.synth with parameters of typeStringModifier and TypeMethodDescriptionint
SynthGraphicsUtils.computeStringWidth
(SynthContext ss,Font font,FontMetrics metrics,String text) Returns the size of the passed in string.SynthGraphicsUtils.getMaximumSize
(SynthContext ss,Font font,String text,Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex) Returns the maximum size needed to properly render an icon and text.SynthGraphicsUtils.getMinimumSize
(SynthContext ss,Font font,String text,Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex) Returns the minimum size needed to properly render an icon and text.SynthGraphicsUtils.getPreferredSize
(SynthContext ss,Font font,String text,Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex) Returns the preferred size needed to properly render an icon and text.SynthStyle.getString
(SynthContext context,Object key,String defaultValue) Convenience method to get a specific style property whose value is a String.SynthGraphicsUtils.layoutText
(SynthContext ss,FontMetrics fm,String text,Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition,Rectangle viewR,Rectangle iconR,Rectangle textR, int iconTextGap) Lays out text and an icon returning, by reference, the location to place the icon and text.void
SynthGraphicsUtils.paintText
(SynthContext ss,Graphics g,String text, int x, int y, int mnemonicIndex) Paints text at the specified location.void
SynthGraphicsUtils.paintText
(SynthContext ss,Graphics g,String text,Rectangle bounds, int mnemonicIndex) Paints text at the specified location.void
SynthGraphicsUtils.paintText
(SynthContext ss,Graphics g,String text,Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex, int textOffset) Paints an icon and text.protected void
SynthProgressBarUI.paintText
(SynthContext context,Graphics g,String title) Paints the component's text.Constructors injavax.swing.plaf.synth with parameters of typeStringUses ofString injavax.swing.table
Fields injavax.swing.table declared asStringModifier and TypeFieldDescriptionstatic finalString
TableColumn.CELL_RENDERER_PROPERTY
Obsolete as of Java 2 platform v1.3.static finalString
TableColumn.COLUMN_WIDTH_PROPERTY
Obsolete as of Java 2 platform v1.3.static finalString
TableColumn.HEADER_RENDERER_PROPERTY
Obsolete as of Java 2 platform v1.3.static finalString
TableColumn.HEADER_VALUE_PROPERTY
Obsolete as of Java 2 platform v1.3.Methods injavax.swing.table that returnStringModifier and TypeMethodDescriptionAbstractTableModel.getColumnName
(int column) Returns a default name for the column using spreadsheet conventions: A, B, C, ...DefaultTableModel.getColumnName
(int column) Returns the column name.TableModel.getColumnName
(int columnIndex) Returns the name of the column atcolumnIndex
.JTableHeader.getToolTipText
(MouseEvent event) Allows the renderer's tips to be used if there is text set.JTableHeader.getUIClassID()
Returns the suffix used to construct the name of the look and feel (L&F) class used to render this component.protectedString
JTableHeader.paramString()
Returns a string representation of thisJTableHeader
.abstractString
TableStringConverter.toString
(TableModel model, int row, int column) Returns the string representation of the value at the specified location.Methods injavax.swing.table with parameters of typeStringModifier and TypeMethodDescriptionint
AbstractTableModel.findColumn
(String columnName) Returns a column given its name.void
DefaultTableCellRenderer.firePropertyChange
(String propertyName, boolean oldValue, boolean newValue) Overridden for performance reasons.protected void
DefaultTableCellRenderer.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Overridden for performance reasons.void
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.setAccessibleDescription
(String s) void
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.setAccessibleName
(String s) Uses ofString injavax.swing.text
Fields injavax.swing.text declared asStringModifier and TypeFieldDescriptionJTextComponent.KeyBinding.actionName
The name of the action for the key.static finalString
DefaultEditorKit.backwardAction
Name of the Action for moving the caret logically backward one position.protected static finalString
AbstractDocument.BAD_LOCATION
Error message to indicate a bad location.static finalString
DefaultEditorKit.beepAction
Name of the action to create a beep.static finalString
DefaultEditorKit.beginAction
Name of theAction
for moving the caret to the beginning of the document.static finalString
DefaultEditorKit.beginLineAction
Name of theAction
for moving the caret to the beginning of a line.static finalString
DefaultEditorKit.beginLineUpAction
Name of theAction
for moving the caret to the beginning of the current line or up to the beginning of the previous line if the caret is already at the beginning of the line.static finalString
DefaultEditorKit.beginParagraphAction
Name of theAction
for moving the caret to the beginning of a paragraph.static finalString
DefaultEditorKit.beginWordAction
Name of theAction
for moving the caret to the beginning of a word.static finalString
AbstractDocument.BidiElementName
Name of elements used to hold a unidirectional runstatic finalString
StyleConstants.ComponentElementName
Name of elements used to represent components.static finalString
AbstractDocument.ContentElementName
Name of elements used to represent contentstatic finalString
DefaultEditorKit.copyAction
Name of the action to copy the selected region and place the contents into the system clipboard.static finalString
DefaultEditorKit.cutAction
Name of the action to cut the selected region and place the contents into the system clipboard.static finalString
JTextComponent.DEFAULT_KEYMAP
The default keymap that will be shared by allJTextComponent
instances unless they have had a different keymap set.static finalString
StyleContext.DEFAULT_STYLE
The name given to the default logical style attached to paragraphs.static finalString
DefaultEditorKit.defaultKeyTypedAction
Name of the action that is executed by default if akey typed event is received and there is no keymap entry.static finalString
DefaultEditorKit.deleteNextCharAction
Name of the action to delete the character of content that follows the current caret position.static finalString
DefaultEditorKit.deleteNextWordAction
Name of the action to delete the word that follows the beginning of the selection.static finalString
DefaultEditorKit.deletePrevCharAction
Name of the action to delete the character of content that precedes the current caret position.static finalString
DefaultEditorKit.deletePrevWordAction
Name of the action to delete the word that precedes the beginning of the selection.static finalString
DefaultEditorKit.downAction
Name of the Action for moving the caret logically downward one position.static finalString
AbstractDocument.ElementNameAttribute
Name of the attribute used to specify element names.static finalString
DefaultEditorKit.endAction
Name of theAction
for moving the caret to the end of the document.static finalString
DefaultEditorKit.endLineAction
Name of theAction
for moving the caret to the end of a line.static finalString
DefaultEditorKit.endLineDownAction
Name of theAction
for moving the caret to the end of the current line or down to the end of the next line if the caret is already at the end of the line.static finalString
DefaultEditorKit.EndOfLineStringProperty
When reading a document if a CRLF is encountered a property with this name is added and the value will be "\r\n".static finalString
DefaultEditorKit.endParagraphAction
Name of theAction
for moving the caret to the end of a paragraph.static finalString
DefaultEditorKit.endWordAction
Name of the Action for moving the caret to the end of a word.static finalString
JTextComponent.FOCUS_ACCELERATOR_KEY
The bound property name for the focus accelerator.static finalString
DefaultEditorKit.forwardAction
Name of the Action for moving the caret logically forward one position.static finalString
StyleConstants.IconElementName
Name of elements used to represent icons.static finalString
DefaultEditorKit.insertBreakAction
Name of the action to place a line/paragraph break into the document.static finalString
DefaultEditorKit.insertContentAction
Name of the action to place content into the associated document.static finalString
DefaultEditorKit.insertTabAction
Name of the action to place a tab character into the document.static finalString
PlainDocument.lineLimitAttribute
Name of the attribute that specifies the maximum length of a line, if there is a maximum length.static finalString
DefaultEditorKit.nextWordAction
Name of theAction
for moving the caret to the beginning of the next word.static finalString
DefaultEditorKit.pageDownAction
Name of the action to page down vertically.static finalString
DefaultEditorKit.pageUpAction
Name of the action to page up vertically.static finalString
AbstractDocument.ParagraphElementName
Name of elements used to represent paragraphsstatic finalString
DefaultEditorKit.pasteAction
Name of the action to paste the contents of the system clipboard into the selected region, or before the caret if nothing is selected.static finalString
DefaultEditorKit.previousWordAction
Name of theAction
for moving the caret to the beginning of the previous word.static finalString
DefaultEditorKit.readOnlyAction
Name of the action to set the editor into read-only mode.static finalString
AbstractDocument.SectionElementName
Name of elements used to hold sections (lines/paragraphs).static finalString
DefaultEditorKit.selectAllAction
Name of the Action for selecting the entire documentstatic finalString
DefaultEditorKit.selectionBackwardAction
Name of the Action for extending the selection by moving the caret logically backward one position.static finalString
DefaultEditorKit.selectionBeginAction
Name of theAction
for moving the caret to the beginning of the document.static finalString
DefaultEditorKit.selectionBeginLineAction
Name of theAction
for moving the caret to the beginning of a line, extending the selection.static finalString
DefaultEditorKit.selectionBeginParagraphAction
Name of theAction
for moving the caret to the beginning of a paragraph, extending the selection.static finalString
DefaultEditorKit.selectionBeginWordAction
Name of theAction
for moving the caret to the beginning of a word, extending the selection.static finalString
DefaultEditorKit.selectionDownAction
Name of the Action for moving the caret logically downward one position, extending the selection.static finalString
DefaultEditorKit.selectionEndAction
Name of the Action for moving the caret to the end of the document.static finalString
DefaultEditorKit.selectionEndLineAction
Name of theAction
for moving the caret to the end of a line, extending the selection.static finalString
DefaultEditorKit.selectionEndParagraphAction
Name of theAction
for moving the caret to the end of a paragraph, extending the selection.static finalString
DefaultEditorKit.selectionEndWordAction
Name of the Action for moving the caret to the end of a word, extending the selection.static finalString
DefaultEditorKit.selectionForwardAction
Name of the Action for extending the selection by moving the caret logically forward one position.static finalString
DefaultEditorKit.selectionNextWordAction
Name of theAction
for moving the selection to the beginning of the next word, extending the selection.static finalString
DefaultEditorKit.selectionPreviousWordAction
Name of theAction
for moving the selection to the beginning of the previous word, extending the selection.static finalString
DefaultEditorKit.selectionUpAction
Name of the Action for moving the caret logically upward one position, extending the selection.static finalString
DefaultEditorKit.selectLineAction
Name of the Action for selecting a line around the caret.static finalString
DefaultEditorKit.selectParagraphAction
Name of the Action for selecting a paragraph around the caret.static finalString
DefaultEditorKit.selectWordAction
Name of the Action for selecting a word around the caret.static finalString
Document.StreamDescriptionProperty
The property name for the description of the stream used to initialize the document.static finalString
PlainDocument.tabSizeAttribute
Name of the attribute that specifies the tab size for tabs contained in the content.static finalString
Document.TitleProperty
The property name for the title of the document, if there is one.static finalString
DefaultEditorKit.upAction
Name of the Action for moving the caret logically upward one position.static finalString
DefaultEditorKit.writableAction
Name of the action to set the editor into writeable mode.Methods injavax.swing.text that returnStringModifier and TypeMethodDescriptionJTextComponent.AccessibleJTextComponent.getAccessibleActionDescription
(int i) Returns a description of the specified action of the object.JTextComponent.AccessibleJTextComponent.getAfterIndex
(int part, int index) Returns the String after a given index.JTextComponent.AccessibleJTextComponent.getAtIndex
(int part, int index) Returns the String at a given index.JTextComponent.AccessibleJTextComponent.getBeforeIndex
(int part, int index) Returns the String before a given index.ChangedCharSetException.getCharSetSpec()
Returns the char set specification.DefaultEditorKit.getContentType()
Gets the MIME type of the data that this kit represents support for.abstractString
EditorKit.getContentType()
Gets the MIME type of the data that this kit represents support for.staticString
StyleConstants.getFontFamily
(AttributeSet a) Gets the font family setting from the attribute list.MaskFormatter.getInvalidCharacters()
Returns the characters that are not valid for input.AbstractWriter.getLineSeparator()
Returns the string used to represent newlines.MaskFormatter.getMask()
Returns the formatting mask.AbstractDocument.AbstractElement.getName()
Gets the name of the element.AbstractDocument.BranchElement.getName()
Gets the element name.AbstractDocument.LeafElement.getName()
Gets the element name.DefaultStyledDocument.SectionElement.getName()
Gets the name of the element.Element.getName()
Fetches the name of the element.Keymap.getName()
Fetches the name of the set of key-bindings.Style.getName()
Fetches the name of the style.StyleContext.NamedStyle.getName()
Fetches the name of the style.MaskFormatter.getPlaceholder()
Returns the String to use if the value does not completely fill in the mask.AbstractDocument.DefaultDocumentEvent.getPresentationName()
Provides a localized, human readable description of this edit suitable for use in, say, a change log.AbstractDocument.DefaultDocumentEvent.getRedoPresentationName()
Provides a localized, human readable description of the redoable form of this edit, e.g. for use as a Redo menu item.JTextComponent.AccessibleJTextComponent.getSelectedText()
Returns the portion of the text that is selected.JTextComponent.getSelectedText()
Returns the selected text contained in thisTextComponent
.AbstractDocument.Content.getString
(int where, int len) Fetches a string of characters contained in the sequence.GapContent.getString
(int where, int len) Retrieves a portion of the content.StringContent.getString
(int where, int len) Retrieves a portion of the content.AbstractDocument.getText
(int offset, int length) Gets a sequence of text from the document.protectedString
Returns the text associated with the element.Document.getText
(int offset, int length) Fetches the text contained within the given portion of the document.JTextComponent.getText()
Returns the text contained in thisTextComponent
.JTextComponent.getText
(int offs, int len) Fetches a portion of the text represented by the component.JTextComponent.AccessibleJTextComponent.getTextRange
(int startIndex, int endIndex) Returns the text string between two indices.JTextComponent.getToolTipText
(MouseEvent event) Returns the string to be used as the tooltip forevent
.View.getToolTipText
(float x, float y,Shape allocation) Returns the tooltip text at the specified location.AbstractDocument.DefaultDocumentEvent.getUndoPresentationName()
Provides a localized, human readable description of the undoable form of this edit, e.g. for use as an Undo menu item.MaskFormatter.getValidCharacters()
Returns the valid characters that can be input.protectedString
JTextComponent.paramString()
Returns a string representation of thisJTextComponent
.AbstractDocument.BranchElement.toString()
Converts the element to a string.AbstractDocument.DefaultDocumentEvent.toString()
Returns a string description of the change event.AbstractDocument.LeafElement.toString()
Converts the element to a string.DefaultStyledDocument.ElementSpec.toString()
Converts the element to a string.JTextComponent.DropLocation.toString()
Returns a string representation of this drop location.Position.Bias.toString()
string representationSegment.toString()
Converts a segment into a String.SimpleAttributeSet.toString()
Converts the attribute set to a String.StyleConstants.toString()
Returns the string representation.StyleContext.NamedStyle.toString()
Converts the style to a string.StyleContext.SmallAttributeSet.toString()
Returns a string showing the key/value pairs.StyleContext.toString()
Converts a StyleContext to a String.TabSet.toString()
Returns the string representation of the set of tabs.DefaultFormatter.valueToString
(Object value) Converts the passed in Object into a String by way of thetoString
method.InternationalFormatter.valueToString
(Object value) Returns a String representation of the Objectvalue
.MaskFormatter.valueToString
(Object value) Returns a String representation of the Objectvalue
based on the mask.Methods injavax.swing.text with parameters of typeStringModifier and TypeMethodDescriptionstaticKeymap
Adds a new keymap into the keymap hierarchy.Adds a new style into the logical style hierarchy.Adds a new style into the style hierarchy.Adds a new style into the logical style hierarchy.Gets a new font.staticKeymap
Fetches a named keymap previously added to the document.Fetches a named style previously added.Fetches a named style previously added to the documentFetches a named style previously added.AbstractDocument.Content.insertString
(int where,String str) Inserts a string of characters into the sequence.void
AbstractDocument.insertString
(int offs,String str,AttributeSet a) Inserts some content into the document.void
Document.insertString
(int offset,String str,AttributeSet a) Inserts a string of content.abstract void
DocumentFilter.FilterBypass.insertString
(int offset,String string,AttributeSet attr) Inserts the specified text, bypassing the DocumentFilter.void
DocumentFilter.insertString
(DocumentFilter.FilterBypass fb, int offset,String string,AttributeSet attr) Invoked prior to insertion of text into the specified Document.GapContent.insertString
(int where,String str) Inserts a string into the content.void
PlainDocument.insertString
(int offs,String str,AttributeSet a) Inserts some content into the document.StringContent.insertString
(int where,String str) Inserts a string into the content.void
JTextComponent.AccessibleJTextComponent.insertTextAtIndex
(int index,String s) Inserts the specified string at the given indexstaticKeymap
JTextComponent.removeKeymap
(String nm) Removes a named keymap previously added to the document.void
DefaultStyledDocument.removeStyle
(String nm) Removes a named style previously added to the document.void
StyleContext.removeStyle
(String nm) Removes a named style previously added to the document.void
StyledDocument.removeStyle
(String nm) Removes a named style previously added to the document.void
AbstractDocument.replace
(int offset, int length,String text,AttributeSet attrs) Deletes the region of text fromoffset
tooffset + length
, and replaces it withtext
.abstract void
DocumentFilter.FilterBypass.replace
(int offset, int length,String string,AttributeSet attrs) Deletes the region of text fromoffset
tooffset + length
, and replaces it withtext
.void
DocumentFilter.replace
(DocumentFilter.FilterBypass fb, int offset, int length,String text,AttributeSet attrs) Invoked prior to replacing a region of text in the specified Document.void
JTextComponent.replaceSelection
(String content) Replaces the currently selected content with new content represented by the given string.void
JTextComponent.AccessibleJTextComponent.replaceText
(int startIndex, int endIndex,String s) Replaces the text between two indices with the specified string.static void
StyleConstants.setFontFamily
(MutableAttributeSet a,String fam) Sets the font attribute.void
MaskFormatter.setInvalidCharacters
(String invalidCharacters) Allows for further restricting of the characters that can be input.void
AbstractWriter.setLineSeparator
(String value) Sets the String used to represent newlines.void
Sets the mask dictating the legal characters.void
Changes the name of the style.void
MaskFormatter.setPlaceholder
(String placeholder) Sets the string to use if the value does not completely fill in the mask.void
Sets the text of thisTextComponent
to the specified text.void
JTextComponent.AccessibleJTextComponent.setTextContents
(String s) Sets the text contents to the specified string.void
MaskFormatter.setValidCharacters
(String validCharacters) Allows for further restricting of the characters that can be input.DefaultFormatter.stringToValue
(String string) Converts the passed in String into an instance ofgetValueClass
by way of the constructor that takes a String argument.InternationalFormatter.stringToValue
(String text) Returns theObject
representation of theString
text
.MaskFormatter.stringToValue
(String value) Parses the text, returning the appropriate Object representation of the Stringvalue
.protected void
Writes out a string.Constructors injavax.swing.text with parameters of typeStringModifierConstructorDescriptionAlignmentAction
(String nm, int a) Creates a new AlignmentAction.BadLocationException
(String s, int offs) Creates a new BadLocationException object.ChangedCharSetException
(String charSetSpec, boolean charSetKey) Constructs aChangedCharSetException
.FontFamilyAction
(String nm,String family) Creates a new FontFamilyAction.FontSizeAction
(String nm, int size) Creates a new FontSizeAction.ForegroundAction
(String nm,Color fg) Creates a new ForegroundAction.KeyBinding
(KeyStroke key,String actionName) Creates a new key binding.MaskFormatter
(String mask) Creates aMaskFormatter
with the specified mask.NamedStyle
(String name,Style parent) Creates a new named style.Creates a new StyledTextAction from a string action name.TextAction
(String name) Creates a new JTextAction object.Uses ofString injavax.swing.text.html
Fields injavax.swing.text.html declared asStringModifier and TypeFieldDescriptionstatic finalString
HTMLDocument.AdditionalComments
Document property key value.static finalString
HTMLEditorKit.BOLD_ACTION
The bold action identifierstatic finalString
HTMLEditorKit.COLOR_ACTION
The Color choice action identifier The color is passed as an argumentstatic finalString
HTMLEditorKit.DEFAULT_CSS
Default Cascading Style Sheet file that sets up the tag views.static finalString
HTMLEditorKit.FONT_CHANGE_BIGGER
The font size increase to next value action identifierstatic finalString
HTMLEditorKit.FONT_CHANGE_SMALLER
The font size decrease to next value action identifierprotectedString
HTMLEditorKit.InsertHTMLTextAction.html
HTML to insert.static finalString
HTMLEditorKit.IMG_ALIGN_BOTTOM
Align images at the bottom.static finalString
HTMLEditorKit.IMG_ALIGN_MIDDLE
Align images in the middle.static finalString
HTMLEditorKit.IMG_ALIGN_TOP
Align images at the top.static finalString
HTMLEditorKit.IMG_BORDER
Align images at the border.static finalString
HTMLEditorKit.ITALIC_ACTION
The italic action identifierstatic finalString
HTMLEditorKit.LOGICAL_STYLE_ACTION
The logical style choice action identifier The logical style is passed in as an argumentstatic finalString
HTML.NULL_ATTRIBUTE_VALUE
NULL_ATTRIBUTE_VALUE
used in cases where the value for the attribute has not been specified.static finalString
HTMLEditorKit.PARA_INDENT_LEFT
The paragraph left indent action identifierstatic finalString
HTMLEditorKit.PARA_INDENT_RIGHT
The paragraph right indent action identifierstatic finalString
FormView.RESET
Deprecated.As of 1.3, value comes from UIManager UIManager property FormView.resetButtonTextstatic finalString
FormView.SUBMIT
Deprecated.As of 1.3, value now comes from UIManager property FormView.submitButtonTextMethods injavax.swing.text.html that returnStringModifier and TypeMethodDescriptionImageView.getAltText()
Returns the text to display if the image cannot be loaded.HTMLEditorKit.getContentType()
Get the MIME type of the data that this kit represents support for.FormSubmitEvent.getData()
Gets the form submission data.CSS.Attribute.getDefaultValue()
Fetch the default value for the attribute.Option.getLabel()
Fetch the label associated with the option.HTMLDocument.BlockElement.getName()
Gets the name of the element.HTMLDocument.RunElement.getName()
Gets the name of the element.HTMLFrameHyperlinkEvent.getTarget()
returns the target for the link.ImageView.getToolTipText
(float x, float y,Shape allocation) For images the tooltip text comes from text specified with theALT
attribute.Option.getValue()
Convenient method to return the string associated with thevalue
attribute.CSS.Attribute.toString()
The string representation of the attribute.HTML.Attribute.toString()
Returns the string representation of this attribute.HTML.Tag.toString()
Returns the string representation of the tag.Option.toString()
String representation is the label.Methods injavax.swing.text.html with parameters of typeStringModifier and TypeMethodDescriptionvoid
StyleSheet.addCSSAttribute
(MutableAttributeSet attr,CSS.Attribute key,String value) Adds a CSS attribute to the given set.boolean
StyleSheet.addCSSAttributeFromHTML
(MutableAttributeSet attr,CSS.Attribute key,String value) Adds a CSS attribute to the given set.void
Adds a set of rules to the sheet.static finalCSS.Attribute
CSS.getAttribute
(String name) Translates a string to aCSS.Attribute
object.staticHTML.Attribute
HTML.getAttributeKey
(String attName) Fetches an attribute constant for a well-known attribute name (i.e. one of the attributes in the set {FACE, COMMENT, SIZE, COLOR, CLEAR, BACKGROUND, BGCOLOR, TEXT, LINK, VLINK, ALINK, WIDTH, HEIGHT, ALIGN, NAME, HREF, REL, REV, TITLE, TARGET, SHAPE, COORDS, ISMAP, NOHREF, ALT, ID, SRC, HSPACE, VSPACE, USEMAP, LOWSRC, CODEBASE, CODE, ARCHIVE, VALUE, VALUETYPE, TYPE, CLASS, STYLE, LANG, DIR, DECLARE, CLASSID, DATA, CODETYPE, STANDBY, BORDER, SHAPES, NOSHADE, COMPACT, START, ACTION, METHOD, ENCTYPE, CHECKED, MAXLENGTH, MULTIPLE, SELECTED, ROWS, COLS, DUMMY, CELLSPACING, CELLPADDING, VALIGN, HALIGN, NOWRAP, ROWSPAN, COLSPAN, PROMPT, HTTPEQUIV, CONTENT, LANGUAGE, VERSION, N, FRAMEBORDER, MARGINWIDTH, MARGINHEIGHT, SCROLLING, NORESIZE, MEDIA, ENDTAG}).StyleSheet.getDeclaration
(String decl) Translates a CSS declaration to an AttributeSet that represents the CSS declaration.HTMLDocument.getElement
(String id) Returns the element that has the given idAttribute
.float
StyleSheet.getPointSize
(String size) Given a string such as "+2", "-2", or "2", returns a point size value.Fetches the rule that best matches the selector given in string form.staticHTML.Tag
Fetches a tag constant for a well-known tag name (i.e. one of the tags in the set {A, ADDRESS, APPLET, AREA, B, BASE, BASEFONT, BIG, BLOCKQUOTE, BODY, BR, CAPTION, CENTER, CITE, CODE, DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML, I, IMG, INPUT, ISINDEX, KBD, LI, LINK, MAP, MENU, META, NOBR, NOFRAMES, OBJECT, OL, OPTION, P, PARAM, PRE, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, S, STRONG, STYLE, SUB, SUP, TABLE, TD, TEXTAREA, TH, TITLE, TR, TT, U, UL, VAR}.void
HTMLDocument.HTMLReader.handleEndOfLineString
(String eol) This is invoked after the stream has been parsed, but beforeflush
.void
HTMLEditorKit.ParserCallback.handleEndOfLineString
(String eol) This is invoked after the stream has been parsed, but beforeflush
.void
HTMLEditorKit.ParserCallback.handleError
(String errorMsg, int pos) Callback from the parser.protected void
FormView.imageSubmit
(String imageData) This method is called to submit a form in response to a click on an image -- an <INPUT> form element of type "image".void
HTMLDocument.insertAfterEnd
(Element elem,String htmlText) Inserts the HTML specified as a string after the end of the given element.void
HTMLDocument.insertAfterStart
(Element elem,String htmlText) Inserts the HTML specified as a string at the start of the element.protected void
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundary
(JEditorPane editor,HTMLDocument doc, int offset,Element insertElement,String html,HTML.Tag parentTag,HTML.Tag addTag) This is invoked when inserting at a boundary.protected void
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry
(JEditorPane editor,HTMLDocument doc, int offset,Element insertElement,String html,HTML.Tag parentTag,HTML.Tag addTag) Deprecated.As of Java 2 platform v1.3, use insertAtBoundaryvoid
HTMLDocument.insertBeforeEnd
(Element elem,String htmlText) Inserts the HTML specified as a string at the end of the element.void
HTMLDocument.insertBeforeStart
(Element elem,String htmlText) Inserts the HTML specified as a string before the start of the given element.void
HTMLEditorKit.insertHTML
(HTMLDocument doc, int offset,String html, int popDepth, int pushDepth,HTML.Tag insertTag) Inserts HTML into an existing document.protected void
HTMLEditorKit.InsertHTMLTextAction.insertHTML
(JEditorPane editor,HTMLDocument doc, int offset,String html, int popDepth, int pushDepth,HTML.Tag addTag) A cover for HTMLEditorKit.insertHTML.void
StyleSheet.removeStyle
(String nm) Removes a named style previously added to the document.void
StyleSheet.setBaseFontSize
(String size) Sets the base font size from the passed in String.void
HTMLDocument.setInnerHTML
(Element elem,String htmlText) Replaces the children of the given element with the contents specified as an HTML string.void
Sets the label to be used for the option.void
HTMLDocument.setOuterHTML
(Element elem,String htmlText) Replaces the given element in the parent with the contents specified as an HTML string.protected void
MinimalHTMLWriter.startFontTag
(String style) This is no longer used, instead <span> will be written out.StyleSheet.stringToColor
(String string) Converts a color string such as "RED" or "#NNNNNN" to a Color.protected void
FormView.submitData
(String data) This method is responsible for submitting the form data.Returns the enum constant of this class with the specified name.protected void
MinimalHTMLWriter.writeEndTag
(String endTag) Writes out an end tag appropriately indented.protected void
MinimalHTMLWriter.writeStartTag
(String tag) Writes out a start tag appropriately indented.Constructors injavax.swing.text.html with parameters of typeStringModifierConstructorDescriptionHTMLFrameHyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL targetURL,String targetFrame) Creates a new object representing a html frame hypertext link event.HTMLFrameHyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL targetURL,String desc,String targetFrame) Creates a new object representing a hypertext link event.HTMLFrameHyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL targetURL,String desc,Element sourceElement,InputEvent inputEvent,String targetFrame) Creates a new object representing a hypertext link event.HTMLFrameHyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL targetURL,String desc,Element sourceElement,String targetFrame) Creates a new object representing a hypertext link event.HTMLFrameHyperlinkEvent
(Object source,HyperlinkEvent.EventType type,URL targetURL,Element sourceElement,String targetFrame) Creates a new object representing a hypertext link event.HTMLTextAction
(String name) Creates a new HTMLTextAction from a string action name.InsertHTMLTextAction
(String name,String html,HTML.Tag parentTag,HTML.Tag addTag) Creates a new InsertHTMLTextAction.InsertHTMLTextAction
(String name,String html,HTML.Tag parentTag,HTML.Tag addTag,HTML.Tag alternateParentTag,HTML.Tag alternateAddTag) Creates a new InsertHTMLTextAction.protected
Creates a newTag
with the specifiedid
, and withcausesBreak
andisBlock
set tofalse
.protected
Creates a newTag
with the specifiedid
;causesBreak
andisBlock
are defined by the user.UnknownTag
(String id) Creates a newUnknownTag
with the specifiedid
.Uses ofString injavax.swing.text.html.parser
Fields injavax.swing.text.html.parser declared asStringModifier and TypeFieldDescriptionAttributeList.name
The attribute nameDTD.name
the name of the DTDElement.name
The name of the elementEntity.name
The name of the entity.AttributeList.value
The default attribute valueFields injavax.swing.text.html.parser with type parameters of typeStringModifier and TypeFieldDescriptionDTD.elementHash
The hash table contains the name of element and the corresponding element.Methods injavax.swing.text.html.parser that returnStringModifier and TypeMethodDescriptionAttributeList.getName()
Returns the attribute name.DTD.getName()
Gets the name of the DTD.Element.getName()
Get the name of the element.Entity.getName()
Gets the name of the entity.Entity.getString()
Returns the data as aString
.AttributeList.getValue()
Returns default attribute value.Parser.parseDTDMarkup()
Parses the Document Type Declaration markup declaration.AttributeList.toString()
ContentModel.toString()
Convert to a string.DTD.toString()
Returns a string representation of this DTD.Element.toString()
Convert to a string.staticString
AttributeList.type2name
(int tp) Converts a type to the attribute nameMethods injavax.swing.text.html.parser with parameters of typeStringModifier and TypeMethodDescriptionprotected staticDTD
Recreates a DTD from an archived format with the specifiedname
.protectedAttributeList
DTD.defAttributeList
(String name, int type, int modifier,String value,String values,AttributeList atts) Creates and returns anAttributeList
responding to a new attribute.protectedElement
DTD.defElement
(String name, int type, boolean omitStart, boolean omitEnd,ContentModel content,String[] exclusions,String[] inclusions,AttributeList atts) Creates and returns anElement
.Creates and returns a characterEntity
.protectedEntity
Creates and returns anEntity
.void
DTD.defineAttributes
(String name,AttributeList atts) Defines attributes for anElement
.DTD.defineElement
(String name, int type, boolean omitStart, boolean omitEnd,ContentModel content,BitSet exclusions,BitSet inclusions,AttributeList atts) Returns theElement
which matches the specified parameters.DTD.defineEntity
(String name, int type, char[] data) Defines an entity.protected void
Invokes the error handler with the 1st, 2nd and 3rd error message argument "?".protected void
Invokes the error handler with the 2nd and 3rd error message argument "?".protected void
Invokes the error handler with the 3rd error message argument "?".protected void
Invokes the error handler.Element.getAttribute
(String name) Get an attribute by name.Element.getAttributeByValue
(String value) Get an attribute by value.staticDTD
Returns a DTD with the specifiedname
.DTD.getElement
(String name) Gets an element by name.Gets an entity by name.protected void
Parser.handleError
(int ln,String msg) An error has occurred.static int
Converts an attribute name to the typestatic int
Convertsnm
to type.static int
Convertsnm
string to the corresponding entity type.static void
DTD.putDTDHash
(String name,DTD dtd) Put a name and appropriate DTD to hashtable.Constructors injavax.swing.text.html.parser with parameters of typeStringModifierConstructorDescriptionAttributeList
(String name) Create an attribute list element.AttributeList
(String name, int type, int modifier,String value,Vector<?> values,AttributeList next) Create an attribute list element.protected
Creates a new DTD with the specified name.Creates an entity.Uses ofString injavax.swing.text.rtf
Methods injavax.swing.text.rtf that returnStringModifier and TypeMethodDescriptionRTFEditorKit.getContentType()
Get the MIME type of the data that this kit represents support for.Uses ofString injavax.swing.tree
Fields injavax.swing.tree declared asStringModifier and TypeFieldDescriptionstatic finalString
DefaultTreeSelectionModel.SELECTION_MODE_PROPERTY
Property name for selectionMode.Methods injavax.swing.tree that returnStringModifier and TypeMethodDescriptionDefaultMutableTreeNode.toString()
Returns the result of sendingtoString()
to this node's user object, or the empty string if the node has no user object.DefaultTreeSelectionModel.toString()
Returns a string that displays and identifies this object's properties.TreePath.toString()
Returns a string that displays and identifies this object's properties.Methods injavax.swing.tree with parameters of typeStringModifier and TypeMethodDescriptionvoid
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, boolean oldValue, boolean newValue) Overridden for performance reasons.void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, byte oldValue, byte newValue) Overridden for performance reasons.void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, char oldValue, char newValue) Overridden for performance reasons.void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, double oldValue, double newValue) Overridden for performance reasons.void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, float oldValue, float newValue) Overridden for performance reasons.void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, int oldValue, int newValue) Overridden for performance reasons.void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, long oldValue, long newValue) Overridden for performance reasons.void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName, short oldValue, short newValue) Overridden for performance reasons.protected void
DefaultTreeCellRenderer.firePropertyChange
(String propertyName,Object oldValue,Object newValue) Overridden for performance reasons.Constructors injavax.swing.tree with parameters of typeStringModifierConstructorDescriptionExpandVetoException
(TreeExpansionEvent event,String message) Constructs an ExpandVetoException object with the specified message.Uses ofString injavax.swing.undo
Fields injavax.swing.undo declared asStringModifier and TypeFieldDescriptionprotected static finalString
StateEdit.RCSID
Obsolete RCS version identity.static finalString
StateEditable.RCSID
Resource ID for this class.protected static finalString
AbstractUndoableEdit.RedoName
String returned bygetRedoPresentationName
; as of Java 2 platform v1.3.1 this field is no longer used.protected static finalString
AbstractUndoableEdit.UndoName
String returned bygetUndoPresentationName
; as of Java 2 platform v1.3.1 this field is no longer used.protectedString
StateEdit.undoRedoName
The undo/redo presentation nameMethods injavax.swing.undo that returnStringModifier and TypeMethodDescriptionAbstractUndoableEdit.getPresentationName()
This default implementation returns "".CompoundEdit.getPresentationName()
ReturnsgetPresentationName
from the lastUndoableEdit
added toedits
.StateEdit.getPresentationName()
Gets the presentation name for this editUndoableEdit.getPresentationName()
Returns a localized, human-readable description of this edit, suitable for use in a change log, for example.AbstractUndoableEdit.getRedoPresentationName()
Retrieves the value from the defaults table with keyAbstractUndoableEdit.redoText
and returns that value followed by a space, followed bygetPresentationName
.CompoundEdit.getRedoPresentationName()
ReturnsgetRedoPresentationName
from the lastUndoableEdit
added toedits
.UndoableEdit.getRedoPresentationName()
Returns a localized, human-readable description of the redoable form of this edit, suitable for use as a Redo menu item, for example.UndoManager.getRedoPresentationName()
Returns a description of the redoable form of this edit.UndoManager.getUndoOrRedoPresentationName()
Convenience method that returns eithergetUndoPresentationName
orgetRedoPresentationName
.AbstractUndoableEdit.getUndoPresentationName()
Retrieves the value from the defaults table with keyAbstractUndoableEdit.undoText
and returns that value followed by a space, followed bygetPresentationName
.CompoundEdit.getUndoPresentationName()
ReturnsgetUndoPresentationName
from the lastUndoableEdit
added toedits
.UndoableEdit.getUndoPresentationName()
Returns a localized, human-readable description of the undoable form of this edit, suitable for use as an Undo menu item, for example.UndoManager.getUndoPresentationName()
Returns a description of the undoable form of this edit.AbstractUndoableEdit.toString()
Returns a string that displays and identifies this object's properties.CompoundEdit.toString()
Returns a string that displays and identifies this object's properties.UndoableEditSupport.toString()
Returns a string that displays and identifies this object's properties.UndoManager.toString()
Returns a string that displays and identifies this object's properties.Methods injavax.swing.undo with parameters of typeStringModifier and TypeMethodDescriptionprotected void
StateEdit.init
(StateEditable anObject,String name) Initialize the state edit.Constructors injavax.swing.undo with parameters of typeStringModifierConstructorDescriptionStateEdit
(StateEditable anObject,String name) Create and return a new StateEdit with a presentation name.Uses ofString injavax.tools
Fields injavax.tools declared asStringModifier and TypeFieldDescriptionfinalString
JavaFileObject.Kind.extension
The extension which (by convention) is normally used for this kind of file object.Methods injavax.tools that returnStringModifier and TypeMethodDescriptionDiagnostic.getCode()
Returns a diagnostic code indicating the type of diagnostic.Diagnostic.getMessage
(Locale locale) Returns a localized message for the given locale.DocumentationTool.Location.getName()
FileObject.getName()
Returns a user-friendly name for this file object.ForwardingFileObject.getName()
JavaFileManager.Location.getName()
Returns the name of this location.SimpleJavaFileObject.getName()
StandardLocation.getName()
ForwardingJavaFileManager.inferBinaryName
(JavaFileManager.Location location,JavaFileObject file) JavaFileManager.inferBinaryName
(JavaFileManager.Location location,JavaFileObject file) Infers a binary name of a file object based on a package-oriented location.ForwardingJavaFileManager.inferModuleName
(JavaFileManager.Location location) defaultString
JavaFileManager.inferModuleName
(JavaFileManager.Location location) Infer the name of the module from its location, as returned bygetLocationForModule
orlistModuleLocations
.defaultString
Tool.name()
Returns the name of this tool, or an empty string if no name is provided.Methods injavax.tools with parameters of typeStringModifier and TypeMethodDescriptionstaticJavaFileObject
Creates aJavaFileObject
which represents the given source content.ForwardingJavaFileManager.getFileForInput
(JavaFileManager.Location location,String packageName,String relativeName) JavaFileManager.getFileForInput
(JavaFileManager.Location location,String packageName,String relativeName) Returns afile object for input representing the specifiedrelative name in the specified package in the given package-oriented location.ForwardingJavaFileManager.getFileForOutput
(JavaFileManager.Location location,String packageName,String relativeName,FileObject sibling) JavaFileManager.getFileForOutput
(JavaFileManager.Location location,String packageName,String relativeName,FileObject sibling) Returns afile object for output representing the specifiedrelative name in the specified package in the given location.ForwardingJavaFileManager.getFileForOutputForOriginatingFiles
(JavaFileManager.Location location,String packageName,String relativeName,FileObject... originatingFiles) Returns afile object for output representing the specifiedrelative name in the specified package in the given location.defaultFileObject
JavaFileManager.getFileForOutputForOriginatingFiles
(JavaFileManager.Location location,String packageName,String relativeName,FileObject... originatingFiles) Returns afile object for output representing the specifiedrelative name in the specified package in the given location.ForwardingJavaFileManager.getJavaFileForInput
(JavaFileManager.Location location,String className,JavaFileObject.Kind kind) JavaFileManager.getJavaFileForInput
(JavaFileManager.Location location,String className,JavaFileObject.Kind kind) Returns afile object for input representing the specified class of the specified kind in the given package-oriented location.ForwardingJavaFileManager.getJavaFileForOutput
(JavaFileManager.Location location,String className,JavaFileObject.Kind kind,FileObject sibling) JavaFileManager.getJavaFileForOutput
(JavaFileManager.Location location,String className,JavaFileObject.Kind kind,FileObject sibling) Returns afile object for output representing the specified class of the specified kind in the given package-oriented location.ForwardingJavaFileManager.getJavaFileForOutputForOriginatingFiles
(JavaFileManager.Location location,String className,JavaFileObject.Kind kind,FileObject... originatingFiles) Returns afile object for output representing the specified class of the specified kind in the given package-oriented location.defaultJavaFileObject
JavaFileManager.getJavaFileForOutputForOriginatingFiles
(JavaFileManager.Location location,String className,JavaFileObject.Kind kind,FileObject... originatingFiles) Returns afile object for output representing the specified class of the specified kind in the given package-oriented location.Iterable
<? extendsJavaFileObject> StandardJavaFileManager.getJavaFileObjects
(String... names) Returns file objects representing the given file names.ForwardingJavaFileManager.getLocationForModule
(JavaFileManager.Location location,String moduleName) defaultJavaFileManager.Location
JavaFileManager.getLocationForModule
(JavaFileManager.Location location,String moduleName) Gets a location for a named module within a location, which may be either a module-oriented location or an output location.Converts a path string, or a sequence of strings that when joined form a path string, to a Path.boolean
ForwardingJavaFileManager.handleOption
(String current,Iterator<String> remaining) boolean
JavaFileManager.handleOption
(String current,Iterator<String> remaining) Handles one option.boolean
ForwardingJavaFileObject.isNameCompatible
(String simpleName,JavaFileObject.Kind kind) boolean
JavaFileObject.isNameCompatible
(String simpleName,JavaFileObject.Kind kind) Checks if this file object is compatible with the specified simple name and kind.boolean
SimpleJavaFileObject.isNameCompatible
(String simpleName,JavaFileObject.Kind kind) Checks if this file object is compatible with the specified simple name and kind.int
ForwardingJavaFileManager.isSupportedOption
(String option) int
OptionChecker.isSupportedOption
(String option) Determines if the given option is supported and if so, the number of arguments the option takes.ForwardingJavaFileManager.list
(JavaFileManager.Location location,String packageName,Set<JavaFileObject.Kind> kinds, boolean recurse) JavaFileManager.list
(JavaFileManager.Location location,String packageName,Set<JavaFileObject.Kind> kinds, boolean recurse) Lists all file objects matching the given criteria in the given package-oriented location.staticJavaFileManager.Location
StandardLocation.locationFor
(String name) Returns a location object with the given name.int
Tool.run
(InputStream in,OutputStream out,OutputStream err,String... arguments) Run the tool with the given I/O channels and arguments.default void
StandardJavaFileManager.setLocationForModule
(JavaFileManager.Location location,String moduleName,Collection<? extendsPath> paths) Associates the given search path with the given module and location, which must be a module-oriented or output location.staticDiagnostic.Kind
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticJavaFileObject.Kind
Returns the enum constant of this class with the specified name.staticStandardLocation
Returns the enum constant of this class with the specified name.Method parameters injavax.tools with type arguments of typeStringModifier and TypeMethodDescriptionvoid
DocumentationTool.DocumentationTask.addModules
(Iterable<String> moduleNames) Adds root modules to be taken into account during module resolution.void
JavaCompiler.CompilationTask.addModules
(Iterable<String> moduleNames) Adds root modules to be taken into account during module resolution.Iterable
<? extendsJavaFileObject> StandardJavaFileManager.getJavaFileObjectsFromStrings
(Iterable<String> names) Returns file objects representing the given file names.DocumentationTool.getTask
(Writer out,JavaFileManager fileManager,DiagnosticListener<? superJavaFileObject> diagnosticListener,Class<?> docletClass,Iterable<String> options,Iterable<? extendsJavaFileObject> compilationUnits) Creates a future for a documentation task with the given components and arguments.JavaCompiler.getTask
(Writer out,JavaFileManager fileManager,DiagnosticListener<? superJavaFileObject> diagnosticListener,Iterable<String> options,Iterable<String> classes,Iterable<? extendsJavaFileObject> compilationUnits) Creates a future for a compilation task with the given components and arguments.boolean
ForwardingJavaFileManager.handleOption
(String current,Iterator<String> remaining) boolean
JavaFileManager.handleOption
(String current,Iterator<String> remaining) Handles one option.Uses ofString injavax.transaction.xa
Constructors injavax.transaction.xa with parameters of typeStringUses ofString injavax.xml
Modifier and TypeFieldDescriptionstatic finalString
XMLConstants.ACCESS_EXTERNAL_DTD
Property: accessExternalDTDstatic finalString
XMLConstants.ACCESS_EXTERNAL_SCHEMA
Property: accessExternalSchemastatic finalString
XMLConstants.ACCESS_EXTERNAL_STYLESHEET
Property: accessExternalStylesheetstatic finalString
XMLConstants.DEFAULT_NS_PREFIX
Prefix to use to represent the default XML Namespace.static finalString
XMLConstants.FEATURE_SECURE_PROCESSING
Feature for secure processing.static finalString
XMLConstants.NULL_NS_URI
Namespace URI to use to represent that there is no Namespace.static finalString
XMLConstants.RELAXNG_NS_URI
RELAX NG Namespace URI.static finalString
XMLConstants.USE_CATALOG
Feature: useCatalogstatic finalString
XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI
W3C XML Schema Instance Namespace URI.static finalString
XMLConstants.W3C_XML_SCHEMA_NS_URI
W3C XML Schema Namespace URI.static finalString
XMLConstants.W3C_XPATH_DATATYPE_NS_URI
W3C XPath Datatype Namespace URI.static finalString
XMLConstants.XML_DTD_NS_URI
XML Document Type Declaration Namespace URI as an arbitrary value.static finalString
XMLConstants.XML_NS_PREFIX
The official XML Namespace prefix.static finalString
XMLConstants.XML_NS_URI
The official XML Namespace name URI.static finalString
XMLConstants.XMLNS_ATTRIBUTE
The official XML attribute used for specifying XML Namespace declarations.static finalString
XMLConstants.XMLNS_ATTRIBUTE_NS_URI
The official XML attribute used for specifying XML Namespace declarations,XMLConstants.XMLNS_ATTRIBUTE
, Namespace name URI.Uses ofString injavax.xml.catalog
Methods injavax.xml.catalog that returnStringModifier and TypeMethodDescriptionCatalogFeatures.Feature.defaultValue()
Returns the default value of the property.CatalogFeatures.get
(CatalogFeatures.Feature cf) Returns the value of the specified feature.CatalogFeatures.Feature.getPropertyName()
Returns the name of the corresponding System Property.Catalog.matchPublic
(String publicId) Attempts to find a matching entry in the catalog by publicId.Catalog.matchSystem
(String systemId) Attempts to find a matching entry in the catalog by systemId.Attempts to find a matching entry in the catalog by the uri element.Methods injavax.xml.catalog with parameters of typeStringModifier and TypeMethodDescriptionReturns the action type mapped to the specifiedresolve
property.Catalog.matchPublic
(String publicId) Attempts to find a matching entry in the catalog by publicId.Catalog.matchSystem
(String systemId) Attempts to find a matching entry in the catalog by systemId.Attempts to find a matching entry in the catalog by the uri element.Implements URIResolver.CatalogResolver.resolveEntity
(String publicId,String systemId) ImplementsEntityResolver
.CatalogResolver.resolveEntity
(String publicId,String systemId,String baseUri,String namespace) ImplementsXMLResolver
.CatalogResolver.resolveResource
(String type,String namespaceUri,String publicId,String systemId,String baseUri) ImplementsLSResourceResolver
.staticCatalogFeatures.Feature
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.CatalogFeatures.Builder.with
(CatalogFeatures.Feature feature,String value) Sets the value to a specified Feature.Constructors injavax.xml.catalog with parameters of typeStringModifierConstructorDescriptionCatalogException
(String message) Constructs a new CatalogException with the specified detail message.CatalogException
(String message,Throwable cause) Constructs a new CatalogException with the specified detail message and cause.Uses ofString injavax.xml.crypto
Methods injavax.xml.crypto that returnStringModifier and TypeMethodDescriptionAlgorithmMethod.getAlgorithm()
Returns the algorithm URI of thisAlgorithmMethod
.XMLCryptoContext.getBaseURI()
Returns the base URI.XMLCryptoContext.getDefaultNamespacePrefix()
Returns the default namespace prefix.OctetStreamData.getMimeType()
Returns the MIME type associated with the data object represented by thisOctetStreamData
.XMLCryptoContext.getNamespacePrefix
(String namespaceURI,String defaultPrefix) Returns the namespace prefix that the specified namespace URI is associated with.URIReference.getType()
Returns the type of data referenced by this URI.OctetStreamData.getURI()
Returns the URI String identifying the data object represented by thisOctetStreamData
.URIReference.getURI()
Returns the URI of the referenced data object.XMLCryptoContext.putNamespacePrefix
(String namespaceURI,String prefix) Maps the specified namespace URI to the specified prefix.KeySelector.Purpose.toString()
Returns a string representation of this purpose ("sign", "verify", "encrypt", or "decrypt").Methods injavax.xml.crypto with parameters of typeStringModifier and TypeMethodDescriptionXMLCryptoContext.getNamespacePrefix
(String namespaceURI,String defaultPrefix) Returns the namespace prefix that the specified namespace URI is associated with.XMLCryptoContext.getProperty
(String name) Returns the value of the specified property.boolean
XMLStructure.isFeatureSupported
(String feature) Indicates whether a specified feature is supported.XMLCryptoContext.putNamespacePrefix
(String namespaceURI,String prefix) Maps the specified namespace URI to the specified prefix.void
XMLCryptoContext.setBaseURI
(String baseURI) Sets the base URI.void
XMLCryptoContext.setDefaultNamespacePrefix
(String defaultPrefix) Sets the default namespace prefix.XMLCryptoContext.setProperty
(String name,Object value) Sets the specified property.Constructors injavax.xml.crypto with parameters of typeStringModifierConstructorDescriptionKeySelectorException
(String message) Constructs a newKeySelectorException
with the specified detail message.KeySelectorException
(String message,Throwable cause) Constructs a newKeySelectorException
with the specified detail message and cause.MarshalException
(String message) Constructs a newMarshalException
with the specified detail message.MarshalException
(String message,Throwable cause) Constructs a newMarshalException
with the specified detail message and cause.NoSuchMechanismException
(String message) Constructs a newNoSuchMechanismException
with the specified detail message.NoSuchMechanismException
(String message,Throwable cause) Constructs a newNoSuchMechanismException
with the specified detail message and cause.OctetStreamData
(InputStream octetStream,String uri,String mimeType) Creates a newOctetStreamData
.URIReferenceException
(String message) Constructs a newURIReferenceException
with the specified detail message.URIReferenceException
(String message,Throwable cause) Constructs a newURIReferenceException
with the specified detail message and cause.URIReferenceException
(String message,Throwable cause,URIReference uriReference) Constructs a newURIReferenceException
with the specified detail message, cause andURIReference
.Uses ofString injavax.xml.crypto.dom
Methods injavax.xml.crypto.dom that returnStringModifier and TypeMethodDescriptionDOMCryptoContext.getBaseURI()
DOMCryptoContext.getDefaultNamespacePrefix()
DOMCryptoContext.getNamespacePrefix
(String namespaceURI,String defaultPrefix) This implementation uses an internalHashMap
to get the prefix that the specified URI maps to.DOMCryptoContext.putNamespacePrefix
(String namespaceURI,String prefix) This implementation uses an internalHashMap
to map the URI to the specified prefix.Methods injavax.xml.crypto.dom that return types with arguments of typeStringModifier and TypeMethodDescriptionDOMCryptoContext.iterator()
Returns a read-only iterator over the set of Id/Element mappings of thisDOMCryptoContext
.Methods injavax.xml.crypto.dom with parameters of typeStringModifier and TypeMethodDescriptionDOMCryptoContext.getElementById
(String idValue) Returns theElement
with the specified ID attribute value.DOMCryptoContext.getNamespacePrefix
(String namespaceURI,String defaultPrefix) This implementation uses an internalHashMap
to get the prefix that the specified URI maps to.DOMCryptoContext.getProperty
(String name) This implementation uses an internalHashMap
to get the object that the specified name maps to.boolean
DOMStructure.isFeatureSupported
(String feature) DOMCryptoContext.putNamespacePrefix
(String namespaceURI,String prefix) This implementation uses an internalHashMap
to map the URI to the specified prefix.void
DOMCryptoContext.setBaseURI
(String baseURI) void
DOMCryptoContext.setDefaultNamespacePrefix
(String defaultPrefix) void
DOMCryptoContext.setIdAttributeNS
(Element element,String namespaceURI,String localName) Registers the element's attribute specified by the namespace URI and local name to be of type ID.DOMCryptoContext.setProperty
(String name,Object value) This implementation uses an internalHashMap
to map the name to the specified object.Uses ofString injavax.xml.crypto.dsig
Fields injavax.xml.crypto.dsig declared asStringModifier and TypeFieldDescriptionstatic finalString
Transform.BASE64
TheBase64 transform algorithm URI.static finalString
SignatureMethod.DSA_SHA1
TheDSA-SHA1 (DSS) signature method algorithm URI.static finalString
SignatureMethod.DSA_SHA256
TheDSA-SHA256 (DSS) signature method algorithm URI.static finalString
SignatureMethod.ECDSA_SHA1
The ECDSA-SHA1 (FIPS 180-4) signature method algorithm URI.static finalString
SignatureMethod.ECDSA_SHA224
The ECDSA-SHA224 (FIPS 180-4) signature method algorithm URI.static finalString
SignatureMethod.ECDSA_SHA256
The ECDSA-SHA256 (FIPS 180-4) signature method algorithm URI.static finalString
SignatureMethod.ECDSA_SHA384
The ECDSA-SHA384 (FIPS 180-4) signature method algorithm URI.static finalString
SignatureMethod.ECDSA_SHA512
The ECDSA-SHA512 (FIPS 180-4) signature method algorithm URI.static finalString
SignatureMethod.ED25519
The ED25519 signature method algorithm URI.static finalString
SignatureMethod.ED448
The ED448 signature method algorithm URI.static finalString
Transform.ENVELOPED
The Enveloped Signature transform algorithm URI.static finalString
CanonicalizationMethod.EXCLUSIVE
TheExclusive Canonical XML (without comments) canonicalization method algorithm URI.static finalString
CanonicalizationMethod.EXCLUSIVE_WITH_COMMENTS
The Exclusive Canonical XML with comments canonicalization method algorithm URI.static finalString
SignatureMethod.HMAC_SHA1
TheHMAC-SHA1 MAC signature method algorithm URIstatic finalString
SignatureMethod.HMAC_SHA224
The HMAC-SHA224 MAC signature method algorithm URI.static finalString
SignatureMethod.HMAC_SHA256
The HMAC-SHA256 MAC signature method algorithm URI.static finalString
SignatureMethod.HMAC_SHA384
The HMAC-SHA384 MAC signature method algorithm URI.static finalString
SignatureMethod.HMAC_SHA512
The HMAC-SHA512 MAC signature method algorithm URI.static finalString
CanonicalizationMethod.INCLUSIVE
TheCanonical XML (without comments) canonicalization method algorithm URI.static finalString
CanonicalizationMethod.INCLUSIVE_11
TheCanonical XML 1.1 (without comments) canonicalization method algorithm URI.static finalString
CanonicalizationMethod.INCLUSIVE_11_WITH_COMMENTS
The Canonical XML 1.1 with comments canonicalization method algorithm URI.static finalString
CanonicalizationMethod.INCLUSIVE_WITH_COMMENTS
The Canonical XML with comments canonicalization method algorithm URI.static finalString
DigestMethod.RIPEMD160
The RIPEMD-160 digest method algorithm URI.static finalString
SignatureMethod.RSA_PSS
The RSASSA-PSS signature method algorithm URI.static finalString
SignatureMethod.RSA_SHA1
TheRSA-SHA1 (PKCS #1) signature method algorithm URI.static finalString
SignatureMethod.RSA_SHA224
The RSA-SHA224 (PKCS #1) signature method algorithm URI.static finalString
SignatureMethod.RSA_SHA256
The RSA-SHA256 (PKCS #1) signature method algorithm URI.static finalString
SignatureMethod.RSA_SHA384
The RSA-SHA384 (PKCS #1) signature method algorithm URI.static finalString
SignatureMethod.RSA_SHA512
The RSA-SHA512 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA1
The SHA1 digest method algorithm URI.static finalString
SignatureMethod.SHA1_RSA_MGF1
The SHA1-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA224
The SHA224 digest method algorithm URI.static finalString
SignatureMethod.SHA224_RSA_MGF1
The SHA224-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA256
The SHA256 digest method algorithm URI.static finalString
SignatureMethod.SHA256_RSA_MGF1
The SHA256-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA3_224
The SHA3-224 digest method algorithm URI.static finalString
SignatureMethod.SHA3_224_RSA_MGF1
The SHA3-224-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA3_256
The SHA3-256 digest method algorithm URI.static finalString
SignatureMethod.SHA3_256_RSA_MGF1
The SHA3-256-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA3_384
The SHA3-384 digest method algorithm URI.static finalString
SignatureMethod.SHA3_384_RSA_MGF1
The SHA3-384-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA3_512
The SHA3-512 digest method algorithm URI.static finalString
SignatureMethod.SHA3_512_RSA_MGF1
The SHA3-512-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA384
The SHA384 digest method algorithm URI.static finalString
SignatureMethod.SHA384_RSA_MGF1
The SHA384-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
DigestMethod.SHA512
The SHA512 digest method algorithm URI.static finalString
SignatureMethod.SHA512_RSA_MGF1
The SHA512-RSA-MGF1 (PKCS #1) signature method algorithm URI.static finalString
Manifest.TYPE
URI that identifies theManifest
element (this can be specified as the value of thetype
parameter of theReference
class to identify the referent's type).static finalString
SignatureProperties.TYPE
URI that identifies theSignatureProperties
element (this can be specified as the value of thetype
parameter of theReference
class to identify the referent's type).static finalString
XMLObject.TYPE
URI that identifies theObject
element (this can be specified as the value of thetype
parameter of theReference
class to identify the referent's type).static finalString
XMLSignature.XMLNS
The XML Namespace URI of the W3C Recommendation for XML-Signature Syntax and Processing.static finalString
Transform.XPATH
TheXPath transform algorithm URI.static finalString
Transform.XPATH2
The XPath Filter 2 transform algorithm URI.static finalString
Transform.XSLT
TheXSLT transform algorithm URI.Methods injavax.xml.crypto.dsig that returnStringModifier and TypeMethodDescriptionfinalString
TransformService.getAlgorithm()
Returns the URI of the algorithm supported by thisTransformService
.XMLObject.getEncoding()
Returns the encoding URI of thisXMLObject
.Manifest.getId()
Returns the Id of thisManifest
.Reference.getId()
Returns the optionalId
attribute of thisReference
, which permits this reference to be referenced from elsewhere.SignatureProperties.getId()
Returns the Id of thisSignatureProperties
.SignatureProperty.getId()
Returns the Id of thisSignatureProperty
.SignedInfo.getId()
Returns the optionalId
attribute of thisSignedInfo
.XMLObject.getId()
Returns the Id of thisXMLObject
.XMLSignature.getId()
Returns the optional Id of thisXMLSignature
.XMLSignature.SignatureValue.getId()
Returns the optionalId
attribute of thisSignatureValue
, which permits this element to be referenced from elsewhere.finalString
TransformService.getMechanismType()
Returns the mechanism type supported by thisTransformService
.finalString
XMLSignatureFactory.getMechanismType()
Returns the type of the XML processing mechanism and representation supported by thisXMLSignatureFactory
(ex: "DOM").XMLObject.getMimeType()
Returns the mime type of thisXMLObject
.SignatureProperty.getTarget()
Returns the target URI of thisSignatureProperty
.Methods injavax.xml.crypto.dsig with parameters of typeStringModifier and TypeMethodDescriptionstaticTransformService
TransformService.getInstance
(String algorithm,String mechanismType) Returns aTransformService
that supports the specified algorithm URI (ex:Transform.XPATH2
) and mechanism type (ex: DOM).staticTransformService
TransformService.getInstance
(String algorithm,String mechanismType,String provider) Returns aTransformService
that supports the specified algorithm URI (ex:Transform.XPATH2
) and mechanism type (ex: DOM) as supplied by the specified provider.staticTransformService
TransformService.getInstance
(String algorithm,String mechanismType,Provider provider) Returns aTransformService
that supports the specified algorithm URI (ex:Transform.XPATH2
) and mechanism type (ex: DOM) as supplied by the specified provider.staticXMLSignatureFactory
XMLSignatureFactory.getInstance
(String mechanismType) Returns anXMLSignatureFactory
that supports the specified XML processing mechanism and representation type (ex: "DOM").staticXMLSignatureFactory
XMLSignatureFactory.getInstance
(String mechanismType,String provider) Returns anXMLSignatureFactory
that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.staticXMLSignatureFactory
XMLSignatureFactory.getInstance
(String mechanismType,Provider provider) Returns anXMLSignatureFactory
that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.abstract boolean
XMLSignatureFactory.isFeatureSupported
(String feature) Indicates whether a specified feature is supported.abstractCanonicalizationMethod
XMLSignatureFactory.newCanonicalizationMethod
(String algorithm,C14NMethodParameterSpec params) Creates aCanonicalizationMethod
for the specified algorithm URI and parameters.abstractCanonicalizationMethod
XMLSignatureFactory.newCanonicalizationMethod
(String algorithm,XMLStructure params) Creates aCanonicalizationMethod
for the specified algorithm URI and parameters.abstractDigestMethod
XMLSignatureFactory.newDigestMethod
(String algorithm,DigestMethodParameterSpec params) Creates aDigestMethod
for the specified algorithm URI and parameters.abstractManifest
XMLSignatureFactory.newManifest
(List<? extendsReference> references,String id) Creates aManifest
containing the specified list ofReference
s and optional id.abstractReference
XMLSignatureFactory.newReference
(String uri,DigestMethod dm) Creates aReference
with the specified URI and digest method.abstractReference
XMLSignatureFactory.newReference
(String uri,DigestMethod dm,List<? extendsTransform> transforms,String type,String id) Creates aReference
with the specified parameters.abstractReference
XMLSignatureFactory.newReference
(String uri,DigestMethod dm,List<? extendsTransform> transforms,String type,String id, byte[] digestValue) Creates aReference
with the specified parameters and pre-calculated digest value.abstractReference
XMLSignatureFactory.newReference
(String uri,DigestMethod dm,List<? extendsTransform> appliedTransforms,Data result,List<? extendsTransform> transforms,String type,String id) Creates aReference
with the specified parameters.abstractSignatureMethod
XMLSignatureFactory.newSignatureMethod
(String algorithm,SignatureMethodParameterSpec params) Creates aSignatureMethod
for the specified algorithm URI and parameters.abstractSignatureProperties
XMLSignatureFactory.newSignatureProperties
(List<? extendsSignatureProperty> properties,String id) Creates aSignatureProperties
containing the specified list ofSignatureProperty
s and optional id.abstractSignatureProperty
XMLSignatureFactory.newSignatureProperty
(List<? extendsXMLStructure> content,String target,String id) Creates aSignatureProperty
containing the specified list ofXMLStructure
s, target URI and optional id.abstractSignedInfo
XMLSignatureFactory.newSignedInfo
(CanonicalizationMethod cm,SignatureMethod sm,List<? extendsReference> references,String id) Creates aSignedInfo
with the specified parameters.abstractTransform
XMLSignatureFactory.newTransform
(String algorithm,TransformParameterSpec params) Creates aTransform
for the specified algorithm URI and parameters.abstractTransform
XMLSignatureFactory.newTransform
(String algorithm,XMLStructure params) Creates aTransform
for the specified algorithm URI and parameters.abstractXMLObject
XMLSignatureFactory.newXMLObject
(List<? extendsXMLStructure> content,String id,String mimeType,String encoding) Creates anXMLObject
from the specified parameters.abstractXMLSignature
XMLSignatureFactory.newXMLSignature
(SignedInfo si,KeyInfo ki,List<? extendsXMLObject> objects,String id,String signatureValueId) Creates anXMLSignature
and initializes it with the specified parameters.Constructors injavax.xml.crypto.dsig with parameters of typeStringModifierConstructorDescriptionTransformException
(String message) Constructs a newTransformException
with the specified detail message.TransformException
(String message,Throwable cause) Constructs a newTransformException
with the specified detail message and cause.XMLSignatureException
(String message) Constructs a newXMLSignatureException
with the specified detail message.XMLSignatureException
(String message,Throwable cause) Constructs a newXMLSignatureException
with the specified detail message and cause.Uses ofString injavax.xml.crypto.dsig.keyinfo
Fields injavax.xml.crypto.dsig.keyinfo declared asStringModifier and TypeFieldDescriptionstatic finalString
KeyValue.DSA_TYPE
URI identifying the DSA KeyValue KeyInfo type: http://www.w3.org/2000/09/xmldsig#DSAKeyValue.static finalString
KeyValue.EC_TYPE
URI identifying the EC KeyValue KeyInfo type: http://www.w3.org/2009/xmldsig11#ECKeyValue.static finalString
X509Data.RAW_X509_CERTIFICATE_TYPE
URI identifying the binary (ASN.1 DER) X.509 Certificate KeyInfo type: http://www.w3.org/2000/09/xmldsig#rawX509Certificate.static finalString
KeyValue.RSA_TYPE
URI identifying the RSA KeyValue KeyInfo type: http://www.w3.org/2000/09/xmldsig#RSAKeyValue.static finalString
PGPData.TYPE
URI identifying the PGPData KeyInfo type: http://www.w3.org/2000/09/xmldsig#PGPData.static finalString
X509Data.TYPE
URI identifying the X509Data KeyInfo type: http://www.w3.org/2000/09/xmldsig#X509Data.Methods injavax.xml.crypto.dsig.keyinfo that returnStringModifier and TypeMethodDescriptionKeyInfo.getId()
Return the optional Id attribute of thisKeyInfo
, which may be useful for referencing thisKeyInfo
from other XML structures.X509IssuerSerial.getIssuerName()
Returns the X.500 distinguished name of thisX509IssuerSerial
inRFC 2253 String format.finalString
KeyInfoFactory.getMechanismType()
Returns the type of the XML processing mechanism and representation supported by thisKeyInfoFactory
(ex: "DOM")KeyName.getName()
Returns the name of thisKeyName
.RetrievalMethod.getURI()
Returns the URI of the referencedKeyInfo
information.Methods injavax.xml.crypto.dsig.keyinfo with parameters of typeStringModifier and TypeMethodDescriptionstaticKeyInfoFactory
KeyInfoFactory.getInstance
(String mechanismType) Returns aKeyInfoFactory
that supports the specified XML processing mechanism and representation type (ex: "DOM").staticKeyInfoFactory
KeyInfoFactory.getInstance
(String mechanismType,String provider) Returns aKeyInfoFactory
that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.staticKeyInfoFactory
KeyInfoFactory.getInstance
(String mechanismType,Provider provider) Returns aKeyInfoFactory
that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.abstract boolean
KeyInfoFactory.isFeatureSupported
(String feature) Indicates whether a specified feature is supported.abstractKeyInfo
KeyInfoFactory.newKeyInfo
(List<? extendsXMLStructure> content,String id) Creates aKeyInfo
containing the specified list of key information types and optional id.abstractKeyName
KeyInfoFactory.newKeyName
(String name) Creates aKeyName
from the specified name.abstractRetrievalMethod
KeyInfoFactory.newRetrievalMethod
(String uri) Creates aRetrievalMethod
from the specified URI.abstractRetrievalMethod
KeyInfoFactory.newRetrievalMethod
(String uri,String type,List<? extendsTransform> transforms) Creates aRetrievalMethod
from the specified parameters.abstractX509IssuerSerial
KeyInfoFactory.newX509IssuerSerial
(String issuerName,BigInteger serialNumber) Creates anX509IssuerSerial
from the specified X.500 issuer distinguished name and serial number.Uses ofString injavax.xml.crypto.dsig.spec
Fields injavax.xml.crypto.dsig.spec declared asStringModifier and TypeFieldDescriptionstatic finalString
ExcC14NParameterSpec.DEFAULT
Indicates the default namespace ("#default").Methods injavax.xml.crypto.dsig.spec that returnStringModifier and TypeMethodDescriptionXPathType.getExpression()
Returns the XPath expression to be evaluated.XPathFilterParameterSpec.getXPath()
Returns the XPath expression to be evaluated.XPathType.Filter.toString()
Returns the string form of the operation.Methods injavax.xml.crypto.dsig.spec that return types with arguments of typeStringModifier and TypeMethodDescriptionXPathFilterParameterSpec.getNamespaceMap()
Returns a map of namespace prefixes.XPathFilterParameterSpec.getNamespaceMap()
Returns a map of namespace prefixes.XPathType.getNamespaceMap()
Returns a map of namespace prefixes.XPathType.getNamespaceMap()
Returns a map of namespace prefixes.ExcC14NParameterSpec.getPrefixList()
Returns the inclusive namespace prefix list.Constructors injavax.xml.crypto.dsig.spec with parameters of typeStringModifierConstructorDescriptionXPathFilterParameterSpec
(String xPath) Creates anXPathFilterParameterSpec
with the specified XPath expression.XPathFilterParameterSpec
(String xPath,Map<String, String> namespaceMap) Creates anXPathFilterParameterSpec
with the specified XPath expression and namespace map.XPathType
(String expression,XPathType.Filter filter) Creates anXPathType
instance with the specified XPath expression and filter.Creates anXPathType
instance with the specified XPath expression, filter, and namespace map.Constructor parameters injavax.xml.crypto.dsig.spec with type arguments of typeStringModifierConstructorDescriptionExcC14NParameterSpec
(List<String> prefixList) Creates aExcC14NParameterSpec
with the specified list of prefixes.XPathFilterParameterSpec
(String xPath,Map<String, String> namespaceMap) Creates anXPathFilterParameterSpec
with the specified XPath expression and namespace map.XPathFilterParameterSpec
(String xPath,Map<String, String> namespaceMap) Creates anXPathFilterParameterSpec
with the specified XPath expression and namespace map.Creates anXPathType
instance with the specified XPath expression, filter, and namespace map.Creates anXPathType
instance with the specified XPath expression, filter, and namespace map.Uses ofString injavax.xml.datatype
Fields injavax.xml.datatype declared asStringModifier and TypeFieldDescriptionstatic finalString
DatatypeFactory.DATATYPEFACTORY_IMPLEMENTATION_CLASS
Default implementation class name as defined inJSR 206: Java(TM) API for XML Processing (JAXP) 1.3.static finalString
DatatypeFactory.DATATYPEFACTORY_PROPERTY
Default property name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.Methods injavax.xml.datatype that returnStringModifier and TypeMethodDescriptionDatatypeConstants.Field.toString()
Returns a field name in English.Duration.toString()
Returns aString
representation of thisDuration Object
.XMLGregorianCalendar.toString()
Returns aString
representation of thisXMLGregorianCalendar
Object
.abstractString
XMLGregorianCalendar.toXMLFormat()
Return the lexical representation ofthis
instance.Methods injavax.xml.datatype with parameters of typeStringModifier and TypeMethodDescriptionabstractDuration
DatatypeFactory.newDuration
(String lexicalRepresentation) Obtain a new instance of aDuration
specifying theDuration
as its string representation, "PnYnMnDTnHnMnS", as defined in XML Schema 1.0 section 3.2.6.1.DatatypeFactory.newDurationDayTime
(String lexicalRepresentation) Create aDuration
of typexdt:dayTimeDuration
by parsing itsString
representation, "PnDTnHnMnS", XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration.DatatypeFactory.newDurationYearMonth
(String lexicalRepresentation) Create aDuration
of typexdt:yearMonthDuration
by parsing itsString
representation, "PnYnM", XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration.staticDatatypeFactory
DatatypeFactory.newInstance
(String factoryClassName,ClassLoader classLoader) Obtain a new instance of aDatatypeFactory
from class name.abstractXMLGregorianCalendar
DatatypeFactory.newXMLGregorianCalendar
(String lexicalRepresentation) Create a new XMLGregorianCalendar by parsing the String as a lexical representation.Constructors injavax.xml.datatype with parameters of typeStringModifierConstructorDescriptionDatatypeConfigurationException
(String message) Create a newDatatypeConfigurationException
with the specified detail message.DatatypeConfigurationException
(String message,Throwable cause) Create a newDatatypeConfigurationException
with the specified detail message and cause.Uses ofString injavax.xml.namespace
Methods injavax.xml.namespace that returnStringModifier and TypeMethodDescriptionQName.getLocalPart()
Get the local part of thisQName
.NamespaceContext.getNamespaceURI
(String prefix) Get Namespace URI bound to a prefix in the current scope.QName.getNamespaceURI()
Get the Namespace URI of thisQName
.Get prefix bound to Namespace URI in the current scope.QName.getPrefix()
Get the prefix of thisQName
.QName.toString()
String
representation of thisQName
.Methods injavax.xml.namespace that return types with arguments of typeStringModifier and TypeMethodDescriptionNamespaceContext.getPrefixes
(String namespaceURI) Get all prefixes bound to a Namespace URI in the current scope.Methods injavax.xml.namespace with parameters of typeStringModifier and TypeMethodDescriptionNamespaceContext.getNamespaceURI
(String prefix) Get Namespace URI bound to a prefix in the current scope.Get prefix bound to Namespace URI in the current scope.NamespaceContext.getPrefixes
(String namespaceURI) Get all prefixes bound to a Namespace URI in the current scope.staticQName
QName
derived from parsing the formattedString
.Constructors injavax.xml.namespace with parameters of typeStringModifierConstructorDescriptionQName
constructor specifying the local part.QName
constructor specifying the Namespace URI and local part.QName
constructor specifying the Namespace URI, local part and prefix.Uses ofString injavax.xml.parsers
Methods injavax.xml.parsers that returnStringModifier and TypeMethodDescriptionFactoryConfigurationError.getMessage()
Return the message (if any) for this error .Methods injavax.xml.parsers with parameters of typeStringModifier and TypeMethodDescriptionabstractObject
DocumentBuilderFactory.getAttribute
(String name) Allows the user to retrieve specific attributes on the underlying implementation.abstract boolean
DocumentBuilderFactory.getFeature
(String name) Get the state of the named feature.abstract boolean
SAXParserFactory.getFeature
(String name) Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.abstractObject
SAXParser.getProperty
(String name) Returns the particular property requested for in the underlying implementation ofXMLReader
.staticDocumentBuilderFactory
DocumentBuilderFactory.newInstance
(String factoryClassName,ClassLoader classLoader) Obtain a new instance of aDocumentBuilderFactory
from class name.staticSAXParserFactory
SAXParserFactory.newInstance
(String factoryClassName,ClassLoader classLoader) Obtain a new instance of aSAXParserFactory
from class name.staticDocumentBuilderFactory
DocumentBuilderFactory.newNSInstance
(String factoryClassName,ClassLoader classLoader) Creates a new NamespaceAware instance of aDocumentBuilderFactory
from the class name.staticSAXParserFactory
SAXParserFactory.newNSInstance
(String factoryClassName,ClassLoader classLoader) Creates a new NamespaceAware instance of aSAXParserFactory
from the class name.DocumentBuilder.parse
(InputStream is,String systemId) Parse the content of the givenInputStream
as an XML document and return a new DOMDocument
object.Parse the content of the given URI as an XML document and return a new DOMDocument
object.void
SAXParser.parse
(InputStream is,HandlerBase hb,String systemId) Parse the content of the givenInputStream
instance as XML using the specifiedHandlerBase
.void
SAXParser.parse
(InputStream is,DefaultHandler dh,String systemId) Parse the content of the givenInputStream
instance as XML using the specifiedDefaultHandler
.void
SAXParser.parse
(String uri,HandlerBase hb) Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specifiedHandlerBase
.void
SAXParser.parse
(String uri,DefaultHandler dh) Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specifiedDefaultHandler
.abstract void
DocumentBuilderFactory.setAttribute
(String name,Object value) Allows the user to set specific attributes on the underlying implementation.abstract void
DocumentBuilderFactory.setFeature
(String name, boolean value) Set a feature for thisDocumentBuilderFactory
andDocumentBuilder
s created by this factory.abstract void
SAXParserFactory.setFeature
(String name, boolean value) Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.abstract void
SAXParser.setProperty
(String name,Object value) Sets the particular property in the underlying implementation ofXMLReader
.Constructors injavax.xml.parsers with parameters of typeStringModifierConstructorDescriptionCreate a newFactoryConfigurationError
with the givenException
base cause and detail message.Create a newFactoryConfigurationError
with theString
specified as an error message.Create a newParserConfigurationException
with theString
specified as an error message.Uses ofString injavax.xml.stream
Fields injavax.xml.stream declared asStringModifier and TypeFieldDescriptionstatic finalString
XMLInputFactory.ALLOCATOR
The property used to set/get the implementation of the allocatorstatic finalString
XMLInputFactory.IS_COALESCING
The property that requires the parser to coalesce adjacent character data sectionsstatic finalString
XMLInputFactory.IS_NAMESPACE_AWARE
The property used to turn on/off namespace support, this is to support XML 1.0 documents, only the true setting must be supportedstatic finalString
XMLOutputFactory.IS_REPAIRING_NAMESPACES
Property used to set prefix defaulting on the output sidestatic finalString
XMLInputFactory.IS_REPLACING_ENTITY_REFERENCES
Requires the parser to replace internal entity references with their replacement text and report them as charactersstatic finalString
XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES
The property that requires the parser to resolve external parsed entitiesstatic finalString
XMLInputFactory.IS_VALIDATING
The property used to turn on/off implementation specific validationstatic finalString
XMLInputFactory.REPORTER
The property used to set/get the implementation of the XMLReporter interfacestatic finalString
XMLInputFactory.RESOLVER
The property used to set/get the implementation of the XMLResolverstatic finalString
XMLInputFactory.SUPPORT_DTD
The property that requires the parser to support DTDsMethods injavax.xml.stream that returnStringModifier and TypeMethodDescriptionXMLStreamReader.getAttributeLocalName
(int index) Returns the localName of the attribute at the provided indexXMLStreamReader.getAttributeNamespace
(int index) Returns the namespace of the attribute at the provided indexXMLStreamReader.getAttributePrefix
(int index) Returns the prefix of this attribute at the provided indexXMLStreamReader.getAttributeType
(int index) Returns the XML type of the attribute at the provided indexXMLStreamReader.getAttributeValue
(int index) Returns the value of the attribute at the indexXMLStreamReader.getAttributeValue
(String namespaceURI,String localName) Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equalityXMLStreamReader.getCharacterEncodingScheme()
Returns the character encoding declared on the xml declaration Returns null if none was declaredXMLEventReader.getElementText()
Reads the content of a text-only element.XMLStreamReader.getElementText()
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.XMLStreamReader.getEncoding()
Return input encoding if known or null if unknown.XMLStreamReader.getLocalName()
Returns the (local) name of the current event.FactoryConfigurationError.getMessage()
Report the message associated with this errorXMLStreamReader.getNamespacePrefix
(int index) Returns the prefix for the namespace declared at the index.XMLStreamReader.getNamespaceURI()
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the prefix or the default namespace.XMLStreamReader.getNamespaceURI
(int index) Returns the uri for the namespace declared at the index.XMLStreamReader.getNamespaceURI
(String prefix) Return the uri for the given prefix.XMLStreamReader.getPIData()
Get the data section of a processing instructionXMLStreamReader.getPITarget()
Get the target of a processing instructionGets the prefix the uri is bound toXMLStreamReader.getPrefix()
Returns the prefix of the current event or null if the event does not have a prefixGets the prefix the uri is bound to.Location.getPublicId()
Returns the public ID of the XMLLocation.getSystemId()
Returns the system ID of the XMLXMLStreamReader.getText()
Returns the current value of the parse event as a string, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, the replacement value for an ENTITY_REFERENCE, the string value of a CDATA section, the string value for a SPACE event, or the String value of the internal subset of the DTD.XMLStreamReader.getVersion()
Get the xml version declared on the xml declaration Returns null if none was declaredMethods injavax.xml.stream with parameters of typeStringModifier and TypeMethodDescriptionabstractAttribute
XMLEventFactory.createAttribute
(String localName,String value) Create a new AttributeabstractAttribute
XMLEventFactory.createAttribute
(String prefix,String namespaceURI,String localName,String value) Create a new AttributeabstractAttribute
XMLEventFactory.createAttribute
(QName name,String value) Create a new AttributeabstractCharacters
XMLEventFactory.createCData
(String content) Create a Characters event with the CData flag set to trueabstractCharacters
XMLEventFactory.createCharacters
(String content) Create a Characters event, this method does not check if the content is all whitespace.abstractComment
XMLEventFactory.createComment
(String text) Create a comment.abstractDTD
Create a document type definition event This string contains the entire document type declaration that matches the doctypedecl in the XML 1.0 specificationabstractEndElement
XMLEventFactory.createEndElement
(String prefix,String namespaceUri,String localName) Create a new EndElementabstractEndElement
XMLEventFactory.createEndElement
(String prefix,String namespaceUri,String localName,Iterator<? extendsNamespace> namespaces) Create a new EndElementabstractEntityReference
XMLEventFactory.createEntityReference
(String name,EntityDeclaration declaration) Creates a new instance of a EntityReference eventabstractCharacters
XMLEventFactory.createIgnorableSpace
(String content) Create an ignorable spaceabstractNamespace
XMLEventFactory.createNamespace
(String namespaceURI) Create a new default NamespaceabstractNamespace
XMLEventFactory.createNamespace
(String prefix,String namespaceUri) Create a new NamespaceabstractProcessingInstruction
XMLEventFactory.createProcessingInstruction
(String target,String data) Create a processing instructionabstractCharacters
XMLEventFactory.createSpace
(String content) Create a Characters event with the isSpace flag set to trueabstractStartDocument
XMLEventFactory.createStartDocument
(String encoding) Creates a new instance of a StartDocument eventabstractStartDocument
XMLEventFactory.createStartDocument
(String encoding,String version) Creates a new instance of a StartDocument eventabstractStartDocument
XMLEventFactory.createStartDocument
(String encoding,String version, boolean standalone) Creates a new instance of a StartDocument eventabstractStartElement
XMLEventFactory.createStartElement
(String prefix,String namespaceUri,String localName) Create a new StartElement.abstractStartElement
XMLEventFactory.createStartElement
(String prefix,String namespaceUri,String localName,Iterator<? extendsAttribute> attributes,Iterator<? extendsNamespace> namespaces) Create a new StartElement.abstractStartElement
XMLEventFactory.createStartElement
(String prefix,String namespaceUri,String localName,Iterator<? extendsAttribute> attributes,Iterator<? extendsNamespace> namespaces,NamespaceContext context) Create a new StartElement.abstractXMLEventReader
XMLInputFactory.createXMLEventReader
(InputStream stream,String encoding) Create a new XMLEventReader from a java.io.InputStreamabstractXMLEventReader
XMLInputFactory.createXMLEventReader
(String systemId,InputStream stream) Create a new XMLEventReader from a java.io.InputStreamabstractXMLEventReader
XMLInputFactory.createXMLEventReader
(String systemId,Reader reader) Create a new XMLEventReader from a reader.abstractXMLEventWriter
XMLOutputFactory.createXMLEventWriter
(OutputStream stream,String encoding) Create a new XMLEventWriter that writes to a streamabstractXMLStreamReader
XMLInputFactory.createXMLStreamReader
(InputStream stream,String encoding) Create a new XMLStreamReader from a java.io.InputStream.abstractXMLStreamReader
XMLInputFactory.createXMLStreamReader
(String systemId,InputStream stream) Create a new XMLStreamReader from a java.io.InputStream.abstractXMLStreamReader
XMLInputFactory.createXMLStreamReader
(String systemId,Reader reader) Create a new XMLStreamReader from a java.io.InputStream.abstractXMLStreamWriter
XMLOutputFactory.createXMLStreamWriter
(OutputStream stream,String encoding) Create a new XMLStreamWriter that writes to a streamXMLStreamReader.getAttributeValue
(String namespaceURI,String localName) Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equalityXMLStreamReader.getNamespaceURI
(String prefix) Return the uri for the given prefix.Gets the prefix the uri is bound toGets the prefix the uri is bound to.XMLEventReader.getProperty
(String name) Get the value of a feature/property from the underlying implementationabstractObject
XMLInputFactory.getProperty
(String name) Get the value of a feature/property from the underlying implementationabstractObject
XMLOutputFactory.getProperty
(String name) Get a feature/property on the underlying implementationXMLStreamReader.getProperty
(String name) Get the value of a feature/property from the underlying implementationXMLStreamWriter.getProperty
(String name) Get the value of a feature/property from the underlying implementationabstract boolean
XMLInputFactory.isPropertySupported
(String name) Query the set of properties that this factory supports.abstract boolean
XMLOutputFactory.isPropertySupported
(String name) Query the set of properties that this factory supports.staticXMLEventFactory
XMLEventFactory.newFactory
(String factoryId,ClassLoader classLoader) Create a new instance of the factory.staticXMLInputFactory
XMLInputFactory.newFactory
(String factoryId,ClassLoader classLoader) Create a new instance of the factory.staticXMLOutputFactory
XMLOutputFactory.newFactory
(String factoryId,ClassLoader classLoader) Create a new instance of the factory.staticXMLEventFactory
XMLEventFactory.newInstance
(String factoryId,ClassLoader classLoader) Deprecated.This method has been deprecated to maintain API consistency.staticXMLInputFactory
XMLInputFactory.newInstance
(String factoryId,ClassLoader classLoader) Deprecated.This method has been deprecated to maintain API consistency.staticXMLInputFactory
XMLOutputFactory.newInstance
(String factoryId,ClassLoader classLoader) Deprecated.This method has been deprecated because it returns an instance of XMLInputFactory, which is of the wrong class.void
Report the desired message in an application specific format.void
Test if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.XMLResolver.resolveEntity
(String publicID,String systemID,String baseURI,String namespace) Retrieves a resource.void
XMLEventWriter.setDefaultNamespace
(String uri) Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.void
XMLStreamWriter.setDefaultNamespace
(String uri) Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.void
Sets the prefix the uri is bound to.void
Sets the prefix the uri is bound to.abstract void
XMLInputFactory.setProperty
(String name,Object value) Allows the user to set specific feature/property on the underlying implementation.abstract void
XMLOutputFactory.setProperty
(String name,Object value) Allows the user to set specific features/properties on the underlying implementation.void
XMLStreamWriter.writeAttribute
(String localName,String value) Writes an attribute to the output stream without a prefix.void
XMLStreamWriter.writeAttribute
(String namespaceURI,String localName,String value) Writes an attribute to the output streamvoid
XMLStreamWriter.writeAttribute
(String prefix,String namespaceURI,String localName,String value) Writes an attribute to the output streamvoid
XMLStreamWriter.writeCData
(String data) Writes a CData sectionvoid
XMLStreamWriter.writeCharacters
(String text) Write text to the outputvoid
XMLStreamWriter.writeComment
(String data) Writes an xml comment with the data enclosedvoid
XMLStreamWriter.writeDefaultNamespace
(String namespaceURI) Writes the default namespace to the streamvoid
Write a DTD section.void
XMLStreamWriter.writeEmptyElement
(String localName) Writes an empty element tag to the outputvoid
XMLStreamWriter.writeEmptyElement
(String namespaceURI,String localName) Writes an empty element tag to the outputvoid
XMLStreamWriter.writeEmptyElement
(String prefix,String localName,String namespaceURI) Writes an empty element tag to the outputvoid
XMLStreamWriter.writeEntityRef
(String name) Writes an entity referencevoid
XMLStreamWriter.writeNamespace
(String prefix,String namespaceURI) Writes a namespace to the output stream If the prefix argument to this method is the empty string, "xmlns", or null this method will delegate to writeDefaultNamespacevoid
XMLStreamWriter.writeProcessingInstruction
(String target) Writes a processing instructionvoid
XMLStreamWriter.writeProcessingInstruction
(String target,String data) Writes a processing instructionvoid
XMLStreamWriter.writeStartDocument
(String version) Write the XML Declaration.void
XMLStreamWriter.writeStartDocument
(String encoding,String version) Write the XML Declaration.void
XMLStreamWriter.writeStartElement
(String localName) Writes a start tag to the output.void
XMLStreamWriter.writeStartElement
(String namespaceURI,String localName) Writes a start tag to the outputvoid
XMLStreamWriter.writeStartElement
(String prefix,String localName,String namespaceURI) Writes a start tag to the outputConstructors injavax.xml.stream with parameters of typeStringModifierConstructorDescriptionConstruct an exception with a nested inner exception and a messageConstruct an exception with associated messageConstruct an exception with a nested inner exception and a messageXMLStreamException
(String msg) Construct an exception with the associated message.XMLStreamException
(String msg,Throwable th) Construct an exception with the associated message and exceptionXMLStreamException
(String msg,Location location) Construct an exception with the associated message, exception and location.XMLStreamException
(String msg,Location location,Throwable th) Construct an exception with the associated message, exception and location.Uses ofString injavax.xml.stream.events
Methods injavax.xml.stream.events that returnStringModifier and TypeMethodDescriptionEntityDeclaration.getBaseURI()
Get the base URI for this reference or null if this information is not availableStartDocument.getCharacterEncodingScheme()
Returns the encoding style of the XML dataCharacters.getData()
Get the character data of this eventProcessingInstruction.getData()
The data section of the processing instructionReturns the entire Document Type Declaration as a string, including the internal DTD subset.Attribute.getDTDType()
Gets the type of this attribute, default is the String "CDATA".EntityDeclaration.getName()
The entity's nameEntityReference.getName()
The name of the entityNotationDeclaration.getName()
The notation name.Namespace.getNamespaceURI()
Gets the uri bound to the prefix of this namespaceStartElement.getNamespaceURI
(String prefix) Gets the value that the prefix is bound to in the context of this element.EntityDeclaration.getNotationName()
The name of the associated notation.Namespace.getPrefix()
Gets the prefix, returns "" if this is a default namespace declaration.EntityDeclaration.getPublicId()
The entity's public identifier, or null if none was givenNotationDeclaration.getPublicId()
The notation's public identifier, or null if none was given.EntityDeclaration.getReplacementText()
The replacement text of the entity.EntityDeclaration.getSystemId()
The entity's system identifier.NotationDeclaration.getSystemId()
The notation's system identifier, or null if none was given.StartDocument.getSystemId()
Returns the system ID of the XML dataProcessingInstruction.getTarget()
The target section of the processing instructionComment.getText()
Return the string data of the comment, returns empty string if it does not exist.Attribute.getValue()
Gets the normalized value of this attribute.StartDocument.getVersion()
Returns the version of XML of this XML streamMethods injavax.xml.stream.events with parameters of typeStringModifier and TypeMethodDescriptionStartElement.getNamespaceURI
(String prefix) Gets the value that the prefix is bound to in the context of this element.Uses ofString injavax.xml.stream.util
Methods injavax.xml.stream.util that returnStringModifier and TypeMethodDescriptionStreamReaderDelegate.getAttributeLocalName
(int index) StreamReaderDelegate.getAttributeNamespace
(int index) StreamReaderDelegate.getAttributePrefix
(int index) StreamReaderDelegate.getAttributeType
(int index) StreamReaderDelegate.getAttributeValue
(int index) StreamReaderDelegate.getAttributeValue
(String namespaceUri,String localName) StreamReaderDelegate.getCharacterEncodingScheme()
EventReaderDelegate.getElementText()
StreamReaderDelegate.getElementText()
StreamReaderDelegate.getEncoding()
StreamReaderDelegate.getLocalName()
StreamReaderDelegate.getNamespacePrefix
(int index) StreamReaderDelegate.getNamespaceURI()
StreamReaderDelegate.getNamespaceURI
(int index) StreamReaderDelegate.getNamespaceURI
(String prefix) StreamReaderDelegate.getPIData()
StreamReaderDelegate.getPITarget()
StreamReaderDelegate.getPrefix()
StreamReaderDelegate.getText()
StreamReaderDelegate.getVersion()
Methods injavax.xml.stream.util with parameters of typeStringModifier and TypeMethodDescriptionStreamReaderDelegate.getAttributeValue
(String namespaceUri,String localName) StreamReaderDelegate.getNamespaceURI
(String prefix) EventReaderDelegate.getProperty
(String name) StreamReaderDelegate.getProperty
(String name) void
Uses ofString injavax.xml.transform
Fields injavax.xml.transform declared asStringModifier and TypeFieldDescriptionstatic finalString
OutputKeys.CDATA_SECTION_ELEMENTS
cdata-section-elements =expanded names.static finalString
OutputKeys.DOCTYPE_PUBLIC
doctype-public =string.static finalString
OutputKeys.DOCTYPE_SYSTEM
doctype-system =string.static finalString
OutputKeys.ENCODING
encoding =string.static finalString
OutputKeys.INDENT
indent = "yes" | "no".static finalString
OutputKeys.MEDIA_TYPE
media-type =string.static finalString
OutputKeys.METHOD
method = "xml" | "html" | "text" |expanded name.static finalString
OutputKeys.OMIT_XML_DECLARATION
omit-xml-declaration = "yes" | "no".static finalString
Result.PI_DISABLE_OUTPUT_ESCAPING
The name of the processing instruction that is sent if the result tree disables output escaping.static finalString
Result.PI_ENABLE_OUTPUT_ESCAPING
The name of the processing instruction that is sent if the result tree enables output escaping at some point after having received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.static finalString
OutputKeys.STANDALONE
standalone = "yes" | "no".static finalString
OutputKeys.VERSION
version =nmtoken.Methods injavax.xml.transform that returnStringModifier and TypeMethodDescriptionTransformerException.getLocationAsString()
Get the location information as a string.TransformerFactoryConfigurationError.getMessage()
Return the message (if any) for this error .TransformerException.getMessageAndLocation()
Get the error message with location information appended.abstractString
Transformer.getOutputProperty
(String name) Get an output property that is in effect for the transformer.SourceLocator.getPublicId()
Return the public identifier for the current document event.Result.getSystemId()
Get the system identifier that was set with setSystemId.Source.getSystemId()
Get the system identifier that was set with setSystemId.SourceLocator.getSystemId()
Return the system identifier for the current document event.Methods injavax.xml.transform with parameters of typeStringModifier and TypeMethodDescriptionabstractSource
TransformerFactory.getAssociatedStylesheet
(Source source,String media,String title,String charset) Get the stylesheet specification(s) associated with the XMLSource
document via the xml-stylesheet processing instruction that match the given criteria.abstractObject
TransformerFactory.getAttribute
(String name) Allows the user to retrieve specific attributes on the underlying implementation.abstract boolean
TransformerFactory.getFeature
(String name) Look up the value of a feature.abstractString
Transformer.getOutputProperty
(String name) Get an output property that is in effect for the transformer.abstractObject
Transformer.getParameter
(String name) Get a parameter that was explicitly set with setParameter.staticTransformerFactory
TransformerFactory.newInstance
(String factoryClassName,ClassLoader classLoader) Obtain a new instance of aTransformerFactory
from factory class name.Called by the processor when it encounters an xsl:include, xsl:import, or document() function.abstract void
TransformerFactory.setAttribute
(String name,Object value) Allows the user to set specific attributes on the underlying implementation.abstract void
TransformerFactory.setFeature
(String name, boolean value) Set a feature for thisTransformerFactory
andTransformer
s orTemplate
s created by this factory.abstract void
Transformer.setOutputProperty
(String name,String value) Set an output property that will be in effect for the transformation.abstract void
Transformer.setParameter
(String name,Object value) Add a parameter for the transformation.void
Result.setSystemId
(String systemId) Set the system identifier for this Result.void
Source.setSystemId
(String systemId) Set the system identifier for this Source.Constructors injavax.xml.transform with parameters of typeStringModifierConstructorDescriptionCreate a newTransformerConfigurationException
with theString
specified as an error message.Create a newTransformerConfigurationException
with the givenException
base cause and detail message.TransformerConfigurationException
(String message,SourceLocator locator) Create a new TransformerConfigurationException from a message and a Locator.TransformerConfigurationException
(String message,SourceLocator locator,Throwable e) Wrap an existing exception in a TransformerConfigurationException.TransformerException
(String message) Create a new TransformerException.TransformerException
(String message,Throwable e) Wrap an existing exception in a TransformerException.TransformerException
(String message,SourceLocator locator) Create a new TransformerException from a message and a Locator.TransformerException
(String message,SourceLocator locator,Throwable e) Wrap an existing exception in a TransformerException.Create a newTransformerFactoryConfigurationError
with the givenException
base cause and detail message.Create a newTransformerFactoryConfigurationError
with theString
specified as an error message.Uses ofString injavax.xml.transform.dom
Fields injavax.xml.transform.dom declared asStringModifier and TypeFieldDescriptionstatic finalString
DOMResult.FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returnstrue
when passed this value as an argument, theTransformer
supportsResult
output of this type.static finalString
DOMSource.FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type.Methods injavax.xml.transform.dom that returnStringModifier and TypeMethodDescriptionDOMResult.getSystemId()
Get the System Identifier.DOMSource.getSystemId()
Get the base ID (URL or system ID) from where URLs will be resolved.Methods injavax.xml.transform.dom with parameters of typeStringModifier and TypeMethodDescriptionvoid
DOMResult.setSystemId
(String systemId) Set the systemId that may be used in association with the node.void
DOMSource.setSystemId
(String systemID) Set the base ID (URL or system ID) from where URLs will be resolved.Constructors injavax.xml.transform.dom with parameters of typeStringModifierConstructorDescriptionUse a DOM node to create a new output target with the specified System ID.Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before and the specified System ID.Create a new input source with a DOM node, and with the system ID also passed in as the base URI.Uses ofString injavax.xml.transform.sax
Fields injavax.xml.transform.sax declared asStringModifier and TypeFieldDescriptionstatic finalString
SAXResult.FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Result output of this type.static finalString
SAXSource.FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type.static finalString
SAXTransformerFactory.FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the TransformerFactory returned fromTransformerFactory.newInstance()
may be safely cast to a SAXTransformerFactory.static finalString
SAXTransformerFactory.FEATURE_XMLFILTER
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, theSAXTransformerFactory.newXMLFilter(Source src)
andSAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported.Methods injavax.xml.transform.sax that returnStringModifier and TypeMethodDescriptionSAXResult.getSystemId()
Get the system identifier that was set with setSystemId.SAXSource.getSystemId()
Get the base ID (URI or system ID) from where URIs will be resolved.TemplatesHandler.getSystemId()
Get the base ID (URI or system ID) from where relative URLs will be resolved.TransformerHandler.getSystemId()
Get the base ID (URI or system ID) from where relative URLs will be resolved.Methods injavax.xml.transform.sax with parameters of typeStringModifier and TypeMethodDescriptionvoid
SAXResult.setSystemId
(String systemId) Method setSystemId Set the systemID that may be used in association with theContentHandler
.void
SAXSource.setSystemId
(String systemId) Set the system identifier for this Source.void
TemplatesHandler.setSystemId
(String systemID) Set the base ID (URI or system ID) for the Templates object created by this builder.void
TransformerHandler.setSystemId
(String systemID) Set the base ID (URI or system ID) from where relative URLs will be resolved.Uses ofString injavax.xml.transform.stax
Fields injavax.xml.transform.stax declared asStringModifier and TypeFieldDescriptionstatic finalString
StAXResult.FEATURE
IfTransformerFactory.getFeature(String name)
returns true when passed this value as an argument, the Transformer supports Result output of this type.static finalString
StAXSource.FEATURE
IfTransformerFactory.getFeature(String name)
returns true when passed this value as an argument, the Transformer supports Source input of this type.Methods injavax.xml.transform.stax that returnStringModifier and TypeMethodDescriptionStAXResult.getSystemId()
The returned system identifier is alwaysnull
.StAXSource.getSystemId()
Get the system identifier used by thisStAXSource
.Methods injavax.xml.transform.stax with parameters of typeStringModifier and TypeMethodDescriptionvoid
StAXResult.setSystemId
(String systemId) In the context of aStAXResult
, it is not appropriate to explicitly set the system identifier.void
StAXSource.setSystemId
(String systemId) In the context of aStAXSource
, it is not appropriate to explicitly set the system identifier.Uses ofString injavax.xml.transform.stream
Fields injavax.xml.transform.stream declared asStringModifier and TypeFieldDescriptionstatic finalString
StreamResult.FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Result output of this type.static finalString
StreamSource.FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type.Methods injavax.xml.transform.stream that returnStringModifier and TypeMethodDescriptionStreamSource.getPublicId()
Get the public identifier that was set with setPublicId.StreamResult.getSystemId()
Get the system identifier that was set with setSystemId.StreamSource.getSystemId()
Get the system identifier that was set with setSystemId.Methods injavax.xml.transform.stream with parameters of typeStringModifier and TypeMethodDescriptionvoid
StreamSource.setPublicId
(String publicId) Set the public identifier for this Source.void
StreamResult.setSystemId
(String systemId) Set the systemID that may be used in association with the byte or character stream, or, if neither is set, use this value as a writeable URI (probably a file name).void
StreamSource.setSystemId
(String systemId) Set the system identifier for this Source.Constructors injavax.xml.transform.stream with parameters of typeStringModifierConstructorDescriptionStreamResult
(String systemId) Construct a StreamResult from a URL.StreamSource
(InputStream inputStream,String systemId) Construct a StreamSource from a byte stream.StreamSource
(Reader reader,String systemId) Construct a StreamSource from a character reader.StreamSource
(String systemId) Construct a StreamSource from a URL.Uses ofString injavax.xml.validation
Methods injavax.xml.validation with parameters of typeStringModifier and TypeMethodDescriptionboolean
SchemaFactory.getFeature
(String name) Look up the value of a feature flag.boolean
Validator.getFeature
(String name) Look up the value of a feature flag.boolean
ValidatorHandler.getFeature
(String name) Look up the value of a feature flag.SchemaFactory.getProperty
(String name) Look up the value of a property.Validator.getProperty
(String name) Look up the value of a property.ValidatorHandler.getProperty
(String name) Look up the value of a property.abstract boolean
SchemaFactory.isSchemaLanguageSupported
(String schemaLanguage) Is specified schema supported by thisSchemaFactory
?abstractSchemaFactory
SchemaFactoryLoader.newFactory
(String schemaLanguage) Creates a newSchemaFactory
object for the specified schema language.staticSchemaFactory
SchemaFactory.newInstance
(String schemaLanguage) Obtains a new instance of aSchemaFactory
that supports the specified schema language.staticSchemaFactory
SchemaFactory.newInstance
(String schemaLanguage,String factoryClassName,ClassLoader classLoader) Obtain a new instance of aSchemaFactory
from class name.void
SchemaFactory.setFeature
(String name, boolean value) Set a feature for thisSchemaFactory
,Schema
s created by this factory, and by extension,Validator
s andValidatorHandler
s created by thoseSchema
s.void
Validator.setFeature
(String name, boolean value) Set the value of a feature flag.void
ValidatorHandler.setFeature
(String name, boolean value) Set a feature for thisValidatorHandler
.void
SchemaFactory.setProperty
(String name,Object object) Set the value of a property.void
Validator.setProperty
(String name,Object object) Set the value of a property.void
ValidatorHandler.setProperty
(String name,Object object) Set the value of a property.Constructors injavax.xml.validation with parameters of typeStringModifierConstructorDescriptionSchemaFactoryConfigurationError
(String message) Create a newSchemaFactoryConfigurationError
with theString
specified as an error message.SchemaFactoryConfigurationError
(String message,Throwable cause) Create a newSchemaFactoryConfigurationError
with the givenThrowable
base cause and detail message.Uses ofString injavax.xml.xpath
Fields injavax.xml.xpath declared asStringModifier and TypeFieldDescriptionstatic finalString
XPathFactory.DEFAULT_OBJECT_MODEL_URI
Default Object Model URI.static finalString
XPathFactory.DEFAULT_PROPERTY_NAME
The default property name according to the JAXP spec.static finalString
XPathConstants.DOM_OBJECT_MODEL
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".Methods injavax.xml.xpath that returnStringModifier and TypeMethodDescriptionEvaluate an XPath expression in the specified context and return the result as aString
.XPath.evaluate
(String expression,InputSource source) Evaluate an XPath expression in the context of the specifiedInputSource
and return the result as aString
.Evaluate the compiled XPath expression in the specified context and return the result as aString
.XPathExpression.evaluate
(InputSource source) Evaluate the compiled XPath expression in the context of the specifiedInputSource
and return the result as aString
.XPathFactory.getProperty
(String name) Returns the value of the specified property.Methods injavax.xml.xpath with parameters of typeStringModifier and TypeMethodDescriptionCompile an XPath expression for later evaluation.Evaluate an XPath expression in the specified context and return the result as aString
.Evaluate anXPath
expression in the specified context and return the result as the specified type.XPath.evaluate
(String expression,InputSource source) Evaluate an XPath expression in the context of the specifiedInputSource
and return the result as aString
.XPath.evaluate
(String expression,InputSource source,QName returnType) Evaluate an XPath expression in the context of the specifiedInputSource
and return the result as the specified type.defaultXPathEvaluationResult
<?> XPath.evaluateExpression
(String expression,Object item) Evaluate an XPath expression in the specified context.default <T> T
XPath.evaluateExpression
(String expression,Object item,Class<T> type) Evaluate an XPath expression in the specified context and return the result with the type specified through theclass type
defaultXPathEvaluationResult
<?> XPath.evaluateExpression
(String expression,InputSource source) Evaluate an XPath expression in the specified context.default <T> T
XPath.evaluateExpression
(String expression,InputSource source,Class<T> type) Evaluate an XPath expression in the context of the specifiedsource
and return the result as specified.abstract boolean
XPathFactory.getFeature
(String name) Get the state of the named feature.XPathFactory.getProperty
(String name) Returns the value of the specified property.abstract boolean
XPathFactory.isObjectModelSupported
(String objectModel) Is specified object model supported by thisXPathFactory
?staticXPathFactory
XPathFactory.newInstance
(String uri) Obtains a newXPathFactory
instance using the specified object model.staticXPathFactory
XPathFactory.newInstance
(String uri,String factoryClassName,ClassLoader classLoader) Obtain a new instance of aXPathFactory
from a factory class name.abstract void
XPathFactory.setFeature
(String name, boolean value) Sets a feature for thisXPathFactory
.void
XPathFactory.setProperty
(String name,String value) Sets a property for thisXPathFactory
.Returns the enum constant of this class with the specified name.Constructors injavax.xml.xpath with parameters of typeStringModifierConstructorDescriptionXPathException
(String message) Constructs a newXPathException
with the specified detailmessage
.XPathExpressionException
(String message) Constructs a newXPathExpressionException
with the specified detailmessage
.XPathFactoryConfigurationException
(String message) Constructs a newXPathFactoryConfigurationException
with the specified detailmessage
.XPathFunctionException
(String message) Constructs a newXPathFunctionException
with the specified detailmessage
.Uses ofString injdk.dynalink
Fields injdk.dynalink declared asStringModifier and TypeFieldDescriptionstatic finalString
SecureLookupSupplier.GET_LOOKUP_PERMISSION_NAME
The name of a runtime permission required to successfully invoke theSecureLookupSupplier.getLookup()
method.Methods injdk.dynalink that returnStringModifier and TypeMethodDescriptionCallSiteDescriptor.toString()
Returns the string representation of this call site descriptor, of the formatname(parameterTypes)returnType@lookup
.NamedOperation.toString()
Returns the string representation of this named operation.NamespaceOperation.toString()
Returns the string representation of this namespace operation.Methods injdk.dynalink with parameters of typeStringModifier and TypeMethodDescriptionfinalNamedOperation
NamedOperation.changeName
(String newName) Finds or creates a named operation that differs from this one only in the name.staticStandardNamespace
Returns the enum constant of this class with the specified name.staticStandardOperation
Returns the enum constant of this class with the specified name.Constructors injdk.dynalink with parameters of typeStringModifierConstructorDescriptionNoSuchDynamicMethodException
(String message) Creates a new NoSuchDynamicMethodExceptionUses ofString injdk.dynalink.beans
Methods injdk.dynalink.beans that return types with arguments of typeStringModifier and TypeMethodDescriptionBeansLinker.getInstanceMethodNames
(Class<?> clazz) Returns a set of names of all instance methods of a class.BeansLinker.getReadableInstancePropertyNames
(Class<?> clazz) Returns a set of names of all readable instance properties of a class.BeansLinker.getReadableStaticPropertyNames
(Class<?> clazz) Returns a set of names of all readable static properties of a class.BeansLinker.getStaticMethodNames
(Class<?> clazz) Returns a set of names of all static methods of a class.BeansLinker.getWritableInstancePropertyNames
(Class<?> clazz) Returns a set of names of all writable instance properties of a class.BeansLinker.getWritableStaticPropertyNames
(Class<?> clazz) Returns a set of names of all writable static properties of a class.Methods injdk.dynalink.beans with parameters of typeStringModifier and TypeMethodDescriptionstaticObject
BeansLinker.getConstructorMethod
(Class<?> clazz,String signature) Return the dynamic method of constructor of the given class and the given signature.Uses ofString injdk.dynalink.linker
Fields injdk.dynalink.linker declared asStringModifier and TypeFieldDescriptionstatic finalString
GuardingDynamicLinkerExporter.AUTOLOAD_PERMISSION_NAME
The name of the runtime permission for creating instances of this class.Methods injdk.dynalink.linker with parameters of typeStringModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Uses ofString injdk.dynalink.linker.support
Methods injdk.dynalink.linker.support with parameters of typeStringModifier and TypeMethodDescriptionLookup.findGetter
(Class<?> refc,String name,Class<?> type) Performs aMethodHandles.Lookup.findGetter(Class, String, Class)
, converting any encounteredIllegalAccessException
into anIllegalAccessError
andNoSuchFieldException
into aNoSuchFieldError
.staticMethodHandle
Lookup.findOwnSpecial
(MethodHandles.Lookup lookup,String name,Class<?> rtype,Class<?>... ptypes) Given a lookup, finds usingLookup.findSpecial(Class, String, MethodType)
a method on that lookup's class.Lookup.findOwnSpecial
(String name,Class<?> rtype,Class<?>... ptypes) Finds usingLookup.findSpecial(Class, String, MethodType)
a method on that lookup's class.staticMethodHandle
Lookup.findOwnStatic
(MethodHandles.Lookup lookup,String name,Class<?> rtype,Class<?>... ptypes) Given a lookup, finds usingLookup.findStatic(Class, String, MethodType)
a method on that lookup's class.Lookup.findOwnStatic
(String name,Class<?> rtype,Class<?>... ptypes) Finds usingLookup.findStatic(Class, String, MethodType)
a method on that lookup's class.Lookup.findSpecial
(Class<?> declaringClass,String name,MethodType type) Performs aMethodHandles.Lookup.findSpecial(Class, String, MethodType, Class)
on the underlying lookup.Lookup.findStatic
(Class<?> declaringClass,String name,MethodType type) Performs aMethodHandles.Lookup.findStatic(Class, String, MethodType)
on the underlying lookup.Lookup.findVirtual
(Class<?> declaringClass,String name,MethodType type) Performs aMethodHandles.Lookup.findVirtual(Class, String, MethodType)
on the underlying lookup.staticClass
<?> TypeUtilities.getPrimitiveTypeByName
(String name) Given a name of a primitive type returns the class representing it.Uses ofString injdk.incubator.vector
Methods injdk.incubator.vector that returnStringModifier and TypeMethodDescriptionVectorOperators.Operator.name()
Returns the symbolic name of this operator, as a constant inVectorOperators
.VectorOperators.Operator.operatorName()
Returns the Java operator symbol or method name corresponding to this operator.staticString
Float16.toHexString
(Float16 f16) Returns a hexadecimal string representation of theFloat16
argument.finalString
ByteVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.finalString
DoubleVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.Float16.toString()
Returns a string representation of thisFloat16
.staticString
Returns a string representation of theFloat16
argument.finalString
FloatVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.finalString
IntVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.finalString
LongVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.finalString
ShortVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.abstractString
Vector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.finalString
VectorMask.toString()
Returns a string representation of this mask, of the form"Mask[T.TT...]"
, reporting the mask bit settings (as 'T' or '.' characters) in lane order.finalString
VectorShuffle.toString()
Returns a string representation of this shuffle, of the form"Shuffle[0,1,2...]"
, reporting the source indexes in lane order.VectorSpecies.toString()
Returns a string of the form "Species[ETYPE, VLENGTH, SHAPE]", whereETYPE
is the primitivelane type,VLENGTH
is thevector lane count associated with the species, andSHAPE
is thevector shape associated with the species.Methods injdk.incubator.vector with parameters of typeStringUses ofString injdk.javadoc.doclet
Methods injdk.javadoc.doclet that returnStringModifier and TypeMethodDescriptionDoclet.Option.getDescription()
Returns the description of the option.Doclet.getName()
Returns a name identifying the doclet.StandardDoclet.getName()
Taglet.getName()
Returns the name of the tag supported by this taglet.Doclet.Option.getParameters()
Returns the parameters of the option.Returns the string representation of a series of instances of this tag to be included in the generated output.Methods injdk.javadoc.doclet that return types with arguments of typeStringModifier and TypeMethodDescriptionDoclet.Option.getNames()
Returns the list of names that may be used to identify the option.Methods injdk.javadoc.doclet with parameters of typeStringModifier and TypeMethodDescriptiondefault void
Reporter.print
(Diagnostic.Kind kind,DocTreePath path, int start, int pos, int end,String message) Prints a diagnostic message related to a position within a range of characters in a tree node.void
Reporter.print
(Diagnostic.Kind kind,DocTreePath path,String message) Prints a diagnostic message related to a tree node in a documentation comment.void
Reporter.print
(Diagnostic.Kind kind,String message) Prints a diagnostic message.void
Reporter.print
(Diagnostic.Kind kind,Element element,String message) Prints a diagnostic message related to an element.default void
Reporter.print
(Diagnostic.Kind kind,FileObject file, int start, int pos, int end,String message) Prints a diagnostic message related to a position within a range of characters in a file.boolean
Processes the option and arguments as needed.staticDoclet.Option.Kind
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.staticTaglet.Location
Returns the enum constant of this class with the specified name.Method parameters injdk.javadoc.doclet with type arguments of typeStringUses ofString injdk.jfr
Modifier and TypeFieldDescriptionstatic finalString
DataAmount.BITS
Unit for bitsstatic finalString
DataAmount.BYTES
Unit for bytesstatic finalString
Timespan.MICROSECONDS
Unit for microseconds.static finalString
Timespan.MILLISECONDS
Unit for milliseconds.static finalString
Timestamp.MILLISECONDS_SINCE_EPOCH
The unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.static finalString
Enabled.NAME
Setting name"enabled"
, signifies that the event should be recorded.static finalString
Period.NAME
Settings name"period"
for configuring periodic eventsstatic finalString
StackTrace.NAME
Settings name"stackTrace"
to be used for enabling event stack traces.static finalString
Threshold.NAME
Setting name"threshold"
for configuring event thresholds.static finalString
Timespan.NANOSECONDS
Unit for nanoseconds.static finalString
Timespan.SECONDS
Unit for seconds.static finalString
Timespan.TICKS
Unit for ticks.static finalString
Timestamp.TICKS
The unit for the number of ticks that have transpired since some arbitrary starting date.Modifier and TypeMethodDescriptionabstractString
Combines the setting values for all running recordings into one value when multiple recordings are running at the same time,Configuration.getContents()
Returns a textual representation of the configuration (for example, the contents of a JFC file).SettingDescriptor.getContentType()
Returns a textual identifier that specifies how a value that is represented by thisSettingDescriptor
object is interpreted or formatted.ValueDescriptor.getContentType()
Returns a textual identifier that specifies how a value represented by thisValueDescriptor
is interpreted or formatted.SettingDescriptor.getDefaultValue()
Returns the default value for this setting descriptor.Configuration.getDescription()
Returns a short sentence that describes the configuration (for example"Low overhead configuration safe for continuous use in production environments"
)EventType.getDescription()
Returns a short sentence that describes the event class.SettingDescriptor.getDescription()
Returns a sentence that describes the setting (for example"Record event with duration above or equal to threshold"
).ValueDescriptor.getDescription()
Returns a sentence describing the value (for example,"Maximum throughput in the transaction system. Value is reset after each new batch."
).Configuration.getLabel()
Returns a human-readable name (for example,"Continuous" or "Profiling"
}.EventType.getLabel()
Returns a human-readable name (for example,"CPU Load"
).SettingDescriptor.getLabel()
Returns a human-readable name that describes the setting (for example,"Threshold"
).ValueDescriptor.getLabel()
Returns a human-readable name that describes the value (for example,"Maximum Throughput"
).Configuration.getName()
Returns an identifying name (for example,"default" or "profile")
.EventType.getName()
Returns an identifier for the event (for example,"jdk.CPULoad"
).Recording.getName()
Returns the name of this recording.SettingDescriptor.getName()
Returns the name of the setting (for example,"threshold"
).ValueDescriptor.getName()
Returns the name of the value (for example,"maxThroughput"
).Configuration.getProvider()
Returns who created the configuration (for example"OpenJDK"
).AnnotationElement.getTypeName()
Returns the fully qualified name of the annotation type that corresponds to thisAnnotationElement
(for example,"jdk.jfr.Label"
).SettingDescriptor.getTypeName()
Returns the fully qualified class name of the type that is associated with this setting descriptor.ValueDescriptor.getTypeName()
Returns the fully qualified class name of the type that is associated with this value descriptor.abstractString
SettingControl.getValue()
Returns the currently used value for this setting, notnull
.Modifier and TypeMethodDescriptionEventType.getCategoryNames()
Returns the list of human-readable names that makes up the categories for this event type (for example,"Java Application"
,"Statistics"
).Configuration.getSettings()
Returns the settings that specifies how a recording is configured.Configuration.getSettings()
Returns the settings that specifies how a recording is configured.Recording.getSettings()
Returns settings used by this recording.Recording.getSettings()
Returns settings used by this recording.Modifier and TypeMethodDescriptionDisables event with the specified name.Enables the event with the specified name.staticConfiguration
Configuration.getConfiguration
(String name) Returns a predefined configuration.Returns the field with the specified name, ornull
if it doesn't exist.Returns a value for thisAnnotationElement
.boolean
Returnstrue
if an annotation value with the specified name exists in thisAnnotationElement
.void
Sets a human-readable name (for example,"My Recording"
).abstract void
Sets the value for this setting.staticRecordingState
Returns the enum constant of this class with the specified name.abstractEventSettings
Sets a setting value for the event that is associated with this event setting.Modifier and TypeMethodDescriptionabstractString
Combines the setting values for all running recordings into one value when multiple recordings are running at the same time,void
Recording.setSettings
(Map<String, String> settings) Replaces all settings for this recording.void
Recording.setSettings
(Map<String, String> settings) Replaces all settings for this recording.ModifierConstructorDescriptionConstructs aFlightRecorderPermission
with the specified name.ValueDescriptor
(Class<?> type,String name) Constructs a value descriptor, useful for dynamically creating event types and annotations.ValueDescriptor
(Class<?> type,String name,List<AnnotationElement> annotations) Constructs a value descriptor, useful for dynamically creating event types and annotations.ModifierConstructorDescriptionAnnotationElement
(Class<? extendsAnnotation> annotationType,Map<String, Object> values) Creates an annotation element to use for dynamically defined events.Creates a recording with settings from a map of name-value pairs.Creates a recording with settings from a map of name-value pairs.Uses ofString injdk.jfr.consumer
Methods injdk.jfr.consumer that returnStringModifier and TypeMethodDescriptionRecordedMethod.getDescriptor()
Returns the method descriptor for this method (for example,"(Ljava/lang/String;)V"
).RecordedThread.getJavaName()
Returns the Java thread name, ornull
if doesn't exist.RecordedClass.getName()
Returns the fully qualified name of the class (for example,"java.lang.String"
).RecordedClassLoader.getName()
Returns the name of the class loader (for example, "boot", "platform", and "app").RecordedMethod.getName()
Returns the name of this method, for example"toString"
.RecordedThreadGroup.getName()
Returns the name of the thread group, ornull
if doesn't exist.RecordedThread.getOSName()
Returns the thread name used by the operating system.finalString
Returns the value of a field of typeString
.RecordedFrame.getType()
Returns the frame type for the execution point that is represented by this recorded frame (for example,"Interpreted"
,"JIT compiled"
or"Inlined"
).finalString
RecordedObject.toString()
Returns a textual representation of this object.Methods injdk.jfr.consumer with parameters of typeStringModifier and TypeMethodDescriptionDisables event with the specified name.Enables the event with the specified name.final boolean
RecordedObject.getBoolean
(String name) Returns the value of a field of typeboolean
.final byte
Returns the value of a field of typebyte
.final char
Returns the value of a field of typechar
.finalRecordedClass
Returns the value of a field of typeClass
.final double
Returns the value of a field of typedouble
or of another primitive type that is convertible to typedouble
by a widening conversion.finalDuration
RecordedObject.getDuration
(String name) Returns the value of a timespan field.final float
Returns the value of a field of typefloat
or of another primitive type convertible to typefloat
by a widening conversion.finalInstant
RecordedObject.getInstant
(String name) Returns the value of a timestamp field.final int
Returns the value of a field of typeint
or of another primitive type that is convertible to typeint
by a widening conversion.final long
Returns the value of a field of typelong
or of another primitive type that is convertible to typelong
by a widening conversion.final short
Returns the value of a field of typeshort
or of another primitive type convertible to typeshort
by a widening conversion.finalString
Returns the value of a field of typeString
.finalRecordedThread
Returns the value of a field of typeThread
.final <T> T
Returns the value of the field with the given name.boolean
Returnstrue
if a field with the given name exists,false
otherwise.void
EventStream.onEvent
(String eventName,Consumer<RecordedEvent> action) Registers an action to perform on all events matching a name.void
RecordingStream.onEvent
(String eventName,Consumer<RecordedEvent> action) Method parameters injdk.jfr.consumer with type arguments of typeStringModifier and TypeMethodDescriptionvoid
RecordingStream.setSettings
(Map<String, String> settings) Replaces all settings for this recording stream.void
RecordingStream.setSettings
(Map<String, String> settings) Replaces all settings for this recording stream.Uses ofString injdk.jshell
Methods injdk.jshell that returnStringModifier and TypeMethodDescriptionabstractString
SourceCodeAnalysis.analyzeType
(String code, int cursor) Infer the type of the given expression.SourceCodeAnalysis.Suggestion.continuation()
The candidate continuation of the given user's input.SourceCodeAnalysis.SnippetWrapper.fullClassName()
Returns the fully qualified class name of theSourceCodeAnalysis.SnippetWrapper.wrapped()
class.ImportSnippet.fullname()
The qualified name of the import.abstractString
Diag.getCode()
Returns a diagnostic code indicating the type of diagnostic.EvalException.getExceptionClassName()
Returns the name of the Throwable subclass which was thrown in the executing client.abstractString
Diag.getMessage
(Locale locale) Returns a localized message for the given locale.Snippet.id()
The unique identifier for the snippet.SourceCodeAnalysis.Documentation.javadoc()
The javadoc of the given element.ExpressionSnippet.name()
Variable name which is the value of the expression.ImportSnippet.name()
The identifying name of the import.PersistentSnippet.name()
Name of the Snippet.MethodSnippet.parameterTypes()
A String representation of the parameter types of the method.JShellConsole.readLine()
Preview.Reads a single line of text from the console.Provides a prompt, then reads a single line of text from the console.SourceCodeAnalysis.CompletionInfo.remaining()
Input remaining after the complete part of the source.MethodSnippet.signature()
The full type signature of the method, including return type.SourceCodeAnalysis.Documentation.signature()
The signature of the given element.Snippet.source()
Return the source code of the snippet.SourceCodeAnalysis.CompletionInfo.source()
Source code for the first Snippet of code input.SourceCodeAnalysis.SnippetWrapper.source()
Returns the input that is wrapped.SnippetEvent.toString()
Return a string representation of the eventfinalString
SourceCodeAnalysis.Highlight.toString()
Returns a string representation of this record class.ExpressionSnippet.typeName()
Type of the expressionVarSnippet.typeName()
A String representation of the type of the variable.SnippetEvent.value()
The result value of successful run.JShell.varValue
(VarSnippet snippet) Get the current value of a variable.SourceCodeAnalysis.SnippetWrapper.wrapped()
Returns a Java class definition that wraps theSourceCodeAnalysis.SnippetWrapper.source()
or, if an import, the import source.Methods injdk.jshell that return types with arguments of typeStringModifier and TypeMethodDescriptionSourceCodeAnalysis.QualifiedNames.getNames()
Known qualified names for the given simple name in the original code.JShell.unresolvedDependencies
(DeclarationSnippet snippet) ForRECOVERABLE_DEFINED
orRECOVERABLE_NOT_DEFINED
declarations, the names of current unresolved dependencies for the snippet.Methods injdk.jshell with parameters of typeStringModifier and TypeMethodDescriptionvoid
JShell.addToClasspath
(String path) The specified path is added to the end of the classpath used in eval().SourceCodeAnalysis.analyzeCompletion
(String input) Given an input string, find the first snippet of code (one statement, definition, import, or expression) and evaluate if it is complete.abstractString
SourceCodeAnalysis.analyzeType
(String code, int cursor) Infer the type of the given expression.JShell.Builder.compilerOptions
(String... options) Adds compiler options.abstractList
<SourceCodeAnalysis.Suggestion> SourceCodeAnalysis.completionSuggestions
(String input, int cursor, int[] anchor) Compute possible follow-ups for the given input.abstractList
<SourceCodeAnalysis.Documentation> SourceCodeAnalysis.documentation
(String input, int cursor, boolean computeJavadoc) Compute documentation for the given user's input.Evaluate the input String, including definition and/or execution, if applicable.JShell.Builder.executionEngine
(String executionControlSpec) Sets the custom engine for execution.abstractList
<SourceCodeAnalysis.Highlight> SourceCodeAnalysis.highlights
(String snippet) Returns a collection ofHighlight
s which can be used to color the given snippet.SourceCodeAnalysis.listQualifiedNames
(String code, int cursor) List qualified names known for the simple name in the given code immediately to the left of the given cursor position.Provides a prompt, then reads a single line of text from the console.char[]
JShellConsole.readPassword
(String prompt) Provides a prompt, then reads a password or passphrase from the console with echoing disabled.JShell.Builder.remoteVMOptions
(String... options) Sets additional VM options for launching the VM.SourceCodeAnalysis.sourceToSnippets
(String input) Converts the source code of a snippet into aSnippet
object (or list ofSnippet
objects in the case of some var declarations, e.g.: int x, y, z;).staticSnippet.Kind
Returns the enum constant of this class with the specified name.staticSnippet.Status
Returns the enum constant of this class with the specified name.staticSnippet.SubKind
Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.abstractList
<SourceCodeAnalysis.SnippetWrapper> Returns the wrapper information for the snippet within the input source string.Method parameters injdk.jshell with type arguments of typeStringModifier and TypeMethodDescriptionJShell.Builder.executionEngine
(ExecutionControlProvider executionControlProvider,Map<String, String> executionControlParameters) Sets the custom engine for execution.JShell.Builder.executionEngine
(ExecutionControlProvider executionControlProvider,Map<String, String> executionControlParameters) Sets the custom engine for execution.JShell.Builder.idGenerator
(BiFunction<Snippet, Integer, String> generator) Sets the generator of identifying names for Snippets.JShell.Builder.tempVariableNameGenerator
(Supplier<String> generator) Sets a generator of temp variable names forVarSnippet
ofSnippet.SubKind.TEMP_VAR_EXPRESSION_SUBKIND
.Uses ofString injdk.jshell.execution
Fields injdk.jshell.execution declared asStringModifier and TypeFieldDescriptionstatic finalString
JdiExecutionControlProvider.PARAM_HOST_NAME
The local hostname to connect to.static finalString
JdiExecutionControlProvider.PARAM_LAUNCH
Should JDI-controlled launching be used?static finalString
JdiExecutionControlProvider.PARAM_REMOTE_AGENT
The remote agent to launch.static finalString
JdiExecutionControlProvider.PARAM_TIMEOUT
Milliseconds before connect timeout.Methods injdk.jshell.execution that returnStringModifier and TypeMethodDescriptionprotectedString
Invoke the specified "doit-method", a static method with no parameters.FailOverExecutionControlProvider.name()
The unique name of thisExecutionControlProvider
.JdiExecutionControlProvider.name()
The unique name of thisExecutionControlProvider
.LocalExecutionControlProvider.name()
The unique name of thisExecutionControlProvider
.protectedString
DirectExecutionControl.throwConvertedInvocationException
(Throwable cause) Converts incoming exceptions in user code into instances of subtypes ofExecutionControl.ExecutionControlException
and throws the converted exception.protectedString
DirectExecutionControl.throwConvertedOtherException
(Throwable ex) Converts incoming exceptions in agent code into instances of subtypes ofExecutionControl.ExecutionControlException
and throws the converted exception.finalString
JdiDefaultExecutionControl.JdiStarter.TargetDescription.toString()
Returns a string representation of this record class.protected staticString
DirectExecutionControl.valueString
(Object value) Converts theObject
value fromExecutionControl.invoke(String, String)
orExecutionControl.varValue(String, String)
toString
.Methods injdk.jshell.execution that return types with arguments of typeStringModifier and TypeMethodDescriptionFailOverExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.FailOverExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.JdiExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.JdiExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.LocalExecutionControlProvider.defaultParameters()
Create and return the default parameter map forLocalExecutionControlProvider
.LocalExecutionControlProvider.defaultParameters()
Create and return the default parameter map forLocalExecutionControlProvider
.Methods injdk.jshell.execution with parameters of typeStringModifier and TypeMethodDescriptionvoid
DirectExecutionControl.addToClasspath
(String cp) void
LoaderDelegate.addToClasspath
(String path) Adds the path to the execution class path.void
StreamingExecutionControl.addToClasspath
(String path) DirectExecutionControl.extensionCommand
(String command,Object arg) StreamingExecutionControl.extensionCommand
(String command,Object arg) protectedClass
<?> Finds the class with the specified binary name.Class
<?> Finds the class with the specified binary name.static void
Launch the agent, connecting to the JShell-core over the socket specified in the command-line argument.protectedReferenceType
JdiExecutionControl.referenceType
(VirtualMachine vm,String name) Returns the JDIReferenceType
corresponding to the specified class name.protected void
JdiInitiator.runListenProcess
(String jdiAddress, int jshellControlPort,List<String> remoteVMOptions,JdiInitiator.ProcessStarted setupVM) Create a process that will attach to the given address.Method parameters injdk.jshell.execution with type arguments of typeStringModifier and TypeMethodDescriptionLocalExecutionControlProvider.createExecutionControl
(ExecutionEnv env,Map<String, String> parameters) Create a newExecutionControl
instance.LocalExecutionControlProvider.createExecutionControl
(ExecutionEnv env,Map<String, String> parameters) Create a newExecutionControl
instance.static void
Util.detectJdiExitEvent
(VirtualMachine vm,Consumer<String> unbiddenExitHandler) Monitor the JDI event stream forVMDeathEvent
andVMDisconnectEvent
.static void
Util.forwardExecutionControlAndIO
(ExecutionControl ec,InputStream inStream,OutputStream outStream,Map<String,Consumer<OutputStream>> outputStreamMap,Map<String,Consumer<InputStream>> inputStreamMap) Forward commands from the input to the specifiedExecutionControl
instance, then responses back on the output.FailOverExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) Create and return a locally executingExecutionControl
instance.FailOverExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) Create and return a locally executingExecutionControl
instance.JdiExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) JdiExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) LocalExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) Create and return a locally executingExecutionControl
instance.LocalExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) Create and return a locally executingExecutionControl
instance.staticExecutionControl
Util.remoteInputOutput
(InputStream input,OutputStream output,Map<String,OutputStream> outputStreamMap,Map<String,InputStream> inputStreamMap,BiFunction<ObjectInput,ObjectOutput,ExecutionControl> factory) Creates an ExecutionControl for given packetized input and output.protected void
JdiInitiator.runListenProcess
(String jdiAddress, int jshellControlPort,List<String> remoteVMOptions,JdiInitiator.ProcessStarted setupVM) Create a process that will attach to the given address.JdiDefaultExecutionControl.JdiStarter.start
(ExecutionEnv env,Map<String, String> parameters, int port) Start the external process based on the given parameters.JdiDefaultExecutionControl.JdiStarter.start
(ExecutionEnv env,Map<String, String> parameters, int port) Start the external process based on the given parameters.Constructors injdk.jshell.execution with parameters of typeStringModifierConstructorDescriptionJdiInitiator
(int port,List<String> remoteVMOptions,String remoteAgent, boolean isLaunch,String host, int timeout,Map<String, String> customConnectorArgs) Start the remote agent and establish a JDI connection to it.Constructor parameters injdk.jshell.execution with type arguments of typeStringModifierConstructorDescriptionJdiInitiator
(int port,List<String> remoteVMOptions,String remoteAgent, boolean isLaunch,String host, int timeout,Map<String, String> customConnectorArgs) Start the remote agent and establish a JDI connection to it.JdiInitiator
(int port,List<String> remoteVMOptions,String remoteAgent, boolean isLaunch,String host, int timeout,Map<String, String> customConnectorArgs) Start the remote agent and establish a JDI connection to it.JdiInitiator
(int port,List<String> remoteVMOptions,String remoteAgent, boolean isLaunch,String host, int timeout,Map<String, String> customConnectorArgs) Start the remote agent and establish a JDI connection to it.Uses ofString injdk.jshell.spi
Methods injdk.jshell.spi that returnStringModifier and TypeMethodDescriptionExecutionControl.UserException.causeExceptionClass()
Returns the class of the user exception.Invokes an executable Snippet by calling a method on the specified wrapper class.ExecutionControl.ClassBytecodes.name()
The class name.ExecutionControlProvider.name()
The unique name of thisExecutionControlProvider
.Returns the value of a variable.Methods injdk.jshell.spi that return types with arguments of typeStringModifier and TypeMethodDescriptionExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.ExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.ExecutionEnv.extraRemoteVMOptions()
Returns the additional VM options to be used when launching the remote JVM.Methods injdk.jshell.spi with parameters of typeStringModifier and TypeMethodDescriptionvoid
ExecutionControl.addToClasspath
(String path) Adds the path to the execution class path.ExecutionControl.extensionCommand
(String command,Object arg) Run a non-standard command (or a standard command from a newer version).staticExecutionControl
ExecutionControl.generate
(ExecutionEnv env,String spec) Search for a provider, then create and return theExecutionControl
instance.staticExecutionControl
Search for a provider, then create and return theExecutionControl
instance.Invokes an executable Snippet by calling a method on the specified wrapper class.Returns the value of a variable.Method parameters injdk.jshell.spi with type arguments of typeStringModifier and TypeMethodDescriptionstaticExecutionControl
Search for a provider, then create and return theExecutionControl
instance.staticExecutionControl
Search for a provider, then create and return theExecutionControl
instance.ExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) Create and return theExecutionControl
instance.ExecutionControlProvider.generate
(ExecutionEnv env,Map<String, String> parameters) Create and return theExecutionControl
instance.Constructors injdk.jshell.spi with parameters of typeStringModifierConstructorDescriptionClassBytecodes
(String name, byte[] bytecodes) Creates a name/bytecode pair.ClassInstallException
(String message, boolean[] installed) EngineTerminationException
(String message) ExecutionControlException
(String message) InternalException
(String message) NotImplementedException
(String message) UserException
(String message,String causeExceptionClass,StackTraceElement[] stackElements) Uses ofString injdk.jshell.tool
Methods injdk.jshell.tool with parameters of typeStringModifier and TypeMethodDescriptionvoid
Run an instance of the Java shell tool as configured by the other methods in this interface.default int
Run an instance of the Java shell tool as configured by the other methods in this interface.Method parameters injdk.jshell.tool with type arguments of typeStringModifier and TypeMethodDescriptionSet the source for environment variables.Set the source for environment variables.JavaShellToolBuilder.persistence
(Map<String, String> prefsMap) Set the storage mechanism for persistent information which includes input history and retained settings.JavaShellToolBuilder.persistence
(Map<String, String> prefsMap) Set the storage mechanism for persistent information which includes input history and retained settings.Uses ofString injdk.management.jfr
Fields injdk.management.jfr declared asStringModifier and TypeFieldDescriptionstatic finalString
FlightRecorderMXBean.MXBEAN_NAME
String representation of theObjectName
for theFlightRecorderMXBean
.Methods injdk.management.jfr that returnStringModifier and TypeMethodDescriptionConfigurationInfo.getContents()
Returns the textual representation of the configuration associated with thisConfigurationInfo
, typically the contents of the configuration file that was used to create the configuration.SettingDescriptorInfo.getContentType()
Returns the content type of the setting associated thisSettingDescriptorInfo
(for example,"jdk.jfr.Timespan"
).SettingDescriptorInfo.getDefaultValue()
Returns the default value of the setting associated thisSettingDescriptorInfo
(for example,"20 ms"
).ConfigurationInfo.getDescription()
Returns a short sentence that describes the configuration associated with thisConfigurationInfo
(for example,"Low overhead configuration safe for continuous use in production environments"
.EventTypeInfo.getDescription()
Returns a short sentence or two describing the event type associated with thisEventTypeInfo
, for example"Garbage collection performed by the JVM""
.SettingDescriptorInfo.getDescription()
Returns the description of the setting associated thisSettingDescriptorInfo
(for example,"The duration an event must exceed to be be recorded"
).RecordingInfo.getDestination()
Returns destination path where data, for the recording associated with thisRecordingInfo
, should be written when the recording stops, ornull
if the recording should not be written.ConfigurationInfo.getLabel()
Returns the human-readable name (for example,"Continuous"
or"Profiling"
) for the configuration associated with thisConfigurationInfo
EventTypeInfo.getLabel()
Returns the label, a human-readable name, associated with the event type for thisEventTypeInfo
(for example,"Garbage Collection"
).SettingDescriptorInfo.getLabel()
Returns the human-readable name of the setting associated with thisSettingDescriptorInfo
(for example,"Threshold"
).ConfigurationInfo.getName()
Returns the name of the configuration associated with thisConfigurationInfo
(for example,"default"
).EventTypeInfo.getName()
Returns the name for the event type associated with thisEventTypeInfo
(for example,"jdk.GarbageCollection"
).RecordingInfo.getName()
Returns the name of the recording associated with thisRecordingInfo
.SettingDescriptorInfo.getName()
Returns the name of the setting associated with thisSettingDescriptorInfo
(for example,"threshold"
).ConfigurationInfo.getProvider()
Returns the provider of the configuration associated with thisConfigurationInfo
(for example,"OpenJDK"
).RecordingInfo.getState()
Returns aString
representation of state of the recording associated with thisRecordingInfo
.SettingDescriptorInfo.getTypeName()
Returns the type name of the setting associated thisSettingDescriptorInfo
(for example,"jdk.settings.Threshold"
).ConfigurationInfo.toString()
Returns a description of the configuration that is associated with thisConfigurationInfo
.EventTypeInfo.toString()
Returns a description of thisEventTypeInfo
.RecordingInfo.toString()
Returns a string description of the recording associated with thisRecordingInfo
SettingDescriptorInfo.toString()
Returns aString
description of thisSettingDescriptorInfo
.Methods injdk.management.jfr that return types with arguments of typeStringModifier and TypeMethodDescriptionEventTypeInfo.getCategoryNames()
Returns the list of human-readable names that makes up the category for thisEventTypeInfo
(for example,"Java Virtual Machine"
or"Garbage Collector"
).FlightRecorderMXBean.getRecordingOptions
(long recordingId) Returns a map that contains the options for the recording with the specified ID (for example, the destination file or time span to keep recorded data).FlightRecorderMXBean.getRecordingOptions
(long recordingId) Returns a map that contains the options for the recording with the specified ID (for example, the destination file or time span to keep recorded data).FlightRecorderMXBean.getRecordingSettings
(long recordingId) Returns aMap
that contains the settings for the recording with the specified ID, (for example, the event thresholds)FlightRecorderMXBean.getRecordingSettings
(long recordingId) Returns aMap
that contains the settings for the recording with the specified ID, (for example, the event thresholds)ConfigurationInfo.getSettings()
Returns the settings for the configuration associated with thisConfigurationInfo
.ConfigurationInfo.getSettings()
Returns the settings for the configuration associated with thisConfigurationInfo
.RecordingInfo.getSettings()
Returns the settings for the recording associated with thisRecordingInfo
.RecordingInfo.getSettings()
Returns the settings for the recording associated with thisRecordingInfo
.Methods injdk.management.jfr with parameters of typeStringModifier and TypeMethodDescriptionvoid
Writes recording data to the specified file.Disables event with the specified name.Enables the event with the specified name.void
RemoteRecordingStream.onEvent
(String eventName,Consumer<RecordedEvent> action) void
FlightRecorderMXBean.setConfiguration
(long recordingId,String contents) Sets a configuration as a string representation for the recording with the specified ID.void
FlightRecorderMXBean.setPredefinedConfiguration
(long recordingId,String configurationName) Sets a predefined configuration for the recording with the specified ID.Method parameters injdk.management.jfr with type arguments of typeStringModifier and TypeMethodDescriptionlong
FlightRecorderMXBean.openStream
(long recordingId,Map<String, String> streamOptions) Opens a data stream for the recording with the specified ID, or0
to get data irrespective of recording.long
FlightRecorderMXBean.openStream
(long recordingId,Map<String, String> streamOptions) Opens a data stream for the recording with the specified ID, or0
to get data irrespective of recording.void
FlightRecorderMXBean.setRecordingOptions
(long recordingId,Map<String, String> options) Configures the recording options (for example, destination file and time span to keep data).void
FlightRecorderMXBean.setRecordingOptions
(long recordingId,Map<String, String> options) Configures the recording options (for example, destination file and time span to keep data).void
FlightRecorderMXBean.setRecordingSettings
(long recordingId,Map<String, String> settings) Sets and replaces all previous settings for the specified recording.void
FlightRecorderMXBean.setRecordingSettings
(long recordingId,Map<String, String> settings) Sets and replaces all previous settings for the specified recording.void
RemoteRecordingStream.setSettings
(Map<String, String> settings) Replaces all settings for this recording stream.void
RemoteRecordingStream.setSettings
(Map<String, String> settings) Replaces all settings for this recording stream.Uses ofString injdk.net
Modifier and TypeMethodDescriptionfinalString
UnixDomainPrincipal.toString()
Returns a string representation of this record class.ModifierConstructorDescriptionNetworkPermission
(String name) Creates a NetworkPermission with the given target name.NetworkPermission
(String name,String actions) Creates a NetworkPermission with the given target name.Uses ofString injdk.security.jarsigner
Methods injdk.security.jarsigner that returnStringModifier and TypeMethodDescriptionstaticString
JarSigner.Builder.getDefaultDigestAlgorithm()
Gets the default digest algorithm.staticString
JarSigner.Builder.getDefaultSignatureAlgorithm
(PrivateKey key) Gets the default signature algorithm for a private key.JarSigner.getDigestAlgorithm()
Returns the digest algorithm for thisJarSigner
.JarSigner.getProperty
(String key) Returns the value of an additional implementation-specific property indicated by the specified key.JarSigner.getSignatureAlgorithm()
Returns the signature algorithm for thisJarSigner
.JarSigner.getSignerName()
Returns the signer name of thisJarSigner
.Methods injdk.security.jarsigner with parameters of typeStringModifier and TypeMethodDescriptionJarSigner.Builder.digestAlgorithm
(String algorithm) Sets the digest algorithm.JarSigner.Builder.digestAlgorithm
(String algorithm,Provider provider) Sets the digest algorithm from the specified provider.JarSigner.getProperty
(String key) Returns the value of an additional implementation-specific property indicated by the specified key.JarSigner.Builder.setProperty
(String key,String value) Sets an additional implementation-specific property indicated by the specified key.JarSigner.Builder.signatureAlgorithm
(String algorithm) Sets the signature algorithm.JarSigner.Builder.signatureAlgorithm
(String algorithm,Provider provider) Sets the signature algorithm from the specified provider.JarSigner.Builder.signerName
(String name) Sets the signer name.Method parameters injdk.security.jarsigner with type arguments of typeStringModifier and TypeMethodDescriptionJarSigner.Builder.eventHandler
(BiConsumer<String, String> handler) Sets en event handler that will be triggered when aJarEntry
is to be added, signed, or updated during the signing process.JarSigner.Builder.eventHandler
(BiConsumer<String, String> handler) Sets en event handler that will be triggered when aJarEntry
is to be added, signed, or updated during the signing process.Constructors injdk.security.jarsigner with parameters of typeStringModifierConstructorDescriptionJarSignerException
(String message,Throwable cause) Constructs a newJarSignerException
with the specified detail message and cause.Uses ofString innetscape.javascript
Methods innetscape.javascript with parameters of typeStringModifier and TypeMethodDescriptionabstractObject
Deprecated, for removal: This API element is subject to removal in a future version.Calls a JavaScript method.abstractObject
Deprecated, for removal: This API element is subject to removal in a future version.Evaluates a JavaScript expression.abstractObject
Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a named member of a JavaScript object.abstract void
JSObject.removeMember
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Removes a named member of a JavaScript object.abstract void
Deprecated, for removal: This API element is subject to removal in a future version.Sets a named member of a JavaScript object.Constructors innetscape.javascript with parameters of typeStringModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Construct a new JavaScript exception with the specified detail message.Uses ofString inorg.ietf.jgss
Methods inorg.ietf.jgss that returnStringModifier and TypeMethodDescriptionGSSException.getMajorString()
Returns a string explaining the GSS-API level major error code in this exception.GSSException.getMessage()
Returns a textual representation of both the major and the minor status codes.GSSException.getMinorString()
Returns a string explaining the mechanism specific error code.MessageProp.getMinorString()
Retrieves a string explaining the minor status code.GSSException.toString()
Returns a textual representation of both the major and the minor status codes.GSSName.toString()
Returns a textual representation of theGSSName
object.Oid.toString()
Returns a string representation of the oid's integer components in dot separated notation.Methods inorg.ietf.jgss with parameters of typeStringModifier and TypeMethodDescriptionabstractGSSName
GSSManager.createName
(String nameStr,Oid nameType) Factory method to convert a string name from the specified namespace to a GSSName object.abstractGSSName
GSSManager.createName
(String nameStr,Oid nameType,Oid mech) Factory method to convert a string name from the specified namespace to a GSSName object and canonicalize it at the same time for a mechanism.void
Used by the exception thrower to set the mechanism level minor error code and its string explanation.void
MessageProp.setSupplementaryStates
(boolean duplicate, boolean old, boolean unseq, boolean gap, int minorStatus,String minorString) This method sets the state for the supplementary information flags and the minor status in MessageProp.Constructors inorg.ietf.jgss with parameters of typeStringModifierConstructorDescriptionGSSException
(int majorCode, int minorCode,String minorString) Creates a GSSException object with the specified major code, minor code, and minor code textual explanation.Constructs an Oid object from a string representation of its integer components.Uses ofString inorg.w3c.dom
Methods inorg.w3c.dom that returnStringModifier and TypeMethodDescriptionElement.getAttribute
(String name) Retrieves an attribute value by name.Element.getAttributeNS
(String namespaceURI,String localName) Retrieves an attribute value by local name and namespace URI.Node.getBaseURI()
The absolute base URI of this node ornull
if the implementation wasn't able to obtain an absolute URI.CharacterData.getData()
The character data of the node that implements this interface.ProcessingInstruction.getData()
The content of this processing instruction.Document.getDocumentURI()
The location of the document ornull
if undefined or if theDocument
was created usingDOMImplementation.createDocument
.Document.getInputEncoding()
An attribute specifying the encoding used for this document at the time of the parsing.Entity.getInputEncoding()
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.DocumentType.getInternalSubset()
The internal subset as a string, ornull
if there is none.Node.getLocalName()
Returns the local part of the qualified name of this node.DOMError.getMessage()
An implementation specific string describing the error that occurred.Attr.getName()
Returns the name of this attribute.DocumentType.getName()
The name of DTD; i.e., the name immediately following theDOCTYPE
keyword.NameList.getName
(int index) Returns theindex
th name item in the collection.NameList.getNamespaceURI
(int index) Returns theindex
th namespaceURI item in the collection.Node.getNamespaceURI()
The namespace URI of this node, ornull
if it is unspecified (see ).Node.getNodeName()
The name of this node, depending on its type; see the table above.Node.getNodeValue()
The value of this node, depending on its type; see the table above.Entity.getNotationName()
For unparsed entities, the name of the notation for the entity.Node.getPrefix()
The namespace prefix of this node, ornull
if it is unspecified.DocumentType.getPublicId()
The public identifier of the external subset.Entity.getPublicId()
The public identifier associated with the entity if specified, andnull
otherwise.Notation.getPublicId()
The public identifier of this notation.DocumentType.getSystemId()
The system identifier of the external subset.Entity.getSystemId()
The system identifier associated with the entity if specified, andnull
otherwise.Notation.getSystemId()
The system identifier of this notation.Element.getTagName()
The name of the element.ProcessingInstruction.getTarget()
The target of this processing instruction.Node.getTextContent()
This attribute returns the text content of this node and its descendants.DOMError.getType()
ADOMString
indicating which related data is expected inrelatedData
.TypeInfo.getTypeName()
The name of a type declared for the associated element or attribute, ornull
if unknown.TypeInfo.getTypeNamespace()
The namespace of the type declared for the associated element or attribute ornull
if the element does not have declaration or if no namespace information is available.DOMLocator.getUri()
The URI this locator is pointing to, ornull
if no URI is available.Attr.getValue()
On retrieval, the value of the attribute is returned as a string.Text.getWholeText()
Returns all text ofText
nodes logically-adjacent text nodes to this node, concatenated in document order.Document.getXmlEncoding()
An attribute specifying, as part of theXML declaration, the encoding of this document.Entity.getXmlEncoding()
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.Document.getXmlVersion()
An attribute specifying, as part of theXML declaration, the version number of this document.Entity.getXmlVersion()
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.DOMStringList.item
(int index) Returns theindex
th item in the collection.Node.lookupNamespaceURI
(String prefix) Look up the namespace URI associated to the given prefix, starting from this node.Node.lookupPrefix
(String namespaceURI) Look up the prefix associated to the given namespace URI, starting from this node.CharacterData.substringData
(int offset, int count) Extracts a range of data from the node.Methods inorg.w3c.dom with parameters of typeStringModifier and TypeMethodDescriptionvoid
CharacterData.appendData
(String arg) Append the string to the end of the character data of the node.boolean
DOMConfiguration.canSetParameter
(String name,Object value) Check if setting a parameter to a specific value is supported.boolean
Test if a string is part of thisDOMStringList
.boolean
Test if a name is part of thisNameList
.boolean
NameList.containsNS
(String namespaceURI,String name) Test if the pair namespaceURI/name is part of thisNameList
.Document.createAttribute
(String name) Creates anAttr
of the given name.Document.createAttributeNS
(String namespaceURI,String qualifiedName) Creates an attribute of the given qualified name and namespace URI.Document.createCDATASection
(String data) Creates aCDATASection
node whose value is the specified string.Document.createComment
(String data) Creates aComment
node given the specified string.DOMImplementation.createDocument
(String namespaceURI,String qualifiedName,DocumentType doctype) Creates a DOM Document object of the specified type with its document element.DOMImplementation.createDocumentType
(String qualifiedName,String publicId,String systemId) Creates an emptyDocumentType
node.Document.createElement
(String tagName) Creates an element of the type specified.Document.createElementNS
(String namespaceURI,String qualifiedName) Creates an element of the given qualified name and namespace URI.Document.createEntityReference
(String name) Creates anEntityReference
object.Document.createProcessingInstruction
(String target,String data) Creates aProcessingInstruction
node given the specified name and data strings.Document.createTextNode
(String data) Creates aText
node given the specified string.Element.getAttribute
(String name) Retrieves an attribute value by name.Element.getAttributeNode
(String name) Retrieves an attribute node by name.Element.getAttributeNodeNS
(String namespaceURI,String localName) Retrieves anAttr
node by local name and namespace URI.Element.getAttributeNS
(String namespaceURI,String localName) Retrieves an attribute value by local name and namespace URI.DOMImplementationSource.getDOMImplementation
(String features) A method to request the first DOM implementation that supports the specified features.DOMImplementationSource.getDOMImplementationList
(String features) A method to request a list of DOM implementations that support the specified features and versions, as specified in .Document.getElementById
(String elementId) Returns theElement
that has an ID attribute with the given value.Document.getElementsByTagName
(String tagname) Returns aNodeList
of all theElements
in document order with a given tag name and are contained in the document.Element.getElementsByTagName
(String name) Returns aNodeList
of all descendantElements
with a given tag name, in document order.Document.getElementsByTagNameNS
(String namespaceURI,String localName) Returns aNodeList
of all theElements
with a given local name and namespace URI in document order.Element.getElementsByTagNameNS
(String namespaceURI,String localName) Returns aNodeList
of all the descendantElements
with a given local name and namespace URI in document order.DOMImplementation.getFeature
(String feature,String version) This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified inDOM Features.Node.getFeature
(String feature,String version) This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .NamedNodeMap.getNamedItem
(String name) Retrieves a node specified by name.NamedNodeMap.getNamedItemNS
(String namespaceURI,String localName) Retrieves a node specified by local name and namespace URI.DOMConfiguration.getParameter
(String name) Return the value of a parameter if known.Node.getUserData
(String key) Retrieves the object associated to a key on a this node.void
This method is called whenever the node for which this handler is registered is imported or cloned.boolean
Element.hasAttribute
(String name) Returnstrue
when an attribute with a given name is specified on this element or has a default value,false
otherwise.boolean
Element.hasAttributeNS
(String namespaceURI,String localName) Returnstrue
when an attribute with a given local name and namespace URI is specified on this element or has a default value,false
otherwise.boolean
DOMImplementation.hasFeature
(String feature,String version) Test if the DOM implementation implements a specific feature and version, as specified inDOM Features.void
CharacterData.insertData
(int offset,String arg) Insert a string at the specified 16-bit unit offset.boolean
Node.isDefaultNamespace
(String namespaceURI) This method checks if the specifiednamespaceURI
is the default namespace or not.boolean
TypeInfo.isDerivedFrom
(String typeNamespaceArg,String typeNameArg, int derivationMethod) This method returns if there is a derivation between the reference type definition, i.e. theTypeInfo
on which the method is being called, and the other type definition, i.e. the one passed as parameters.boolean
Node.isSupported
(String feature,String version) Tests whether the DOM implementation implements a specific feature and that feature is supported by this node, as specified in .Node.lookupNamespaceURI
(String prefix) Look up the namespace URI associated to the given prefix, starting from this node.Node.lookupPrefix
(String namespaceURI) Look up the prefix associated to the given namespace URI, starting from this node.void
Element.removeAttribute
(String name) Removes an attribute by name.void
Element.removeAttributeNS
(String namespaceURI,String localName) Removes an attribute by local name and namespace URI.NamedNodeMap.removeNamedItem
(String name) Removes a node specified by name.NamedNodeMap.removeNamedItemNS
(String namespaceURI,String localName) Removes a node specified by local name and namespace URI.Document.renameNode
(Node n,String namespaceURI,String qualifiedName) Rename an existing node of typeELEMENT_NODE
orATTRIBUTE_NODE
.void
CharacterData.replaceData
(int offset, int count,String arg) Replace the characters starting at the specified 16-bit unit offset with the specified string.Text.replaceWholeText
(String content) Replaces the text of the current node and all logically-adjacent text nodes with the specified text.void
Element.setAttribute
(String name,String value) Adds a new attribute.void
Element.setAttributeNS
(String namespaceURI,String qualifiedName,String value) Adds a new attribute.void
The character data of the node that implements this interface.void
The content of this processing instruction.void
Document.setDocumentURI
(String documentURI) The location of the document ornull
if undefined or if theDocument
was created usingDOMImplementation.createDocument
.void
Element.setIdAttribute
(String name, boolean isId) If the parameterisId
istrue
, this method declares the specified attribute to be a user-determined ID attribute .void
Element.setIdAttributeNS
(String namespaceURI,String localName, boolean isId) If the parameterisId
istrue
, this method declares the specified attribute to be a user-determined ID attribute .void
Node.setNodeValue
(String nodeValue) The value of this node, depending on its type; see the table above.void
DOMConfiguration.setParameter
(String name,Object value) Set the value of a parameter.void
The namespace prefix of this node, ornull
if it is unspecified.void
Node.setTextContent
(String textContent) This attribute returns the text content of this node and its descendants.Node.setUserData
(String key,Object data,UserDataHandler handler) Associate an object to a key on this node.void
On retrieval, the value of the attribute is returned as a string.void
Document.setXmlVersion
(String xmlVersion) An attribute specifying, as part of theXML declaration, the version number of this document.Constructors inorg.w3c.dom with parameters of typeStringUses ofString inorg.w3c.dom.bootstrap
Fields inorg.w3c.dom.bootstrap declared asStringModifier and TypeFieldDescriptionstatic finalString
DOMImplementationRegistry.PROPERTY
The system property to specify the DOMImplementationSource class names.Methods inorg.w3c.dom.bootstrap with parameters of typeStringModifier and TypeMethodDescriptionDOMImplementationRegistry.getDOMImplementation
(String features) Return the first implementation that has the desired features, ornull
if none is found.DOMImplementationRegistry.getDOMImplementationList
(String features) Return a list of implementations that support the desired features.Uses ofString inorg.w3c.dom.css
Methods inorg.w3c.dom.css that returnStringModifier and TypeMethodDescriptionCSS2Properties.getAzimuth()
See the azimuth property definition in CSS2.CSS2Properties.getBackground()
See the background property definition in CSS2.CSS2Properties.getBackgroundAttachment()
See the background-attachment property definition in CSS2.CSS2Properties.getBackgroundColor()
See the background-color property definition in CSS2.CSS2Properties.getBackgroundImage()
See the background-image property definition in CSS2.CSS2Properties.getBackgroundPosition()
See the background-position property definition in CSS2.CSS2Properties.getBackgroundRepeat()
See the background-repeat property definition in CSS2.CSS2Properties.getBorder()
See the border property definition in CSS2.CSS2Properties.getBorderBottom()
See the border-bottom property definition in CSS2.CSS2Properties.getBorderBottomColor()
See the border-bottom-color property definition in CSS2.CSS2Properties.getBorderBottomStyle()
See the border-bottom-style property definition in CSS2.CSS2Properties.getBorderBottomWidth()
See the border-bottom-width property definition in CSS2.CSS2Properties.getBorderCollapse()
See the border-collapse property definition in CSS2.CSS2Properties.getBorderColor()
See the border-color property definition in CSS2.CSS2Properties.getBorderLeft()
See the border-left property definition in CSS2.CSS2Properties.getBorderLeftColor()
See the border-left-color property definition in CSS2.CSS2Properties.getBorderLeftStyle()
See the border-left-style property definition in CSS2.CSS2Properties.getBorderLeftWidth()
See the border-left-width property definition in CSS2.CSS2Properties.getBorderRight()
See the border-right property definition in CSS2.CSS2Properties.getBorderRightColor()
See the border-right-color property definition in CSS2.CSS2Properties.getBorderRightStyle()
See the border-right-style property definition in CSS2.CSS2Properties.getBorderRightWidth()
See the border-right-width property definition in CSS2.CSS2Properties.getBorderSpacing()
See the border-spacing property definition in CSS2.CSS2Properties.getBorderStyle()
See the border-style property definition in CSS2.CSS2Properties.getBorderTop()
See the border-top property definition in CSS2.CSS2Properties.getBorderTopColor()
See the border-top-color property definition in CSS2.CSS2Properties.getBorderTopStyle()
See the border-top-style property definition in CSS2.CSS2Properties.getBorderTopWidth()
See the border-top-width property definition in CSS2.CSS2Properties.getBorderWidth()
See the border-width property definition in CSS2.CSS2Properties.getBottom()
See the bottom property definition in CSS2.CSS2Properties.getCaptionSide()
See the caption-side property definition in CSS2.CSS2Properties.getClear()
See the clear property definition in CSS2.CSS2Properties.getClip()
See the clip property definition in CSS2.CSS2Properties.getColor()
See the color property definition in CSS2.CSS2Properties.getContent()
See the content property definition in CSS2.CSS2Properties.getCounterIncrement()
See the counter-increment property definition in CSS2.CSS2Properties.getCounterReset()
See the counter-reset property definition in CSS2.CSS2Properties.getCssFloat()
See the float property definition in CSS2.CSSRule.getCssText()
The parsable textual representation of the rule.CSSStyleDeclaration.getCssText()
The parsable textual representation of the declaration block (excluding the surrounding curly braces).CSSValue.getCssText()
A string representation of the current value.CSS2Properties.getCue()
See the cue property definition in CSS2.CSS2Properties.getCueAfter()
See the cue-after property definition in CSS2.CSS2Properties.getCueBefore()
See the cue-before property definition in CSS2.CSS2Properties.getCursor()
See the cursor property definition in CSS2.CSS2Properties.getDirection()
See the direction property definition in CSS2.CSS2Properties.getDisplay()
See the display property definition in CSS2.CSS2Properties.getElevation()
See the elevation property definition in CSS2.CSS2Properties.getEmptyCells()
See the empty-cells property definition in CSS2.CSSCharsetRule.getEncoding()
The encoding information used in this@charset
rule.CSS2Properties.getFont()
See the font property definition in CSS2.CSS2Properties.getFontFamily()
See the font-family property definition in CSS2.CSS2Properties.getFontSize()
See the font-size property definition in CSS2.CSS2Properties.getFontSizeAdjust()
See the font-size-adjust property definition in CSS2.CSS2Properties.getFontStretch()
See the font-stretch property definition in CSS2.CSS2Properties.getFontStyle()
See the font-style property definition in CSS2.CSS2Properties.getFontVariant()
See the font-variant property definition in CSS2.CSS2Properties.getFontWeight()
See the font-weight property definition in CSS2.CSS2Properties.getHeight()
See the height property definition in CSS2.CSSImportRule.getHref()
The location of the style sheet to be imported.Counter.getIdentifier()
This attribute is used for the identifier of the counter.CSS2Properties.getLeft()
See the left property definition in CSS2.CSS2Properties.getLetterSpacing()
See the letter-spacing property definition in CSS2.CSS2Properties.getLineHeight()
See the line-height property definition in CSS2.Counter.getListStyle()
This attribute is used for the style of the list.CSS2Properties.getListStyle()
See the list-style property definition in CSS2.CSS2Properties.getListStyleImage()
See the list-style-image property definition in CSS2.CSS2Properties.getListStylePosition()
See the list-style-position property definition in CSS2.CSS2Properties.getListStyleType()
See the list-style-type property definition in CSS2.CSS2Properties.getMargin()
See the margin property definition in CSS2.CSS2Properties.getMarginBottom()
See the margin-bottom property definition in CSS2.CSS2Properties.getMarginLeft()
See the margin-left property definition in CSS2.CSS2Properties.getMarginRight()
See the margin-right property definition in CSS2.CSS2Properties.getMarginTop()
See the margin-top property definition in CSS2.CSS2Properties.getMarkerOffset()
See the marker-offset property definition in CSS2.CSS2Properties.getMarks()
See the marks property definition in CSS2.CSS2Properties.getMaxHeight()
See the max-height property definition in CSS2.CSS2Properties.getMaxWidth()
See the max-width property definition in CSS2.CSS2Properties.getMinHeight()
See the min-height property definition in CSS2.CSS2Properties.getMinWidth()
See the min-width property definition in CSS2.CSS2Properties.getOrphans()
See the orphans property definition in CSS2.CSS2Properties.getOutline()
See the outline property definition in CSS2.CSS2Properties.getOutlineColor()
See the outline-color property definition in CSS2.CSS2Properties.getOutlineStyle()
See the outline-style property definition in CSS2.CSS2Properties.getOutlineWidth()
See the outline-width property definition in CSS2.CSS2Properties.getOverflow()
See the overflow property definition in CSS2.CSS2Properties.getPadding()
See the padding property definition in CSS2.CSS2Properties.getPaddingBottom()
See the padding-bottom property definition in CSS2.CSS2Properties.getPaddingLeft()
See the padding-left property definition in CSS2.CSS2Properties.getPaddingRight()
See the padding-right property definition in CSS2.CSS2Properties.getPaddingTop()
See the padding-top property definition in CSS2.CSS2Properties.getPage()
See the page property definition in CSS2.CSS2Properties.getPageBreakAfter()
See the page-break-after property definition in CSS2.CSS2Properties.getPageBreakBefore()
See the page-break-before property definition in CSS2.CSS2Properties.getPageBreakInside()
See the page-break-inside property definition in CSS2.CSS2Properties.getPause()
See the pause property definition in CSS2.CSS2Properties.getPauseAfter()
See the pause-after property definition in CSS2.CSS2Properties.getPauseBefore()
See the pause-before property definition in CSS2.CSS2Properties.getPitch()
See the pitch property definition in CSS2.CSS2Properties.getPitchRange()
See the pitch-range property definition in CSS2.CSS2Properties.getPlayDuring()
See the play-during property definition in CSS2.CSS2Properties.getPosition()
See the position property definition in CSS2.CSSStyleDeclaration.getPropertyPriority
(String propertyName) Used to retrieve the priority of a CSS property (e.g. the"important"
qualifier) if the priority has been explicitly set in this declaration block.CSSStyleDeclaration.getPropertyValue
(String propertyName) Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.CSS2Properties.getQuotes()
See the quotes property definition in CSS2.CSS2Properties.getRichness()
See the richness property definition in CSS2.CSS2Properties.getRight()
See the right property definition in CSS2.CSSPageRule.getSelectorText()
The parsable textual representation of the page selector for the rule.CSSStyleRule.getSelectorText()
The textual representation of the selector for the rule set.Counter.getSeparator()
This attribute is used for the separator of the nested counters.CSS2Properties.getSize()
See the size property definition in CSS2.CSS2Properties.getSpeak()
See the speak property definition in CSS2.CSS2Properties.getSpeakHeader()
See the speak-header property definition in CSS2.CSS2Properties.getSpeakNumeral()
See the speak-numeral property definition in CSS2.CSS2Properties.getSpeakPunctuation()
See the speak-punctuation property definition in CSS2.CSS2Properties.getSpeechRate()
See the speech-rate property definition in CSS2.CSS2Properties.getStress()
See the stress property definition in CSS2.CSSPrimitiveValue.getStringValue()
This method is used to get the string value.CSS2Properties.getTableLayout()
See the table-layout property definition in CSS2.CSS2Properties.getTextAlign()
See the text-align property definition in CSS2.CSS2Properties.getTextDecoration()
See the text-decoration property definition in CSS2.CSS2Properties.getTextIndent()
See the text-indent property definition in CSS2.CSS2Properties.getTextShadow()
See the text-shadow property definition in CSS2.CSS2Properties.getTextTransform()
See the text-transform property definition in CSS2.CSS2Properties.getTop()
See the top property definition in CSS2.CSS2Properties.getUnicodeBidi()
See the unicode-bidi property definition in CSS2.CSS2Properties.getVerticalAlign()
See the vertical-align property definition in CSS2.CSS2Properties.getVisibility()
See the visibility property definition in CSS2.CSS2Properties.getVoiceFamily()
See the voice-family property definition in CSS2.CSS2Properties.getVolume()
See the volume property definition in CSS2.CSS2Properties.getWhiteSpace()
See the white-space property definition in CSS2.CSS2Properties.getWidows()
See the widows property definition in CSS2.CSS2Properties.getWidth()
See the width property definition in CSS2.CSS2Properties.getWordSpacing()
See the word-spacing property definition in CSS2.CSS2Properties.getZIndex()
See the z-index property definition in CSS2.CSSStyleDeclaration.item
(int index) Used to retrieve the properties that have been explicitly set in this declaration block.CSSStyleDeclaration.removeProperty
(String propertyName) Used to remove a CSS property if it has been explicitly set within this declaration block.Methods inorg.w3c.dom.css with parameters of typeStringModifier and TypeMethodDescriptionDOMImplementationCSS.createCSSStyleSheet
(String title,String media) Creates a newCSSStyleSheet
.ViewCSS.getComputedStyle
(Element elt,String pseudoElt) This method is used to get the computed style as it is defined in [CSS2].DocumentCSS.getOverrideStyle
(Element elt,String pseudoElt) This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.CSSStyleDeclaration.getPropertyCSSValue
(String propertyName) Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.CSSStyleDeclaration.getPropertyPriority
(String propertyName) Used to retrieve the priority of a CSS property (e.g. the"important"
qualifier) if the priority has been explicitly set in this declaration block.CSSStyleDeclaration.getPropertyValue
(String propertyName) Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.int
CSSMediaRule.insertRule
(String rule, int index) Used to insert a new rule into the media block.int
CSSStyleSheet.insertRule
(String rule, int index) Used to insert a new rule into the style sheet.CSSStyleDeclaration.removeProperty
(String propertyName) Used to remove a CSS property if it has been explicitly set within this declaration block.void
CSS2Properties.setAzimuth
(String azimuth) See the azimuth property definition in CSS2.void
CSS2Properties.setBackground
(String background) See the background property definition in CSS2.void
CSS2Properties.setBackgroundAttachment
(String backgroundAttachment) See the background-attachment property definition in CSS2.void
CSS2Properties.setBackgroundColor
(String backgroundColor) See the background-color property definition in CSS2.void
CSS2Properties.setBackgroundImage
(String backgroundImage) See the background-image property definition in CSS2.void
CSS2Properties.setBackgroundPosition
(String backgroundPosition) See the background-position property definition in CSS2.void
CSS2Properties.setBackgroundRepeat
(String backgroundRepeat) See the background-repeat property definition in CSS2.void
See the border property definition in CSS2.void
CSS2Properties.setBorderBottom
(String borderBottom) See the border-bottom property definition in CSS2.void
CSS2Properties.setBorderBottomColor
(String borderBottomColor) See the border-bottom-color property definition in CSS2.void
CSS2Properties.setBorderBottomStyle
(String borderBottomStyle) See the border-bottom-style property definition in CSS2.void
CSS2Properties.setBorderBottomWidth
(String borderBottomWidth) See the border-bottom-width property definition in CSS2.void
CSS2Properties.setBorderCollapse
(String borderCollapse) See the border-collapse property definition in CSS2.void
CSS2Properties.setBorderColor
(String borderColor) See the border-color property definition in CSS2.void
CSS2Properties.setBorderLeft
(String borderLeft) See the border-left property definition in CSS2.void
CSS2Properties.setBorderLeftColor
(String borderLeftColor) See the border-left-color property definition in CSS2.void
CSS2Properties.setBorderLeftStyle
(String borderLeftStyle) See the border-left-style property definition in CSS2.void
CSS2Properties.setBorderLeftWidth
(String borderLeftWidth) See the border-left-width property definition in CSS2.void
CSS2Properties.setBorderRight
(String borderRight) See the border-right property definition in CSS2.void
CSS2Properties.setBorderRightColor
(String borderRightColor) See the border-right-color property definition in CSS2.void
CSS2Properties.setBorderRightStyle
(String borderRightStyle) See the border-right-style property definition in CSS2.void
CSS2Properties.setBorderRightWidth
(String borderRightWidth) See the border-right-width property definition in CSS2.void
CSS2Properties.setBorderSpacing
(String borderSpacing) See the border-spacing property definition in CSS2.void
CSS2Properties.setBorderStyle
(String borderStyle) See the border-style property definition in CSS2.void
CSS2Properties.setBorderTop
(String borderTop) See the border-top property definition in CSS2.void
CSS2Properties.setBorderTopColor
(String borderTopColor) See the border-top-color property definition in CSS2.void
CSS2Properties.setBorderTopStyle
(String borderTopStyle) See the border-top-style property definition in CSS2.void
CSS2Properties.setBorderTopWidth
(String borderTopWidth) See the border-top-width property definition in CSS2.void
CSS2Properties.setBorderWidth
(String borderWidth) See the border-width property definition in CSS2.void
See the bottom property definition in CSS2.void
CSS2Properties.setCaptionSide
(String captionSide) See the caption-side property definition in CSS2.void
See the clear property definition in CSS2.void
See the clip property definition in CSS2.void
See the color property definition in CSS2.void
CSS2Properties.setContent
(String content) See the content property definition in CSS2.void
CSS2Properties.setCounterIncrement
(String counterIncrement) See the counter-increment property definition in CSS2.void
CSS2Properties.setCounterReset
(String counterReset) See the counter-reset property definition in CSS2.void
CSS2Properties.setCssFloat
(String cssFloat) See the float property definition in CSS2.void
CSSRule.setCssText
(String cssText) The parsable textual representation of the rule.void
CSSStyleDeclaration.setCssText
(String cssText) The parsable textual representation of the declaration block (excluding the surrounding curly braces).void
CSSValue.setCssText
(String cssText) A string representation of the current value.void
See the cue property definition in CSS2.void
CSS2Properties.setCueAfter
(String cueAfter) See the cue-after property definition in CSS2.void
CSS2Properties.setCueBefore
(String cueBefore) See the cue-before property definition in CSS2.void
See the cursor property definition in CSS2.void
CSS2Properties.setDirection
(String direction) See the direction property definition in CSS2.void
CSS2Properties.setDisplay
(String display) See the display property definition in CSS2.void
CSS2Properties.setElevation
(String elevation) See the elevation property definition in CSS2.void
CSS2Properties.setEmptyCells
(String emptyCells) See the empty-cells property definition in CSS2.void
CSSCharsetRule.setEncoding
(String encoding) The encoding information used in this@charset
rule.void
See the font property definition in CSS2.void
CSS2Properties.setFontFamily
(String fontFamily) See the font-family property definition in CSS2.void
CSS2Properties.setFontSize
(String fontSize) See the font-size property definition in CSS2.void
CSS2Properties.setFontSizeAdjust
(String fontSizeAdjust) See the font-size-adjust property definition in CSS2.void
CSS2Properties.setFontStretch
(String fontStretch) See the font-stretch property definition in CSS2.void
CSS2Properties.setFontStyle
(String fontStyle) See the font-style property definition in CSS2.void
CSS2Properties.setFontVariant
(String fontVariant) See the font-variant property definition in CSS2.void
CSS2Properties.setFontWeight
(String fontWeight) See the font-weight property definition in CSS2.void
See the height property definition in CSS2.void
See the left property definition in CSS2.void
CSS2Properties.setLetterSpacing
(String letterSpacing) See the letter-spacing property definition in CSS2.void
CSS2Properties.setLineHeight
(String lineHeight) See the line-height property definition in CSS2.void
CSS2Properties.setListStyle
(String listStyle) See the list-style property definition in CSS2.void
CSS2Properties.setListStyleImage
(String listStyleImage) See the list-style-image property definition in CSS2.void
CSS2Properties.setListStylePosition
(String listStylePosition) See the list-style-position property definition in CSS2.void
CSS2Properties.setListStyleType
(String listStyleType) See the list-style-type property definition in CSS2.void
See the margin property definition in CSS2.void
CSS2Properties.setMarginBottom
(String marginBottom) See the margin-bottom property definition in CSS2.void
CSS2Properties.setMarginLeft
(String marginLeft) See the margin-left property definition in CSS2.void
CSS2Properties.setMarginRight
(String marginRight) See the margin-right property definition in CSS2.void
CSS2Properties.setMarginTop
(String marginTop) See the margin-top property definition in CSS2.void
CSS2Properties.setMarkerOffset
(String markerOffset) See the marker-offset property definition in CSS2.void
See the marks property definition in CSS2.void
CSS2Properties.setMaxHeight
(String maxHeight) See the max-height property definition in CSS2.void
CSS2Properties.setMaxWidth
(String maxWidth) See the max-width property definition in CSS2.void
CSS2Properties.setMinHeight
(String minHeight) See the min-height property definition in CSS2.void
CSS2Properties.setMinWidth
(String minWidth) See the min-width property definition in CSS2.void
CSS2Properties.setOrphans
(String orphans) See the orphans property definition in CSS2.void
CSS2Properties.setOutline
(String outline) See the outline property definition in CSS2.void
CSS2Properties.setOutlineColor
(String outlineColor) See the outline-color property definition in CSS2.void
CSS2Properties.setOutlineStyle
(String outlineStyle) See the outline-style property definition in CSS2.void
CSS2Properties.setOutlineWidth
(String outlineWidth) See the outline-width property definition in CSS2.void
CSS2Properties.setOverflow
(String overflow) See the overflow property definition in CSS2.void
CSS2Properties.setPadding
(String padding) See the padding property definition in CSS2.void
CSS2Properties.setPaddingBottom
(String paddingBottom) See the padding-bottom property definition in CSS2.void
CSS2Properties.setPaddingLeft
(String paddingLeft) See the padding-left property definition in CSS2.void
CSS2Properties.setPaddingRight
(String paddingRight) See the padding-right property definition in CSS2.void
CSS2Properties.setPaddingTop
(String paddingTop) See the padding-top property definition in CSS2.void
See the page property definition in CSS2.void
CSS2Properties.setPageBreakAfter
(String pageBreakAfter) See the page-break-after property definition in CSS2.void
CSS2Properties.setPageBreakBefore
(String pageBreakBefore) See the page-break-before property definition in CSS2.void
CSS2Properties.setPageBreakInside
(String pageBreakInside) See the page-break-inside property definition in CSS2.void
See the pause property definition in CSS2.void
CSS2Properties.setPauseAfter
(String pauseAfter) See the pause-after property definition in CSS2.void
CSS2Properties.setPauseBefore
(String pauseBefore) See the pause-before property definition in CSS2.void
See the pitch property definition in CSS2.void
CSS2Properties.setPitchRange
(String pitchRange) See the pitch-range property definition in CSS2.void
CSS2Properties.setPlayDuring
(String playDuring) See the play-during property definition in CSS2.void
CSS2Properties.setPosition
(String position) See the position property definition in CSS2.void
CSSStyleDeclaration.setProperty
(String propertyName,String value,String priority) Used to set a property value and priority within this declaration block.void
See the quotes property definition in CSS2.void
CSS2Properties.setRichness
(String richness) See the richness property definition in CSS2.void
See the right property definition in CSS2.void
CSSPageRule.setSelectorText
(String selectorText) The parsable textual representation of the page selector for the rule.void
CSSStyleRule.setSelectorText
(String selectorText) The textual representation of the selector for the rule set.void
See the size property definition in CSS2.void
See the speak property definition in CSS2.void
CSS2Properties.setSpeakHeader
(String speakHeader) See the speak-header property definition in CSS2.void
CSS2Properties.setSpeakNumeral
(String speakNumeral) See the speak-numeral property definition in CSS2.void
CSS2Properties.setSpeakPunctuation
(String speakPunctuation) See the speak-punctuation property definition in CSS2.void
CSS2Properties.setSpeechRate
(String speechRate) See the speech-rate property definition in CSS2.void
See the stress property definition in CSS2.void
CSSPrimitiveValue.setStringValue
(short stringType,String stringValue) A method to set the string value with the specified unit.void
CSS2Properties.setTableLayout
(String tableLayout) See the table-layout property definition in CSS2.void
CSS2Properties.setTextAlign
(String textAlign) See the text-align property definition in CSS2.void
CSS2Properties.setTextDecoration
(String textDecoration) See the text-decoration property definition in CSS2.void
CSS2Properties.setTextIndent
(String textIndent) See the text-indent property definition in CSS2.void
CSS2Properties.setTextShadow
(String textShadow) See the text-shadow property definition in CSS2.void
CSS2Properties.setTextTransform
(String textTransform) See the text-transform property definition in CSS2.void
See the top property definition in CSS2.void
CSS2Properties.setUnicodeBidi
(String unicodeBidi) See the unicode-bidi property definition in CSS2.void
CSS2Properties.setVerticalAlign
(String verticalAlign) See the vertical-align property definition in CSS2.void
CSS2Properties.setVisibility
(String visibility) See the visibility property definition in CSS2.void
CSS2Properties.setVoiceFamily
(String voiceFamily) See the voice-family property definition in CSS2.void
See the volume property definition in CSS2.void
CSS2Properties.setWhiteSpace
(String whiteSpace) See the white-space property definition in CSS2.void
See the widows property definition in CSS2.void
See the width property definition in CSS2.void
CSS2Properties.setWordSpacing
(String wordSpacing) See the word-spacing property definition in CSS2.void
See the z-index property definition in CSS2.Uses ofString inorg.w3c.dom.events
Methods inorg.w3c.dom.events that returnStringModifier and TypeMethodDescriptionMutationEvent.getAttrName()
attrName
indicates the name of the changedAttr
node in a DOMAttrModified event.MutationEvent.getNewValue()
newValue
indicates the new value of theAttr
node in DOMAttrModified events, and of theCharacterData
node in DOMCharacterDataModified events.MutationEvent.getPrevValue()
prevValue
indicates the previous value of theAttr
node in DOMAttrModified events, and of theCharacterData
node in DOMCharacterDataModified events.Event.getType()
The name of the event (case-insensitive).Methods inorg.w3c.dom.events with parameters of typeStringModifier and TypeMethodDescriptionvoid
EventTarget.addEventListener
(String type,EventListener listener, boolean useCapture) This method allows the registration of event listeners on the event target.DocumentEvent.createEvent
(String eventType) void
TheinitEvent
method is used to initialize the value of anEvent
created through theDocumentEvent
interface.void
MouseEvent.initMouseEvent
(String typeArg, boolean canBubbleArg, boolean cancelableArg,AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg,EventTarget relatedTargetArg) TheinitMouseEvent
method is used to initialize the value of aMouseEvent
created through theDocumentEvent
interface.void
MutationEvent.initMutationEvent
(String typeArg, boolean canBubbleArg, boolean cancelableArg,Node relatedNodeArg,String prevValueArg,String newValueArg,String attrNameArg, short attrChangeArg) TheinitMutationEvent
method is used to initialize the value of aMutationEvent
created through theDocumentEvent
interface.void
UIEvent.initUIEvent
(String typeArg, boolean canBubbleArg, boolean cancelableArg,AbstractView viewArg, int detailArg) TheinitUIEvent
method is used to initialize the value of aUIEvent
created through theDocumentEvent
interface.void
EventTarget.removeEventListener
(String type,EventListener listener, boolean useCapture) This method allows the removal of event listeners from the event target.Constructors inorg.w3c.dom.events with parameters of typeStringUses ofString inorg.w3c.dom.html
Methods inorg.w3c.dom.html that returnStringModifier and TypeMethodDescriptionHTMLTableCellElement.getAbbr()
Abbreviation for header cells.HTMLInputElement.getAccept()
A comma-separated list of content types that a server processing this form will handle correctly.HTMLFormElement.getAcceptCharset()
List of character sets supported by the server.HTMLAnchorElement.getAccessKey()
A single character access key to give access to the form control.HTMLAreaElement.getAccessKey()
A single character access key to give access to the form control.HTMLButtonElement.getAccessKey()
A single character access key to give access to the form control.HTMLInputElement.getAccessKey()
A single character access key to give access to the form control.HTMLLabelElement.getAccessKey()
A single character access key to give access to the form control.HTMLLegendElement.getAccessKey()
A single character access key to give access to the form control.HTMLTextAreaElement.getAccessKey()
A single character access key to give access to the form control.HTMLFormElement.getAction()
Server-side form handler.HTMLAppletElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.HTMLDivElement.getAlign()
Horizontal text alignment.HTMLHeadingElement.getAlign()
Horizontal text alignment.HTMLHRElement.getAlign()
Align the rule on the page.HTMLIFrameElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.HTMLImageElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.HTMLInputElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.HTMLLegendElement.getAlign()
Text alignment relative toFIELDSET
.HTMLObjectElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.HTMLParagraphElement.getAlign()
Horizontal text alignment.HTMLTableCaptionElement.getAlign()
Caption alignment with respect to the table.HTMLTableCellElement.getAlign()
Horizontal alignment of data in cell.HTMLTableColElement.getAlign()
Horizontal alignment of cell data in column.HTMLTableElement.getAlign()
Specifies the table's position with respect to the rest of the document.HTMLTableRowElement.getAlign()
Horizontal alignment of data within cells of this row.HTMLTableSectionElement.getAlign()
Horizontal alignment of data in cells.HTMLBodyElement.getALink()
Color of active links (after mouse-button down, but before mouse-button up).HTMLAppletElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.HTMLAreaElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.HTMLImageElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.HTMLInputElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.HTMLAppletElement.getArchive()
Comma-separated archive list.HTMLObjectElement.getArchive()
Space-separated list of archives.HTMLTableCellElement.getAxis()
Names group of related headers.HTMLBodyElement.getBackground()
URI of the background texture tile image.HTMLBodyElement.getBgColor()
Document background color.HTMLTableCellElement.getBgColor()
Cell background color.HTMLTableElement.getBgColor()
Cell background color.HTMLTableRowElement.getBgColor()
Background color for rows.HTMLImageElement.getBorder()
Width of border around image.HTMLObjectElement.getBorder()
Width of border around the object.HTMLTableElement.getBorder()
The width of the border around the table.HTMLTableElement.getCellPadding()
Specifies the horizontal and vertical space between cell content and cell borders.HTMLTableElement.getCellSpacing()
Specifies the horizontal and vertical separation between cells.HTMLTableCellElement.getCh()
Alignment character for cells in a column.HTMLTableColElement.getCh()
Alignment character for cells in a column.HTMLTableRowElement.getCh()
Alignment character for cells in a column.HTMLTableSectionElement.getCh()
Alignment character for cells in a column.HTMLAnchorElement.getCharset()
The character encoding of the linked resource.HTMLLinkElement.getCharset()
The character encoding of the resource being linked to.HTMLScriptElement.getCharset()
The character encoding of the linked resource.HTMLTableCellElement.getChOff()
Offset of alignment character.HTMLTableColElement.getChOff()
Offset of alignment character.HTMLTableRowElement.getChOff()
Offset of alignment character.HTMLTableSectionElement.getChOff()
Offset of alignment character.HTMLModElement.getCite()
A URI designating a document that describes the reason for the change.HTMLQuoteElement.getCite()
A URI designating a source document or message.HTMLElement.getClassName()
The class attribute of the element.HTMLBRElement.getClear()
Control flow of text around floats.HTMLAppletElement.getCode()
Applet class file.HTMLObjectElement.getCode()
Applet class file.HTMLAppletElement.getCodeBase()
Optional base URI for applet.HTMLObjectElement.getCodeBase()
Base URI forclassid
,data
, andarchive
attributes.HTMLObjectElement.getCodeType()
Content type for data downloaded viaclassid
attribute.HTMLBaseFontElement.getColor()
Font color.HTMLFontElement.getColor()
Font color.HTMLFrameSetElement.getCols()
The number of columns of frames in the frameset.HTMLMetaElement.getContent()
Associated information.HTMLDocument.getCookie()
The cookies associated with this document.HTMLAnchorElement.getCoords()
Comma-separated list of lengths, defining an active region geometry.HTMLAreaElement.getCoords()
Comma-separated list of lengths, defining an active region geometry.HTMLObjectElement.getData()
A URI specifying the location of the object's data.HTMLModElement.getDateTime()
The date and time of the change.HTMLInputElement.getDefaultValue()
When thetype
attribute of the element has the value "Text", "File" or "Password", this represents the HTML value attribute of the element.HTMLTextAreaElement.getDefaultValue()
Represents the contents of the element.HTMLElement.getDir()
Specifies the base direction of directionally neutral text and the directionality of tables.HTMLDocument.getDomain()
The domain name of the server that served the document, ornull
if the server cannot be identified by a domain name.HTMLFormElement.getEnctype()
The content type of the submitted form, generally "application/x-www-form-urlencoded".HTMLScriptElement.getEvent()
Reserved for future use.HTMLBaseFontElement.getFace()
Font face identifier.HTMLFontElement.getFace()
Font face identifier.HTMLTableElement.getFrame()
Specifies which external table borders to render.HTMLFrameElement.getFrameBorder()
Request frame borders.HTMLIFrameElement.getFrameBorder()
Request frame borders.HTMLTableCellElement.getHeaders()
List ofid
attribute values for header cells.HTMLAppletElement.getHeight()
Override height.HTMLIFrameElement.getHeight()
Frame height.HTMLImageElement.getHeight()
Override height.HTMLObjectElement.getHeight()
Override height.HTMLTableCellElement.getHeight()
Cell height.HTMLAnchorElement.getHref()
The URI of the linked resource.HTMLAreaElement.getHref()
The URI of the linked resource.HTMLBaseElement.getHref()
The base URI.HTMLLinkElement.getHref()
The URI of the linked resource.HTMLAnchorElement.getHreflang()
Language code of the linked resource.HTMLLinkElement.getHreflang()
Language code of the linked resource.HTMLAppletElement.getHspace()
Horizontal space to the left and right of this image, applet, or object.HTMLImageElement.getHspace()
Horizontal space to the left and right of this image.HTMLObjectElement.getHspace()
Horizontal space to the left and right of this image, applet, or object.HTMLLabelElement.getHtmlFor()
This attribute links this label with another form control byid
attribute.HTMLScriptElement.getHtmlFor()
Reserved for future use.HTMLMetaElement.getHttpEquiv()
HTTP response header name.HTMLElement.getId()
The element's identifier.HTMLOptGroupElement.getLabel()
Assigns a label to this option group.HTMLOptionElement.getLabel()
Option label for use in hierarchical menus.HTMLElement.getLang()
Language code defined in RFC 1766.HTMLBodyElement.getLink()
Color of links that are not active and unvisited.HTMLFrameElement.getLongDesc()
URI designating a long description of this image or frame.HTMLIFrameElement.getLongDesc()
URI designating a long description of this image or frame.HTMLImageElement.getLongDesc()
URI designating a long description of this image or frame.HTMLImageElement.getLowSrc()
URI designating the source of this image, for low-resolution output.HTMLFrameElement.getMarginHeight()
Frame margin height, in pixels.HTMLIFrameElement.getMarginHeight()
Frame margin height, in pixels.HTMLFrameElement.getMarginWidth()
Frame margin width, in pixels.HTMLIFrameElement.getMarginWidth()
Frame margin width, in pixels.HTMLLinkElement.getMedia()
Designed for use with one or more target media.HTMLStyleElement.getMedia()
Designed for use with one or more target media.HTMLFormElement.getMethod()
HTTP method used to submit form.HTMLAnchorElement.getName()
Anchor name.HTMLAppletElement.getName()
The name of the applet.HTMLButtonElement.getName()
Form control or object name when submitted with a form.HTMLFormElement.getName()
Names the form.HTMLFrameElement.getName()
The frame name (object of thetarget
attribute).HTMLIFrameElement.getName()
The frame name (object of thetarget
attribute).HTMLImageElement.getName()
The name of the element (for backwards compatibility).HTMLInputElement.getName()
Form control or object name when submitted with a form.HTMLMapElement.getName()
Names the map (for use withusemap
).HTMLMetaElement.getName()
Meta information name.HTMLObjectElement.getName()
Form control or object name when submitted with a form.HTMLParamElement.getName()
The name of a run-time parameter.HTMLSelectElement.getName()
Form control or object name when submitted with a form.HTMLTextAreaElement.getName()
Form control or object name when submitted with a form.HTMLAppletElement.getObject()
Serialized applet file.HTMLHeadElement.getProfile()
URI designating a metadata profile.HTMLIsIndexElement.getPrompt()
The prompt message.HTMLDocument.getReferrer()
Returns the URI of the page that linked to this page.HTMLAnchorElement.getRel()
Forward link type.HTMLLinkElement.getRel()
Forward link type.HTMLAnchorElement.getRev()
Reverse link type.HTMLLinkElement.getRev()
Reverse link type.HTMLFrameSetElement.getRows()
The number of rows of frames in the frameset.HTMLTableElement.getRules()
Specifies which internal table borders to render.HTMLMetaElement.getScheme()
Select form of content.HTMLTableCellElement.getScope()
Scope covered by header cells.HTMLFrameElement.getScrolling()
Specify whether or not the frame should have scrollbars.HTMLIFrameElement.getScrolling()
Specify whether or not the frame should have scrollbars.HTMLAnchorElement.getShape()
The shape of the active area.HTMLAreaElement.getShape()
The shape of the active area.HTMLBaseFontElement.getSize()
Font size.HTMLFontElement.getSize()
Font size.HTMLHRElement.getSize()
The height of the rule.HTMLInputElement.getSize()
Size information.HTMLFrameElement.getSrc()
A URI designating the initial frame contents.HTMLIFrameElement.getSrc()
A URI designating the initial frame contents.HTMLImageElement.getSrc()
URI designating the source of this image.HTMLInputElement.getSrc()
When thetype
attribute has the value "Image", this attribute specifies the location of the image to be used to decorate the graphical submit button.HTMLScriptElement.getSrc()
URI designating an external script.HTMLObjectElement.getStandby()
Message to render while loading the object.HTMLTableElement.getSummary()
Description about the purpose or structure of a table.HTMLAnchorElement.getTarget()
Frame to render the resource in.HTMLAreaElement.getTarget()
Frame to render the resource in.HTMLBaseElement.getTarget()
The default target frame.HTMLFormElement.getTarget()
Frame to render the resource in.HTMLLinkElement.getTarget()
Frame to render the resource in.HTMLBodyElement.getText()
Document text color.HTMLOptionElement.getText()
The text contained within the option element.HTMLScriptElement.getText()
The script content of the element.HTMLTitleElement.getText()
The specified title as a string.HTMLDocument.getTitle()
The title of a document as specified by theTITLE
element in the head of the document.HTMLElement.getTitle()
The element's advisory title.HTMLAnchorElement.getType()
Advisory content type.HTMLButtonElement.getType()
The type of button.HTMLInputElement.getType()
The type of control created.HTMLLIElement.getType()
List item bullet style.HTMLLinkElement.getType()
Advisory content type.HTMLObjectElement.getType()
Content type for data downloaded viadata
attribute.HTMLOListElement.getType()
Numbering style.HTMLParamElement.getType()
Content type for thevalue
attribute whenvaluetype
has the value "ref".HTMLScriptElement.getType()
The content type of the script language.HTMLSelectElement.getType()
The type of this form control.HTMLStyleElement.getType()
The content type pf the style sheet language.HTMLTextAreaElement.getType()
The type of this form control.HTMLUListElement.getType()
Bullet style.HTMLDocument.getURL()
The complete URI of the document.HTMLImageElement.getUseMap()
Use client-side image map.HTMLInputElement.getUseMap()
Use client-side image map.HTMLObjectElement.getUseMap()
Use client-side image map.HTMLTableCellElement.getVAlign()
Vertical alignment of data in cell.HTMLTableColElement.getVAlign()
Vertical alignment of cell data in column.HTMLTableRowElement.getVAlign()
Vertical alignment of data within cells of this row.HTMLTableSectionElement.getVAlign()
Vertical alignment of data in cells.HTMLButtonElement.getValue()
The current form control value.HTMLInputElement.getValue()
When thetype
attribute of the element has the value "Text", "File" or "Password", this represents the current contents of the corresponding form control, in an interactive user agent.HTMLOptionElement.getValue()
The current form control value.HTMLParamElement.getValue()
The value of a run-time parameter.HTMLSelectElement.getValue()
The current form control value.HTMLTextAreaElement.getValue()
Represents the current contents of the corresponding form control, in an interactive user agent.HTMLParamElement.getValueType()
Information about the meaning of thevalue
attribute value.HTMLHtmlElement.getVersion()
Version information about the document's DTD.HTMLBodyElement.getVLink()
Color of links that have been visited by the user.HTMLAppletElement.getVspace()
Vertical space above and below this image, applet, or object.HTMLImageElement.getVspace()
Vertical space above and below this image.HTMLObjectElement.getVspace()
Vertical space above and below this image, applet, or object.HTMLAppletElement.getWidth()
Override width.HTMLHRElement.getWidth()
The width of the rule.HTMLIFrameElement.getWidth()
Frame width.HTMLImageElement.getWidth()
Override width.HTMLObjectElement.getWidth()
Override width.HTMLTableCellElement.getWidth()
Cell width.HTMLTableColElement.getWidth()
Default column width.HTMLTableElement.getWidth()
Specifies the desired table width.Methods inorg.w3c.dom.html with parameters of typeStringModifier and TypeMethodDescriptionHTMLDOMImplementation.createHTMLDocument
(String title) Creates anHTMLDocument
object with the minimal tree made of the following elements:HTML
,HEAD
,TITLE
, andBODY
.HTMLDocument.getElementsByName
(String elementName) Returns the (possibly empty) collection of elements whosename
value is given byelementName
.This method retrieves aNode
using a name.void
void
void
HTMLFormElement.setAcceptCharset
(String acceptCharset) void
HTMLAnchorElement.setAccessKey
(String accessKey) void
HTMLAreaElement.setAccessKey
(String accessKey) void
HTMLButtonElement.setAccessKey
(String accessKey) void
HTMLInputElement.setAccessKey
(String accessKey) void
HTMLLabelElement.setAccessKey
(String accessKey) void
HTMLLegendElement.setAccessKey
(String accessKey) void
HTMLTextAreaElement.setAccessKey
(String accessKey) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
HTMLAppletElement.setArchive
(String archive) void
HTMLObjectElement.setArchive
(String archive) void
void
HTMLBodyElement.setBackground
(String background) void
HTMLBodyElement.setBgColor
(String bgColor) void
HTMLTableCellElement.setBgColor
(String bgColor) void
HTMLTableElement.setBgColor
(String bgColor) void
HTMLTableRowElement.setBgColor
(String bgColor) void
void
void
void
HTMLTableElement.setCellPadding
(String cellPadding) void
HTMLTableElement.setCellSpacing
(String cellSpacing) void
void
void
void
void
HTMLAnchorElement.setCharset
(String charset) void
HTMLLinkElement.setCharset
(String charset) void
HTMLScriptElement.setCharset
(String charset) void
void
void
void
void
void
void
HTMLElement.setClassName
(String className) void
void
void
void
HTMLAppletElement.setCodeBase
(String codeBase) void
HTMLObjectElement.setCodeBase
(String codeBase) void
HTMLObjectElement.setCodeType
(String codeType) void
void
void
void
HTMLMetaElement.setContent
(String content) void
void
void
void
void
HTMLModElement.setDateTime
(String dateTime) void
HTMLInputElement.setDefaultValue
(String defaultValue) void
HTMLTextAreaElement.setDefaultValue
(String defaultValue) void
void
HTMLFormElement.setEnctype
(String enctype) void
void
void
void
void
HTMLFrameElement.setFrameBorder
(String frameBorder) void
HTMLIFrameElement.setFrameBorder
(String frameBorder) void
HTMLTableCellElement.setHeaders
(String headers) void
void
void
void
void
void
void
void
void
void
HTMLAnchorElement.setHreflang
(String hreflang) void
HTMLLinkElement.setHreflang
(String hreflang) void
void
void
void
HTMLLabelElement.setHtmlFor
(String htmlFor) void
HTMLScriptElement.setHtmlFor
(String htmlFor) void
HTMLMetaElement.setHttpEquiv
(String httpEquiv) void
void
void
void
void
void
HTMLFrameElement.setLongDesc
(String longDesc) void
HTMLIFrameElement.setLongDesc
(String longDesc) void
HTMLImageElement.setLongDesc
(String longDesc) void
void
HTMLFrameElement.setMarginHeight
(String marginHeight) void
HTMLIFrameElement.setMarginHeight
(String marginHeight) void
HTMLFrameElement.setMarginWidth
(String marginWidth) void
HTMLIFrameElement.setMarginWidth
(String marginWidth) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
HTMLHeadElement.setProfile
(String profile) void
void
void
void
void
void
void
void
void
void
HTMLFrameElement.setScrolling
(String scrolling) void
HTMLIFrameElement.setScrolling
(String scrolling) void
void
void
void
void
void
void
void
void
void
void
void
HTMLObjectElement.setStandby
(String standby) void
HTMLTableElement.setSummary
(String summary) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
HTMLParamElement.setValueType
(String valueType) void
HTMLHtmlElement.setVersion
(String version) void
void
void
void
void
void
void
void
void
void
void
void
void
Write a string of text to a document stream opened byopen()
.void
Write a string of text followed by a newline character to a document stream opened byopen()
.Uses ofString inorg.w3c.dom.ls
Methods inorg.w3c.dom.ls that returnStringModifier and TypeMethodDescriptionLSInput.getBaseURI()
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relativesystemId
to an absolute URI.LSInput.getEncoding()
The character encoding, if known.LSOutput.getEncoding()
The character encoding to use for the output.LSSerializer.getNewLine()
The end-of-line sequence of characters to be used in the XML being written out.LSInput.getPublicId()
The public identifier for this input source.LSInput.getStringData()
String data to parse.LSInput.getSystemId()
The system identifier, a URI reference [IETF RFC 2396], for this input source.LSOutput.getSystemId()
The system identifier, a URI reference [IETF RFC 2396], for this output destination.LSSerializer.writeToString
(Node nodeArg) Serialize the specified node as described above in the general description of theLSSerializer
interface.Methods inorg.w3c.dom.ls with parameters of typeStringModifier and TypeMethodDescriptionDOMImplementationLS.createLSParser
(short mode,String schemaType) Create a newLSParser
.Parse an XML document from a location identified by a URI reference [IETF RFC 2396].LSResourceResolver.resolveResource
(String type,String namespaceURI,String publicId,String systemId,String baseURI) Allow the application to resolve external resources.void
LSInput.setBaseURI
(String baseURI) The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relativesystemId
to an absolute URI.void
LSInput.setEncoding
(String encoding) The character encoding, if known.void
LSOutput.setEncoding
(String encoding) The character encoding to use for the output.void
LSSerializer.setNewLine
(String newLine) The end-of-line sequence of characters to be used in the XML being written out.void
LSInput.setPublicId
(String publicId) The public identifier for this input source.void
LSInput.setStringData
(String stringData) String data to parse.void
LSInput.setSystemId
(String systemId) The system identifier, a URI reference [IETF RFC 2396], for this input source.void
LSOutput.setSystemId
(String systemId) The system identifier, a URI reference [IETF RFC 2396], for this output destination.boolean
LSSerializer.writeToURI
(Node nodeArg,String uri) A convenience method that acts as ifLSSerializer.write
was called with aLSOutput
with no encoding specified andLSOutput.systemId
set to theuri
argument.Constructors inorg.w3c.dom.ls with parameters of typeStringUses ofString inorg.w3c.dom.ranges
Methods inorg.w3c.dom.ranges that returnStringConstructors inorg.w3c.dom.ranges with parameters of typeStringUses ofString inorg.w3c.dom.stylesheets
Methods inorg.w3c.dom.stylesheets that returnStringModifier and TypeMethodDescriptionStyleSheet.getHref()
If the style sheet is a linked style sheet, the value of its attribute is its location.MediaList.getMediaText()
The parsable textual representation of the media list.StyleSheet.getTitle()
The advisory title.StyleSheet.getType()
This specifies the style sheet language for this style sheet.MediaList.item
(int index) Returns theindex
th in the list.Methods inorg.w3c.dom.stylesheets with parameters of typeStringModifier and TypeMethodDescriptionvoid
MediaList.appendMedium
(String newMedium) Adds the mediumnewMedium
to the end of the list.void
MediaList.deleteMedium
(String oldMedium) Deletes the medium indicated byoldMedium
from the list.void
MediaList.setMediaText
(String mediaText) The parsable textual representation of the media list.Uses ofString inorg.w3c.dom.xpath
Methods inorg.w3c.dom.xpath that returnStringModifier and TypeMethodDescriptionXPathResult.getStringValue()
The value of this string result.XPathNSResolver.lookupNamespaceURI
(String prefix) Look up the namespace URI associated to the given namespace prefix.Methods inorg.w3c.dom.xpath with parameters of typeStringModifier and TypeMethodDescriptionXPathEvaluator.createExpression
(String expression,XPathNSResolver resolver) Creates a parsed XPath expression with resolved namespaces.XPathEvaluator.evaluate
(String expression,Node contextNode,XPathNSResolver resolver, short type,Object result) Evaluates an XPath expression string and returns a result of the specified type if possible.XPathNSResolver.lookupNamespaceURI
(String prefix) Look up the namespace URI associated to the given namespace prefix.Constructors inorg.w3c.dom.xpath with parameters of typeStringUses ofString inorg.xml.sax
Methods inorg.xml.sax that returnStringModifier and TypeMethodDescriptionInputSource.getEncoding()
Get the character encoding for a byte stream or URI.Attributes.getLocalName
(int index) Look up an attribute's local name by index.SAXException.getMessage()
Return a detail message for this exception.AttributeList.getName
(int i) Deprecated.Return the name of an attribute in this list (by position).InputSource.getPublicId()
Get the public identifier for this input source.Locator.getPublicId()
Return the public identifier for the current document event.SAXParseException.getPublicId()
Get the public identifier of the entity where the exception occurred.Attributes.getQName
(int index) Look up an attribute's XML qualified (prefixed) name by index.InputSource.getSystemId()
Get the system identifier for this input source.Locator.getSystemId()
Return the system identifier for the current document event.SAXParseException.getSystemId()
Get the system identifier of the entity where the exception occurred.AttributeList.getType
(int i) Deprecated.Return the type of an attribute in the list (by position).Deprecated.Return the type of an attribute in the list (by name).Attributes.getType
(int index) Look up an attribute's type by index.Look up an attribute's type by XML qualified (prefixed) name.Look up an attribute's type by Namespace name.Attributes.getURI
(int index) Look up an attribute's Namespace URI by index.AttributeList.getValue
(int i) Deprecated.Return the value of an attribute in the list (by position).Deprecated.Return the value of an attribute in the list (by name).Attributes.getValue
(int index) Look up an attribute's value by index.Look up an attribute's value by XML qualified (prefixed) name.Look up an attribute's value by Namespace name.SAXException.toString()
Override toString to pick up any embedded exception.SAXParseException.toString()
Override toString to provide more detailed error message.Methods inorg.xml.sax with parameters of typeStringModifier and TypeMethodDescriptiondefault void
ContentHandler.declaration
(String version,String encoding,String standalone) Receives notification of the XML declaration.void
ContentHandler.endElement
(String uri,String localName,String qName) Receive notification of the end of an element.void
DocumentHandler.endElement
(String name) Deprecated.Receive notification of the end of an element.void
HandlerBase.endElement
(String name) Deprecated.Receive notification of the end of an element.void
ContentHandler.endPrefixMapping
(String prefix) End the scope of a prefix-URI mapping.boolean
XMLReader.getFeature
(String name) Look up the value of a feature flag.int
Look up the index of an attribute by XML qualified (prefixed) name.int
Look up the index of an attribute by Namespace name.XMLReader.getProperty
(String name) Look up the value of a property.Deprecated.Return the type of an attribute in the list (by name).Look up an attribute's type by XML qualified (prefixed) name.Look up an attribute's type by Namespace name.Deprecated.Return the value of an attribute in the list (by name).Look up an attribute's value by XML qualified (prefixed) name.Look up an attribute's value by Namespace name.void
DTDHandler.notationDecl
(String name,String publicId,String systemId) Receive notification of a notation declaration event.void
HandlerBase.notationDecl
(String name,String publicId,String systemId) Deprecated.Receive notification of a notation declaration.void
Deprecated.Parse an XML document from a system identifier (URI).void
Parse an XML document from a system identifier (URI).void
ContentHandler.processingInstruction
(String target,String data) Receive notification of a processing instruction.void
DocumentHandler.processingInstruction
(String target,String data) Deprecated.Receive notification of a processing instruction.void
HandlerBase.processingInstruction
(String target,String data) Deprecated.Receive notification of a processing instruction.EntityResolver.resolveEntity
(String publicId,String systemId) Allow the application to resolve external entities.HandlerBase.resolveEntity
(String publicId,String systemId) Deprecated.Resolve an external entity.void
InputSource.setEncoding
(String encoding) Set the character encoding, if known.void
XMLReader.setFeature
(String name, boolean value) Set the value of a feature flag.void
XMLReader.setProperty
(String name,Object value) Set the value of a property.void
InputSource.setPublicId
(String publicId) Set the public identifier for this input source.void
InputSource.setSystemId
(String systemId) Set the system identifier for this input source.void
ContentHandler.skippedEntity
(String name) Receive notification of a skipped entity.void
ContentHandler.startElement
(String uri,String localName,String qName,Attributes atts) Receive notification of the beginning of an element.void
DocumentHandler.startElement
(String name,AttributeList atts) Deprecated.Receive notification of the beginning of an element.void
HandlerBase.startElement
(String name,AttributeList attributes) Deprecated.Receive notification of the start of an element.void
ContentHandler.startPrefixMapping
(String prefix,String uri) Begin the scope of a prefix-URI Namespace mapping.void
DTDHandler.unparsedEntityDecl
(String name,String publicId,String systemId,String notationName) Receive notification of an unparsed entity declaration event.void
HandlerBase.unparsedEntityDecl
(String name,String publicId,String systemId,String notationName) Deprecated.Receive notification of an unparsed entity declaration.Constructors inorg.xml.sax with parameters of typeStringModifierConstructorDescriptionInputSource
(String systemId) Create a new input source with a system identifier.SAXException
(String message) Create a new SAXException.SAXException
(String message,Exception e) Create a new SAXException from an existing exception.SAXNotRecognizedException
(String message) Construct a new exception with the given message.SAXNotSupportedException
(String message) Construct a new exception with the given message.SAXParseException
(String message,String publicId,String systemId, int lineNumber, int columnNumber) Create a new SAXParseException.SAXParseException
(String message,String publicId,String systemId, int lineNumber, int columnNumber,Exception e) Create a new SAXParseException with an embedded exception.SAXParseException
(String message,Locator locator) Create a new SAXParseException from a message and a Locator.SAXParseException
(String message,Locator locator,Exception e) Wrap an existing exception in a SAXParseException.Uses ofString inorg.xml.sax.ext
Methods inorg.xml.sax.ext that returnStringModifier and TypeMethodDescriptionLocator2.getEncoding()
Returns the name of the character encoding for the entity.Locator2Impl.getEncoding()
Returns the current value of the encoding property.Locator2.getXMLVersion()
Returns the version of XML used for the entity.Locator2Impl.getXMLVersion()
Returns the current value of the version property.Methods inorg.xml.sax.ext with parameters of typeStringModifier and TypeMethodDescriptionvoid
Add an attribute to the end of the list, setting its "specified" flag to true.void
Report an attribute type declaration.void
void
DeclHandler.elementDecl
(String name,String model) Report an element type declaration.void
DefaultHandler2.elementDecl
(String name,String model) void
void
Report the end of an entity.void
DeclHandler.externalEntityDecl
(String name,String publicId,String systemId) Report a parsed external entity declaration.void
DefaultHandler2.externalEntityDecl
(String name,String publicId,String systemId) DefaultHandler2.getExternalSubset
(String name,String baseURI) Tells the parser that if no external subset has been declared in the document text, none should be used.EntityResolver2.getExternalSubset
(String name,String baseURI) Allows applications to provide an external subset for documents that don't explicitly define one.void
DeclHandler.internalEntityDecl
(String name,String value) Report an internal entity declaration.void
DefaultHandler2.internalEntityDecl
(String name,String value) boolean
Attributes2.isDeclared
(String qName) Returns false unless the attribute was declared in the DTD.boolean
Attributes2.isDeclared
(String uri,String localName) Returns false unless the attribute was declared in the DTD.boolean
Attributes2Impl.isDeclared
(String qName) Returns the current value of the attribute's "declared" flag.boolean
Attributes2Impl.isDeclared
(String uri,String localName) Returns the current value of the attribute's "declared" flag.boolean
Attributes2.isSpecified
(String qName) Returns true unless the attribute value was provided by DTD defaulting.boolean
Attributes2.isSpecified
(String uri,String localName) Returns true unless the attribute value was provided by DTD defaulting.boolean
Attributes2Impl.isSpecified
(String qName) Returns the current value of an attribute's "specified" flag.boolean
Attributes2Impl.isSpecified
(String uri,String localName) Returns the current value of an attribute's "specified" flag.DefaultHandler2.resolveEntity
(String publicId,String systemId) InvokesEntityResolver2.resolveEntity()
with null entity name and base URI.DefaultHandler2.resolveEntity
(String name,String publicId,String baseURI,String systemId) Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.EntityResolver2.resolveEntity
(String name,String publicId,String baseURI,String systemId) Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.void
Locator2Impl.setEncoding
(String encoding) Assigns the current value of the encoding property.void
Locator2Impl.setXMLVersion
(String version) Assigns the current value of the version property.void
void
Report the start of DTD declarations, if any.void
DefaultHandler2.startEntity
(String name) void
LexicalHandler.startEntity
(String name) Report the beginning of some internal and external XML entities.Uses ofString inorg.xml.sax.helpers
Fields inorg.xml.sax.helpers declared asStringModifier and TypeFieldDescriptionstatic finalString
NamespaceSupport.NSDECL
The namespace declaration URI as a constant.static finalString
NamespaceSupport.XMLNS
The XML Namespace URI as a constant.Methods inorg.xml.sax.helpers that returnStringModifier and TypeMethodDescriptionAttributesImpl.getLocalName
(int index) Return an attribute's local name.AttributeListImpl.getName
(int i) Deprecated.Get the name of an attribute (by position).Return one of the prefixes mapped to a Namespace URI.LocatorImpl.getPublicId()
Return the saved public identifier.AttributesImpl.getQName
(int index) Return an attribute's qualified (prefixed) name.LocatorImpl.getSystemId()
Return the saved system identifier.AttributeListImpl.getType
(int i) Deprecated.Get the type of an attribute (by position).Deprecated.Get the type of an attribute (by name).AttributesImpl.getType
(int index) Return an attribute's type by index.Look up an attribute's type by qualified (prefixed) name.Look up an attribute's type by Namespace-qualified name.AttributesImpl.getURI
(int index) Return an attribute's Namespace URI.Look up a prefix and get the currently-mapped Namespace URI.AttributeListImpl.getValue
(int i) Deprecated.Get the value of an attribute (by position).Deprecated.Get the value of an attribute (by name).AttributesImpl.getValue
(int index) Return an attribute's value by index.Look up an attribute's value by qualified (prefixed) name.Look up an attribute's value by Namespace-qualified name.String[]
NamespaceSupport.processName
(String qName,String[] parts, boolean isAttribute) Process a raw XML qualified name, after all declarations in the current context have been handled bydeclarePrefix()
.Methods inorg.xml.sax.helpers that return types with arguments of typeStringModifier and TypeMethodDescriptionNamespaceSupport.getDeclaredPrefixes()
Return an enumeration of all prefixes declared in this context.NamespaceSupport.getPrefixes()
Return an enumeration of all prefixes whose declarations are active in the current context.NamespaceSupport.getPrefixes
(String uri) Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.Methods inorg.xml.sax.helpers with parameters of typeStringModifier and TypeMethodDescriptionvoid
AttributeListImpl.addAttribute
(String name,String type,String value) Deprecated.Add an attribute to an attribute list.void
Add an attribute to the end of the list.staticXMLReader
XMLReaderFactory.createXMLReader
(String className) Deprecated.Attempt to create an XML reader from a class name.boolean
NamespaceSupport.declarePrefix
(String prefix,String uri) Declare a Namespace prefix.void
DefaultHandler.endElement
(String uri,String localName,String qName) Receive notification of the end of an element.void
ParserAdapter.endElement
(String qName) Adapter implementation method; do not call.void
XMLFilterImpl.endElement
(String uri,String localName,String qName) Filter an end element event.void
XMLReaderAdapter.endElement
(String uri,String localName,String qName) Adapt a SAX2 end element event.void
DefaultHandler.endPrefixMapping
(String prefix) Receive notification of the end of a Namespace mapping.void
XMLFilterImpl.endPrefixMapping
(String prefix) Filter an end Namespace prefix mapping event.void
XMLReaderAdapter.endPrefixMapping
(String prefix) Adapt a SAX2 end prefix mapping event.boolean
ParserAdapter.getFeature
(String name) Check a parser feature flag.boolean
XMLFilterImpl.getFeature
(String name) Look up the value of a feature.int
Look up an attribute's index by qualified (prefixed) name.int
Look up an attribute's index by Namespace name.Return one of the prefixes mapped to a Namespace URI.NamespaceSupport.getPrefixes
(String uri) Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.ParserAdapter.getProperty
(String name) Get a parser property.XMLFilterImpl.getProperty
(String name) Look up the value of a property.Deprecated.Get the type of an attribute (by name).Look up an attribute's type by qualified (prefixed) name.Look up an attribute's type by Namespace-qualified name.Look up a prefix and get the currently-mapped Namespace URI.Deprecated.Get the value of an attribute (by name).Look up an attribute's value by qualified (prefixed) name.Look up an attribute's value by Namespace-qualified name.staticParser
ParserFactory.makeParser
(String className) Deprecated.Create a new SAX parser object using the class name provided.void
DefaultHandler.notationDecl
(String name,String publicId,String systemId) Receive notification of a notation declaration.void
XMLFilterImpl.notationDecl
(String name,String publicId,String systemId) Filter a notation declaration event.void
Parse an XML document.void
Parse a document.void
Parse the document.void
DefaultHandler.processingInstruction
(String target,String data) Receive notification of a processing instruction.void
ParserAdapter.processingInstruction
(String target,String data) Adapter implementation method; do not call.void
XMLFilterImpl.processingInstruction
(String target,String data) Filter a processing instruction event.void
XMLReaderAdapter.processingInstruction
(String target,String data) Adapt a SAX2 processing instruction event.String[]
NamespaceSupport.processName
(String qName,String[] parts, boolean isAttribute) Process a raw XML qualified name, after all declarations in the current context have been handled bydeclarePrefix()
.void
AttributeListImpl.removeAttribute
(String name) Deprecated.Remove an attribute from the list.DefaultHandler.resolveEntity
(String publicId,String systemId) Resolve an external entity.XMLFilterImpl.resolveEntity
(String publicId,String systemId) Filter an external entity resolution.void
AttributesImpl.setAttribute
(int index,String uri,String localName,String qName,String type,String value) Set an attribute in the list.void
ParserAdapter.setFeature
(String name, boolean value) Set a feature flag for the parser.void
XMLFilterImpl.setFeature
(String name, boolean value) Set the value of a feature.void
AttributesImpl.setLocalName
(int index,String localName) Set the local name of a specific attribute.void
ParserAdapter.setProperty
(String name,Object value) Set a parser property.void
XMLFilterImpl.setProperty
(String name,Object value) Set the value of a property.void
LocatorImpl.setPublicId
(String publicId) Set the public identifier for this locator.void
Set the qualified name of a specific attribute.void
LocatorImpl.setSystemId
(String systemId) Set the system identifier for this locator.void
Set the type of a specific attribute.void
Set the Namespace URI of a specific attribute.void
Set the value of a specific attribute.void
DefaultHandler.skippedEntity
(String name) Receive notification of a skipped entity.void
XMLFilterImpl.skippedEntity
(String name) Filter a skipped entity event.void
XMLReaderAdapter.skippedEntity
(String name) Adapt a SAX2 skipped entity event.void
DefaultHandler.startElement
(String uri,String localName,String qName,Attributes attributes) Receive notification of the start of an element.void
ParserAdapter.startElement
(String qName,AttributeList qAtts) Adapter implementation method; do not call.void
XMLFilterImpl.startElement
(String uri,String localName,String qName,Attributes atts) Filter a start element event.void
XMLReaderAdapter.startElement
(String uri,String localName,String qName,Attributes atts) Adapt a SAX2 start element event.void
DefaultHandler.startPrefixMapping
(String prefix,String uri) Receive notification of the start of a Namespace mapping.void
XMLFilterImpl.startPrefixMapping
(String prefix,String uri) Filter a start Namespace prefix mapping event.void
XMLReaderAdapter.startPrefixMapping
(String prefix,String uri) Adapt a SAX2 start prefix mapping event.void
DefaultHandler.unparsedEntityDecl
(String name,String publicId,String systemId,String notationName) Receive notification of an unparsed entity declaration.void
XMLFilterImpl.unparsedEntityDecl
(String name,String publicId,String systemId,String notationName) Filter an unparsed entity declaration event.