| Package | Description |
|---|---|
| java.applet |
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.color |
Provides classes for color spaces.
|
| java.awt.datatransfer |
Provides interfaces and classes for transferring data between and within applications.
|
| java.awt.dnd |
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.
|
| java.awt.event |
Provides interfaces and classes for dealing with different types of events fired by AWT components.
|
| java.awt.font |
Provides classes and interface relating to fonts.
|
| java.awt.geom |
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
|
| java.awt.im.spi |
Provides interfaces that enable the development of input methods that can be used with any Java runtime environment.
|
| java.awt.image |
Provides classes for creating and modifying images.
|
| java.awt.image.renderable |
Provides classes and interfaces for producing rendering-independent images.
|
| java.awt.print |
Provides classes and interfaces for a general printing API.
|
| java.beans |
Contains classes related to developing
beans -- components based on the JavaBeans™ architecture.
|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| java.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.lang.annotation |
Provides library support for the Java programming language annotation facility.
|
| java.lang.instrument |
Provides services that allow Java programming language agents to instrument programs running on the JVM.
|
| java.lang.invoke |
The
java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
|
| java.lang.management |
Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
|
| java.lang.reflect |
Provides classes and interfaces for obtaining reflective information about classes and objects.
|
| java.math |
Provides classes for performing arbitrary-precision integer arithmetic (
BigInteger) and arbitrary-precision decimal arithmetic (
BigDecimal).
|
| java.net |
Provides the classes for implementing networking applications.
|
| java.nio |
Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
|
| java.nio.channels |
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.
|
| java.nio.charset |
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
|
| java.nio.charset.spi |
Service-provider classes for the
java.nio.charset package.
|
| java.nio.file |
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
|
| java.nio.file.attribute |
Interfaces and classes providing access to file and file system attributes.
|
| java.nio.file.spi |
Service-provider classes for the
java.nio.file package.
|
| java.rmi |
Provides the RMI package.
|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| java.rmi.dgc |
Provides classes and interface for RMI distributed garbage-collection (DGC).
|
| java.rmi.registry |
Provides a class and two interfaces for the RMI registry.
|
| java.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| java.security |
Provides the classes and interfaces for the security framework.
|
| java.security.acl |
The classes and interfaces in this package have been superseded by classes in the java.security package.
|
| java.security.cert |
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
|
| java.security.spec |
Provides classes and interfaces for key specifications and algorithm parameter specifications.
|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| java.text |
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
|
| java.time |
The main API for dates, times, instants, and durations.
|
| java.time.chrono |
Generic API for calendar systems other than the default ISO.
|
| java.time.format |
Provides classes to print and parse dates and times.
|
| java.time.temporal |
Access to date and time using fields and units, and date time adjusters.
|
| java.time.zone |
Support for time-zones and their rules.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.concurrent.atomic |
A small toolkit of classes that support lock-free thread-safe programming on single variables.
|
| java.util.concurrent.locks |
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
|
| java.util.jar |
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.
|
| java.util.logging |
Provides the classes and interfaces of the Java
TM 2 platform's core logging facilities.
|
| java.util.prefs |
This package allows applications to store and retrieve user and system preference and configuration data.
|
| java.util.regex |
Classes for matching character sequences against patterns specified by regular expressions.
|
| java.util.spi |
Service provider classes for the classes in the java.util package.
|
| java.util.stream |
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
|
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP file formats.
|
| javax.accessibility |
Defines a contract between user-interface components and an assistive technology that provides access to those components.
|
| javax.activation | |
| javax.activity |
Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.
|
| javax.annotation | |
| javax.annotation.processing |
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
|
| javax.crypto |
Provides the classes and interfaces for cryptographic operations.
|
| javax.crypto.spec |
Provides classes and interfaces for key specifications and algorithm parameter specifications.
|
| javax.imageio |
The main package of the Java Image I/O API.
|
| javax.imageio.event |
A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images.
|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| javax.imageio.plugins.jpeg |
Classes supporting the built-in JPEG plug-in.
|
| javax.imageio.spi |
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
|
| javax.imageio.stream |
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
|
| javax.jws | |
| javax.jws.soap | |
| javax.lang.model |
Classes and hierarchies of packages used to model the Java programming language.
|
| javax.lang.model.element |
Interfaces used to model elements of the Java programming language.
|
| javax.lang.model.type |
Interfaces used to model Java programming language types.
|
| javax.lang.model.util |
Utilities to assist in the processing of program elements and types.
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| javax.management.monitor |
Provides the definition of the monitor classes.
|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| javax.management.remote |
Interfaces for remote access to JMX MBean servers.
|
| javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
|
| javax.management.timer |
Provides the definition of the Timer MBean.
|
| javax.naming |
Provides the classes and interfaces for accessing naming services.
|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| javax.naming.event |
Provides support for event notification when accessing naming and directory services.
|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| javax.naming.spi | |
| javax.net |
Provides classes for networking applications.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| javax.print |
Provides the principal classes and interfaces for the Java
TM Print Service API.
|
| javax.print.attribute |
Provides classes and interfaces that describe the types of Java
TM Print Service attributes and how they can be collected into attribute sets.
|
| javax.print.attribute.standard |
Package javax.print.attribute.standard contains classes for specific printing attributes.
|
| javax.print.event |
Package javax.print.event contains event classes and listener interfaces.
|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| javax.rmi.ssl |
Provides implementations of
RMIClientSocketFactory and
RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
|
| javax.script |
The scripting API consists of interfaces and classes that define Java
TM Scripting Engines and provides a framework for their use in Java applications.
|
| javax.security.auth |
This package provides a framework for authentication and authorization.
|
| javax.security.auth.callback |
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).
|
| javax.security.auth.kerberos |
This package contains utility classes related to the Kerberos network authentication protocol.
|
| javax.security.auth.login |
This package provides a pluggable authentication framework.
|
| javax.security.auth.spi |
This package provides the interface to be used for implementing pluggable authentication modules.
|
| javax.security.auth.x500 |
This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in a
Subject.
|
| javax.security.cert |
Provides classes for public key certificates.
|
| javax.security.sasl |
Contains class and interfaces for supporting SASL.
|
| javax.smartcardio |
Java™ Smart Card I/O API
|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| javax.sound.sampled |
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet implementations.
|
| javax.sql.rowset.serial |
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
|
| javax.sql.rowset.spi |
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.border |
Provides classes and interface for drawing specialized borders around a Swing component.
|
| javax.swing.colorchooser |
Contains classes and interfaces used by the
JColorChooser component.
|
| javax.swing.event |
Provides for events fired by Swing components.
|
| javax.swing.filechooser |
Contains classes and interfaces used by the
JFileChooser component.
|
| javax.swing.plaf |
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| javax.swing.plaf.metal |
Provides user interface objects built according to the Java look and feel (once codenamed
Metal), which is the default look and feel.
|
| javax.swing.plaf.multi |
Provides user interface objects that combine two or more look and feels.
|
| javax.swing.plaf.nimbus |
Provides user interface objects built according to the cross-platform Nimbus look and feel.
|
| javax.swing.plaf.synth |
Synth is a skinnable look and feel in which all painting is delegated.
|
| javax.swing.table |
Provides classes and interfaces for dealing with
javax.swing.JTable.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| javax.swing.text.rtf |
Provides a class (
RTFEditorKit) for creating Rich-Text-Format text editors.
|
| javax.swing.tree |
Provides classes and interfaces for dealing with
javax.swing.JTree.
|
| javax.swing.undo |
Allows developers to provide support for undo/redo in applications such as text editors.
|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| javax.transaction |
Contains three exceptions thrown by the ORB machinery during unmarshalling.
|
| javax.transaction.xa |
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.
|
| javax.xml | |
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
| javax.xml.bind.annotation.adapters |
XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.
|
| javax.xml.bind.attachment |
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for some of the
javax.xml.bind interfaces.
|
| javax.xml.crypto |
Common classes for XML cryptography.
|
| javax.xml.crypto.dom |
DOM-specific classes for the
javax.xml.crypto package.
|
| javax.xml.crypto.dsig |
Classes for generating and validating XML digital signatures.
|
| javax.xml.crypto.dsig.keyinfo |
Classes for parsing and processing
KeyInfo elements and structures.
|
| javax.xml.crypto.dsig.spec |
Parameter classes for XML digital signatures.
|
| javax.xml.datatype |
XML/Java Type Mappings.
|
| javax.xml.namespace |
XML Namespace processing.
|
| javax.xml.parsers |
Provides classes allowing the processing of XML documents.
|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| javax.xml.stream | |
| javax.xml.stream.events | |
| javax.xml.stream.util | |
| javax.xml.transform |
This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
|
| javax.xml.transform.dom |
This package implements DOM-specific transformation APIs.
|
| javax.xml.transform.sax |
This package implements SAX2-specific transformation APIs.
|
| javax.xml.transform.stax |
Provides for StAX-specific transformation APIs.
|
| javax.xml.transform.stream |
This package implements stream- and URI- specific transformation APIs.
|
| javax.xml.validation |
This package provides an API for validation of XML documents.
|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.handler |
This package defines APIs for message handlers.
|
| javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
| javax.xml.ws.http |
This package defines APIs specific to the HTTP binding.
|
| javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| javax.xml.ws.spi.http |
Provides HTTP SPI that is used for portable deployment of JAX-WS web services in containers(for e.g.
|
| javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
| javax.xml.xpath |
This package provides an
object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
|
| org.ietf.jgss |
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.
|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM programming language, including the class
ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
|
| org.omg.CORBA_2_3 |
The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6. These changes occurred in recent revisions to the CORBA API defined by the OMG. The new methods were added to interfaces derived from the corresponding interfaces in the CORBA package. This provides backward compatibility and avoids breaking the JCK tests.
|
| org.omg.CORBA_2_3.portable |
Provides methods for the input and output of value types, and contains other updates to the
org/omg/CORBA/portable package.
|
| org.omg.CORBA.DynAnyPackage |
Provides the exceptions used with the
DynAny interface (
InvalidValue,
Invalid,
InvalidSeq, and
TypeMismatch).
|
| org.omg.CORBA.ORBPackage |
Provides the exception
InvalidName, which is thrown by the method
ORB.resolve_initial_references and the exception
InconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class.
|
| org.omg.CORBA.portable |
Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.
|
| org.omg.CORBA.TypeCodePackage |
Provides the user-defined exceptions
BadKind and
Bounds, which are thrown by methods in in the class
TypeCode.
|
| org.omg.CosNaming |
Provides a naming service for Java IDL.
|
| org.omg.CosNaming.NamingContextExtPackage |
This package contains the following classes, which are used in
org.omg.CosNaming.NamingContextExt:
|
| org.omg.CosNaming.NamingContextPackage |
This package contains Exception classes for the
org.omg.CosNaming package.
|
| org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value associated with an
any at runtime, and extraction of the primitive constituents of the data value.
|
| org.omg.DynamicAny.DynAnyFactoryPackage |
This package contains classes and exceptions from the
DynAnyFactory interface of the
DynamicAny module specified in the OMG
The Common Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.
|
| org.omg.DynamicAny.DynAnyPackage |
This package contains classes and exceptions from the
DynAny interface of the
DynamicAny module specified in the OMG
The Common Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.
|
| org.omg.IOP |
This package contains the
IOP module specified in the OMG document
The Common Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
|
| org.omg.IOP.CodecFactoryPackage |
This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).
|
| org.omg.IOP.CodecPackage |
This package is generated from the IOP::Codec IDL interface definition.
|
| org.omg.Messaging |
This package contains the
Messaging module specified in the OMG CORBA Messaging specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07.
|
| org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.
|
| org.omg.PortableInterceptor.ORBInitInfoPackage |
This package contains the exceptions and typedefs from the
ORBInitInfo local interface of the
PortableInterceptor module specified in the OMG Portable Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.
|
| org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| org.omg.PortableServer.CurrentPackage |
Provides method implementations with access to the identity of the object on which the method was invoked.
|
| org.omg.PortableServer.POAManagerPackage |
Encapsulates the processing state of the POAs it is associated with.
|
| org.omg.PortableServer.POAPackage |
Allows programmers to construct object implementations that are portable between different ORB products.
|
| org.omg.PortableServer.portable |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| org.omg.stub.java.rmi |
Contains RMI-IIOP Stubs for the Remote types that occur in the
java.rmi package.
|
| org.w3c.dom |
Provides the interfaces for the Document Object Model (DOM) which is a component API of the
Java API for XML Processing.
|
| org.w3c.dom.bootstrap | |
| org.w3c.dom.css | |
| org.w3c.dom.events | |
| org.w3c.dom.html | |
| org.w3c.dom.ls | |
| org.w3c.dom.ranges |
Document Object Model Level 2 Traversal and Range is a platform and language-neutral interfaces that allow programs and scripts to dynamically traverse and identify a range of content in a document.
|
| org.w3c.dom.stylesheets | |
| org.w3c.dom.xpath | |
| org.xml.sax |
This package provides the core SAX APIs.
|
| org.xml.sax.ext |
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
|
| org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Applet.getAppletInfo()
Returns information about this applet.
|
String |
Applet.getParameter(String
Returns the value of the named parameter in the HTML tag.
|
String |
AppletStub.getParameter(String
Returns the value of the named parameter in the HTML tag.
|
String |
Applet.getParameterInfo()
Returns information about the parameters that are understood by this applet.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
AppletContext.getStreamKeys()
Finds all the keys of the streams in this applet context.
|
| Modifier and Type | Method and Description |
|---|---|
Applet |
AppletContext.getApplet(String
Finds and returns the applet in the document represented by this applet context with the given name.
|
AudioClip |
Applet.getAudioClip(URL
Returns the
AudioClip object specified by the
URL and
name arguments.
|
Image |
Applet.getImage(URL
Returns an
Image object that can then be painted on the screen.
|
String |
Applet.getParameter(String
Returns the value of the named parameter in the HTML tag.
|
String |
AppletStub.getParameter(String
Returns the value of the named parameter in the HTML tag.
|
InputStream |
AppletContext.getStream(String
Returns the stream to which specified key is associated within this applet context.
|
void |
Applet.play(URL
Plays the audio clip given the URL and a specifier that is relative to it.
|
void |
AppletContext.setStream(String
Associates the specified stream with the specified key in this applet context.
|
void |
AppletContext.showDocument(URL
Requests that the browser or applet viewer show the Web page indicated by the
url argument.
|
void |
Applet.showStatus(String
Requests that the argument string be displayed in the "status window".
|
void |
AppletContext.showStatus(String
Requests that the argument string be displayed in the "status window".
|
| Modifier and Type | Field and Description |
|---|---|
static String |
BorderLayout.AFTER_LAST_LINE
Synonym for PAGE_END.
|
static String |
BorderLayout.AFTER_LINE_ENDS
Synonym for LINE_END.
|
static String |
BorderLayout.BEFORE_FIRST_LINE
Synonym for PAGE_START.
|
static String |
BorderLayout.BEFORE_LINE_BEGINS
Synonym for LINE_START.
|
static String |
BorderLayout.CENTER
The center layout constraint (middle of container).
|
static String |
Font.DIALOG
A String constant for the canonical family name of the logical font "Dialog".
|
static String |
Font.DIALOG_INPUT
A String constant for the canonical family name of the logical font "DialogInput".
|
static String |
BorderLayout.EAST
The east layout constraint (right side of container).
|
static String |
BorderLayout.LINE_END
The component goes at the end of the line direction for the layout.
|
static String |
BorderLayout.LINE_START
The component goes at the beginning of the line direction for the layout.
|
static String |
Font.MONOSPACED
A String constant for the canonical family name of the logical font "Monospaced".
|
protected String |
Cursor.name
The user-visible name of the cursor.
|
protected String |
Font.name
The logical name of this
Font, as passed to the constructor.
|
static String |
BorderLayout.NORTH
The north layout constraint (top of container).
|
static String |
BorderLayout.PAGE_END
The component comes after the last line of the layout's content.
|
static String |
BorderLayout.PAGE_START
The component comes before the first line of the layout's content.
|
static String |
Font.SANS_SERIF
A String constant for the canonical family name of the logical font "SansSerif".
|
static String |
Font.SERIF
A String constant for the canonical family name of the logical font "Serif".
|
static String |
BorderLayout.SOUTH
The south layout constraint (bottom of container).
|
static String |
BorderLayout.WEST
The west layout constraint (left side of container).
|
| Modifier and Type | Field and Description |
|---|---|
protected Map |
Toolkit.desktopProperties
|
| Modifier and Type | Method and Description |
|---|---|
String |
Choice.AccessibleAWTChoice.getAccessibleActionDescription(int i)
Returns a description of the specified action of the object.
|
String |
Checkbox.AccessibleAWTCheckbox.getAccessibleActionDescription(int i)
Return a description of the specified action of the object.
|
String |
MenuItem.AccessibleAWTMenuItem.getAccessibleActionDescription(int i)
Return a description of the specified action of the object.
|
String |
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem.getAccessibleActionDescription(int i)
Return a description of the specified action of the object.
|
String |
Button.AccessibleAWTButton.getAccessibleActionDescription(int i)
Return a description of the specified action of the object.
|
String |
MenuComponent.AccessibleAWTMenuComponent.getAccessibleDescription()
Gets the accessible description of this object.
|
String |
Component.AccessibleAWTComponent.getAccessibleDescription()
Gets the accessible description of this object.
|
String |
Label.AccessibleAWTLabel.getAccessibleName()
Get the accessible name of this object.
|
String |
MenuComponent.AccessibleAWTMenuComponent.getAccessibleName()
Gets the accessible name of this object.
|
String |
MenuItem.AccessibleAWTMenuItem.getAccessibleName()
Get the accessible name of this object.
|
String |
Component.AccessibleAWTComponent.getAccessibleName()
Gets the accessible name of this object.
|
String |
Button.AccessibleAWTButton.getAccessibleName()
Get the accessible name of this object.
|
String |
MenuItem.getActionCommand()
Gets the command name of the action event that is fired by this menu item.
|
String |
TrayIcon.getActionCommand()
Returns the command name of the action event fired by this tray icon.
|
String |
Button.getActionCommand()
Returns the command name of the action event fired by this button.
|
String |
TextComponent.AccessibleAWTTextComponent.getAfterIndex(int part, int index)
Returns the String after a given index.
|
String |
TextComponent.AccessibleAWTTextComponent.getAtIndex(int part, int index)
Returns the String at a given index.
|
abstract String |
GraphicsEnvironment.getAvailableFontFamilyNames()
Returns an array containing the names of all font families in this
GraphicsEnvironment localized for the default locale, as returned by
Locale.getDefault().
|
abstract String |
GraphicsEnvironment.getAvailableFontFamilyNames(Locale
Returns an array containing the names of all font families in this
GraphicsEnvironment localized for the specified locale.
|
String |
TextComponent.AccessibleAWTTextComponent.getBeforeIndex(int part, int index)
Returns the String before a given index.
|
String |
FileDialog.getDirectory()
Gets the directory of this file dialog.
|
String |
Font.getFamily()
Returns the family name of this
Font.
|
String |
Font.getFamily(Locale
Returns the family name of this
Font, localized for the specified locale.
|
String |
FileDialog.getFile()
Gets the selected file of this file dialog.
|
String |
JobAttributes.getFileName()
Specifies the file name for the output file for jobs using these attributes.
|
abstract String |
Toolkit.getFontList()
Deprecated.
|
String |
Font.getFontName()
Returns the font face name of this
Font.
|
String |
Font.getFontName(Locale
Returns the font face name of the
Font, localized for the specified locale.
|
abstract String |
GraphicsDevice.getIDstring()
Returns the identification string associated with this
GraphicsDevice.
|
String |
Choice.getItem(int index)
Gets the string at the specified index in this
Choice menu.
|
String |
List.getItem(int index)
Gets the item associated with the specified index.
|
String |
List.getItems()
Gets the items in the list.
|
String |
Checkbox.getLabel()
Gets the label of this check box.
|
String |
MenuItem.getLabel()
Gets the label for this menu item.
|
String |
Button.getLabel()
Gets the label of this button.
|
String |
HeadlessException.getMessage()
|
String |
MenuComponent.getName()
Gets the name of the menu component.
|
String |
Cursor.getName()
Returns the name of this cursor.
|
String |
Component.getName()
Gets the name of the component.
|
String |
Font.getName()
Returns the logical name of this
Font.
|
String |
JobAttributes.getPrinter()
Returns the destination printer for jobs using these attributes.
|
static String |
Toolkit.getProperty(String
Gets a property with the specified key and default.
|
String |
Font.getPSName()
Returns the postscript name of this
Font.
|
String |
Choice.getSelectedItem()
Gets a representation of the current choice as a string.
|
String |
List.getSelectedItem()
Gets the selected item on this scrolling list.
|
String |
List.getSelectedItems()
Gets the selected items on this scrolling list.
|
String |
TextComponent.getSelectedText()
Returns the selected text from the text that is presented by this text component.
|
String |
TextComponent.AccessibleAWTTextComponent.getSelectedText()
Returns the portion of the text that is selected.
|
String |
TextComponent.getText()
Returns the text that is presented by this text component.
|
String |
Label.getText()
Gets the text of this label.
|
String |
Dialog.getTitle()
Gets the title of the dialog.
|
String |
Frame.getTitle()
Gets the title of the frame.
|
String |
TrayIcon.getToolTip()
Returns the tooltip string associated with this
TrayIcon.
|
String |
Window.getWarningString()
Gets the warning string that is displayed with this window.
|
String |
Menu.paramString()
Returns a string representing the state of this
Menu.
|
protected String |
Event.paramString()
NOTE: The
Event class is obsolete and is available only for backwards compatibility.
|
protected String |
Scrollbar.paramString()
Returns a string representing the state of this
Scrollbar.
|
protected String |
Choice.paramString()
Returns a string representing the state of this
Choice menu.
|
protected String |
Checkbox.paramString()
Returns a string representing the state of this
Checkbox.
|
protected String |
TextComponent.paramString()
Returns a string representing the state of this
TextComponent.
|
protected String |
TextField.paramString()
Returns a string representing the state of this
TextField.
|
protected String |
Label.paramString()
Returns a string representing the state of this
Label.
|
protected String |
MenuComponent.paramString()
Returns a string representing the state of this
MenuComponent.
|
protected String |
Dialog.paramString()
Returns a string representing the state of this dialog.
|
protected String |
TextArea.paramString()
Returns a string representing the state of this
TextArea.
|
protected String |
FileDialog.paramString()
Returns a string representing the state of this
FileDialog window.
|
String |
MenuItem.paramString()
Returns a string representing the state of this
MenuItem.
|
protected String |
Frame.paramString()
Returns a string representing the state of this
Frame.
|
String |
CheckboxMenuItem.paramString()
Returns a string representing the state of this
CheckBoxMenuItem.
|
protected String |
List.paramString()
Returns the parameter string representing the state of this scrolling list.
|
String |
ScrollPane.paramString()
Returns a string representing the state of this
ScrollPane.
|
String |
ScrollPaneAdjustable.paramString()
Returns a string representing the state of this scrollbar.
|
protected String |
Container.paramString()
Returns a string representing the state of this
Container.
|
protected String |
Component.paramString()
Returns a string representing the state of this component.
|
protected String |
MenuShortcut.paramString()
Returns the parameter string representing the state of this MenuShortcut.
|
String |
AWTEvent.paramString()
Returns a string representing the state of this
Event.
|
protected String |
Button.paramString()
Returns a string representing the state of this
Button.
|
String |
Event.toString()
NOTE: The
Event class is obsolete and is available only for backwards compatibility.
|
String |
CardLayout.toString()
Returns a string representation of the state of this card layout.
|
String |
FlowLayout.toString()
Returns a string representation of this
FlowLayout object and its values.
|
String |
Dimension.toString()
Returns a string representation of the values of this
Dimension object's
height and
width fields.
|
String |
SystemColor.toString()
Returns a string representation of this
Color's values.
|
String |
BorderLayout.toString()
Returns a string representation of the state of this border layout.
|
String |
GridBagLayout.toString()
Returns a string representation of this grid bag layout's values.
|
String |
CheckboxGroup.toString()
Returns a string representation of this check box group, including the value of its current selection.
|
String |
GridLayout.toString()
Returns the string representation of this grid layout's values.
|
String |
RenderingHints.toString()
Returns a rather long string representation of the hashmap which contains the mappings of keys to values for this
RenderingHints object.
|
String |
MenuComponent.toString()
Returns a representation of this menu component as a string.
|
String |
AWTKeyStroke.toString()
Returns a string that displays and identifies this object's properties.
|
String |
Rectangle.toString()
Returns a
String representing this
Rectangle and its values.
|
String |
Point.toString()
Returns a string representation of this point and its location in the
(x,y) coordinate space.
|
String |
Cursor.toString()
Returns a string representation of this cursor.
|
String |
Color.toString()
Returns a string representation of this
Color.
|
String |
ScrollPaneAdjustable.toString()
Returns a string representation of this scrollbar and its values.
|
String |
Graphics.toString()
Returns a
String object representing this
Graphics object's value.
|
String |
Robot.toString()
Returns a string representation of this Robot.
|
String |
JobAttributes.toString()
Returns a string representation of this JobAttributes.
|
String |
Component.toString()
Returns a string representation of this component and its values.
|
String |
FontMetrics.toString()
Returns a representation of this
FontMetrics object's values as a
String.
|
String |
Font.toString()
Converts this
Font object to a
String representation.
|
String |
MenuShortcut.toString()
Returns an internationalized description of the MenuShortcut.
|
String |
AWTEvent.toString()
Returns a String representation of this object.
|
String |
PageAttributes.toString()
Returns a string representation of this PageAttributes.
|
String |
Insets.toString()
Returns a string representation of this
Insets object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Menu.add(String
Adds an item with the specified label to this menu.
|
void |
Choice.add(String
Adds an item to this
Choice menu.
|
void |
List.add(String
Adds the specified item to the end of scrolling list.
|
Component |
Container.add(String
Adds the specified component to this container.
|
void |
List.add(String
Adds the specified item to the the scrolling list at the position indicated by the index.
|
void |
Choice.addItem(String
Obsolete as of Java 2 platform v1.1.
|
void |
List.addItem(String
Deprecated.
replaced by
add(String).
|
void |
List.addItem(String
Deprecated.
replaced by
add(String, int).
|
void |
CardLayout.addLayoutComponent(String
Deprecated.
replaced by
addLayoutComponent(Component, Object).
|
void |
FlowLayout.addLayoutComponent(String
Adds the specified component to the layout.
|
void |
BorderLayout.addLayoutComponent(String
Deprecated.
replaced by
addLayoutComponent(Component, Object).
|
void |
GridBagLayout.addLayoutComponent(String
Has no effect, since this layout manager does not use a per-component string.
|
void |
GridLayout.addLayoutComponent(String
Adds the specified component with the specified name to the layout.
|
void |
LayoutManager.addLayoutComponent(String
If the layout manager uses a per-component string, adds the component
comp to the layout, associating it with the string specified by
name.
|
void |
Window.addPropertyChangeListener(String
Adds a PropertyChangeListener to the listener list for a specific property.
|
void |
KeyboardFocusManager.addPropertyChangeListener(String
Adds a PropertyChangeListener to the listener list for a specific property.
|
void |
Toolkit.addPropertyChangeListener(String
Adds the specified property change listener for the named desktop property.
|
void |
Container.addPropertyChangeListener(String
Adds a PropertyChangeListener to the listener list for a specific property.
|
void |
Component.addPropertyChangeListener(String
Adds a PropertyChangeListener to the listener list for a specific property.
|
void |
SystemTray.addPropertyChangeListener(String
Adds a
PropertyChangeListener to the list of listeners for the specific property.
|
void |
KeyboardFocusManager.addVetoableChangeListener(String
Adds a VetoableChangeListener to the listener list for a specific property.
|
void |
TextArea.append(String
Appends the given text to the text area's current text.
|
void |
TextArea.appendText(String
Deprecated.
As of JDK version 1.1, replaced by
append(String).
|
void |
Window.applyResourceBundle(String
Deprecated.
As of J2SE 1.4, replaced by
Component.applyComponentOrientation.
|
int |
Font.canDisplayUpTo(String
Indicates whether or not this
Font can display a specified
String.
|
Cursor |
Toolkit.createCustomCursor(Image
Creates a new custom cursor object.
|
GlyphVector |
Font.createGlyphVector(FontRenderContext
Creates a
GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this
Font.
|
abstract Image |
Toolkit.createImage(String
Returns an image which gets pixel data from the specified file.
|
static Color |
Color.decode(String
Converts a
String to an integer and returns the specified opaque
Color.
|
static Font |
Font.decode(String
Returns the
Font that the
str argument describes.
|
void |
TrayIcon.displayMessage(String
Displays a popup message near the tray icon.
|
abstract void |
Graphics2D.drawString(String
Renders the text specified by the specified
String, using the current text attribute state in the
Graphics2D context.
|
abstract void |
Graphics.drawString(String
Draws the text given by the specified string, using this graphics context's current font and color.
|
abstract void |
Graphics2D.drawString(String
Renders the text of the specified
String, using the current text attribute state in the
Graphics2D context.
|
protected void |
Component.firePropertyChange(String
Support for reporting bound property changes for boolean properties.
|
void |
Component.firePropertyChange(String
Reports a bound property change.
|
void |
Component.firePropertyChange(String
Reports a bound property change.
|
void |
Component.firePropertyChange(String
Reports a bound property change.
|
void |
Component.firePropertyChange(String
Reports a bound property change.
|
protected void |
Component.firePropertyChange(String
Support for reporting bound property changes for integer properties.
|
void |
Component.firePropertyChange(String
Reports a bound property change.
|
protected void |
KeyboardFocusManager.firePropertyChange(String
Fires a PropertyChangeEvent in response to a change in a bound property.
|
protected void |
Component.firePropertyChange(String
Support for reporting bound property changes for Object properties.
|
void |
Component.firePropertyChange(String
Reports a bound property change.
|
protected void |
KeyboardFocusManager.fireVetoableChange(String
Fires a PropertyChangeEvent in response to a change in a vetoable property.
|
static AWTKeyStroke |
AWTKeyStroke.getAWTKeyStroke(String
Parses a string and returns an
AWTKeyStroke.
|
static Color |
Color.getColor(String
Finds a color in the system properties.
|
static Color |
Color.getColor(String
Finds a color in the system properties.
|
static Color |
Color.getColor(String
Finds a color in the system properties.
|
Object |
Toolkit.getDesktopProperty(String
Obtains a value for the specified desktop property.
|
static Font |
Font.getFont(String
Returns a
Font object from the system properties list.
|
static Font |
Font.getFont(String
Gets the specified
Font from the system properties list.
|
protected abstract java |
Toolkit.getFontPeer(String
Deprecated.
see java.awt.GraphicsEnvironment#getAllFonts
|
abstract Image |
Toolkit.getImage(String
Returns an image which gets pixel data from the specified file, whose format can be either GIF, JPEG or PNG.
|
LineMetrics |
Font.getLineMetrics(String
|
LineMetrics |
FontMetrics.getLineMetrics(String
|
LineMetrics |
Font.getLineMetrics(String
Returns a
LineMetrics object created with the specified arguments.
|
LineMetrics |
FontMetrics.getLineMetrics(String
|
PrintJob |
Toolkit.getPrintJob(Frame
Gets a
PrintJob object which is the result of initiating a print operation on the toolkit's platform.
|
abstract PrintJob |
Toolkit.getPrintJob(Frame
Gets a
PrintJob object which is the result of initiating a print operation on the toolkit's platform.
|
abstract Object |
Image.getProperty(String
Gets a property of this image by name.
|
static String |
Toolkit.getProperty(String
Gets a property with the specified key and default.
|
PropertyChangeListener |
KeyboardFocusManager.getPropertyChangeListeners(String
Returns an array of all the
PropertyChangeListeners associated with the named property.
|
PropertyChangeListener |
Toolkit.getPropertyChangeListeners(String
Returns an array of all property change listeners associated with the specified name of a desktop property.
|
PropertyChangeListener |
Component.getPropertyChangeListeners(String
Returns an array of all the listeners which have been associated with the named property.
|
PropertyChangeListener |
SystemTray.getPropertyChangeListeners(String
Returns an array of all the listeners that have been associated with the named property.
|
Rectangle2D |
Font.getStringBounds(String
Returns the logical bounds of the specified
String in the specified
FontRenderContext.
|
Rectangle2D |
FontMetrics.getStringBounds(String
Returns the bounds of the specified
String in the specified
Graphics context.
|
Rectangle2D |
Font.getStringBounds(String
Returns the logical bounds of the specified
String in the specified
FontRenderContext.
|
Rectangle2D |
FontMetrics.getStringBounds(String
Returns the bounds of the specified
String in the specified
Graphics context.
|
static Cursor |
Cursor.getSystemCustomCursor(String
Returns a system-specific custom cursor object matching the specified name.
|
VetoableChangeListener |
KeyboardFocusManager.getVetoableChangeListeners(String
Returns an array of all the
VetoableChangeListeners associated with the named property.
|
void |
Menu.insert(String
Inserts a menu item with the specified label into this menu at the specified position.
|
void |
Choice.insert(String
Inserts the item into this choice at the specified position.
|
void |
TextArea.insert(String
Inserts the specified text at the specified position in this text area.
|
void |
TextArea.insertText(String
Deprecated.
As of JDK version 1.1, replaced by
insert(String, int).
|
protected Object |
Toolkit.lazilyLoadDesktopProperty(String
an opportunity to lazily evaluate desktop property values.
|
void |
Choice.remove(String
Removes the first occurrence of
item from the
Choice menu.
|
void |
List.remove(String
Removes the first occurrence of an item from the list.
|
void |
KeyboardFocusManager.removePropertyChangeListener(String
Removes a PropertyChangeListener from the listener list for a specific property.
|
void |
Toolkit.removePropertyChangeListener(String
Removes the specified property change listener for the named desktop property.
|
void |
Component.removePropertyChangeListener(String
Removes a
PropertyChangeListener from the listener list for a specific property.
|
void |
SystemTray.removePropertyChangeListener(String
Removes a
PropertyChangeListener from the listener list for a specific property.
|
void |
KeyboardFocusManager.removeVetoableChangeListener(String
Removes a VetoableChangeListener from the listener list for a specific property.
|
void |
List.replaceItem(String
Replaces the item at the specified index in the scrolling list with the new string.
|
void |
TextArea.replaceRange(String
Replaces text between the indicated start and end positions with the specified replacement text.
|
void |
TextArea.replaceText(String
Deprecated.
As of JDK version 1.1, replaced by
replaceRange(String, int, int).
|
protected static void |
AWTEventMulticaster.save(ObjectOutputStream
|
protected void |
AWTEventMulticaster.saveInternal(ObjectOutputStream
|
void |
Choice.select(String
Sets the selected item in this
Choice menu to be the item whose name is equal to the specified string.
|
void |
MenuItem.setActionCommand(String
Sets the command name of the action event that is fired by this menu item.
|
void |
TrayIcon.setActionCommand(String
Sets the command name for the action event fired by this tray icon.
|
void |
Button.setActionCommand(String
Sets the command name for the action event fired by this button.
|
protected void |
Toolkit.setDesktopProperty(String
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
Sets the directory of this file dialog window to be the specified directory.
|
void |
FileDialog.setFile(String
Sets the selected file for this file dialog window to be the specified file.
|
void |
JobAttributes.setFileName(String
Specifies the file name for the output file for jobs using these attributes.
|
void |
Checkbox.setLabel(String
Sets this check box's label to be the string argument.
|
void |
MenuItem.setLabel(String
Sets the label for this menu item to the specified label.
|
void |
Button.setLabel(String
Sets the button's label to be the specified string.
|
void |
MenuComponent.setName(String
Sets the name of the component to the specified string.
|
void |
Component.setName(String
Sets the name of the component to the specified string.
|
void |
JobAttributes.setPrinter(String
Specifies the destination printer for jobs using these attributes.
|
void |
TextComponent.setText(String
Sets the text that is presented by this text component to be the specified text.
|
void |
TextField.setText(String
Sets the text that is presented by this text component to be the specified text.
|
void |
Label.setText(String
Sets the text for this label to the specified text.
|
void |
Dialog.setTitle(String
Sets the title of the Dialog.
|
void |
Frame.setTitle(String
Sets the title for this frame to the specified string.
|
void |
TrayIcon.setToolTip(String
Sets the tooltip string for this
TrayIcon.
|
void |
CardLayout.show(Container
Flips to the component that was added to this layout with the specified
name, using
addLayoutComponent.
|
int |
FontMetrics.stringWidth(String
Returns the total advance width for showing the specified
String in this
Font.
|
static Window |
Window.Type.valueOf(String
Returns the enum constant of this type with the specified name.
|
static GraphicsDevice |
GraphicsDevice.WindowTranslucency.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Dialog |
Dialog.ModalityType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Dialog |
Dialog.ModalExclusionType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Desktop |
Desktop.Action.valueOf(String
Returns the enum constant of this type with the specified name.
|
static MultipleGradientPaint |
MultipleGradientPaint.CycleMethod.valueOf(String
Returns the enum constant of this type with the specified name.
|
static MultipleGradientPaint |
MultipleGradientPaint.ColorSpaceType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Component |
Component.BaselineResizeBehavior.valueOf(String
Returns the enum constant of this type with the specified name.
|
static TrayIcon |
TrayIcon.MessageType.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
AWTError(String
Constructs an instance of
AWTError with the specified detail message.
|
|
AWTException(String
Constructs an instance of
AWTException with the specified detail message.
|
|
AWTPermission(String
Creates a new
AWTPermission with the specified name.
|
|
AWTPermission(String
Creates a new
AWTPermission object with the specified name.
|
|
Button(String
Constructs a button with the specified label.
|
|
Checkbox(String
Creates a check box with the specified label.
|
|
Checkbox(String
Creates a check box with the specified label and sets the specified state.
|
|
Checkbox(String
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
|
|
Checkbox(String
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
|
|
CheckboxMenuItem(String
Create a check box menu item with the specified label.
|
|
CheckboxMenuItem(String
Create a check box menu item with the specified label and state.
|
|
Cursor(String
Creates a new custom cursor object with the specified name.
|
|
Dialog(Dialog
Constructs an initially invisible, modeless
Dialog with the specified owner
Dialog and title.
|
|
Dialog(Dialog
Constructs an initially invisible
Dialog with the specified owner
Dialog, title, and modality.
|
|
Dialog(Dialog
Constructs an initially invisible
Dialog with the specified owner
Dialog, title, modality and
GraphicsConfiguration.
|
|
Dialog(Frame
Constructs an initially invisible, modeless
Dialog with the specified owner
Frame and title.
|
|
Dialog(Frame
Constructs an initially invisible
Dialog with the specified owner
Frame, title and modality.
|
|
Dialog(Frame
Constructs an initially invisible
Dialog with the specified owner
Frame, title, modality, and
GraphicsConfiguration.
|
|
Dialog(Window
Constructs an initially invisible, modeless
Dialog with the specified owner
Window and title.
|
|
Dialog(Window
Constructs an initially invisible
Dialog with the specified owner
Window, title and modality.
|
|
Dialog(Window
Constructs an initially invisible
Dialog with the specified owner
Window, title, modality and
GraphicsConfiguration.
|
|
FileDialog(Dialog
Creates a file dialog window with the specified title for loading a file.
|
|
FileDialog(Dialog
Creates a file dialog window with the specified title for loading or saving a file.
|
|
FileDialog(Frame
Creates a file dialog window with the specified title for loading a file.
|
|
FileDialog(Frame
Creates a file dialog window with the specified title for loading or saving a file.
|
|
Font(String
Creates a new
Font from the specified name, style and point size.
|
|
FontFormatException(String
Report a FontFormatException for the reason specified.
|
|
Frame(String
Constructs a new, initially invisible
Frame object with the specified title.
|
|
Frame(String
Constructs a new, initially invisible
Frame object with the specified title and a
GraphicsConfiguration.
|
|
HeadlessException(String
|
|
IllegalComponentStateException(String
Constructs an IllegalComponentStateException with the specified detail message.
|
|
JobAttributes(int copies, JobAttributes
Constructs a
JobAttributes instance with the specified values for every attribute.
|
|
Label(String
Constructs a new label with the specified string of text, left justified.
|
|
Label(String
Constructs a new label that presents the specified string of text with the specified alignment.
|
|
Menu(String
Constructs a new menu with the specified label.
|
|
Menu(String
Constructs a new menu with the specified label, indicating whether the menu can be torn off.
|
|
MenuItem(String
Constructs a new MenuItem with the specified label and no keyboard shortcut.
|
|
MenuItem(String
Create a menu item with an associated keyboard shortcut.
|
|
PopupMenu(String
Creates a new popup menu with the specified name.
|
|
TextArea(String
Constructs a new text area with the specified text.
|
|
TextArea(String
Constructs a new text area with the specified text, and with the specified number of rows and columns.
|
|
TextArea(String
Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.
|
|
TextField(String
Constructs a new text field initialized with the specified text.
|
|
TextField(String
Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns.
|
|
TrayIcon(Image
Creates a
TrayIcon with the specified image and tooltip text.
|
|
TrayIcon(Image
Creates a
TrayIcon with the specified image, tooltip and popup menu.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ColorSpace.getName(int idx)
Returns the name of the component given the component index.
|
| Modifier and Type | Method and Description |
|---|---|
static ICC_Profile |
ICC_Profile.getInstance(String
Constructs an ICC_Profile corresponding to the data in a file.
|
void |
ICC_Profile.write(String
Write this ICC_Profile to a file.
|
| Constructor and Description | |
|---|---|
CMMException(String
Constructs a CMMException with the specified detail message.
|
|
ProfileDataException(String
Constructs a ProfileDataException with the specified detail message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DataFlavor.javaJVMLocalObjectMimeType
To transfer a reference to an arbitrary Java object reference that has no associated MIME Content-type, across a
Transferable interface WITHIN THE SAME JVM, a
DataFlavor with this type/subtype is used, with a
representationClass equal to the type of the class/interface being passed across the
Transferable.
|
static String |
DataFlavor.javaRemoteObjectMimeType
In order to pass a live link to a Remote object via a Drag and Drop
ACTION_LINK operation a Mime Content Type of application/x-java-remote-object should be used, where the representation class of the
DataFlavor represents the type of the
Remote interface to be transferred.
|
static String |
DataFlavor.javaSerializedObjectMimeType
A MIME Content-Type of application/x-java-serialized-object represents a graph of Java object(s) that have been made persistent.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SystemFlavorMap.decodeJavaMIMEType(String
Decodes a
String native for use as a Java MIME type.
|
static String |
SystemFlavorMap.encodeDataFlavor(DataFlavor
Encodes a
DataFlavor for use as a
String native.
|
static String |
SystemFlavorMap.encodeJavaMIMEType(String
Encodes a MIME type for use as a
String native.
|
String |
DataFlavor.getDefaultRepresentationClassAsString()
|
String |
DataFlavor.getHumanPresentableName()
Returns the human presentable name for the data format that this
DataFlavor represents.
|
String |
DataFlavor.getMimeType()
Returns the MIME type string for this
DataFlavor.
|
String |
Clipboard.getName()
Returns the name of this clipboard object.
|
String |
DataFlavor.getParameter(String
Returns the human presentable name for this
DataFlavor if
paramName equals "humanPresentableName".
|
String |
DataFlavor.getPrimaryType()
Returns the primary MIME type for this
DataFlavor.
|
String |
DataFlavor.getSubType()
Returns the sub MIME type of this
DataFlavor.
|
protected String |
DataFlavor.normalizeMimeType(String
Deprecated.
|
protected String |
DataFlavor.normalizeMimeTypeParameter(String
Deprecated.
|
String |
DataFlavor.toString()
String representation of this
DataFlavor and its parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
SystemFlavorMap.getFlavorsForNatives(String
Returns a
Map of the specified
String natives to their most preferred
DataFlavor.
|
Map |
FlavorMap.getFlavorsForNatives(String
Returns a
Map of the specified
String natives to their corresponding
DataFlavor.
|
List |
FlavorTable.getNativesForFlavor(DataFlavor
Returns a
List of
String natives to which the specified
DataFlavor corresponds.
|
List |
SystemFlavorMap.getNativesForFlavor(DataFlavor
Returns a
List of
String natives to which the specified
DataFlavor can be translated by the data transfer subsystem.
|
Map |
SystemFlavorMap.getNativesForFlavors(DataFlavor
Returns a
Map of the specified
DataFlavors to their most preferred
String native.
|
Map |
FlavorMap.getNativesForFlavors(DataFlavor
Returns a
Map of the specified
DataFlavors to their corresponding
String native.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemFlavorMap.addFlavorForUnencodedNative(String
Adds a mapping from a single
String native to a single
DataFlavor.
|
void |
SystemFlavorMap.addUnencodedNativeForFlavor(DataFlavor
Adds a mapping from the specified
DataFlavor (and all
DataFlavors equal to the specified
DataFlavor) to the specified
String native.
|
static DataFlavor |
SystemFlavorMap.decodeDataFlavor(String
Decodes a
String native for use as a
DataFlavor.
|
static String |
SystemFlavorMap.decodeJavaMIMEType(String
Decodes a
String native for use as a Java MIME type.
|
static String |
SystemFlavorMap.encodeJavaMIMEType(String
Encodes a MIME type for use as a
String native.
|
boolean |
DataFlavor.equals(String
Deprecated.
As inconsistent with
hashCode() contract, use isMimeTypeEqual(String) instead.
|
List |
FlavorTable.getFlavorsForNative(String
Returns a
List of
DataFlavors to which the specified
String corresponds.
|
List |
SystemFlavorMap.getFlavorsForNative(String
Returns a
List of
DataFlavors to which the specified
String native can be translated by the data transfer subsystem.
|
Map |
SystemFlavorMap.getFlavorsForNatives(String
Returns a
Map of the specified
String natives to their most preferred
DataFlavor.
|
Map |
FlavorMap.getFlavorsForNatives(String
Returns a
Map of the specified
String natives to their corresponding
DataFlavor.
|
String |
DataFlavor.getParameter(String
Returns the human presentable name for this
DataFlavor if
paramName equals "humanPresentableName".
|
static boolean |
SystemFlavorMap.isJavaMIMEType(String
Returns whether the specified
String is an encoded Java MIME type.
|
boolean |
DataFlavor.isMimeTypeEqual(String
Returns whether the string representation of the MIME type passed in is equivalent to the MIME type of this
DataFlavor.
|
protected String |
DataFlavor.normalizeMimeType(String
Deprecated.
|
protected String |
DataFlavor.normalizeMimeTypeParameter(String
Deprecated.
|
void |
SystemFlavorMap.setFlavorsForNative(String
Discards the current mappings for the specified
String native, and creates new mappings to the specified
DataFlavors.
|
void |
DataFlavor.setHumanPresentableName(String
Sets the human presentable name for the data format that this
DataFlavor represents.
|
void |
SystemFlavorMap.setNativesForFlavor(DataFlavor
Discards the current mappings for the specified
DataFlavor and all
DataFlavors equal to the specified
DataFlavor, and creates new mappings to the specified
String natives.
|
protected static Class |
DataFlavor.tryToLoadClass(String
Tries to load a class from: the bootstrap loader, the system loader, the context loader (if one is present) and finally the loader specified.
|
| Constructor and Description | |
|---|---|
Clipboard(String
Creates a clipboard object.
|
|
DataFlavor(Class
Constructs a
DataFlavor that represents a Java class.
|
|
DataFlavor(String
Constructs a
DataFlavor from a
mimeType string.
|
|
DataFlavor(String
Constructs a
DataFlavor that represents a
MimeType.
|
|
DataFlavor(String
Constructs a
DataFlavor that represents a
MimeType.
|
|
MimeTypeParseException(String
Constructs a MimeTypeParseException with the specified detail message.
|
|
StringSelection(String
Creates a
Transferable capable of transferring the specified
String.
|
| Constructor and Description | |
|---|---|
InvalidDnDOperationException(String
Create an Exception with its own descriptive message
|
| Modifier and Type | Method and Description |
|---|---|
String |
ActionEvent.getActionCommand()
Returns the command string associated with this action.
|
static String |
KeyEvent.getKeyModifiersText(int modifiers)
Returns a
String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
|
static String |
KeyEvent.getKeyText(int keyCode)
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
|
static String |
InputEvent.getModifiersExText(int modifiers)
Returns a String describing the extended modifier keys and mouse buttons, such as "Shift", "Button1", or "Ctrl+Shift".
|
static String |
MouseEvent.getMouseModifiersText(int modifiers)
Returns a
String instance describing the modifier keys and mouse buttons that were down during the event, such as "Shift", or "Ctrl+Shift".
|
String |
TextEvent.paramString()
Returns a parameter string identifying this text event.
|
String |
InputMethodEvent.paramString()
Returns a parameter string identifying this event.
|
String |
ComponentEvent.paramString()
Returns a parameter string identifying this event.
|
String |
MouseEvent.paramString()
Returns a parameter string identifying this event.
|
String |
AdjustmentEvent.paramString()
|
String |
ItemEvent.paramString()
Returns a parameter string identifying this item event.
|
String |
PaintEvent.paramString()
|
String |
HierarchyEvent.paramString()
Returns a parameter string identifying this event.
|
String |
FocusEvent.paramString()
Returns a parameter string identifying this event.
|
String |
ActionEvent.paramString()
Returns a parameter string identifying this action event.
|
String |
ContainerEvent.paramString()
Returns a parameter string identifying this event.
|
String |
MouseWheelEvent.paramString()
Returns a parameter string identifying this event.
|
String |
KeyEvent.paramString()
Returns a parameter string identifying this event.
|
String |
InvocationEvent.paramString()
Returns a parameter string identifying this event.
|
String |
WindowEvent.paramString()
Returns a parameter string identifying this event.
|
| Constructor and Description | |
|---|---|
ActionEvent(Object
Constructs an
ActionEvent object.
|
|
ActionEvent(Object
Constructs an
ActionEvent object with modifier keys.
|
|
ActionEvent(Object
Constructs an
ActionEvent object with the specified modifier keys and timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MultipleMaster.getDesignAxisNames()
Returns the name for each design axis.
|
String |
NumericShaper.toString()
Returns a
String that describes this shaper.
|
String |
TextHitInfo.toString()
Returns a
String representing the hit for debugging use only.
|
String |
TextLayout.toString()
Returns debugging information for this
TextLayout.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
OpenType.getFontTable(String
Returns the table as an array of bytes for a specified tag.
|
byte[] |
OpenType.getFontTable(String
Returns a subset of the table as an array of bytes for a specified tag.
|
int |
OpenType.getFontTableSize(String
Returns the size of the table for a specified tag.
|
static NumericShaper |
NumericShaper.Range.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
TextAttribute(String
Constructs a
TextAttribute with the specified name.
|
|
TextLayout(String
|
|
TextLayout(String
Constructs a
TextLayout from a
String and an attribute set.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Rectangle2D.Float.toString()
Returns the
String representation of this
Rectangle2D.
|
String |
Rectangle2D.Double.toString()
Returns the
String representation of this
Rectangle2D.
|
String |
AffineTransform.toString()
Returns a
String that represents the value of this
Object.
|
String |
Point2D.Float.toString()
Returns a
String that represents the value of this
Point2D.
|
String |
Point2D.Double.toString()
Returns a
String that represents the value of this
Point2D.
|
| Constructor and Description | |
|---|---|
IllegalPathStateException(String
Constructs an
IllegalPathStateException with the specified detail message.
|
|
NoninvertibleTransformException(String
Constructs an instance of
NoninvertibleTransformException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
InputMethodDescriptor.getInputMethodDisplayName(Locale
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.
|
| Modifier and Type | Method and Description |
|---|---|
JFrame |
InputMethodContext.createInputMethodJFrame(String
Creates a top-level Swing JFrame for use by the input method.
|
Window |
InputMethodContext.createInputMethodWindow(String
Creates a top-level window for use by the input method.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BufferedImage.getPropertyNames()
Returns an array of names recognized by
getProperty(String) or
null, if no property names are recognized.
|
String |
RenderedImage.getPropertyNames()
Returns an array of names recognized by
getProperty(String) or
null, if no property names are recognized.
|
String |
DirectColorModel.toString()
Returns a
String that represents this
DirectColorModel.
|
String |
BufferedImage.toString()
Returns a
String representation of this
BufferedImage object and its values.
|
String |
ColorModel.toString()
Returns the
String representation of the contents of this
ColorModelobject.
|
String |
IndexColorModel.toString()
Returns the
String representation of the contents of this
ColorModelobject.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BufferedImage.getProperty(String
Returns a property of the image by name.
|
Object |
RenderedImage.getProperty(String
Gets a property from the property set of this image.
|
Object |
BufferedImage.getProperty(String
Returns a property of the image by name.
|
| Constructor and Description | |
|---|---|
ImagingOpException(String
Constructs an
ImagingOpException object with the specified message.
|
|
RasterFormatException(String
Constructs a new
RasterFormatException with the specified message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
RenderableImage.HINTS_OBSERVED
String constant that can be used to identify a property on a RenderedImage obtained via the createRendering or createScaledRendering methods.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RenderableImageOp.getPropertyNames()
Return a list of names recognized by getProperty.
|
String |
ContextualRenderedImageFactory.getPropertyNames()
Returns a list of names recognized by getProperty.
|
String |
RenderableImage.getPropertyNames()
Returns a list of names recognized by getProperty.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ContextualRenderedImageFactory.getProperty(ParameterBlock
Gets the appropriate instance of the property specified by the name parameter.
|
Object |
RenderableImageOp.getProperty(String
Gets a property from the property set of this image.
|
Object |
RenderableImage.getProperty(String
Gets a property from the property set of this image.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
PrinterJob.getJobName()
Gets the name of the document to be printed.
|
abstract String |
PrinterJob.getUserName()
Gets the name of the printing user.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamPrintServiceFactory |
PrinterJob.lookupStreamPrintServices(String
A convenience method which locates factories for stream print services which can image 2D graphics.
|
abstract void |
PrinterJob.setJobName(String
Sets the name of the document to be printed.
|
| Constructor and Description | |
|---|---|
PrinterAbortException(String
Constructs a new
PrinterAbortException with the specified detail message.
|
|
PrinterException(String
Constructs a new
PrinterException object with the specified detail message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DesignMode.PROPERTYNAME
The standard value of the propertyName as fired from a BeanContext or other source of PropertyChangeEvents.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Introspector.decapitalize(String
Utility method to take a string and convert it to normal Java variable name capitalization.
|
String |
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.
|
String |
PropertyEditor.getAsText()
Gets the property value as text.
|
String |
PropertyEditorSupport.getAsText()
Gets the property value as a string suitable for presentation to a human to edit.
|
static String |
Introspector.getBeanInfoSearchPath()
Gets the list of package names that will be used for finding BeanInfo classes.
|
String |
FeatureDescriptor.getDisplayName()
Gets the localized display name of this feature.
|
static String |
PropertyEditorManager.getEditorSearchPath()
Gets the package names that will be searched for property editors.
|
String |
EventHandler.getEventPropertyName()
Returns the property of the event that should be used in the action applied to the target.
|
String |
PropertyEditor.getJavaInitializationString()
Returns a fragment of Java code that can be used to set a property to match the editors current state.
|
String |
PropertyEditorSupport.getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property.
|
String |
EventHandler.getListenerMethodName()
Returns the name of the method that will trigger the action.
|
String |
Statement.getMethodName()
Returns the name of the method to invoke.
|
String |
FeatureDescriptor.getName()
Gets the programmatic name of this feature.
|
String |
PropertyChangeListenerProxy.getPropertyName()
Returns the name of the named property associated with the listener.
|
String |
PropertyChangeEvent.getPropertyName()
Gets the programmatic name of the property that was changed.
|
String |
VetoableChangeListenerProxy.getPropertyName()
Returns the name of the named property associated with the listener.
|
String |
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.
|
String |
Expression.toString()
Prints the value of this expression using a Java-style syntax.
|
String |
PropertyChangeEvent.toString()
Returns a string representation of the object.
|
String |
FeatureDescriptor.toString()
Returns a string representation of the object.
|
String |
Statement.toString()
Prints the value of this statement using a Java-style syntax.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
FeatureDescriptor.attributeNames()
Gets an enumeration of the locale-independent names of this feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyChangeSupport.addPropertyChangeListener(String
Add a PropertyChangeListener for a specific property.
|
void |
VetoableChangeSupport.addVetoableChangeListener(String
Add a VetoableChangeListener for a specific property.
|
static <T> T |
EventHandler.create(Class
Creates an implementation of
listenerInterface in which
all of the methods in the listener interface apply the handler's
action to the
target.
|
static <T> T |
EventHandler.create(Class
/** Creates an implementation of
listenerInterface in which
all of the methods pass the value of the event expression,
eventPropertyName, to the final method in the statement,
action, which is applied to the
target.
|
static <T> T |
EventHandler.create(Class
Creates an implementation of
listenerInterface in which the method named
listenerMethodName passes the value of the event expression,
eventPropertyName, to the final method in the statement,
action, which is applied to the
target.
|
static String |
Introspector.decapitalize(String
Utility method to take a string and convert it to normal Java variable name capitalization.
|
void |
PropertyChangeSupport.fireIndexedPropertyChange(String
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
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
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
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
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
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
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
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
Reports a constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
|
PropertyChangeListener |
PropertyChangeSupport.getPropertyChangeListeners(String
Returns an array of all the listeners which have been associated with the named property.
|
Object |
FeatureDescriptor.getValue(String
Retrieve a named attribute with this feature.
|
VetoableChangeListener |
VetoableChangeSupport.getVetoableChangeListeners(String
Returns an array of all the listeners which have been associated with the named property.
|
boolean |
PropertyChangeSupport.hasListeners(String
Check if there are any listeners for a specific property, including those registered on all properties.
|
boolean |
VetoableChangeSupport.hasListeners(String
Check if there are any listeners for a specific property, including those registered on all properties.
|
static Object |
Beans.instantiate(ClassLoader
Instantiate a JavaBean.
|
static Object |
Beans.instantiate(ClassLoader
Instantiate a JavaBean.
|
static Object |
Beans.instantiate(ClassLoader
Instantiate a bean.
|
Image |
SimpleBeanInfo.loadImage(String
This is a utility method to help in loading icon images.
|
void |
PropertyChangeSupport.removePropertyChangeListener(String
Remove a PropertyChangeListener for a specific property.
|
void |
VetoableChangeSupport.removeVetoableChangeListener(String
Remove a VetoableChangeListener for a specific property.
|
void |
PropertyEditor.setAsText(String
Set the property value by parsing a given String.
|
void |
PropertyEditorSupport.setAsText(String
Sets the property value by parsing a given String.
|
static void |
Introspector.setBeanInfoSearchPath(String
Change the list of package names that will be used for finding BeanInfo classes.
|
void |
FeatureDescriptor.setDisplayName(String
Sets the localized display name of this feature.
|
static void |
PropertyEditorManager.setEditorSearchPath(String
Change the list of package names that will be used for finding property editors.
|
void |
FeatureDescriptor.setName(String
Sets the programmatic name of this feature.
|
void |
FeatureDescriptor.setShortDescription(String
You can associate a short descriptive string with a feature.
|
void |
FeatureDescriptor.setValue(String
Associate a named attribute with this feature.
|
| Constructor and Description | |
|---|---|
DefaultPersistenceDelegate(String
Creates a default persistence delegate for a class with a constructor whose arguments are the values of the property names as specified by
constructorPropertyNames.
|
|
EventHandler(Object
Creates a new
EventHandler object; you generally use one of the
create methods instead of invoking this constructor directly.
|
|
EventSetDescriptor(Class
Creates an
EventSetDescriptor 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
Creates an
EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(Class
Creates an
EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(Class
This constructor creates an EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(Class
This constructor creates an EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(String
Creates an
EventSetDescriptor from scratch using
java.lang.reflect.Method and
java.lang.Class objects.
|
|
EventSetDescriptor(String
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
|
|
EventSetDescriptor(String
Creates an
EventSetDescriptor from scratch using
java.lang.reflect.MethodDescriptor and
java.lang.Class objects.
|
|
Expression(Object
Creates a new
Expression 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
Creates a new
Expression object for the specified target object to invoke the method specified by the name and by the array of arguments.
|
|
IndexedPropertyChangeEvent(Object
Constructs a new
IndexedPropertyChangeEvent object.
|
|
IndexedPropertyDescriptor(String
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
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
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
|
|
IntrospectionException(String
Constructs an
IntrospectionException with a detailed message.
|
|
PropertyChangeEvent(Object
Constructs a new
PropertyChangeEvent.
|
|
PropertyChangeListenerProxy(String
Constructor which binds the
PropertyChangeListener to a specific property.
|
|
PropertyDescriptor(String
Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.
|
|
PropertyDescriptor(String
This constructor takes the name of a simple property, and method names for reading and writing the property.
|
|
PropertyDescriptor(String
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
|
|
PropertyVetoException(String
Constructs a
PropertyVetoException with a detailed message.
|
|
Statement(Object
Creates a new
Statement object for the specified target object to invoke the method specified by the name and by the array of arguments.
|
|
VetoableChangeListenerProxy(String
Constructor which binds the
VetoableChangeListener to a specific property.
|
|
XMLEncoder(OutputStream
Creates a new XML encoder to write out
JavaBeans to the stream
out using the given
charset starting from the given
indentation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContextChild.addPropertyChangeListener(String
Adds a
PropertyChangeListener to this
BeanContextChild in order to receive a
PropertyChangeEvent whenever the specified property has changed.
|
void |
BeanContextChildSupport.addPropertyChangeListener(String
Add a PropertyChangeListener for a specific property.
|
void |
BeanContextChild.addVetoableChangeListener(String
Adds a
VetoableChangeListener to this
BeanContextChild to receive events whenever the specified property changes.
|
void |
BeanContextChildSupport.addVetoableChangeListener(String
Add a VetoableChangeListener for a specific property.
|
void |
BeanContextChildSupport.firePropertyChange(String
Report a bound property update to any registered listeners.
|
void |
BeanContextChildSupport.fireVetoableChange(String
Report a vetoable property update to any registered listeners.
|
URL |
BeanContext.getResource(String
Analagous to
java.lang.ClassLoader.getResource(), this method allows a
BeanContext implementation to interpose behavior between the child
Component and underlying
ClassLoader.
|
URL |
BeanContextSupport.getResource(String
|
InputStream |
BeanContext.getResourceAsStream(String
Analagous to
java.lang.ClassLoader.getResourceAsStream(), this method allows a
BeanContext implementation to interpose behavior between the child
Component and underlying
ClassLoader.
|
InputStream |
BeanContextSupport.getResourceAsStream(String
|
Object |
BeanContext.instantiateChild(String
Instantiate the javaBean named as a child of this
BeanContext.
|
Object |
BeanContextSupport.instantiateChild(String
The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into a
BeanContext.
|
void |
BeanContextChild.removePropertyChangeListener(String
Removes a
PropertyChangeListener from this
BeanContextChild so that it no longer receives
PropertyChangeEvents when the specified property is changed.
|
void |
BeanContextChildSupport.removePropertyChangeListener(String
Remove a PropertyChangeListener for a specific property.
|
void |
BeanContextChild.removeVetoableChangeListener(String
Removes a
VetoableChangeListener from this
BeanContextChild so that it no longer receives events when the specified property changes.
|
void |
BeanContextChildSupport.removeVetoableChangeListener(String
Removes a
VetoableChangeListener.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
StringBufferInputStream.buffer
Deprecated.
The string from which bytes are read.
|
String |
InvalidClassException.classname
Name of the invalid class.
|
static String |
File.pathSeparator
The system-dependent path-separator character, represented as a string for convenience.
|
static String |
File.separator
The system-dependent default name-separator character, represented as a string for convenience.
|
String |
StreamTokenizer.sval
If the current token is a word token, this field contains a string giving the characters of the word token.
|
| Modifier and Type | Method and Description |
|---|---|
String |
File.getAbsolutePath()
Returns the absolute pathname string of this abstract pathname.
|
String |
FilePermission.getActions()
Returns the "canonical string representation" of the actions.
|
String |
File.getCanonicalPath()
Returns the canonical pathname string of this abstract pathname.
|
String |
InputStreamReader.getEncoding()
Returns the name of the character encoding being used by this stream.
|
String |
OutputStreamWriter.getEncoding()
Returns the name of the character encoding being used by this stream.
|
String |
InvalidClassException.getMessage()
Produce the message and include the classname, if present.
|
String |
WriteAbortedException.getMessage()
Produce the message and include the message from the nested exception, if there is one.
|
String |
ObjectStreamClass.getName()
Returns the name of the class described by this descriptor.
|
String |
ObjectStreamField.getName()
Get the name of this field.
|
String |
File.getName()
Returns the name of the file or directory denoted by this abstract pathname.
|
String |
File.getParent()
Returns the pathname string of this abstract pathname's parent, or
null if this pathname does not name a parent directory.
|
String |
File.getPath()
Converts this abstract pathname into a pathname string.
|
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
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
|
String |
RandomAccessFile.readLine()
Reads the next line of text from this file.
|
String |
DataInputStream.readLine()
Deprecated.
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the
BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
with:
|
String |
ObjectInputStream.readLine()
Deprecated.
This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
|
String |
DataInput.readLine()
Reads the next line of text from the input stream.
|
String |
LineNumberReader.readLine()
Read a line of text.
|
String |
BufferedReader.readLine()
Reads a line of text.
|
String |
Console.readLine()
Reads a single line of text from the console.
|
String |
Console.readLine(String
Provides a formatted prompt, then reads a single line of text from the console.
|
String |
RandomAccessFile.readUTF()
Reads in a string from this file.
|
String |
DataInputStream.readUTF()
See the general contract of the
readUTF method of
DataInput.
|
String |
ObjectInputStream.readUTF()
Reads a String in
modified UTF-8 format.
|
String |
DataInput.readUTF()
Reads in a string that has been encoded using a
modified UTF-8 format.
|
static String |
DataInputStream.readUTF(DataInput
Reads from the stream
in a representation of a Unicode character string encoded in
modified UTF-8 format; this string of characters is then returned as a
String.
|
String |
ObjectStreamClass.toString()
Return a string describing this ObjectStreamClass.
|
String |
StringWriter.toString()
Return the buffer's current value as a string.
|
String |
StreamTokenizer.toString()
Returns the string representation of the current stream token and the line number it occurs on.
|
String |
ByteArrayOutputStream.toString()
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
|
String |
ObjectStreamField.toString()
Return a string that describes this field.
|
String |
CharArrayWriter.toString()
Converts input data to a string.
|
String |
File.toString()
Returns the pathname string of this abstract pathname.
|
String |
ByteArrayOutputStream.toString(int hibyte)
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the
toString(String enc) method, which takes an encoding-name argument, or the toString() method, which uses the platform's default character encoding.
|
String |
ByteArrayOutputStream.toString(String
Converts the buffer's contents into a string by decoding the bytes using the named
charset.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
BufferedReader.lines()
Returns a
Stream, the elements of which are lines read from this
BufferedReader.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilenameFilter.accept(File
Tests if a specified file should be included in a file list.
|
static File |
File.createTempFile(String
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
|
static File |
File.createTempFile(String
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
|
abstract boolean |
ObjectInputStream.GetField.defaulted(String
Return true if the named field is defaulted and has no value in this stream.
|
PrintWriter |
PrintWriter.format(Locale
Writes a formatted string to this writer using the specified format string and arguments.
|
PrintStream |
PrintStream.format(Locale
Writes a formatted string to this output stream using the specified format string and arguments.
|
PrintWriter |
PrintWriter.format(String
Writes a formatted string to this writer using the specified format string and arguments.
|
PrintStream |
PrintStream.format(String
Writes a formatted string to this output stream using the specified format string and arguments.
|
Console |
Console.format(String
Writes a formatted string to this console's output stream using the specified format string and arguments.
|
abstract boolean |
ObjectInputStream.GetField.get(String
Get the value of the named boolean field from the persistent field.
|
abstract byte |
ObjectInputStream.GetField.get(String
Get the value of the named byte field from the persistent field.
|
abstract char |
ObjectInputStream.GetField.get(String
Get the value of the named char field from the persistent field.
|
abstract double |
ObjectInputStream.GetField.get(String
Get the value of the named double field from the persistent field.
|
abstract float |
ObjectInputStream.GetField.get(String
Get the value of the named float field from the persistent field.
|
abstract int |
ObjectInputStream.GetField.get(String
Get the value of the named int field from the persistent field.
|
abstract long |
ObjectInputStream.GetField.get(String
Get the value of the named long field from the persistent field.
|
abstract Object |
ObjectInputStream.GetField.get(String
Get the value of the named Object field from the persistent field.
|
abstract short |
ObjectInputStream.GetField.get(String
Get the value of the named short field from the persistent field.
|
ObjectStreamField |
ObjectStreamClass.getField(String
Get the field of this class by name.
|
void |
PrintWriter.print(String
Prints a string.
|
void |
PrintStream.print(String
Prints a string.
|
PrintWriter |
PrintWriter.printf(Locale
A convenience method to write a formatted string to this writer using the specified format string and arguments.
|
PrintStream |
PrintStream.printf(Locale
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
|
PrintWriter |
PrintWriter.printf(String
A convenience method to write a formatted string to this writer using the specified format string and arguments.
|
PrintStream |
PrintStream.printf(String
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
|
Console |
Console.printf(String
A convenience method to write a formatted string to this console's output stream using the specified format string and arguments.
|
void |
PrintWriter.println(String
Prints a String and then terminates the line.
|
void |
PrintStream.println(String
Prints a String and then terminate the line.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named boolean field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named byte field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named char field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named double field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named float field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named int field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named long field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named Object field into the persistent field.
|
abstract void |
ObjectOutputStream.PutField.put(String
Put the value of the named short field into the persistent field.
|
String |
Console.readLine(String
Provides a formatted prompt, then reads a single line of text from the console.
|
char[] |
Console.readPassword(String
Provides a formatted prompt, then reads a password or passphrase from the console with echoing disabled.
|
protected Class |
ObjectInputStream.resolveProxyClass(String
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.
|
String |
ByteArrayOutputStream.toString(String
Converts the buffer's contents into a string by decoding the bytes using the named
charset.
|
void |
StringWriter.write(String
Write a string.
|
void |
Writer.write(String
Writes a string.
|
void |
PrintWriter.write(String
Writes a string.
|
void |
StringWriter.write(String
Write a portion of a string.
|
void |
Writer.write(String
Writes a portion of a string.
|
void |
OutputStreamWriter.write(String
Writes a portion of a string.
|
void |
BufferedWriter.write(String
Writes a portion of a String.
|
void |
FilterWriter.write(String
Writes a portion of a string.
|
void |
CharArrayWriter.write(String
Write a portion of a string to the buffer.
|
void |
PrintWriter.write(String
Writes a portion of a string.
|
void |
RandomAccessFile.writeBytes(String
Writes the string to the file as a sequence of bytes.
|
void |
DataOutputStream.writeBytes(String
Writes out the string to the underlying output stream as a sequence of bytes.
|
void |
ObjectOutputStream.writeBytes(String
Writes a String as a sequence of bytes.
|
void |
DataOutput.writeBytes(String
Writes a string to the output stream.
|
void |
RandomAccessFile.writeChars(String
Writes a string to the file as a sequence of characters.
|
void |
DataOutputStream.writeChars(String
Writes a string to the underlying output stream as a sequence of characters.
|
void |
ObjectOutputStream.writeChars(String
Writes a String as a sequence of chars.
|
void |
DataOutput.writeChars(String
Writes every character in the string
s, to the output stream, in order, two bytes per character.
|
void |
RandomAccessFile.writeUTF(String
Writes a string to the file using
modified UTF-8 encoding in a machine-independent manner.
|
void |
DataOutputStream.writeUTF(String
Writes a string to the underlying output stream using
modified UTF-8 encoding in a machine-independent manner.
|
void |
ObjectOutputStream.writeUTF(String
Primitive data write of this String in
modified UTF-8 format.
|
void |
DataOutput.writeUTF(String
Writes two bytes of length information to the output stream, followed by the
modified UTF-8 representation of every character in the string
s.
|
| Constructor and Description | |
|---|---|
CharConversionException(String
This provides a detailed message.
|
|
EOFException(String
Constructs an
EOFException with the specified detail message.
|
|
File(File
Creates a new
File instance from a parent abstract pathname and a child pathname string.
|
|
File(String
Creates a new
File instance by converting the given pathname string into an abstract pathname.
|
|
File(String
Creates a new
File instance from a parent pathname string and a child pathname string.
|
|
FileInputStream(String
Creates a
FileInputStream by opening a connection to an actual file, the file named by the path name
name in the file system.
|
|
FileNotFoundException(String
Constructs a
FileNotFoundException with the specified detail message.
|
|
FileOutputStream(String
Creates a file output stream to write to the file with the specified name.
|
|
FileOutputStream(String
Creates a file output stream to write to the file with the specified name.
|
|
FilePermission(String
Creates a new FilePermission object with the specified actions.
|
|
FileReader(String
Creates a new
FileReader, given the name of the file to read from.
|
|
FileWriter(String
Constructs a FileWriter object given a file name.
|
|
FileWriter(String
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
|
|
InputStreamReader(InputStream
Creates an InputStreamReader that uses the named charset.
|
|
InterruptedIOException(String
Constructs an
InterruptedIOException with the specified detail message.
|
|
InvalidClassException(String
Report an InvalidClassException for the reason specified.
|
|
InvalidClassException(String
Constructs an InvalidClassException object.
|
|
InvalidObjectException(String
Constructs an
InvalidObjectException.
|
|
IOException(String
Constructs an
IOException with the specified detail message.
|
|
IOException(String
Constructs an
IOException with the specified detail message and cause.
|
|
NotActiveException(String
Constructor to create a new NotActiveException with the reason given.
|
|
NotSerializableException(String
Constructs a NotSerializableException object with message string.
|
|
ObjectStreamException(String
Create an ObjectStreamException with the specified argument.
|
|
ObjectStreamField(String
Create a Serializable field with the specified type.
|
|
ObjectStreamField(String
Creates an ObjectStreamField representing a serializable field with the given name and type.
|
|
OutputStreamWriter(OutputStream
Creates an OutputStreamWriter that uses the named charset.
|
|
PrintStream(File
Creates a new print stream, without automatic line flushing, with the specified file and charset.
|
|
PrintStream(OutputStream
Creates a new print stream.
|
|
PrintStream(String
Creates a new print stream, without automatic line flushing, with the specified file name.
|
|
PrintStream(String
Creates a new print stream, without automatic line flushing, with the specified file name and charset.
|
|
PrintWriter(File
Creates a new PrintWriter, without automatic line flushing, with the specified file and charset.
|
|
PrintWriter(String
Creates a new PrintWriter, without automatic line flushing, with the specified file name.
|
|
PrintWriter(String
Creates a new PrintWriter, without automatic line flushing, with the specified file name and charset.
|
|
RandomAccessFile(File
Creates a random access file stream to read from, and optionally to write to, the file specified by the
File argument.
|
|
RandomAccessFile(String
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
|
|
SerializablePermission(String
Creates a new SerializablePermission with the specified name.
|
|
SerializablePermission(String
Creates a new SerializablePermission object with the specified name.
|
|
StreamCorruptedException(String
Create a StreamCorruptedException and list a reason why thrown.
|
|
StringBufferInputStream(String
Deprecated.
Creates a string input stream to read data from the specified string.
|
|
StringReader(String
Creates a new string reader.
|
|
SyncFailedException(String
Constructs an SyncFailedException with a detail message.
|
|
UncheckedIOException(String
Constructs an instance of this class.
|
|
UnsupportedEncodingException(String
Constructs an UnsupportedEncodingException with a detail message.
|
|
UTFDataFormatException(String
Constructs a
UTFDataFormatException with the specified detail message.
|
|
WriteAbortedException(String
Constructs a WriteAbortedException with a string describing the exception and the exception causing the abort.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
String.CASE_INSENSITIVE_ORDER
A Comparator that orders
String objects as by
compareToIgnoreCase.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
System.clearProperty(String
Removes the system property indicated by the specified key.
|
String |
String.concat(String
Concatenates the specified string to the end of this string.
|
String |
EnumConstantNotPresentException.constantName()
Returns the name of the missing enum constant.
|
static String |
String.copyValueOf(char[] data)
Equivalent to
valueOf(char[]).
|
static String |
String.copyValueOf(char[] data, int offset, int count)
Equivalent to
valueOf(char[], int, int).
|
protected String |
ClassLoader.findLibrary(String
Returns the absolute path name of a native library.
|
static String |
String.format(Locale
Returns a formatted string using the specified locale, format string, and arguments.
|
static String |
String.format(String
Returns a formatted string using the specified format string and arguments.
|
String |
Class.getCanonicalName()
Returns the canonical name of the underlying class as defined by the Java Language Specification.
|
String |
StackTraceElement.getClassName()
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
|
static String |
System.getenv(String
Gets the value of the specified environment variable.
|
String |
StackTraceElement.getFileName()
Returns the name of the source file containing the execution point represented by this stack trace element.
|
String |
Package.getImplementationTitle()
Return the title of this package.
|
String |
Package.getImplementationVendor()
Returns the name of the organization, vendor or company that provided this implementation.
|
String |
Package.getImplementationVersion()
Return the version of this implementation.
|
String |
Throwable.getLocalizedMessage()
Creates a localized description of this throwable.
|
String |
Throwable.getMessage()
Returns the detail message string of this throwable.
|
String |
StackTraceElement.getMethodName()
Returns the name of the method containing the execution point represented by this stack trace element.
|
String |
Class.getName()
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this
Class object, as a
String.
|
String |
Thread.getName()
Returns this thread's name.
|
String |
ThreadGroup.getName()
Returns the name of this thread group.
|
String |
Package.getName()
Return the name of this package.
|
static String |
Character.getName(int codePoint)
Returns the Unicode name of the specified character
codePoint, or null if the code point is
unassigned.
|
static String |
System.getProperty(String
Gets the system property indicated by the specified key.
|
static String |
System.getProperty(String
Gets the system property indicated by the specified key.
|
String |
Class.getSimpleName()
Returns the simple name of the underlying class as given in the source code.
|
String |
Package.getSpecificationTitle()
Return the title of the specification that this package implements.
|
String |
Package.getSpecificationVendor()
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
|
String |
Package.getSpecificationVersion()
Returns the version number of the specification that this package implements.
|
String |
Class.getTypeName()
Return an informative string for the name of this type.
|
String |
String.intern()
Returns a canonical representation for the string object.
|
static String |
String.join(CharSequence
Returns a new String composed of copies of the
CharSequence elements joined together with a copy of the specified
delimiter.
|
static String |
String.join(CharSequence
Returns a new
String composed of copies of the
CharSequence elements joined together with a copy of the specified
delimiter.
|
static String |
System.lineSeparator()
Returns the system-dependent line separator string.
|
static String |
System.mapLibraryName(String
Maps a library name into a platform-specific string representing a native library.
|
String |
Enum.name()
Returns the name of this enum constant, exactly as declared in its enum declaration.
|
String |
String.replace(char oldChar, char newChar)
Returns a string resulting from replacing all occurrences of
oldChar in this string with
newChar.
|
String |
String.replace(CharSequence
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
|
String |
String.replaceAll(String
Replaces each substring of this string that matches the given
regular expression with the given replacement.
|
String |
String.replaceFirst(String
Replaces the first substring of this string that matches the given
regular expression with the given replacement.
|
static String |
System.setProperty(String
Sets the system property indicated by the specified key.
|
String |
String.split(String
Splits this string around matches of the given
regular expression.
|
String |
String.split(String
Splits this string around matches of the given
regular expression.
|
String |
String.substring(int beginIndex)
Returns a string that is a substring of this string.
|
String |
StringBuffer.substring(int start)
|
String |
String.substring(int beginIndex, int endIndex)
Returns a string that is a substring of this string.
|
String |
StringBuffer.substring(int start, int end)
|
static String |
Integer.toBinaryString(int i)
Returns a string representation of the integer argument as an unsigned integer in base 2.
|
static String |
Long.toBinaryString(long i)
Returns a string representation of the
long argument as an unsigned integer in base 2.
|
String |
Class.toGenericString()
Returns a string describing this
Class, including information about modifiers and type parameters.
|
static String |
Double.toHexString(double d)
Returns a hexadecimal string representation of the
double argument.
|
static String |
Float.toHexString(float f)
Returns a hexadecimal string representation of the
float argument.
|
static String |
Integer.toHexString(int i)
Returns a string representation of the integer argument as an unsigned integer in base 16.
|
static String |
Long.toHexString(long i)
Returns a string representation of the
long argument as an unsigned integer in base 16.
|
String |
String.toLowerCase()
Converts all of the characters in this
String to lower case using the rules of the default locale.
|
String |
String.toLowerCase(Locale
Converts all of the characters in this
String to lower case using the rules of the given
Locale.
|
static String |
Integer.toOctalString(int i)
Returns a string representation of the integer argument as an unsigned integer in base 8.
|
static String |
Long.toOctalString(long i)
Returns a string representation of the
long argument as an unsigned integer in base 8.
|
String |
Class.toString()
Converts the object to a string.
|
String |
Double.toString()
Returns a string representation of this
Double object.
|
String |
StackTraceElement.toString()
Returns a string representation of this stack trace element.
|
String |
CharSequence.toString()
Returns a string containing the characters in this sequence in the same order as this sequence.
|
String |
String.toString()
This object (which is already a string!) is itself returned.
|
String |
Boolean.toString()
Returns a
String object representing this Boolean's value.
|
String |
Throwable.toString()
Returns a short description of this throwable.
|
String |
Thread.toString()
Returns a string representation of this thread, including the thread's name, priority, and thread group.
|
String |
Enum.toString()
Returns the name of this enum constant, as contained in the declaration.
|
String |
Object.toString()
Returns a string representation of the object.
|
String |
Integer.toString()
Returns a
String object representing this
Integer's value.
|
String |
ThreadGroup.toString()
Returns a string representation of this Thread group.
|
String |
Byte.toString()
Returns a
String object representing this
Byte's value.
|
String |
Long.toString()
Returns a
String object representing this
Long's value.
|
String |
Float.toString()
Returns a string representation of this
Float object.
|
String |
StringBuffer.toString()
|
String |
Package.toString()
Returns the string representation of this Package.
|
String |
Character.toString()
Returns a
String object representing this
Character's value.
|
String |
Character.Subset.toString()
Returns the name of this subset.
|
String |
Short.toString()
Returns a
String object representing this
Short's value.
|
String |
StringBuilder.toString()
|
static String |
Boolean.toString(boolean b)
Returns a
String object representing the specified boolean.
|
static String |
Byte.toString(byte b)
Returns a new
String object representing the specified
byte.
|
static String |
Character.toString(char c)
Returns a
String object representing the specified
char.
|
static String |
Double.toString(double d)
Returns a string representation of the
double argument.
|
static String |
Float.toString(float f)
Returns a string representation of the
float argument.
|
static String |
Integer.toString(int i)
Returns a
String object representing the specified integer.
|
static String |
Integer.toString(int i, int radix)
Returns a string representation of the first argument in the radix specified by the second argument.
|
static String |
Long.toString(long i)
Returns a
String object representing the specified
long.
|
static String |
Long.toString(long i, int radix)
Returns a string representation of the first argument in the radix specified by the second argument.
|
static String |
Short.toString(short s)
Returns a new
String object representing the specified
short.
|
static String |
Integer.toUnsignedString(int i)
Returns a string representation of the argument as an unsigned decimal value.
|
static String |
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.
|
static String |
Long.toUnsignedString(long i)
Returns a string representation of the argument as an unsigned decimal value.
|
static String |
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 |
String.toUpperCase()
Converts all of the characters in this
String to upper case using the rules of the default locale.
|
String |
String.toUpperCase(Locale
Converts all of the characters in this
String to upper case using the rules of the given
Locale.
|
String |
String.trim()
Returns a string whose value is this string, with any leading and trailing whitespace removed.
|
String |
TypeNotPresentException.typeName()
Returns the fully qualified name of the unavailable type.
|
static String |
String.valueOf(boolean b)
Returns the string representation of the
boolean argument.
|
static String |
String.valueOf(char c)
Returns the string representation of the
char argument.
|
static String |
String.valueOf(char[] data)
Returns the string representation of the
char array argument.
|
static String |
String.valueOf(char[] data, int offset, int count)
Returns the string representation of a specific subarray of the
char array argument.
|
static String |
String.valueOf(double d)
Returns the string representation of the
double argument.
|
static String |
String.valueOf(float f)
Returns the string representation of the
float argument.
|
static String |
String.valueOf(int i)
Returns the string representation of the
int argument.
|
static String |
String.valueOf(long l)
Returns the string representation of the
long argument.
|
static String |
String.valueOf(Object
Returns the string representation of the
Object argument.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ProcessBuilder.command()
Returns this process builder's operating system program and arguments.
|
Map |
ProcessBuilder.environment()
Returns a string map view of this process builder's environment.
|
Map |
ProcessBuilder.environment()
Returns a string map view of this process builder's environment.
|
static Map |
System.getenv()
Returns an unmodifiable string map view of the current system environment.
|
static Map |
System.getenv()
Returns an unmodifiable string map view of the current system environment.
|
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
StringBuffer.append(String
|
StringBuilder |
StringBuilder.append(String
|
void |
SecurityManager.checkAccept(String
Throws a
SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
|
void |
SecurityManager.checkConnect(String
Throws a
SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
|
void |
SecurityManager.checkConnect(String
Throws a
SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
|
void |
SecurityManager.checkDelete(String
Throws a
SecurityException if the calling thread is not allowed to delete the specified file.
|
void |
SecurityManager.checkExec(String
Throws a
SecurityException if the calling thread is not allowed to create a subprocess.
|
void |
SecurityManager.checkLink(String
Throws a
SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
|
void |
SecurityManager.checkPackageAccess(String
Throws a
SecurityException if the calling thread is not allowed to access the package specified by the argument.
|
void |
SecurityManager.checkPackageDefinition(String
Throws a
SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
|
void |
SecurityManager.checkPropertyAccess(String
Throws a
SecurityException if the calling thread is not allowed to access the system property with the specified
key name.
|
void |
SecurityManager.checkRead(String
Throws a
SecurityException if the calling thread is not allowed to read the file specified by the string argument.
|
void |
SecurityManager.checkRead(String
Throws a
SecurityException if the specified security context is not allowed to read the file specified by the string argument.
|
void |
SecurityManager.checkSecurityAccess(String
Determines whether the permission with the specified permission target name should be granted or denied.
|
void |
SecurityManager.checkWrite(String
Throws a
SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
|
protected int |
SecurityManager.classDepth(String
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
static String |
System.clearProperty(String
Removes the system property indicated by the specified key.
|
ProcessBuilder |
ProcessBuilder.command(String
Sets this process builder's operating system program and arguments.
|
int |
String.compareTo(String
Compares two strings lexicographically.
|
int |
String.compareToIgnoreCase(String
Compares two strings lexicographically, ignoring case differences.
|
static boolean |
Compiler.compileClasses(String
Compiles all classes whose name matches the specified string.
|
String |
String.concat(String
Concatenates the specified string to the end of this string.
|
static Integer |
Integer.decode(String
Decodes a
String into an
Integer.
|
static Byte |
Byte.decode(String
Decodes a
String into a
Byte.
|
static Long |
Long.decode(String
Decodes a
String into a
Long.
|
static Short |
Short.decode(String
Decodes a
String into a
Short.
|
protected Class |
ClassLoader.defineClass(String
Converts an array of bytes into an instance of class
Class.
|
protected Class |
ClassLoader.defineClass(String
Converts an array of bytes into an instance of class
Class, with an optional
ProtectionDomain.
|
protected Class |
ClassLoader.defineClass(String
Converts a
ByteBuffer into an instance of class
Class, with an optional
ProtectionDomain.
|
protected Package |
ClassLoader.definePackage(String
Defines a package by name in this
ClassLoader.
|
boolean |
String.endsWith(String
Tests if this string ends with the specified suffix.
|
boolean |
String.equalsIgnoreCase(String
Compares this
String to another
String, ignoring case considerations.
|
Process |
Runtime.exec(String
Executes the specified string command in a separate process.
|
Process |
Runtime.exec(String
Executes the specified command and arguments in a separate process.
|
Process |
Runtime.exec(String
Executes the specified command and arguments in a separate process with the specified environment.
|
Process |
Runtime.exec(String
Executes the specified command and arguments in a separate process with the specified environment.
|
Process |
Runtime.exec(String
Executes the specified command and arguments in a separate process with the specified environment and working directory.
|
Process |
Runtime.exec(String
Executes the specified command and arguments in a separate process with the specified environment and working directory.
|
Process |
Runtime.exec(String
Executes the specified string command in a separate process with the specified environment.
|
Process |
Runtime.exec(String
Executes the specified string command in a separate process with the specified environment.
|
Process |
Runtime.exec(String
Executes the specified string command in a separate process with the specified environment and working directory.
|
Process |
Runtime.exec(String
Executes the specified string command in a separate process with the specified environment and working directory.
|
protected Class |
ClassLoader.findClass(String
Finds the class with the specified
binary name.
|
protected String |
ClassLoader.findLibrary(String
Returns the absolute path name of a native library.
|
protected Class |
ClassLoader.findLoadedClass(String
Returns the class with the given
binary name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with that
binary name.
|
protected URL |
ClassLoader.findResource(String
Finds the resource with the given name.
|
protected Enumeration |
ClassLoader.findResources(String
Returns an enumeration of
URL objects representing all the resources with the given name.
|
protected Class |
ClassLoader.findSystemClass(String
Finds a class with the specified
binary name, loading it if necessary.
|
static String |
String.format(Locale
Returns a formatted string using the specified locale, format string, and arguments.
|
static String |
String.format(String
Returns a formatted string using the specified format string and arguments.
|
static Class |
Class.forName(String
Returns the
Class object associated with the class or interface with the given string name.
|
static Character |
Character.UnicodeBlock.forName(String
Returns the UnicodeBlock with the given name.
|
static Character |
Character.UnicodeScript.forName(String
Returns the UnicodeScript constant with the given Unicode script name or the script name alias.
|
static Class |
Class.forName(String
Returns the
Class object associated with the class or interface with the given string name, using the given class loader.
|
static boolean |
Boolean.getBoolean(String
Returns
true if and only if the system property named by the argument exists and is equal to the string
"true".
|
byte[] |
String.getBytes(String
Encodes this
String into a sequence of bytes using the named charset, storing the result into a new byte array.
|
protected Object |
ClassLoader.getClassLoadingLock(String
Returns the lock object for class loading operations.
|
Field |
Class.getDeclaredField(String
Returns a
Field object that reflects the specified declared field of the class or interface represented by this
Class object.
|
Method |
Class.getDeclaredMethod(String
Returns a
Method object that reflects the specified declared method of the class or interface represented by this
Class object.
|
static String |
System.getenv(String
Gets the value of the specified environment variable.
|
Field |
Class.getField(String
Returns a
Field object that reflects the specified public member field of the class or interface represented by this
Class object.
|
static Integer |
Integer.getInteger(String
Determines the integer value of the system property with the specified name.
|
static Integer |
Integer.getInteger(String
Determines the integer value of the system property with the specified name.
|
static Integer |
Integer.getInteger(String
Returns the integer value of the system property with the specified name.
|
static Long |
Long.getLong(String
Determines the
long value of the system property with the specified name.
|
static Long |
Long.getLong(String
Determines the
long value of the system property with the specified name.
|
static Long |
Long.getLong(String
Returns the
long value of the system property with the specified name.
|
Method |
Class.getMethod(String
Returns a
Method object that reflects the specified public member method of the class or interface represented by this
Class object.
|
protected Package |
ClassLoader.getPackage(String
Returns a
Package that has been defined by this class loader or any of its ancestors.
|
static Package |
Package.getPackage(String
Find a package by name in the callers
ClassLoader instance.
|
static String |
System.getProperty(String
Gets the system property indicated by the specified key.
|
static String |
System.getProperty(String
Gets the system property indicated by the specified key.
|
URL |
Class.getResource(String
Finds a resource with a given name.
|
URL |
ClassLoader.getResource(String
Finds the resource with the given name.
|
InputStream |
Class.getResourceAsStream(String
Finds a resource with a given name.
|
InputStream |
ClassLoader.getResourceAsStream(String
Returns an input stream for reading the specified resource.
|
Enumeration |
ClassLoader.getResources(String
Finds all the resources with the given name.
|
static URL |
ClassLoader.getSystemResource(String
Find a resource of the specified name from the search path used to load classes.
|
static InputStream |
ClassLoader.getSystemResourceAsStream(String
Open for reading, a resource of the specified name from the search path used to load classes.
|
static Enumeration |
ClassLoader.getSystemResources(String
Finds all resources of the specified name from the search path used to load classes.
|
protected boolean |
SecurityManager.inClass(String
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
int |
String.indexOf(String
Returns the index within this string of the first occurrence of the specified substring.
|
int |
StringBuffer.indexOf(String
|
int |
StringBuilder.indexOf(String
|
int |
String.indexOf(String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
|
int |
StringBuffer.indexOf(String
|
int |
StringBuilder.indexOf(String
|
StringBuffer |
StringBuffer.insert(int offset, String
|
StringBuilder |
StringBuilder.insert(int offset, String
|
boolean |
Package.isCompatibleWith(String
Compare this package's specification version with a desired version.
|
int |
String.lastIndexOf(String
Returns the index within this string of the last occurrence of the specified substring.
|
int |
StringBuffer.lastIndexOf(String
|
int |
StringBuilder.lastIndexOf(String
|
int |
String.lastIndexOf(String
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
|
int |
StringBuilder.lastIndexOf(String
|
void |
Runtime.load(String
Loads the native library specified by the filename argument.
|
static void |
System.load(String
Loads the native library specified by the filename argument.
|
Class |
ClassLoader.loadClass(String
Loads the class with the specified
binary name.
|
protected Class |
ClassLoader.loadClass(String
Loads the class with the specified
binary name.
|
void |
Runtime.loadLibrary(String
Loads the native library specified by the
libname argument.
|
static void |
System.loadLibrary(String
Loads the native library specified by the
libname argument.
|
static String |
System.mapLibraryName(String
Maps a library name into a platform-specific string representing a native library.
|
boolean |
String.matches(String
Tells whether or not this string matches the given
regular expression.
|
static boolean |
Boolean.parseBoolean(String
Parses the string argument as a boolean.
|
static byte |
Byte.parseByte(String
Parses the string argument as a signed decimal
byte.
|
static byte |
Byte.parseByte(String
Parses the string argument as a signed
byte in the radix specified by the second argument.
|
static double |
Double.parseDouble(String
Returns a new
double initialized to the value represented by the specified
String, as performed by the
valueOf method of class
Double.
|
static float |
Float.parseFloat(String
Returns a new
float initialized to the value represented by the specified
String, as performed by the
valueOf method of class
Float.
|
static int |
Integer.parseInt(String
Parses the string argument as a signed decimal integer.
|
static int |
Integer.parseInt(String
Parses the string argument as a signed integer in the radix specified by the second argument.
|
static long |
Long.parseLong(String
Parses the string argument as a signed decimal
long.
|
static long |
Long.parseLong(String
Parses the string argument as a signed
long in the radix specified by the second argument.
|
static short |
Short.parseShort(String
Parses the string argument as a signed decimal
short.
|
static short |
Short.parseShort(String
Parses the string argument as a signed
short in the radix specified by the second argument.
|
static int |
Integer.parseUnsignedInt(String
Parses the string argument as an unsigned decimal integer.
|
static int |
Integer.parseUnsignedInt(String
Parses the string argument as an unsigned integer in the radix specified by the second argument.
|
static long |
Long.parseUnsignedLong(String
Parses the string argument as an unsigned decimal
long.
|
static long |
Long.parseUnsignedLong(String
Parses the string argument as an unsigned
long in the radix specified by the second argument.
|
boolean |
String.regionMatches(boolean ignoreCase, int toffset, String
Tests if two string regions are equal.
|
boolean |
String.regionMatches(int toffset, String
Tests if two string regions are equal.
|
StringBuffer |
StringBuffer.replace(int start, int end, String
|
StringBuilder |
StringBuilder.replace(int start, int end, String
|
String |
String.replaceAll(String
Replaces each substring of this string that matches the given
regular expression with the given replacement.
|
String |
String.replaceFirst(String
Replaces the first substring of this string that matches the given
regular expression with the given replacement.
|
void |
ClassLoader.setClassAssertionStatus(String
Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein.
|
void |
Thread.setName(String
Changes the name of this thread to be equal to the argument
name.
|
void |
ClassLoader.setPackageAssertionStatus(String
Sets the package default assertion status for the named package.
|
static String |
System.setProperty(String
Sets the system property indicated by the specified key.
|
String |
String.split(String
Splits this string around matches of the given
regular expression.
|
String |
String.split(String
Splits this string around matches of the given
regular expression.
|
boolean |
String.startsWith(String
Tests if this string starts with the specified prefix.
|
boolean |
String.startsWith(String
Tests if the substring of this string beginning at the specified index starts with the specified prefix.
|
static <T extends Enum |
Enum.valueOf(Class
Returns the enum constant of the specified enum type with the specified name.
|
static Double |
Double.valueOf(String
Returns a
Double object holding the
double value represented by the argument string
s.
|
static Boolean |
Boolean.valueOf(String
Returns a
Boolean with a value represented by the specified string.
|
static Thread |
Thread.State.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Integer |
Integer.valueOf(String
Returns an
Integer object holding the value of the specified
String.
|
static Byte |
Byte.valueOf(String
Returns a
Byte object holding the value given by the specified
String.
|
static Long |
Long.valueOf(String
Returns a
Long object holding the value of the specified
String.
|
static Float |
Float.valueOf(String
Returns a
Float object holding the
float value represented by the argument string
s.
|
static ProcessBuilder |
ProcessBuilder.Redirect.Type.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Character |
Character.UnicodeScript.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Short |
Short.valueOf(String
Returns a
Short object holding the value given by the specified
String.
|
static Integer |
Integer.valueOf(String
Returns an
Integer object holding the value extracted from the specified
String when parsed with the radix given by the second argument.
|
static Byte |
Byte.valueOf(String
Returns a
Byte object holding the value extracted from the specified
String when parsed with the radix given by the second argument.
|
static Long |
Long.valueOf(String
Returns a
Long object holding the value extracted from the specified
String when parsed with the radix given by the second argument.
|
static Short |
Short.valueOf(String
Returns a
Short object holding the value extracted from the specified
String when parsed with the radix given by the second argument.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessBuilder |
ProcessBuilder.command(List
Sets this process builder's operating system program and arguments.
|
| Constructor and Description | |
|---|---|
AbstractMethodError(String
Constructs an
AbstractMethodError with the specified detail message.
|
|
ArithmeticException(String
Constructs an
ArithmeticException with the specified detail message.
|
|
ArrayIndexOutOfBoundsException(String
Constructs an
ArrayIndexOutOfBoundsException class with the specified detail message.
|
|
ArrayStoreException(String
Constructs an
ArrayStoreException with the specified detail message.
|
|
AssertionError(String
Constructs a new
AssertionError with the specified detail message and cause.
|
|
Boolean(String
Allocates a
Boolean object representing the value
true if the string argument is not
null and is equal, ignoring case, to the string
"true".
|
|
BootstrapMethodError(String
Constructs a
BootstrapMethodError with the specified detail message.
|
|
BootstrapMethodError(String
Constructs a
BootstrapMethodError with the specified detail message and cause.
|
|
Byte(String
Constructs a newly allocated
Byte object that represents the
byte value indicated by the
String parameter.
|
|
ClassCastException(String
Constructs a
ClassCastException with the specified detail message.
|
|
ClassCircularityError(String
Constructs a
ClassCircularityError with the specified detail message.
|
|
ClassFormatError(String
Constructs a
ClassFormatError with the specified detail message.
|
|
ClassNotFoundException(String
Constructs a
ClassNotFoundException with the specified detail message.
|
|
ClassNotFoundException(String
Constructs a
ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
|
|
CloneNotSupportedException(String
Constructs a
CloneNotSupportedException with the specified detail message.
|
|
Double(String
Constructs a newly allocated
Double object that represents the floating-point value of type
double represented by the string.
|
|
Enum(String
Sole constructor.
|
|
EnumConstantNotPresentException(Class
Constructs an
EnumConstantNotPresentException for the specified constant.
|
|
Error(String
Constructs a new error with the specified detail message.
|
|
Error(String
Constructs a new error with the specified detail message and cause.
|
|
Error(String
Constructs a new error with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
|
|
Exception(String
Constructs a new exception with the specified detail message.
|
|
Exception(String
Constructs a new exception with the specified detail message and cause.
|
|
Exception(String
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
|
|
ExceptionInInitializerError(String
Constructs an ExceptionInInitializerError with the specified detail message string.
|
|
Float(String
Constructs a newly allocated
Float object that represents the floating-point value of type
float represented by the string.
|
|
IllegalAccessError(String
Constructs an
IllegalAccessError with the specified detail message.
|
|
IllegalAccessException(String
Constructs an
IllegalAccessException with a detail message.
|
|
IllegalArgumentException(String
Constructs an
IllegalArgumentException with the specified detail message.
|
|
IllegalArgumentException(String
Constructs a new exception with the specified detail message and cause.
|
|
IllegalMonitorStateException(String
Constructs an
IllegalMonitorStateException with the specified detail message.
|
|
IllegalStateException(String
Constructs an IllegalStateException with the specified detail message.
|
|
IllegalStateException(String
Constructs a new exception with the specified detail message and cause.
|
|
IllegalThreadStateException(String
Constructs an
IllegalThreadStateException with the specified detail message.
|
|
IncompatibleClassChangeError(String
Constructs an
IncompatibleClassChangeError with the specified detail message.
|
|
IndexOutOfBoundsException(String
Constructs an
IndexOutOfBoundsException with the specified detail message.
|
|
InstantiationError(String
Constructs an
InstantiationError with the specified detail message.
|
|
InstantiationException(String
Constructs an
InstantiationException with the specified detail message.
|
|
Integer(String
Constructs a newly allocated
Integer object that represents the
int value indicated by the
String parameter.
|
|
InternalError(String
Constructs an
InternalError with the specified detail message.
|
|
InternalError(String
Constructs an
InternalError with the specified detail message and cause.
|
|
InterruptedException(String
Constructs an
InterruptedException with the specified detail message.
|
|
LinkageError(String
Constructs a
LinkageError with the specified detail message.
|
|
LinkageError(String
Constructs a
LinkageError with the specified detail message and cause.
|
|
Long(String
Constructs a newly allocated
Long object that represents the
long value indicated by the
String parameter.
|
|
NegativeArraySizeException(String
Constructs a
NegativeArraySizeException with the specified detail message.
|
|
NoClassDefFoundError(String
Constructs a
NoClassDefFoundError with the specified detail message.
|
|
NoSuchFieldError(String
Constructs a
NoSuchFieldError with the specified detail message.
|
|
NoSuchFieldException(String
Constructor with a detail message.
|
|
NoSuchMethodError(String
Constructs a
NoSuchMethodError with the specified detail message.
|
|
NoSuchMethodException(String
Constructs a
NoSuchMethodException with a detail message.
|
|
NullPointerException(String
Constructs a
NullPointerException with the specified detail message.
|
|
NumberFormatException(String
Constructs a
NumberFormatException with the specified detail message.
|
|
OutOfMemoryError(String
Constructs an
OutOfMemoryError with the specified detail message.
|
|
ProcessBuilder(String
Constructs a process builder with the specified operating system program and arguments.
|
|
ReflectiveOperationException(String
Constructs a new exception with the specified detail message.
|
|
ReflectiveOperationException(String
Constructs a new exception with the specified detail message and cause.
|
|
RuntimeException(String
Constructs a new runtime exception with the specified detail message.
|
|
RuntimeException(String
Constructs a new runtime exception with the specified detail message and cause.
|
|
RuntimeException(String
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
|
|
RuntimePermission(String
Creates a new RuntimePermission with the specified name.
|
|
RuntimePermission(String
Creates a new RuntimePermission object with the specified name.
|
|
SecurityException(String
Constructs a
SecurityException with the specified detail message.
|
|
SecurityException(String
Creates a
SecurityException with the specified detail message and cause.
|
|
Short(String
Constructs a newly allocated
Short object that represents the
short value indicated by the
String parameter.
|
|
StackOverflowError(String
Constructs a
StackOverflowError with the specified detail message.
|
|
StackTraceElement(String
Creates a stack trace element representing the specified execution point.
|
|
String(byte[] bytes, int offset, int length, String
Constructs a new
String by decoding the specified subarray of bytes using the specified charset.
|
|
String(byte[] bytes, String
Constructs a new
String by decoding the specified array of bytes using the specified
charset.
|
|
String(String
Initializes a newly created
String 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
Constructs a string buffer initialized to the contents of the specified string.
|
|
StringBuilder(String
Constructs a string builder initialized to the contents of the specified string.
|
|
StringIndexOutOfBoundsException(String
Constructs a
StringIndexOutOfBoundsException with the specified detail message.
|
|
Subset(String
Constructs a new
Subset instance.
|
|
Thread(Runnable
Allocates a new
Thread object.
|
|
Thread(String
Allocates a new
Thread object.
|
|
Thread(ThreadGroup
Allocates a new
Thread object so that it has
target as its run object, has the specified
name as its name, and belongs to the thread group referred to by
group.
|
|
Thread(ThreadGroup
Allocates a new
Thread object so that it has
target as its run object, has the specified
name as its name, and belongs to the thread group referred to by
group, and has the specified
stack size.
|
|
Thread(ThreadGroup
Allocates a new
Thread object.
|
|
ThreadGroup(String
Constructs a new thread group.
|
|
ThreadGroup(ThreadGroup
Creates a new thread group.
|
|
Throwable(String
Constructs a new throwable with the specified detail message.
|
|
Throwable(String
Constructs a new throwable with the specified detail message and cause.
|
|
Throwable(String
Constructs a new throwable with the specified detail message, cause,
suppression enabled or disabled, and writable stack trace enabled or disabled.
|
|
TypeNotPresentException(String
Constructs a
TypeNotPresentException for the named type with the specified cause.
|
|
UnknownError(String
Constructs an
UnknownError with the specified detail message.
|
|
UnsatisfiedLinkError(String
Constructs an
UnsatisfiedLinkError with the specified detail message.
|
|
UnsupportedClassVersionError(String
Constructs a
UnsupportedClassVersionError with the specified detail message.
|
|
UnsupportedOperationException(String
Constructs an UnsupportedOperationException with the specified detail message.
|
|
UnsupportedOperationException(String
Constructs a new exception with the specified detail message and cause.
|
|
VerifyError(String
Constructs an
VerifyError with the specified detail message.
|
|
VirtualMachineError(String
Constructs a
VirtualMachineError with the specified detail message.
|
|
VirtualMachineError(String
Constructs a
VirtualMachineError with the specified detail message and cause.
|
| Constructor and Description | |
|---|---|
ProcessBuilder(List
Constructs a process builder with the specified operating system program and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IncompleteAnnotationException.elementName()
Returns the name of the missing element.
|
String |
AnnotationTypeMismatchException.foundType()
Returns the type of data found in the incorrectly typed element.
|
String |
Annotation.toString()
Returns a string representation of this annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementType |
ElementType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static RetentionPolicy |
RetentionPolicy.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
AnnotationFormatError(String
Constructs a new
AnnotationFormatError with the specified detail message.
|
|
AnnotationFormatError(String
Constructs a new
AnnotationFormatError with the specified detail message and cause.
|
|
AnnotationTypeMismatchException(Method
Constructs an AnnotationTypeMismatchException for the specified annotation type element and found data type.
|
|
IncompleteAnnotationException(Class
Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instrumentation.setNativeMethodPrefix(ClassFileTransformer
This method modifies the failure handling of native method resolution by allowing retry with a prefix applied to the name.
|
byte[] |
ClassFileTransformer.transform(ClassLoader
The implementation of this method may transform the supplied class file and return a new replacement class file.
|
| Constructor and Description | |
|---|---|
IllegalClassFormatException(String
Constructs an
IllegalClassFormatException with the specified detail message.
|
|
UnmodifiableClassException(String
Constructs an
UnmodifiableClassException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SerializedLambda.getCapturingClass()
Get the name of the class that captured this lambda.
|
String |
SerializedLambda.getFunctionalInterfaceClass()
Get the name of the invoked type to which this lambda has been converted
|
String |
SerializedLambda.getFunctionalInterfaceMethodName()
Get the name of the primary method for the functional interface to which this lambda has been converted.
|
String |
SerializedLambda.getFunctionalInterfaceMethodSignature()
Get the signature of the primary method for the functional interface to which this lambda has been converted.
|
String |
SerializedLambda.getImplClass()
Get the name of the class containing the implementation method.
|
String |
SerializedLambda.getImplMethodName()
Get the name of the implementation method.
|
String |
SerializedLambda.getImplMethodSignature()
Get the signature of the implementation method.
|
String |
SerializedLambda.getInstantiatedMethodType()
Get the signature of the primary functional interface method after type variables are substituted with their instantiation from the capture site.
|
String |
MethodHandleInfo.getName()
Returns the name of the cracked method handle's underlying member.
|
static String |
MethodHandleInfo.referenceKindToString(int referenceKind)
Returns the descriptive name of the given reference kind, as defined in the
table above.
|
String |
MethodType.toMethodDescriptorString()
Produces a bytecode descriptor representation of the method type.
|
String |
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.
|
String |
SerializedLambda.toString()
|
String |
MethodType.toString()
Returns a string representation of the method type, of the form
"(PT0,PT1...)RT".
|
String |
MethodHandles.Lookup.toString()
Displays the name of the class from which lookups are to be made.
|
static String |
MethodHandleInfo.toString(int kind, Class
Returns a string representation for a
MethodHandleInfo, given the four parts of its symbolic reference.
|
| Modifier and Type | Method and Description |
|---|---|
static CallSite |
LambdaMetafactory.altMetafactory(MethodHandles
Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a provided
MethodHandle, after appropriate type adaptation and partial evaluation of arguments.
|
MethodHandle |
MethodHandles.Lookup.bind(Object
Produces an early-bound method handle for a non-static method.
|
MethodHandle |
MethodHandles.Lookup.findGetter(Class
Produces a method handle giving read access to a non-static field.
|
MethodHandle |
MethodHandles.Lookup.findSetter(Class
Produces a method handle giving write access to a non-static field.
|
MethodHandle |
MethodHandles.Lookup.findSpecial(Class
Produces an early-bound method handle for a virtual method.
|
MethodHandle |
MethodHandles.Lookup.findStatic(Class
Produces a method handle for a static method.
|
MethodHandle |
MethodHandles.Lookup.findStaticGetter(Class
Produces a method handle giving read access to a static field.
|
MethodHandle |
MethodHandles.Lookup.findStaticSetter(Class
Produces a method handle giving write access to a static field.
|
MethodHandle |
MethodHandles.Lookup.findVirtual(Class
Produces a method handle for a virtual method.
|
static MethodType |
MethodType.fromMethodDescriptorString(String
Finds or creates an instance of a method type, given the spelling of its bytecode descriptor.
|
static CallSite |
LambdaMetafactory.metafactory(MethodHandles
Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a provided
MethodHandle, after appropriate type adaptation and partial evaluation of arguments.
|
static String |
MethodHandleInfo.toString(int kind, Class
Returns a string representation for a
MethodHandleInfo, given the four parts of its symbolic reference.
|
| Constructor and Description | |
|---|---|
LambdaConversionException(String
Constructs a
LambdaConversionException with a message.
|
|
LambdaConversionException(String
Constructs a
LambdaConversionException with a message and cause.
|
|
LambdaConversionException(String
Constructs a
LambdaConversionException with a message, cause, and other settings.
|
|
SerializedLambda(Class
Create a
SerializedLambda from the low-level information present at the lambda factory site.
|
|
WrongMethodTypeException(String
Constructs a
WrongMethodTypeException with the specified detail message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ManagementFactory.CLASS_LOADING_MXBEAN_NAME
String representation of the
ObjectName for the
ClassLoadingMXBean.
|
static String |
ManagementFactory.COMPILATION_MXBEAN_NAME
String representation of the
ObjectName for the
CompilationMXBean.
|
static String |
ManagementFactory.GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE
The domain name and the type key property in the
ObjectName for a
GarbageCollectorMXBean.
|
static String |
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 String |
ManagementFactory.MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE
The domain name and the type key property in the
ObjectName for a
MemoryManagerMXBean.
|
static String |
ManagementFactory.MEMORY_MXBEAN_NAME
String representation of the
ObjectName for the
MemoryMXBean.
|
static String |
ManagementFactory.MEMORY_POOL_MXBEAN_DOMAIN_TYPE
The domain name and the type key property in the
ObjectName for a
MemoryPoolMXBean.
|
static String |
MemoryNotificationInfo.MEMORY_THRESHOLD_EXCEEDED
Notification type denoting that the memory usage of a memory pool has reached or exceeded its
usage threshold value.
|
static String |
ManagementFactory.OPERATING_SYSTEM_MXBEAN_NAME
String representation of the
ObjectName for the
OperatingSystemMXBean.
|
static String |
ManagementFactory.RUNTIME_MXBEAN_NAME
String representation of the
ObjectName for the
RuntimeMXBean.
|
static String |
ManagementFactory.THREAD_MXBEAN_NAME
String representation of the
ObjectName for the
ThreadMXBean.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OperatingSystemMXBean.getArch()
Returns the operating system architecture.
|
String |
RuntimeMXBean.getBootClassPath()
Returns the boot class path that is used by the bootstrap class loader to search for class files.
|
String |
LockInfo.getClassName()
Returns the fully qualified name of the class of the lock object.
|
String |
RuntimeMXBean.getClassPath()
Returns the Java class path that is used by the system class loader to search for class files.
|
String |
RuntimeMXBean.getLibraryPath()
Returns the Java library path.
|
String |
ThreadInfo.getLockName()
Returns the
string representation of an object for which the thread associated with this
ThreadInfo is blocked waiting.
|
String |
ThreadInfo.getLockOwnerName()
Returns the name of the thread which owns the object for which the thread associated with this
ThreadInfo is blocked waiting.
|
String |
PlatformLoggingMXBean.getLoggerLevel(String
Gets the name of the log
level associated with the specified logger.
|
String |
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.
|
String |
BufferPoolMXBean.getName()
Returns the name representing this buffer pool.
|
String |
CompilationMXBean.getName()
Returns the name of the Just-in-time (JIT) compiler.
|
String |
OperatingSystemMXBean.getName()
Returns the operating system name.
|
String |
MemoryPoolMXBean.getName()
Returns the name representing this memory pool.
|
String |
RuntimeMXBean.getName()
Returns the name representing the running Java virtual machine.
|
String |
MemoryManagerMXBean.getName()
Returns the name representing this memory manager.
|
String |
PlatformLoggingMXBean.getParentLoggerName(String
Returns the name of the
parent for the specified logger.
|
String |
MemoryNotificationInfo.getPoolName()
Returns the name of the memory pool that triggers this notification.
|
String |
RuntimeMXBean.getSpecName()
Returns the Java virtual machine specification name.
|
String |
RuntimeMXBean.getSpecVendor()
Returns the Java virtual machine specification vendor.
|
String |
RuntimeMXBean.getSpecVersion()
Returns the Java virtual machine specification version.
|
String |
ThreadInfo.getThreadName()
Returns the name of the thread associated with this
ThreadInfo.
|
String |
OperatingSystemMXBean.getVersion()
Returns the operating system version.
|
String |
RuntimeMXBean.getVmName()
Returns the Java virtual machine implementation name.
|
String |
RuntimeMXBean.getVmVendor()
Returns the Java virtual machine implementation vendor.
|
String |
RuntimeMXBean.getVmVersion()
Returns the Java virtual machine implementation version.
|
String |
ThreadInfo.toString()
Returns a string representation of this thread info.
|
String |
MemoryType.toString()
Returns the string representation of this
MemoryType.
|
String |
LockInfo.toString()
Returns a string representation of a lock.
|
String |
MemoryUsage.toString()
Returns a descriptive representation of this memory usage.
|
| Modifier and Type | Method and Description |
|---|---|
List |
RuntimeMXBean.getInputArguments()
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the
main method.
|
List |
PlatformLoggingMXBean.getLoggerNames()
Returns the list of the currently registered
logger names.
|
Map |
RuntimeMXBean.getSystemProperties()
Returns a map of names and values of all system properties.
|
Map |
RuntimeMXBean.getSystemProperties()
Returns a map of names and values of all system properties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PlatformLoggingMXBean.getLoggerLevel(String
Gets the name of the log
level associated with the specified logger.
|
String |
PlatformLoggingMXBean.getParentLoggerName(String
Returns the name of the
parent for the specified logger.
|
static <T> T |
ManagementFactory.newPlatformMXBeanProxy(MBeanServerConnection
Returns a proxy for a platform MXBean interface of a given
MXBean name that forwards its method calls through the given
MBeanServerConnection.
|
void |
PlatformLoggingMXBean.setLoggerLevel(String
Sets the specified logger to the specified new
level.
|
static MemoryType |
MemoryType.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
LockInfo(String
Constructs a
LockInfo object.
|
|
ManagementPermission(String
Constructs a ManagementPermission with the specified name.
|
|
ManagementPermission(String
Constructs a new ManagementPermission object.
|
|
MemoryNotificationInfo(String
Constructs a
MemoryNotificationInfo object.
|
|
MonitorInfo(String
Construct a
MonitorInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Parameter.getName()
Returns the name of the parameter.
|
String |
TypeVariable.getName()
Returns the name of this type variable, as it occurs in the source code.
|
String |
Constructor.getName()
Returns the name of this constructor, as a string.
|
String |
Member.getName()
Returns the simple name of the underlying member or constructor represented by this Member.
|
String |
Method.getName()
Returns the name of the method represented by this
Method object, as a
String.
|
abstract String |
Executable.getName()
Returns the name of the executable represented by this object.
|
String |
Field.getName()
Returns the name of the field represented by this
Field object.
|
default String |
Type.getTypeName()
Returns a string describing this type, including information about any type parameters.
|
String |
Constructor.toGenericString()
Returns a string describing this
Constructor, including type parameters.
|
String |
Method.toGenericString()
Returns a string describing this
Method, including type parameters.
|
abstract String |
Executable.toGenericString()
Returns a string describing this
Executable, including any type parameters.
|
String |
Field.toGenericString()
Returns a string describing this
Field, including its generic type.
|
String |
Parameter.toString()
Returns a string describing this parameter.
|
String |
Constructor.toString()
Returns a string describing this
Constructor.
|
String |
Method.toString()
Returns a string describing this
Method.
|
String |
Field.toString()
Returns a string describing this
Field.
|
static String |
Modifier.toString(int mod)
Return a string describing the access modifier flags in the specified modifier.
|
| Constructor and Description | |
|---|---|
GenericSignatureFormatError(String
Constructs a new
GenericSignatureFormatError with the specified message.
|
|
InvocationTargetException(Throwable
Constructs a InvocationTargetException with a target exception and a detail message.
|
|
MalformedParametersException(String
Create a
MalformedParametersException.
|
|
ReflectPermission(String
Constructs a ReflectPermission with the specified name.
|
|
ReflectPermission(String
Constructs a ReflectPermission with the specified name and actions.
|
|
UndeclaredThrowableException(Throwable
Constructs an
UndeclaredThrowableException with the specified
Throwable and a detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BigDecimal.toEngineeringString()
Returns a string representation of this
BigDecimal, using engineering notation if an exponent is needed.
|
String |
BigDecimal.toPlainString()
Returns a string representation of this
BigDecimal without an exponent field.
|
String |
BigDecimal.toString()
Returns the string representation of this
BigDecimal, using scientific notation if an exponent is needed.
|
String |
MathContext.toString()
Returns the string representation of this
MathContext.
|
String |
BigInteger.toString()
Returns the decimal String representation of this BigInteger.
|
String |
BigInteger.toString(int radix)
Returns the String representation of this BigInteger in the given radix.
|
| Modifier and Type | Method and Description |
|---|---|
static RoundingMode |
RoundingMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
BigDecimal(String
Translates the string representation of a
BigDecimal into a
BigDecimal.
|
|
BigDecimal(String
Translates the string representation of a
BigDecimal into a
BigDecimal, accepting the same strings as the
BigDecimal constructor, with rounding according to the context settings.
|
|
BigInteger(String
Translates the decimal String representation of a BigInteger into a BigInteger.
|
|
BigInteger(String
Translates the String representation of a BigInteger in the specified radix into a BigInteger.
|
|
MathContext(String
Constructs a new
MathContext from a string.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
HttpURLConnection.method
The HTTP method (GET,POST,PUT,etc.).
|
protected String |
HttpURLConnection.responseMessage
The HTTP response message.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
URLDecoder.decode(String
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
|
static String |
URLDecoder.decode(String
Decodes a
application/x-www-form-urlencoded string using a specific encoding scheme.
|
static String |
URLEncoder.encode(String
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the encode(String,String) method to specify the encoding.
|
static String |
URLEncoder.encode(String
Translates a string into
application/x-www-form-urlencoded format using a specific encoding scheme.
|
String |
SocketPermission.getActions()
Returns the canonical string representation of the actions.
|
String |
URLPermission.getActions()
Returns the normalized method list and request header list, in the form:
|
String |
URL.getAuthority()
Gets the authority part of this
URL.
|
String |
URI.getAuthority()
Returns the decoded authority component of this URI.
|
String |
InetAddress.getCanonicalHostName()
Gets the fully qualified domain name for this IP address.
|
abstract String |
SecureCacheResponse.getCipherSuite()
Returns the cipher suite in use on the original connection that retrieved the network resource.
|
String |
HttpCookie.getComment()
Returns the comment describing the purpose of this cookie, or
null if the cookie has no comment.
|
String |
HttpCookie.getCommentURL()
Returns the comment URL describing the purpose of this cookie, or
null if the cookie has no comment URL.
|
String |
URLConnection.getContentEncoding()
Returns the value of the
content-encoding header field.
|
String |
URLConnection.getContentType()
Returns the value of the
content-type header field.
|
String |
FileNameMap.getContentTypeFor(String
Gets the MIME type for the specified file name.
|
static String |
URLConnection.getDefaultRequestProperty(String
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
|
String |
NetworkInterface.getDisplayName()
Get the display name of this network interface.
|
String |
HttpCookie.getDomain()
Returns the domain name set for this cookie.
|
String |
JarURLConnection.getEntryName()
Return the entry name for this connection.
|
String |
URL.getFile()
Gets the file name of this
URL.
|
String |
URI.getFragment()
Returns the decoded fragment component of this URI.
|
String |
URLConnection.getHeaderField(int n)
Returns the value for the
n
th header field.
|
String |
HttpURLConnection.getHeaderField(int n)
Returns the value for the
n
th header field.
|
String |
URLConnection.getHeaderField(String
Returns the value of the named header field.
|
String |
URLConnection.getHeaderFieldKey(int n)
Returns the key for the
n
th header field.
|
String |
HttpURLConnection.getHeaderFieldKey(int n)
Returns the key for the
n
th header field.
|
String |
URL.getHost()
Gets the host name of this
URL, if applicable.
|
String |
URI.getHost()
Returns the host component of this URI.
|
String |
Inet4Address.getHostAddress()
Returns the IP address string in textual presentation form.
|
String |
Inet6Address.getHostAddress()
Returns the IP address string in textual presentation.
|
String |
InetAddress.getHostAddress()
Returns the IP address string in textual presentation.
|
String |
InetAddress.getHostName()
Gets the host name for this IP address.
|
String |
InetSocketAddress.getHostName()
Gets the
hostname.
|
String |
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).
|
String |
URISyntaxException.getInput()
Returns the input string.
|
String |
HttpRetryException.getLocation()
Returns the value of the Location header field if the error resulted from redirection.
|
String |
URISyntaxException.getMessage()
Returns a string describing the parse error.
|
String |
HttpCookie.getName()
Returns the name of the cookie.
|
String |
NetworkInterface.getName()
Get the name of this network interface.
|
String |
URL.getPath()
Gets the path part of this
URL.
|
String |
URI.getPath()
Returns the decoded path component of this URI.
|
String |
HttpCookie.getPath()
Returns the path on the server to which the browser returns this cookie.
|
String |
HttpCookie.getPortlist()
Returns the port list attribute of the cookie
|
String |
URL.getProtocol()
Gets the protocol name of this
URL.
|
String |
URL.getQuery()
Gets the query part of this
URL.
|
String |
URI.getQuery()
Returns the decoded query component of this URI.
|
String |
URI.getRawAuthority()
Returns the raw authority component of this URI.
|
String |
URI.getRawFragment()
Returns the raw fragment component of this URI.
|
String |
URI.getRawPath()
Returns the raw path component of this URI.
|
String |
URI.getRawQuery()
Returns the raw query component of this URI.
|
String |
URI.getRawSchemeSpecificPart()
Returns the raw scheme-specific part of this URI.
|
String |
URI.getRawUserInfo()
Returns the raw user-information component of this URI.
|
String |
URISyntaxException.getReason()
Returns a string explaining why the input string could not be parsed.
|
String |
HttpRetryException.getReason()
Returns a string explaining why the http request could not be retried.
|
String |
URL.getRef()
Gets the anchor (also known as the "reference") of this
URL.
|
protected String |
Authenticator.getRequestingHost()
Gets the
hostname of the site or proxy requesting authentication, or
null if not available.
|
protected String |
Authenticator.getRequestingPrompt()
Gets the prompt string given by the requestor.
|
protected String |
Authenticator.getRequestingProtocol()
Give the protocol that's requesting the connection.
|
protected String |
Authenticator.getRequestingScheme()
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).
|
String |
HttpURLConnection.getRequestMethod()
Get the request method.
|
String |
URLConnection.getRequestProperty(String
Returns the value of the named general request property for this connection.
|
String |
HttpURLConnection.getResponseMessage()
Gets the HTTP response message, if any, returned along with the response code from a server.
|
String |
URI.getScheme()
Returns the scheme component of this URI.
|
String |
URI.getSchemeSpecificPart()
Returns the decoded scheme-specific part of this URI.
|
String |
URL.getUserInfo()
Gets the userInfo part of this
URL.
|
String |
URI.getUserInfo()
Returns the decoded user-information component of this URI.
|
String |
PasswordAuthentication.getUserName()
Returns the user name.
|
String |
HttpCookie.getValue()
Returns the value of the cookie.
|
static String |
URLConnection.guessContentTypeFromName(String
Tries to determine the content type of an object, based on the specified "file" component of a URL.
|
static String |
URLConnection.guessContentTypeFromStream(InputStream
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
|
String |
SocketOption.name()
Returns the name of the socket option.
|
String |
ProtocolFamily.name()
Returns the name of the protocol family.
|
static String |
IDN.toASCII(String
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of
RFC 3490.
|
static String |
IDN.toASCII(String
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of
RFC 3490.
|
String |
URI.toASCIIString()
Returns the content of this URI as a US-ASCII string.
|
String |
URL.toExternalForm()
Constructs a string representation of this
URL.
|
protected String |
URLStreamHandler.toExternalForm(URL
Converts a
URL of a specific protocol to a
String.
|
String |
Socket.toString()
Converts this socket to a
String.
|
String |
URL.toString()
Constructs a string representation of this
URL.
|
String |
URI.toString()
Returns the content of this URI as a string.
|
String |
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.
|
String |
URLConnection.toString()
Returns a
String representation of this URL connection.
|
String |
Proxy.toString()
Constructs a string representation of this Proxy.
|
String |
NetworkInterface.toString()
|
String |
InetAddress.toString()
Converts this IP address to a
String.
|
String |
InterfaceAddress.toString()
Converts this Interface address to a
String.
|
String |
ServerSocket.toString()
Returns the implementation address and implementation port of this socket as a
String.
|
String |
InetSocketAddress.toString()
Constructs a string representation of this InetSocketAddress.
|
String |
SocketImpl.toString()
Returns the address and port of this socket as a
String.
|
static String |
IDN.toUnicode(String
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of
RFC 3490.
|
static String |
IDN.toUnicode(String
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of
RFC 3490.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
CookieManager.get(URI
|
Map |
CookieManager.get(URI
|
abstract Map |
CookieHandler.get(URI
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
|
abstract Map |
CookieHandler.get(URI
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
|
Map |
URLConnection.getHeaderFields()
Returns an unmodifiable Map of the header fields.
|
Map |
URLConnection.getHeaderFields()
Returns an unmodifiable Map of the header fields.
|
abstract Map |
CacheResponse.getHeaders()
Returns the response headers as a Map.
|
abstract Map |
CacheResponse.getHeaders()
Returns the response headers as a Map.
|
Map |
URLConnection.getRequestProperties()
Returns an unmodifiable Map of general request properties for this connection.
|
Map |
URLConnection.getRequestProperties()
Returns an unmodifiable Map of general request properties for this connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLConnection.addRequestProperty(String
Adds a general request property specified by a key-value pair.
|
protected abstract void |
SocketImpl.connect(String
Connects this socket to the specified port on the named host.
|
static URI |
URI.create(String
Creates a URI by parsing the given string.
|
ContentHandler |
ContentHandlerFactory.createContentHandler(String
Creates a new
ContentHandler to read an object from a
URLStreamHandler.
|
static InetSocketAddress |
InetSocketAddress.createUnresolved(String
Creates an unresolved socket address from a hostname and a port number.
|
URLStreamHandler |
URLStreamHandlerFactory.createURLStreamHandler(String
Creates a new
URLStreamHandler instance with the specified protocol.
|
static String |
URLDecoder.decode(String
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
|
static String |
URLDecoder.decode(String
Decodes a
application/x-www-form-urlencoded string using a specific encoding scheme.
|
protected Package |
URLClassLoader.definePackage(String
Defines a new package by name in this ClassLoader.
|
static boolean |
HttpCookie.domainMatches(String
The utility method to check whether a host name is in a domain or not.
|
static String |
URLEncoder.encode(String
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the encode(String,String) method to specify the encoding.
|
static String |
URLEncoder.encode(String
Translates a string into
application/x-www-form-urlencoded format using a specific encoding scheme.
|
protected Class |
URLClassLoader.findClass(String
Finds and loads the class with the specified name from the URL search path.
|
URL |
URLClassLoader.findResource(String
Finds the resource with the specified name on the URL search path.
|
Enumeration |
URLClassLoader.findResources(String
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
|
abstract CacheResponse |
ResponseCache.get(URI
Retrieve the cached response based on the requesting uri, request method and request headers.
|
static InetAddress |
InetAddress.getAllByName(String
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
|
static InetAddress |
InetAddress.getByAddress(String
Creates an InetAddress based on the provided host name and IP address.
|
static Inet6Address |
Inet6Address.getByAddress(String
Create an Inet6Address in the exact manner of
InetAddress except that the IPv6 scope_id is set to the given numeric value.
|
static Inet6Address |
Inet6Address.getByAddress(String
Create an Inet6Address in the exact manner of
InetAddress except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in
addr.
|
static NetworkInterface |
NetworkInterface.getByName(String
Searches for the network interface with the specified name.
|
static InetAddress |
InetAddress.getByName(String
Determines the IP address of a host, given the host's name.
|
String |
FileNameMap.getContentTypeFor(String
Gets the MIME type for the specified file name.
|
static String |
URLConnection.getDefaultRequestProperty(String
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
|
String |
URLConnection.getHeaderField(String
Returns the value of the named header field.
|
long |
URLConnection.getHeaderFieldDate(String
Returns the value of the named field parsed as date.
|
long |
HttpURLConnection.getHeaderFieldDate(String
|
int |
URLConnection.getHeaderFieldInt(String
Returns the value of the named field parsed as a number.
|
long |
URLConnection.getHeaderFieldLong(String
Returns the value of the named field parsed as a number.
|
String |
URLConnection.getRequestProperty(String
Returns the value of the named general request property for this connection.
|
InputStream |
URLClassLoader.getResourceAsStream(String
Returns an input stream for reading the specified resource.
|
static String |
URLConnection.guessContentTypeFromName(String
Tries to determine the content type of an object, based on the specified "file" component of a URL.
|
static List |
HttpCookie.parse(String
Constructs cookies from set-cookie or set-cookie2 header string.
|
protected void |
URLStreamHandler.parseURL(URL
Parses the string representation of a
URL into a
URL object.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(InetAddress
Ask the authenticator that has been registered with the system for a password.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String
Ask the authenticator that has been registered with the system for a password.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String
Ask the authenticator that has been registered with the system for a password.
|
URI |
URI.resolve(String
Constructs a new URI by parsing the given string and then resolving it against this URI.
|
void |
HttpCookie.setComment(String
Specifies a comment that describes a cookie's purpose.
|
void |
HttpCookie.setCommentURL(String
Specifies a comment URL that describes a cookie's purpose.
|
static void |
URLConnection.setDefaultRequestProperty(String
Deprecated.
The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.
|
void |
HttpCookie.setDomain(String
Specifies the domain within which this cookie should be presented.
|
void |
HttpCookie.setPath(String
Specifies a path for the cookie to which the client should return the cookie.
|
void |
HttpCookie.setPortlist(String
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
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
Sets the general request property.
|
protected void |
URLStreamHandler.setURL(URL
Deprecated.
Use setURL(URL, String, String, int, String, String, String, String);
|
protected void |
URLStreamHandler.setURL(URL
Sets the fields of the
URL argument to the indicated values.
|
void |
HttpCookie.setValue(String
Assigns a new value to a cookie after the cookie is created.
|
static String |
IDN.toASCII(String
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of
RFC 3490.
|
static String |
IDN.toASCII(String
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of
RFC 3490.
|
static String |
IDN.toUnicode(String
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of
RFC 3490.
|
static String |
IDN.toUnicode(String
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of
RFC 3490.
|
static Proxy |
Proxy.Type.valueOf(String
Returns the enum constant of this type with the specified name.
|
static StandardProtocolFamily |
StandardProtocolFamily.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Authenticator |
Authenticator.RequestorType.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
CookieManager.get(URI
|
Map |
CookieManager.get(URI
|
abstract Map |
CookieHandler.get(URI
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
|
abstract Map |
CookieHandler.get(URI
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
|
abstract CacheResponse |
ResponseCache.get(URI
Retrieve the cached response based on the requesting uri, request method and request headers.
|
abstract CacheResponse |
ResponseCache.get(URI
Retrieve the cached response based on the requesting uri, request method and request headers.
|
void |
CookieManager.put(URI
|
void |
CookieManager.put(URI
|
abstract void |
CookieHandler.put(URI
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 |
CookieHandler.put(URI
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.
|
| Constructor and Description | |
|---|---|
BindException(String
Constructs a new BindException with the specified detail message as to why the bind error occurred.
|
|
ConnectException(String
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
|
|
HttpCookie(String
Constructs a cookie with a specified name and value.
|
|
HttpRetryException(String
Constructs a new
HttpRetryException from the specified response code and exception detail message
|
|
HttpRetryException(String
Constructs a new
HttpRetryException with detail message responseCode and the contents of the Location response header field.
|
|
InetSocketAddress(String
Creates a socket address from a hostname and a port number.
|
|
MalformedURLException(String
Constructs a
MalformedURLException with the specified detail message.
|
|
NetPermission(String
Creates a new NetPermission with the specified name.
|
|
NetPermission(String
Creates a new NetPermission object with the specified name.
|
|
NoRouteToHostException(String
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
|
|
PasswordAuthentication(String
Creates a new
PasswordAuthentication object from the given user name and password.
|
|
PortUnreachableException(String
Constructs a new
PortUnreachableException with a detail message.
|
|
ProtocolException(String
Constructs a new
ProtocolException with the specified detail message.
|
|
Socket(String
Creates a stream socket and connects it to the specified port number on the named host.
|
|
Socket(String
Deprecated.
Use DatagramSocket instead for UDP transport.
|
|
Socket(String
Creates a socket and connects it to the specified remote host on the specified remote port.
|
|
SocketException(String
Constructs a new
SocketException with the specified detail message.
|
|
SocketPermission(String
Creates a new SocketPermission object with the specified actions.
|
|
SocketTimeoutException(String
Constructs a new SocketTimeoutException with a detail message.
|
|
UnknownHostException(String
Constructs a new
UnknownHostException with the specified detail message.
|
|
UnknownServiceException(String
Constructs a new
UnknownServiceException with the specified detail message.
|
|
URI(String
Constructs a URI by parsing the given string.
|
|
URI(String
Constructs a URI from the given components.
|
|
URI(String
Constructs a hierarchical URI from the given components.
|
|
URI(String
Constructs a hierarchical URI from the given components.
|
|
URI(String
Constructs a hierarchical URI from the given components.
|
|
URISyntaxException(String
Constructs an instance from the given input string and reason.
|
|
URISyntaxException(String
Constructs an instance from the given input string, reason, and error index.
|
|
URL(String
Creates a
URL object from the
String representation.
|
|
URL(String
Creates a
URL object from the specified
protocol,
host,
port number, and
file.
|
|
URL(String
Creates a
URL object from the specified
protocol,
host,
port number,
file, and
handler.
|
|
URL(String
Creates a URL from the specified
protocol name,
host name, and
file name.
|
|
URL(URL
Creates a URL by parsing the given spec within a specified context.
|
|
URL(URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
|
|
URLPermission(String
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
Creates a new URLPermission from a url string and which permits the given request methods and user-settable request headers.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ByteOrder.toString()
Constructs a string describing this object.
|
String |
ShortBuffer.toString()
Returns a string summarizing the state of this buffer.
|
String |
FloatBuffer.toString()
Returns a string summarizing the state of this buffer.
|
String |
ByteBuffer.toString()
Returns a string summarizing the state of this buffer.
|
String |
IntBuffer.toString()
Returns a string summarizing the state of this buffer.
|
String |
DoubleBuffer.toString()
Returns a string summarizing the state of this buffer.
|
String |
CharBuffer.toString()
Returns a string containing the characters in this buffer.
|
String |
LongBuffer.toString()
Returns a string summarizing the state of this buffer.
|
| Modifier and Type | Method and Description |
|---|---|
CharBuffer |
CharBuffer.put(String
Relative bulk
put method
(optional operation).
|
CharBuffer |
CharBuffer.put(String
Relative bulk
put method
(optional operation).
|
| Modifier and Type | Method and Description |
|---|---|
String |
FileLock.toString()
Returns a string describing the range, type, and validity of this lock.
|
String |
FileChannel.MapMode.toString()
Returns a string describing this file-mapping mode.
|
| Modifier and Type | Method and Description |
|---|---|
static Reader |
Channels.newReader(ReadableByteChannel
Constructs a reader that decodes bytes from the given channel according to the named charset.
|
static Writer |
Channels.newWriter(WritableByteChannel
Constructs a writer that encodes characters according to the named charset and writes the resulting bytes to the given channel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Charset.displayName()
Returns this charset's human-readable name for the default locale.
|
String |
Charset.displayName(Locale
Returns this charset's human-readable name for the given locale.
|
String |
UnsupportedCharsetException.getCharsetName()
Retrieves the name of the unsupported charset.
|
String |
IllegalCharsetNameException.getCharsetName()
Retrieves the illegal charset name.
|
String |
UnmappableCharacterException.getMessage()
Returns the message.
|
String |
MalformedInputException.getMessage()
Returns the message.
|
String |
Charset.name()
Returns this charset's canonical name.
|
String |
CharsetDecoder.replacement()
Returns this decoder's replacement value.
|
String |
CoderResult.toString()
Returns a string describing this coder result.
|
String |
Charset.toString()
Returns a string describing this charset.
|
String |
CodingErrorAction.toString()
Returns a string describing this action.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Charset.aliases()
Returns a set containing this charset's aliases.
|
static SortedMap |
Charset.availableCharsets()
Constructs a sorted map from canonical charset names to charset objects.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
Charset.encode(String
Convenience method that encodes a string into bytes in this charset.
|
static Charset |
Charset.forName(String
Returns a charset object for the named charset.
|
protected void |
CharsetDecoder.implReplaceWith(String
Reports a change to this decoder's replacement value.
|
static boolean |
Charset.isSupported(String
Tells whether the named charset is supported.
|
CharsetDecoder |
CharsetDecoder.replaceWith(String
Changes this decoder's replacement value.
|
| Constructor and Description | |
|---|---|
Charset(String
Initializes a new charset with the given canonical name and alias set.
|
|
Charset(String
Initializes a new charset with the given canonical name and alias set.
|
|
IllegalCharsetNameException(String
Constructs an instance of this class.
|
|
UnsupportedCharsetException(String
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Charset |
CharsetProvider.charsetForName(String
Retrieves a charset for the given charset name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FileSystemException.getFile()
Returns the file used to create this exception.
|
String |
InvalidPathException.getInput()
Returns the input string.
|
String |
FileSystemException.getMessage()
Returns the detail message string.
|
String |
InvalidPathException.getMessage()
Returns a string describing the error.
|
String |
FileSystemException.getOtherFile()
Returns the other file used to create this exception.
|
String |
FileSystemException.getReason()
Returns the string explaining why the file system operation failed.
|
String |
InvalidPathException.getReason()
Returns a string explaining why the input string was rejected.
|
abstract String |
FileSystem.getSeparator()
Returns the name separator, represented as a string.
|
String |
WatchEvent.Kind.name()
Returns the name of the event kind.
|
String |
WatchEvent.Modifier.name()
Returns the name of the modifier.
|
abstract String |
FileStore.name()
Returns the name of this file store.
|
static String |
Files.probeContentType(Path
Probes the content type of a file.
|
String |
Path.toString()
Returns the string representation of this path.
|
abstract String |
FileStore.type()
Returns the
type of this file store.
|
| Modifier and Type | Method and Description |
|---|---|
static Stream |
Files.lines(Path
Read all lines from a file as a
Stream.
|
static Stream |
Files.lines(Path
Read all lines from a file as a
Stream.
|
static List |
Files.readAllLines(Path
Read all lines from a file.
|
static List |
Files.readAllLines(Path
Read all lines from a file.
|
static Map |
Files.readAttributes(Path
Reads a set of file attributes as a bulk operation.
|
abstract Set |
FileSystem.supportedFileAttributeViews()
Returns the set of the
names of the file attribute views supported by this
FileSystem.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
Files.createTempDirectory(Path
Creates a new directory in the specified directory, using the given prefix to generate its name.
|
static Path |
Files.createTempDirectory(String
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name.
|
static Path |
Files.createTempFile(Path
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
|
static Path |
Files.createTempFile(String
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
|
boolean |
Path.endsWith(String
Tests if this path ends with a
Path, constructed by converting the given path string, in exactly the manner specified by the
endsWith(Path) method.
|
static Path |
Paths.get(String
Converts a path string, or a sequence of strings that when joined form a path string, to a
Path.
|
static Path |
Paths.get(String
Converts a path string, or a sequence of strings that when joined form a path string, to a
Path.
|
static Object |
Files.getAttribute(Path
Reads the value of a file attribute.
|
abstract Object |
FileStore.getAttribute(String
Reads the value of a file store attribute.
|
abstract Path |
FileSystem.getPath(String
Converts a path string, or a sequence of strings that when joined form a path string, to a
Path.
|
abstract Path |
FileSystem.getPath(String
Converts a path string, or a sequence of strings that when joined form a path string, to a
Path.
|
abstract PathMatcher |
FileSystem.getPathMatcher(String
Returns a
PathMatcher that performs match operations on the
String representation of
Path objects by interpreting a given pattern.
|
static DirectoryStream |
Files.newDirectoryStream(Path
Opens a directory, returning a
DirectoryStream to iterate over the entries in the directory.
|
static Map |
Files.readAttributes(Path
Reads a set of file attributes as a bulk operation.
|
Path |
Path.resolve(String
Converts a given path string to a
Path and resolves it against this
Path in exactly the manner specified by the
resolve method.
|
Path |
Path.resolveSibling(String
Converts a given path string to a
Path and resolves it against this path's
parent path in exactly the manner specified by the
resolveSibling method.
|
static Path |
Files.setAttribute(Path
Sets the value of a file attribute.
|
boolean |
Path.startsWith(String
Tests if this path starts with a
Path, constructed by converting the given path string, in exactly the manner specified by the
startsWith(Path) method.
|
abstract boolean |
FileStore.supportsFileAttributeView(String
Tells whether or not this file store supports the file attributes identified by the given file attribute view.
|
static LinkOption |
LinkOption.valueOf(String
Returns the enum constant of this type with the specified name.
|
static FileVisitResult |
FileVisitResult.valueOf(String
Returns the enum constant of this type with the specified name.
|
static FileVisitOption |
FileVisitOption.valueOf(String
Returns the enum constant of this type with the specified name.
|
static StandardOpenOption |
StandardOpenOption.valueOf(String
Returns the enum constant of this type with the specified name.
|
static StandardCopyOption |
StandardCopyOption.valueOf(String
Returns the enum constant of this type with the specified name.
|
static AccessMode |
AccessMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static FileSystem |
FileSystems.newFileSystem(URI
Constructs a new file system that is identified by a
URI
|
static FileSystem |
FileSystems.newFileSystem(URI
Constructs a new file system that is identified by a
URI
|
| Constructor and Description | |
|---|---|
AccessDeniedException(String
Constructs an instance of this class.
|
|
AccessDeniedException(String
Constructs an instance of this class.
|
|
AtomicMoveNotSupportedException(String
Constructs an instance of this class.
|
|
DirectoryNotEmptyException(String
Constructs an instance of this class.
|
|
FileAlreadyExistsException(String
Constructs an instance of this class.
|
|
FileAlreadyExistsException(String
Constructs an instance of this class.
|
|
FileSystemAlreadyExistsException(String
Constructs an instance of this class.
|
|
FileSystemException(String
Constructs an instance of this class.
|
|
FileSystemException(String
Constructs an instance of this class.
|
|
FileSystemLoopException(String
Constructs an instance of this class.
|
|
FileSystemNotFoundException(String
Constructs an instance of this class.
|
|
InvalidPathException(String
Constructs an instance from the given input string and reason.
|
|
InvalidPathException(String
Constructs an instance from the given input string, reason, and error index.
|
|
LinkPermission(String
Constructs a
LinkPermission with the specified name.
|
|
LinkPermission(String
Constructs a
LinkPermission with the specified name.
|
|
NoSuchFileException(String
Constructs an instance of this class.
|
|
NoSuchFileException(String
Constructs an instance of this class.
|
|
NotDirectoryException(String
Constructs an instance of this class.
|
|
NotLinkException(String
Constructs an instance of this class.
|
|
NotLinkException(String
Constructs an instance of this class.
|
|
ProviderMismatchException(String
Constructs an instance of this class.
|
|
ProviderNotFoundException(String
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UserPrincipalNotFoundException.getName()
Returns the user principal name if this exception was created with the user principal name that was not found, otherwise
null.
|
String |
FileOwnerAttributeView.name()
Returns the name of the attribute view.
|
String |
AclFileAttributeView.name()
Returns the name of the attribute view.
|
String |
UserDefinedFileAttributeView.name()
Returns the name of this attribute view.
|
String |
DosFileAttributeView.name()
Returns the name of the attribute view.
|
String |
FileAttribute.name()
Returns the attribute name.
|
String |
AttributeView.name()
Returns the name of the attribute view.
|
String |
PosixFileAttributeView.name()
Returns the name of the attribute view.
|
String |
BasicFileAttributeView.name()
Returns the name of the attribute view.
|
String |
AclEntry.toString()
Returns the string representation of this ACL entry.
|
String |
FileTime.toString()
Returns the string representation of this
FileTime.
|
static String |
PosixFilePermissions.toString(Set
Returns the
String representation of a set of permissions.
|
| Modifier and Type | Method and Description |
|---|---|
List |
UserDefinedFileAttributeView.list()
Returns a list containing the names of the user-defined attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDefinedFileAttributeView.delete(String
Deletes a user-defined attribute.
|
static Set |
PosixFilePermissions.fromString(String
Returns the set of permissions corresponding to a given
String representation.
|
abstract GroupPrincipal |
UserPrincipalLookupService.lookupPrincipalByGroupName(String
Lookup a group principal by group name.
|
abstract UserPrincipal |
UserPrincipalLookupService.lookupPrincipalByName(String
Lookup a user principal by name.
|
int |
UserDefinedFileAttributeView.read(String
Read the value of a user-defined attribute into a buffer.
|
int |
UserDefinedFileAttributeView.size(String
Returns the size of the value of a user-defined attribute.
|
static PosixFilePermission |
PosixFilePermission.valueOf(String
Returns the enum constant of this type with the specified name.
|
static AclEntryPermission |
AclEntryPermission.valueOf(String
Returns the enum constant of this type with the specified name.
|
static AclEntryType |
AclEntryType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static AclEntryFlag |
AclEntryFlag.valueOf(String
Returns the enum constant of this type with the specified name.
|
int |
UserDefinedFileAttributeView.write(String
Writes the value of a user-defined attribute from a buffer.
|
| Constructor and Description | |
|---|---|
UserPrincipalNotFoundException(String
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
FileSystemProvider.getScheme()
Returns the URI scheme that identifies this provider.
|
abstract String |
FileTypeDetector.probeContentType(Path
Probes the given file to guess its content type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map |
FileSystemProvider.readAttributes(Path
Reads a set of file attributes as a bulk operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map |
FileSystemProvider.readAttributes(Path
Reads a set of file attributes as a bulk operation.
|
abstract void |
FileSystemProvider.setAttribute(Path
Sets the value of a file attribute.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystemProvider.newFileSystem(Path
Constructs a new
FileSystem to access the contents of a file as a file system.
|
abstract FileSystem |
FileSystemProvider.newFileSystem(URI
Constructs a new
FileSystem object identified by a URI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RemoteException.getMessage()
Returns the detail message, including the message from the cause, if any, of this exception.
|
static String |
Naming.list(String
Returns an array of the names bound in the registry.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Naming.bind(String
Binds the specified
name to a remote object.
|
static String |
Naming.list(String
Returns an array of the names bound in the registry.
|
static Remote |
Naming.lookup(String
Returns a reference, a stub, for the remote object associated with the specified
name.
|
static void |
Naming.rebind(String
Rebinds the specified name to a new remote object.
|
static void |
Naming.unbind(String
Destroys the binding for the specified name that is associated with a remote object.
|
| Constructor and Description | |
|---|---|
AccessException(String
Constructs an
AccessException with the specified detail message.
|
|
AccessException(String
Constructs an
AccessException with the specified detail message and nested exception.
|
|
AlreadyBoundException(String
Constructs an
AlreadyBoundException with the specified detail message.
|
|
ConnectException(String
Constructs a
ConnectException with the specified detail message.
|
|
ConnectException(String
Constructs a
ConnectException with the specified detail message and nested exception.
|
|
ConnectIOException(String
Constructs a
ConnectIOException with the specified detail message.
|
|
ConnectIOException(String
Constructs a
ConnectIOException with the specified detail message and nested exception.
|
|
MarshalException(String
Constructs a
MarshalException with the specified detail message.
|
|
MarshalException(String
Constructs a
MarshalException with the specified detail message and nested exception.
|
|
NoSuchObjectException(String
Constructs a
NoSuchObjectException with the specified detail message.
|
|
NotBoundException(String
Constructs a
NotBoundException with the specified detail message.
|
|
RemoteException(String
Constructs a
RemoteException with the specified detail message.
|
|
RemoteException(String
Constructs a
RemoteException with the specified detail message and cause.
|
|
RMISecurityException(String
Deprecated.
no replacement
|
|
RMISecurityException(String
Deprecated.
no replacement
|
|
ServerError(String
Constructs a
ServerError with the specified detail message and nested error.
|
|
ServerException(String
Constructs a
ServerException with the specified detail message.
|
|
ServerException(String
Constructs a
ServerException with the specified detail message and nested exception.
|
|
ServerRuntimeException(String
Deprecated.
no replacement
|
|
StubNotFoundException(String
Constructs a
StubNotFoundException with the specified detail message.
|
|
StubNotFoundException(String
Constructs a
StubNotFoundException with the specified detail message and nested exception.
|
|
UnexpectedException(String
Constructs an
UnexpectedException with the specified detail message.
|
|
UnexpectedException(String
Constructs a
UnexpectedException with the specified detail message and nested exception.
|
|
UnknownHostException(String
Constructs an
UnknownHostException with the specified detail message.
|
|
UnknownHostException(String
Constructs an
UnknownHostException with the specified detail message and nested exception.
|
|
UnmarshalException(String
Constructs an
UnmarshalException with the specified detail message.
|
|
UnmarshalException(String
Constructs an
UnmarshalException with the specified detail message and nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ActivationDesc.getClassName()
Returns the class name for the object specified by this descriptor.
|
String |
ActivationGroupDesc.getClassName()
Returns the group's class name (possibly
null).
|
String |
ActivationGroupDesc.CommandEnvironment.getCommandOptions()
Fetch the configured java command options.
|
String |
ActivationGroupDesc.CommandEnvironment.getCommandPath()
Fetch the configured path-qualified java command name.
|
String |
ActivationDesc.getLocation()
Returns the code location for the object specified by this descriptor.
|
String |
ActivationGroupDesc.getLocation()
Returns the group's code location.
|
String |
ActivationException.getMessage()
Returns the detail message, including the message from the cause, if any, of this exception.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivationID |
Activatable.exportObject(Remote
Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port.
|
static ActivationID |
Activatable.exportObject(Remote
Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port, and the specified client and server socket factories.
|
| Constructor and Description | |
|---|---|
Activatable(String
Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port.
|
|
Activatable(String
Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port, and specified client and server socket factories.
|
|
ActivateFailedException(String
Constructs an
ActivateFailedException with the specified detail message.
|
|
ActivateFailedException(String
Constructs an
ActivateFailedException with the specified detail message and nested exception.
|
|
ActivationDesc(ActivationGroupID
Constructs an object descriptor for an object whose class name is
className that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationDesc(ActivationGroupID
Constructs an object descriptor for an object whose class name is
className that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationDesc(String
Constructs an object descriptor for an object whose class name is
className, that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationDesc(String
Constructs an object descriptor for an object whose class name is
className, that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationException(String
Constructs an
ActivationException with the specified detail message.
|
|
ActivationException(String
Constructs an
ActivationException with the specified detail message and cause.
|
|
ActivationGroupDesc(String
Specifies an alternate group implementation and execution environment to be used for the group.
|
|
CommandEnvironment(String
Create a CommandEnvironment with all the necessary information.
|
|
CommandEnvironment(String
Create a CommandEnvironment with all the necessary information.
|
|
UnknownGroupException(String
Constructs an
UnknownGroupException with the specified detail message.
|
|
UnknownObjectException(String
Constructs an
UnknownObjectException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
VMID.toString()
Return string representation of this VMID.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Registry.list()
Returns an array of the names bound in this registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.bind(String
Binds a remote reference to the specified
name in this registry.
|
static Registry |
LocateRegistry.getRegistry(String
Returns a reference to the remote object
Registry on the specified
host on the default registry port of 1099.
|
static Registry |
LocateRegistry.getRegistry(String
Returns a reference to the remote object
Registry on the specified
host and
port.
|
static Registry |
LocateRegistry.getRegistry(String
Returns a locally created remote reference to the remote object
Registry on the specified
host and
port.
|
Remote |
Registry.lookup(String
Returns the remote reference bound to the specified
name in this registry.
|
void |
Registry.rebind(String
Replaces the binding for the specified
name in this registry with the supplied remote reference.
|
Registry |
RegistryHandler.registryStub(String
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses the
RegistryHandler to obtain the registry's stub.
|
void |
Registry.unbind(String
Removes the binding for the specified
name in this registry.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LoaderHandler.packagePrefix
Deprecated.
package of system
LoaderHandler implementation.
|
static String |
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
RMIClassLoaderSpi.getClassAnnotation(Class
Provides the implementation for
RMIClassLoader.
|
static String |
RMIClassLoader.getClassAnnotation(Class
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.
|
String |
ServerRef.getClientHost()
Deprecated.
Returns the hostname of the current client.
|
static String |
RemoteServer.getClientHost()
Returns a string representation of the client host for the remote method invocation being processed in the current thread.
|
String |
ServerCloneException.getMessage()
Returns the detail message, including the message from the cause, if any, of this exception.
|
String |
Operation.getOperation()
Deprecated.
no replacement
|
String |
RemoteRef.getRefClass(ObjectOutput
Returns the class name of the ref type to be serialized onto the stream 'out'.
|
String |
RemoteRef.remoteToString()
Returns a String that represents the reference of this remote object.
|
String |
LogStream.toString()
Deprecated.
no replacement
|
String |
RemoteObject.toString()
Returns a String that represents the value of this remote object.
|
String |
ObjID.toString()
Returns a string representation of this object identifier.
|
String |
Operation.toString()
Deprecated.
no replacement
|
String |
UID.toString()
Returns a string representation of this
UID.
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
RMIClientSocketFactory.createSocket(String
Create a client socket connected to the specified host and port.
|
abstract Socket |
RMISocketFactory.createSocket(String
Creates a client socket connected to the specified host and port.
|
abstract ClassLoader |
RMIClassLoaderSpi.getClassLoader(String
Provides the implementation for
RMIClassLoader.
|
static ClassLoader |
RMIClassLoader.getClassLoader(String
Returns a class loader that loads classes from the given codebase URL path.
|
Class |
LoaderHandler.loadClass(String
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(String
Deprecated.
replaced by
loadClass(String,String) method
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path.
|
abstract Class |
RMIClassLoaderSpi.loadClass(String
Provides the implementation for
RMIClassLoader,
RMIClassLoader, and
RMIClassLoader.
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path, optionally using the supplied loader.
|
Class |
LoaderHandler.loadClass(URL
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(URL
Loads a class from a codebase URL.
|
abstract Class |
RMIClassLoaderSpi.loadProxyClass(String
Provides the implementation for
RMIClassLoader.
|
abstract Class |
RMIClassLoaderSpi.loadProxyClass(String
Provides the implementation for
RMIClassLoader.
|
static Class |
RMIClassLoader.loadProxyClass(String
Loads a dynamic proxy class (see
Proxy) that implements a set of interfaces with the given names from a codebase URL path.
|
static Class |
RMIClassLoader.loadProxyClass(String
Loads a dynamic proxy class (see
Proxy) that implements a set of interfaces with the given names from a codebase URL path.
|
static LogStream |
LogStream.log(String
Deprecated.
no replacement
|
static int |
LogStream.parseLevel(String
Deprecated.
no replacement
|
| Constructor and Description | |
|---|---|
ExportException(String
Constructs an
ExportException with the specified detail message.
|
|
ExportException(String
Constructs an
ExportException with the specified detail message and nested exception.
|
|
Operation(String
Deprecated.
no replacement
|
|
ServerCloneException(String
Constructs a
ServerCloneException with the specified detail message.
|
|
ServerCloneException(String
Constructs a
ServerCloneException with the specified detail message and cause.
|
|
ServerNotActiveException(String
Constructs an
ServerNotActiveException with the specified detail message.
|
|
SkeletonMismatchException(String
Deprecated.
no replacement
|
|
SkeletonNotFoundException(String
Deprecated.
Constructs a
SkeletonNotFoundException with the specified detail message.
|
|
SkeletonNotFoundException(String
Deprecated.
Constructs a
SkeletonNotFoundException with the specified detail message and nested exception.
|
|
SocketSecurityException(String
Deprecated.
Constructs an
SocketSecurityException with the specified detail message.
|
|
SocketSecurityException(String
Deprecated.
Constructs an
SocketSecurityException with the specified detail message and nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
KeyStoreSpi.engineGetCertificateAlias(Certificate
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
|
protected abstract String |
AlgorithmParametersSpi.engineToString()
Returns a formatted string describing the parameters.
|
String |
UnresolvedPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.
|
abstract String |
Permission.getActions()
Returns the actions as a String.
|
String |
AllPermission.getActions()
Returns the canonical string representation of the actions.
|
String |
BasicPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
|
String |
KeyPairGenerator.getAlgorithm()
Returns the standard name of the algorithm for this key pair generator.
|
String |
SignedObject.getAlgorithm()
Retrieves the name of the signature algorithm.
|
String |
AlgorithmParameters.getAlgorithm()
Returns the name of the algorithm associated with this parameter object.
|
String |
KeyFactory.getAlgorithm()
Gets the name of the algorithm associated with this
KeyFactory.
|
String |
Provider.Service.getAlgorithm()
Return the name of the algorithm of this service.
|
String |
Key.getAlgorithm()
Returns the standard algorithm name for this key.
|
String |
Signature.getAlgorithm()
Returns the name of the algorithm for this signature object.
|
String |
SecureRandom.getAlgorithm()
Returns the name of the algorithm implemented by this SecureRandom object.
|
String |
MessageDigest.getAlgorithm()
Returns a string that identifies the algorithm, independent of implementation details.
|
String |
AlgorithmParameterGenerator.getAlgorithm()
Returns the standard name of the algorithm this parameter generator is associated with.
|
static String |
Security.getAlgorithmProperty(String
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. Use the new provider-based and algorithm-independent
AlgorithmParameters and KeyFactory engine classes (introduced in the J2SE version 1.2 platform) instead.
|
String |
Provider.Service.getAttribute(String
Return the value of the specified attribute or null if this attribute is not set for this Service.
|
String |
KeyStore.getCertificateAlias(Certificate
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
|
String |
Provider.Service.getClassName()
Return the name of the class implementing this service.
|
static String |
KeyStore.getDefaultType()
Returns the default keystore type as specified by the
keystore.type security property, or the string "jks" (acronym for "Java keystore") if no such property exists.
|
String |
Key.getFormat()
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
|
String |
Certificate.getFormat()
Deprecated.
Returns the name of the coding format.
|
String |
Provider.getInfo()
Returns a human-readable description of the provider and its services.
|
String |
Identity.getInfo()
Deprecated.
Returns general information previously specified for this identity.
|
String |
Provider.getName()
Returns the name of this provider.
|
String |
Identity.getName()
Deprecated.
Returns this identity's name.
|
String |
Permission.getName()
Returns the name of this Permission.
|
String |
PKCS12Attribute.getName()
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.
|
String |
KeyStore.Entry.Attribute.getName()
Returns the attribute's name.
|
String |
Principal.getName()
Returns the name of this principal.
|
static String |
Security.getProperty(String
Gets a security property value.
|
String |
Provider.getProperty(String
|
String |
KeyStore.PasswordProtection.getProtectionAlgorithm()
Gets the name of the protection algorithm.
|
String |
Policy.getType()
Return the type of this Policy.
|
String |
Provider.Service.getType()
Get the type of this service.
|
String |
KeyStore.getType()
Returns the type of this keystore.
|
String |
UnresolvedPermission.getUnresolvedActions()
Get the actions for the underlying permission that has not been resolved.
|
String |
UnresolvedPermission.getUnresolvedName()
Get the target name of the underlying permission that has not been resolved.
|
String |
UnresolvedPermission.getUnresolvedType()
Get the type (class name) of the underlying permission that has not been resolved.
|
String |
PKCS12Attribute.getValue()
Returns the attribute's ASN.1 DER-encoded value as a string.
|
String |
KeyStore.Entry.Attribute.getValue()
Returns the attribute's value.
|
String |
PermissionCollection.toString()
Returns a string describing this PermissionCollection object, providing information about all the permissions it contains.
|
String |
Timestamp.toString()
Returns a string describing this timestamp.
|
String |
AlgorithmParameters.toString()
Returns a formatted string describing the parameters.
|
String |
Provider.toString()
Returns a string with the name and the version number of this provider.
|
String |
Provider.Service.toString()
Return a String representation of this service.
|
String |
IdentityScope.toString()
Deprecated.
Returns a string representation of this identity scope, including its name, its scope name, and the number of identities in this identity scope.
|
String |
CodeSource.toString()
Returns a string describing this CodeSource, telling its URL and certificates.
|
String |
Identity.toString()
Deprecated.
Returns a short string describing this identity, telling its name and its scope (if any).
|
String |
UnresolvedPermission.toString()
Returns a string describing this UnresolvedPermission.
|
String |
Permission.toString()
Returns a string describing this Permission.
|
String |
PKCS12Attribute.toString()
Returns a string representation of this
PKCS12Attribute.
|
String |
Signature.toString()
Returns a string representation of this signature object, providing information that includes the state of the object and the name of the algorithm used.
|
String |
CodeSigner.toString()
Returns a string describing this code signer.
|
String |
Signer.toString()
Deprecated.
Returns a string of information about the signer.
|
String |
PrivilegedActionException.toString()
|
String |
ProtectionDomain.toString()
Convert a ProtectionDomain to a String.
|
String |
DigestOutputStream.toString()
Prints a string representation of this digest output stream and its associated message digest object.
|
String |
KeyStore.PrivateKeyEntry.toString()
Returns a string representation of this PrivateKeyEntry.
|
String |
KeyStore.SecretKeyEntry.toString()
Returns a string representation of this SecretKeyEntry.
|
String |
KeyStore.TrustedCertificateEntry.toString()
Returns a string representation of this TrustedCertificateEntry.
|
String |
MessageDigest.toString()
Returns a string representation of this message digest object.
|
String |
DigestInputStream.toString()
Prints a string representation of this digest input stream and its associated message digest object.
|
String |
Principal.toString()
Returns a string representation of this principal.
|
String |
Identity.toString(boolean detailed)
Deprecated.
Returns a string representation of this identity, with optionally more details than that provided by the
toString method without any arguments.
|
String |
Certificate.toString(boolean detailed)
Deprecated.
Returns a string that represents the contents of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
KeyStore.aliases()
Lists all the alias names of this keystore.
|
abstract Enumeration |
KeyStoreSpi.engineAliases()
Lists all the alias names of this keystore.
|
static Set |
Security.getAlgorithms(String
Returns a Set of Strings containing the names of all available algorithms or types for the specified Java cryptographic service (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
|
Map |
DomainLoadStoreParameter.getProtectionParams()
Gets the keystore protection parameters for keystores in this domain.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KeyStore.containsAlias(String
Checks if the given alias exists in this keystore.
|
protected Class |
SecureClassLoader.defineClass(String
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
|
protected Class |
SecureClassLoader.defineClass(String
Converts a
ByteBuffer into an instance of class
Class, with an optional CodeSource.
|
void |
KeyStore.deleteEntry(String
Deletes the entry identified by the given alias from this keystore.
|
abstract boolean |
KeyStoreSpi.engineContainsAlias(String
Checks if the given alias exists in this keystore.
|
abstract void |
KeyStoreSpi.engineDeleteEntry(String
Deletes the entry identified by the given alias from this keystore.
|
boolean |
KeyStoreSpi.engineEntryInstanceOf(String
Determines if the keystore
Entry for the specified
alias is an instance or subclass of the specified
entryClass.
|
abstract Certificate |
KeyStoreSpi.engineGetCertificate(String
Returns the certificate associated with the given alias.
|
abstract Certificate |
KeyStoreSpi.engineGetCertificateChain(String
Returns the certificate chain associated with the given alias.
|
abstract Date |
KeyStoreSpi.engineGetCreationDate(String
Returns the creation date of the entry identified by the given alias.
|
protected abstract byte[] |
AlgorithmParametersSpi.engineGetEncoded(String
Returns the parameters encoded in the specified format.
|
KeyStore |
KeyStoreSpi.engineGetEntry(String
Gets a
KeyStore.Entry for the specified alias with the specified protection parameter.
|
abstract Key |
KeyStoreSpi.engineGetKey(String
Returns the key associated with the given alias, using the given password to recover it.
|
protected abstract Object |
SignatureSpi.engineGetParameter(String
Deprecated.
|
protected abstract void |
AlgorithmParametersSpi.engineInit(byte[] params, String
Imports the parameters from
params and decodes them according to the specified decoding format.
|
abstract boolean |
KeyStoreSpi.engineIsCertificateEntry(String
Returns true if the entry identified by the given alias was created by a call to
setCertificateEntry, or created by a call to
setEntry with a
TrustedCertificateEntry.
|
abstract boolean |
KeyStoreSpi.engineIsKeyEntry(String
Returns true if the entry identified by the given alias was created by a call to
setKeyEntry, or created by a call to
setEntry with a
PrivateKeyEntry or a
SecretKeyEntry.
|
abstract void |
KeyStoreSpi.engineSetCertificateEntry(String
Assigns the given certificate to the given alias.
|
void |
KeyStoreSpi.engineSetEntry(String
Saves a
KeyStore.Entry under the specified alias.
|
abstract void |
KeyStoreSpi.engineSetKeyEntry(String
Assigns the given key (that has already been protected) to the given alias.
|
abstract void |
KeyStoreSpi.engineSetKeyEntry(String
Assigns the given key to the given alias, protecting it with the given password.
|
protected abstract void |
SignatureSpi.engineSetParameter(String
Deprecated.
Replaced by
engineSetParameter.
|
boolean |
KeyStore.entryInstanceOf(String
Determines if the keystore
Entry for the specified
alias is an instance or subclass of the specified
entryClass.
|
static String |
Security.getAlgorithmProperty(String
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. Use the new provider-based and algorithm-independent
AlgorithmParameters and KeyFactory engine classes (introduced in the J2SE version 1.2 platform) instead.
|
static Set |
Security.getAlgorithms(String
Returns a Set of Strings containing the names of all available algorithms or types for the specified Java cryptographic service (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
|
String |
Provider.Service.getAttribute(String
Return the value of the specified attribute or null if this attribute is not set for this Service.
|
Certificate |
KeyStore.getCertificate(String
Returns the certificate associated with the given alias.
|
Certificate |
KeyStore.getCertificateChain(String
Returns the certificate chain associated with the given alias.
|
Date |
KeyStore.getCreationDate(String
Returns the creation date of the entry identified by the given alias.
|
byte[] |
AlgorithmParameters.getEncoded(String
Returns the parameters encoded in the specified scheme.
|
KeyStore |
KeyStore.getEntry(String
Gets a keystore
Entry for the specified alias with the specified protection parameter.
|
abstract Identity |
IdentityScope.getIdentity(String
Deprecated.
Returns the identity in this scope with the specified name (if any).
|
static KeyPairGenerator |
KeyPairGenerator.getInstance(String
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
|
static AlgorithmParameters |
AlgorithmParameters.getInstance(String
Returns a parameter object for the specified algorithm.
|
static KeyFactory |
KeyFactory.getInstance(String
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
|
static Signature |
Signature.getInstance(String
Returns a Signature object that implements the specified signature algorithm.
|
static SecureRandom |
SecureRandom.getInstance(String
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
|
static KeyStore |
KeyStore.getInstance(String
Returns a keystore object of the specified type.
|
static MessageDigest |
MessageDigest.getInstance(String
Returns a MessageDigest object that implements the specified digest algorithm.
|
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
|
static Policy |
Policy.getInstance(String
Returns a Policy object of the specified type.
|
static Policy |
Policy.getInstance(String
Returns a Policy object of the specified type.
|
static Policy |
Policy.getInstance(String
Returns a Policy object of the specified type.
|
static KeyPairGenerator |
KeyPairGenerator.getInstance(String
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
|
static AlgorithmParameters |
AlgorithmParameters.getInstance(String
Returns a parameter object for the specified algorithm.
|
static KeyFactory |
KeyFactory.getInstance(String
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
|
static Signature |
Signature.getInstance(String
Returns a Signature object that implements the specified signature algorithm.
|
static SecureRandom |
SecureRandom.getInstance(String
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
|
static KeyStore |
KeyStore.getInstance(String
Returns a keystore object of the specified type.
|
static MessageDigest |
MessageDigest.getInstance(String
Returns a MessageDigest object that implements the specified digest algorithm.
|
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
|
static KeyPairGenerator |
KeyPairGenerator.getInstance(String
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
|
static AlgorithmParameters |
AlgorithmParameters.getInstance(String
Returns a parameter object for the specified algorithm.
|
static KeyFactory |
KeyFactory.getInstance(String
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
|
static Signature |
Signature.getInstance(String
Returns a Signature object that implements the specified signature algorithm.
|
static SecureRandom |
SecureRandom.getInstance(String
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
|
static KeyStore |
KeyStore.getInstance(String
Returns a keystore object of the specified type.
|
static MessageDigest |
MessageDigest.getInstance(String
Returns a MessageDigest object that implements the specified digest algorithm.
|
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
|
Key |
KeyStore.getKey(String
Returns the key associated with the given alias, using the given password to recover it.
|
Object |
Signature.getParameter(String
Deprecated.
|
static String |
Security.getProperty(String
Gets a security property value.
|
String |
Provider.getProperty(String
|
abstract KeyStore |
KeyStore.Builder.getProtectionParameter(String
Returns the ProtectionParameters that should be used to obtain the
Entry with the given alias.
|
static Provider |
Security.getProvider(String
Returns the provider installed with the specified name, if any.
|
static Provider |
Security.getProviders(String
Returns an array containing all installed providers that satisfy the specified selection criterion, or null if no such providers have been installed.
|
Provider |
Provider.getService(String
Get the service describing this Provider's implementation of the specified type of this algorithm or alias.
|
void |
AlgorithmParameters.init(byte[] params, String
Imports the parameters from
params and decodes them according to the specified decoding scheme.
|
boolean |
KeyStore.isCertificateEntry(String
Returns true if the entry identified by the given alias was created by a call to
setCertificateEntry, or created by a call to
setEntry with a
TrustedCertificateEntry.
|
boolean |
KeyStore.isKeyEntry(String
Returns true if the entry identified by the given alias was created by a call to
setKeyEntry, or created by a call to
setEntry with a
PrivateKeyEntry or a
SecretKeyEntry.
|
static KeyStore |
KeyStore.Builder.newInstance(String
Returns a new Builder object.
|
static KeyStore |
KeyStore.Builder.newInstance(String
Returns a new Builder object.
|
boolean |
AlgorithmConstraints.permits(Set
Determines whether an algorithm is granted permission for the specified cryptographic primitives.
|
boolean |
AlgorithmConstraints.permits(Set
Determines whether an algorithm and the corresponding key are granted permission for the specified cryptographic primitives.
|
static void |
Security.removeProvider(String
Removes the provider with the specified name.
|
void |
KeyStore.setCertificateEntry(String
Assigns the given trusted certificate to the given alias.
|
void |
KeyStore.setEntry(String
Saves a keystore
Entry under the specified alias.
|
void |
Identity.setInfo(String
Deprecated.
Specifies a general information string for this identity.
|
void |
KeyStore.setKeyEntry(String
Assigns the given key (that has already been protected) to the given alias.
|
void |
KeyStore.setKeyEntry(String
Assigns the given key to the given alias, protecting it with the given password.
|
void |
Signature.setParameter(String
Deprecated.
Use
setParameter.
|
static void |
Security.setProperty(String
Sets a security property value.
|
static CryptoPrimitive |
CryptoPrimitive.valueOf(String
Returns the enum constant of this type with the specified name.
|
static KeyRep |
KeyRep.Type.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static Provider |
Security.getProviders(Map
Returns an array containing all installed providers that satisfy the specified* selection criteria, or null if no such providers have been installed.
|
static Provider |
Security.getProviders(Map
Returns an array containing all installed providers that satisfy the specified* selection criteria, or null if no such providers have been installed.
|
| Constructor and Description | |
|---|---|
AccessControlException(String
Constructs an
AccessControlException with the specified, detailed message.
|
|
AccessControlException(String
Constructs an
AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
|
|
AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi
Creates an AlgorithmParameterGenerator object.
|
|
AlgorithmParameters(AlgorithmParametersSpi
Creates an AlgorithmParameters object.
|
|
AllPermission(String
Creates a new AllPermission object.
|
|
AuthProvider(String
Constructs a provider with the specified name, version number, and information.
|
|
BasicPermission(String
Creates a new BasicPermission with the specified name.
|
|
BasicPermission(String
Creates a new BasicPermission object with the specified name.
|
|
DigestException(String
Constructs a DigestException with the specified detail message.
|
|
DigestException(String
Creates a
DigestException with the specified detail message and cause.
|
|
GeneralSecurityException(String
Constructs a GeneralSecurityException with the specified detail message.
|
|
GeneralSecurityException(String
Creates a
GeneralSecurityException with the specified detail message and cause.
|
|
Identity(String
Deprecated.
Constructs an identity with the specified name and no scope.
|
|
Identity(String
Deprecated.
Constructs an identity with the specified name and scope.
|
|
IdentityScope(String
Deprecated.
Constructs a new identity scope with the specified name.
|
|
IdentityScope(String
Deprecated.
Constructs a new identity scope with the specified name and scope.
|
|
InvalidAlgorithmParameterException(String
Constructs an InvalidAlgorithmParameterException with the specified detail message.
|
|
InvalidAlgorithmParameterException(String
Creates a
InvalidAlgorithmParameterException with the specified detail message and cause.
|
|
InvalidKeyException(String
Constructs an InvalidKeyException with the specified detail message.
|
|
InvalidKeyException(String
Creates a
InvalidKeyException with the specified detail message and cause.
|
|
InvalidParameterException(String
Constructs an InvalidParameterException with the specified detail message.
|
|
KeyException(String
Constructs a KeyException with the specified detail message.
|
|
KeyException(String
Creates a
KeyException with the specified detail message and cause.
|
|
KeyFactory(KeyFactorySpi
Creates a KeyFactory object.
|
|
KeyManagementException(String
Constructs a KeyManagementException with the specified detail message.
|
|
KeyManagementException(String
Creates a
KeyManagementException with the specified detail message and cause.
|
|
KeyPairGenerator(String
Creates a KeyPairGenerator object for the specified algorithm.
|
|
KeyRep(KeyRep
Construct the alternate Key class.
|
|
KeyStore(KeyStoreSpi
Creates a KeyStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
|
|
KeyStoreException(String
Constructs a KeyStoreException with the specified detail message.
|
|
KeyStoreException(String
Creates a
KeyStoreException with the specified detail message and cause.
|
|
MessageDigest(String
Creates a message digest with the specified algorithm name.
|
|
NoSuchAlgorithmException(String
Constructs a NoSuchAlgorithmException with the specified detail message.
|
|
NoSuchAlgorithmException(String
Creates a
NoSuchAlgorithmException with the specified detail message and cause.
|
|
NoSuchProviderException(String
Constructs a NoSuchProviderException with the specified detail message.
|
|
PasswordProtection(char[] password, String
Creates a password parameter and specifies the protection algorithm and associated parameters to use when encrypting a keystore entry.
|
|
Permission(String
Constructs a permission with the specified name.
|
|
PKCS12Attribute(String
Constructs a PKCS12 attribute from its name and value.
|
|
Provider(String
Constructs a provider with the specified name, version number, and information.
|
|
ProviderException(String
Constructs a ProviderException with the specified detail message.
|
|
ProviderException(String
Creates a
ProviderException with the specified detail message and cause.
|
|
SecurityPermission(String
Creates a new SecurityPermission with the specified name.
|
|
SecurityPermission(String
Creates a new SecurityPermission object with the specified name.
|
|
Service(Provider
Construct a new service.
|
|
Signature(String
Creates a Signature object for the specified algorithm.
|
|
SignatureException(String
Constructs a SignatureException with the specified detail message.
|
|
SignatureException(String
Creates a
SignatureException with the specified detail message and cause.
|
|
Signer(String
Deprecated.
Creates a signer with the specified identity name.
|
|
Signer(String
Deprecated.
Creates a signer with the specified identity name and scope.
|
|
UnrecoverableEntryException(String
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
|
|
UnrecoverableKeyException(String
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
|
|
UnresolvedPermission(String
Creates a new UnresolvedPermission containing the permission information needed later to actually create a Permission of the specified class, when the permission is resolved.
|
| Constructor and Description | |
|---|---|
DomainLoadStoreParameter(URI
Constructs a DomainLoadStoreParameter for a keystore domain with the parameters used to protect keystore data.
|
|
Service(Provider
Construct a new service.
|
|
Service(Provider
Construct a new service.
|
|
Service(Provider
Construct a new service.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Acl.getName()
Returns the name of this ACL.
|
String |
AclEntry.toString()
Returns a string representation of the contents of this ACL entry.
|
String |
Acl.toString()
Returns a string representation of the ACL contents.
|
String |
Permission.toString()
Prints a string representation of this permission.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Acl.setName(Principal
Sets the name of this ACL.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CertPathBuilder.getAlgorithm()
Returns the name of the algorithm of this
CertPathBuilder.
|
String |
CertPathValidator.getAlgorithm()
Returns the algorithm name of this
CertPathValidator.
|
String |
TrustAnchor.getCAName()
Returns the name of the most-trusted CA in RFC 2253
String format.
|
static String |
CertPathBuilder.getDefaultType()
Returns the default
CertPathBuilder type as specified by the
certpathbuilder.type security property, or the string "PKIX" if no such property exists.
|
static String |
CertPathValidator.getDefaultType()
Returns the default
CertPathValidator type as specified by the
certpathvalidator.type security property, or the string "PKIX" if no such property exists.
|
static String |
CertStore.getDefaultType()
Returns the default
CertStore type as specified by the
certstore.type security property, or the string "LDAP" if no such property exists.
|
String |
Extension.getId()
Gets the extensions's object identifier.
|
String |
X509CertSelector.getIssuerAsString()
Denigrated, use
X509CertSelector |
String |
CertificateRevokedException.getMessage()
|
String |
PolicyQualifierInfo.getPolicyQualifierId()
Returns the
policyQualifierId field of this
PolicyQualifierInfo.
|
String |
LDAPCertStoreParameters.getServerName()
Returns the DNS name of the LDAP server.
|
abstract String |
X509CRL.getSigAlgName()
Gets the signature algorithm name for the CRL signature algorithm.
|
abstract String |
X509Certificate.getSigAlgName()
Gets the signature algorithm name for the certificate signature algorithm.
|
abstract String |
X509CRL.getSigAlgOID()
Gets the signature algorithm OID string from the CRL.
|
abstract String |
X509Certificate.getSigAlgOID()
Gets the signature algorithm OID string from the certificate.
|
String |
PKIXParameters.getSigProvider()
Returns the signature provider's name, or
null if not set.
|
String |
X509CertSelector.getSubjectAsString()
Denigrated, use
X509CertSelector |
String |
X509CertSelector.getSubjectPublicKeyAlgID()
Returns the subjectPublicKeyAlgID criterion.
|
String |
CertPath.getType()
Returns the type of
Certificates in this certification path.
|
String |
Certificate.getType()
Returns the type of this certificate.
|
String |
CertificateFactory.getType()
Returns the name of the certificate type associated with this certificate factory.
|
String |
CertStore.getType()
Returns the type of this
CertStore.
|
String |
CRL.getType()
Returns the type of this CRL.
|
String |
PolicyNode.getValidPolicy()
Returns the valid policy represented by this node.
|
abstract String |
X509CRLEntry.toString()
Returns a string representation of this CRL entry.
|
String |
PKIXBuilderParameters.toString()
Returns a formatted string describing the parameters.
|
String |
PKIXCertPathValidatorResult.toString()
Return a printable representation of this
PKIXCertPathValidatorResult.
|
String |
CollectionCertStoreParameters.toString()
Returns a formatted string describing the parameters.
|
String |
CertPath.toString()
Returns a string representation of this certification path.
|
String |
LDAPCertStoreParameters.toString()
Returns a formatted string describing the parameters.
|
String |
PKIXParameters.toString()
Returns a formatted string describing the parameters.
|
abstract String |
Certificate.toString()
Returns a string representation of this certificate.
|
String |
TrustAnchor.toString()
Returns a formatted string describing the
TrustAnchor.
|
String |
X509CRLSelector.toString()
Returns a printable representation of the
X509CRLSelector.
|
String |
X509CertSelector.toString()
Return a printable representation of the
CertSelector.
|
abstract String |
CRL.toString()
Returns a string representation of this CRL.
|
String |
PKIXCertPathBuilderResult.toString()
Return a printable representation of this
PKIXCertPathBuilderResult.
|
String |
PolicyQualifierInfo.toString()
Return a printable representation of this
PolicyQualifierInfo.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
CertificateFactorySpi.engineGetCertPathEncodings()
Returns an iteration of the
CertPath encodings supported by this certificate factory, with the default encoding first.
|
Iterator |
CertificateFactory.getCertPathEncodings()
Returns an iteration of the
CertPath encodings supported by this certificate factory, with the default encoding first.
|
Set |
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.
|
abstract Iterator |
CertPath.getEncodings()
Returns an iteration of the encodings supported by this certification path, with the default encoding first.
|
Set |
PolicyNode.getExpectedPolicies()
Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.
|
List |
X509Certificate.getExtendedKeyUsage()
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the
ExtKeyUsageSyntax field of the extended key usage extension, (OID = 2.5.29.37).
|
Set |
X509CertSelector.getExtendedKeyUsage()
Returns the extendedKeyUsage criterion.
|
Map |
CertificateRevokedException.getExtensions()
Returns a map of X.509 extensions containing additional information about the revoked certificate, such as the Invalidity Date Extension.
|
Set |
PKIXParameters.getInitialPolicies()
Returns an immutable
Set 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.
|
Set |
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.
|
Set |
X509CertSelector.getPolicy()
Returns the policy criterion.
|
abstract Set |
PKIXCertPathChecker.getSupportedExtensions()
Returns an immutable
Set of X.509 certificate extensions that this
PKIXCertPathChecker supports (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509CRLSelector.addIssuerName(String
Denigrated, use
X509CRLSelector |
void |
X509CertSelector.addPathToName(int type, String
Adds a name to the pathToNames criterion.
|
void |
X509CertSelector.addSubjectAlternativeName(int type, String
Adds a name to the subjectAlternativeNames criterion.
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream
Generates a
CertPath object and initializes it with the data read from the
InputStream inStream.
|
CertPath |
CertificateFactory.generateCertPath(InputStream
Generates a
CertPath object and initializes it with the data read from the
InputStream inStream.
|
abstract byte[] |
CertPath.getEncoded(String
Returns the encoded form of this certification path, using the specified encoding.
|
byte[] |
X509Extension.getExtensionValue(String
Gets the DER-encoded OCTET string for the extension value (
extnValue) identified by the passed-in
oid String.
|
static CertPathBuilder |
CertPathBuilder.getInstance(String
Returns a
CertPathBuilder object that implements the specified algorithm.
|
static CertificateFactory |
CertificateFactory.getInstance(String
Returns a certificate factory object that implements the specified certificate type.
|
static CertPathValidator |
CertPathValidator.getInstance(String
Returns a
CertPathValidator object that implements the specified algorithm.
|
static CertStore |
CertStore.getInstance(String
Returns a
CertStore object that implements the specified
CertStore type and is initialized with the specified parameters.
|
static CertStore |
CertStore.getInstance(String
Returns a
CertStore object that implements the specified
CertStore type.
|
static CertStore |
CertStore.getInstance(String
Returns a
CertStore object that implements the specified
CertStore type.
|
static CertPathBuilder |
CertPathBuilder.getInstance(String
Returns a
CertPathBuilder object that implements the specified algorithm.
|
static CertificateFactory |
CertificateFactory.getInstance(String
Returns a certificate factory object for the specified certificate type.
|
static CertPathValidator |
CertPathValidator.getInstance(String
Returns a
CertPathValidator object that implements the specified algorithm.
|
static CertPathBuilder |
CertPathBuilder.getInstance(String
Returns a
CertPathBuilder object that implements the specified algorithm.
|
static CertificateFactory |
CertificateFactory.getInstance(String
Returns a certificate factory object for the specified certificate type.
|
static CertPathValidator |
CertPathValidator.getInstance(String
Returns a
CertPathValidator object that implements the specified algorithm.
|
void |
X509CertSelector.setIssuer(String
Denigrated, use
X509CertSelector |
void |
PKIXParameters.setSigProvider(String
Sets the signature provider's name.
|
void |
X509CertSelector.setSubject(String
Denigrated, use
X509CertSelector |
void |
X509CertSelector.setSubjectPublicKeyAlgID(String
Sets the subjectPublicKeyAlgID criterion.
|
static PKIXRevocationChecker |
PKIXRevocationChecker.Option.valueOf(String
Returns the enum constant of this type with the specified name.
|
static CertPathValidatorException |
CertPathValidatorException.BasicReason.valueOf(String
Returns the enum constant of this type with the specified name.
|
static PKIXReason |
PKIXReason.valueOf(String
Returns the enum constant of this type with the specified name.
|
static CRLReason |
CRLReason.valueOf(String
Returns the enum constant of this type with the specified name.
|
abstract void |
X509CRL.verify(PublicKey
Verifies that this CRL was signed using the private key that corresponds to the given public key.
|
abstract void |
Certificate.verify(PublicKey
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PKIXCertPathChecker.check(Certificate
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
Sets the extendedKeyUsage criterion.
|
void |
PKIXParameters.setInitialPolicies(Set
Sets the
Set 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 |
X509CertSelector.setPolicy(Set
Sets the policy constraint.
|
| Constructor and Description | |
|---|---|
Certificate(String
Creates a certificate of the specified type.
|
|
CertificateEncodingException(String
Constructs a CertificateEncodingException with the specified detail message.
|
|
CertificateEncodingException(String
Creates a
CertificateEncodingException with the specified detail message and cause.
|
|
CertificateException(String
Constructs a certificate exception with the given detail message.
|
|
CertificateException(String
Creates a
CertificateException with the specified detail message and cause.
|
|
CertificateExpiredException(String
Constructs a CertificateExpiredException with the specified detail message.
|
|
CertificateFactory(CertificateFactorySpi
Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.
|
|
CertificateNotYetValidException(String
Constructs a CertificateNotYetValidException with the specified detail message.
|
|
CertificateParsingException(String
Constructs a CertificateParsingException with the specified detail message.
|
|
CertificateParsingException(String
Creates a
CertificateParsingException with the specified detail message and cause.
|
|
CertificateRep(String
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
|
|
CertPath(String
Creates a
CertPath of the specified type.
|
|
CertPathBuilder(CertPathBuilderSpi
Creates a
CertPathBuilder object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
|
|
CertPathBuilderException(String
Creates a
CertPathBuilderException with the given detail message.
|
|
CertPathBuilderException(String
Creates a
CertPathBuilderException with the specified detail message and cause.
|
|
CertPathRep(String
Creates a
CertPathRep with the specified type and encoded form of a certification path.
|
|
CertPathValidator(CertPathValidatorSpi
Creates a
CertPathValidator object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
|
|
CertPathValidatorException(String
Creates a
CertPathValidatorException with the given detail message.
|
|
CertPathValidatorException(String
Creates a
CertPathValidatorException with the specified detail message and cause.
|
|
CertPathValidatorException(String
Creates a
CertPathValidatorException with the specified detail message, cause, certification path, and index.
|
|
CertPathValidatorException(String
Creates a
CertPathValidatorException with the specified detail message, cause, certification path, index, and reason.
|
|
CertStore(CertStoreSpi
Creates a
CertStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
|
|
CertStoreException(String
Creates a
CertStoreException with the given detail message.
|
|
CertStoreException(String
Creates a
CertStoreException with the specified detail message and cause.
|
|
CRL(String
Creates a CRL of the specified type.
|
|
CRLException(String
Constructs a CRLException with the specified detail message.
|
|
CRLException(String
Creates a
CRLException with the specified detail message and cause.
|
|
LDAPCertStoreParameters(String
Creates an instance of
LDAPCertStoreParameters with the specified server name and a default port of 389.
|
|
LDAPCertStoreParameters(String
Creates an instance of
LDAPCertStoreParameters with the specified parameter values.
|
|
TrustAnchor(String
Creates an instance of
TrustAnchor where the most-trusted CA is specified as a distinguished name and public key.
|
| Constructor and Description | |
|---|---|
CertificateRevokedException(Date
Constructs a
CertificateRevokedException with the specified revocation date, reason code, authority name, and map of extensions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PSSParameterSpec.getDigestAlgorithm()
Returns the message digest algorithm name.
|
String |
MGF1ParameterSpec.getDigestAlgorithm()
Returns the algorithm name of the message digest used by the mask generation function.
|
abstract String |
EncodedKeySpec.getFormat()
Returns the name of the encoding format associated with this key specification.
|
String |
PKCS8EncodedKeySpec.getFormat()
Returns the name of the encoding format associated with this key specification.
|
String |
X509EncodedKeySpec.getFormat()
Returns the name of the encoding format associated with this key specification.
|
String |
PSSParameterSpec.getMGFAlgorithm()
Returns the mask generation function algorithm name.
|
String |
ECGenParameterSpec.getName()
Returns the standard or predefined name of the to-be-generated EC domain parameters.
|
| Constructor and Description | |
|---|---|
ECGenParameterSpec(String
Creates a parameter specification for EC parameter generation using a standard (or predefined) name
stdName in order to generate the corresponding (precomputed) elliptic curve domain parameters.
|
|
InvalidKeySpecException(String
Constructs an InvalidKeySpecException with the specified detail message.
|
|
InvalidKeySpecException(String
Creates a
InvalidKeySpecException with the specified detail message and cause.
|
|
InvalidParameterSpecException(String
Constructs an InvalidParameterSpecException with the specified detail message.
|
|
MGF1ParameterSpec(String
Constructs a parameter set for mask generation function MGF1 as defined in the PKCS #1 standard.
|
|
PSSParameterSpec(String
Creates a new
PSSParameterSpec 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.
|
| Modifier and Type | Field and Description |
|---|---|
String |
DriverPropertyInfo.choices
An array of possible values if the value for the field
DriverPropertyInfo.value may be selected from a particular set of values; otherwise null.
|
String |
DriverPropertyInfo.description
A brief description of the property, which may be null.
|
String |
DriverPropertyInfo.name
The name of the property.
|
String |
DriverPropertyInfo.value
The
value field specifies the current value of the property, based on a combination of the information supplied to the method
getPropertyInfo, the Java environment, and the driver-supplied default values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Ref.getBaseTypeName()
Retrieves the fully-qualified SQL name of the SQL structured type that this
Ref object references.
|
String |
Array.getBaseTypeName()
Retrieves the SQL type name of the elements in the array designated by this
Array object.
|
String |
Connection.getCatalog()
Retrieves this
Connection object's current catalog name.
|
String |
ResultSetMetaData.getCatalogName(int column)
Gets the designated column's table's catalog name.
|
String |
DatabaseMetaData.getCatalogSeparator()
Retrieves the
String that this database uses as the separator between a catalog and table name.
|
String |
DatabaseMetaData.getCatalogTerm()
Retrieves the database vendor's preferred term for "catalog".
|
String |
Connection.getClientInfo(String
Returns the value of the client info property specified by name.
|
String |
ResultSetMetaData.getColumnClassName(int column)
Returns the fully-qualified name of the Java class whose instances are manufactured if the method
ResultSet.getObject is called to retrieve a value from the column.
|
String |
ResultSetMetaData.getColumnLabel(int column)
Gets the designated column's suggested title for use in printouts and displays.
|
String |
ResultSetMetaData.getColumnName(int column)
Get the designated column's name.
|
String |
ResultSetMetaData.getColumnTypeName(int column)
Retrieves the designated column's database-specific type name.
|
String |
ResultSet.getCursorName()
Retrieves the name of the SQL cursor used by this
ResultSet object.
|
String |
DatabaseMetaData.getDatabaseProductName()
Retrieves the name of this database product.
|
String |
DatabaseMetaData.getDatabaseProductVersion()
Retrieves the version number of this database product.
|
String |
DatabaseMetaData.getDriverName()
Retrieves the name of this JDBC driver.
|
String |
DatabaseMetaData.getDriverVersion()
Retrieves the version number of this JDBC driver as a
String.
|
String |
DatabaseMetaData.getExtraNameCharacters()
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
|
String |
DatabaseMetaData.getIdentifierQuoteString()
Retrieves the string used to quote SQL identifiers.
|
String |
JDBCType.getName()
Returns the
SQLType name that represents a SQL data type.
|
String |
SQLType.getName()
Returns the
SQLType name that represents a SQL data type.
|
String |
ResultSet.getNString(int columnIndex)
Retrieves the value of the designated column in the current row of this
ResultSet object as a
String in the Java programming language.
|
String |
CallableStatement.getNString(int parameterIndex)
Retrieves the value of the designated
NCHAR,
NVARCHAR or
LONGNVARCHAR parameter as a
String in the Java programming language.
|
String |
ResultSet.getNString(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
String in the Java programming language.
|
String |
CallableStatement.getNString(String
Retrieves the value of the designated
NCHAR,
NVARCHAR or
LONGNVARCHAR parameter as a
String in the Java programming language.
|
String |
DatabaseMetaData.getNumericFunctions()
Retrieves a comma-separated list of math functions available with this database.
|
String |
ParameterMetaData.getParameterClassName(int param)
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method
PreparedStatement.setObject.
|
String |
ParameterMetaData.getParameterTypeName(int param)
Retrieves the designated parameter's database-specific type name.
|
String |
DatabaseMetaData.getProcedureTerm()
Retrieves the database vendor's preferred term for "procedure".
|
String |
Savepoint.getSavepointName()
Retrieves the name of the savepoint that this
Savepoint object represents.
|
String |
Connection.getSchema()
Retrieves this
Connection object's current schema name.
|
String |
ResultSetMetaData.getSchemaName(int column)
Get the designated column's table's schema.
|
String |
DatabaseMetaData.getSchemaTerm()
Retrieves the database vendor's preferred term for "schema".
|
String |
DatabaseMetaData.getSearchStringEscape()
Retrieves the string that can be used to escape wildcard characters.
|
String |
DatabaseMetaData.getSQLKeywords()
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
|
String |
SQLException.getSQLState()
Retrieves the SQLState for this
SQLException object.
|
String |
SQLData.getSQLTypeName()
Returns the fully-qualified name of the SQL user-defined type that this object represents.
|
String |
Struct.getSQLTypeName()
Retrieves the SQL type name of the SQL structured type that this
Struct object represents.
|
String |
SQLXML.getString()
Returns a string representation of the XML value designated by this SQLXML instance.
|
String |
ResultSet.getString(int columnIndex)
Retrieves the value of the designated column in the current row of this
ResultSet object as a
String in the Java programming language.
|
String |
CallableStatement.getString(int parameterIndex)
Retrieves the value of the designated JDBC
CHAR,
VARCHAR, or
LONGVARCHAR parameter as a
String in the Java programming language.
|
String |
ResultSet.getString(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
String in the Java programming language.
|
String |
CallableStatement.getString(String
Retrieves the value of a JDBC
CHAR,
VARCHAR, or
LONGVARCHAR parameter as a
String in the Java programming language.
|
String |
DatabaseMetaData.getStringFunctions()
Retrieves a comma-separated list of string functions available with this database.
|
String |
Clob.getSubString(long pos, int length)
Retrieves a copy of the specified substring in the
CLOB value designated by this
Clob object.
|
String |
DatabaseMetaData.getSystemFunctions()
Retrieves a comma-separated list of system functions available with this database.
|
String |
ResultSetMetaData.getTableName(int column)
Gets the designated column's table name.
|
String |
DatabaseMetaData.getTimeDateFunctions()
Retrieves a comma-separated list of the time and date functions available with this database.
|
String |
DatabaseMetaData.getURL()
Retrieves the URL for this DBMS.
|
String |
DatabaseMetaData.getUserName()
Retrieves the user name as known to this database.
|
String |
JDBCType.getVendor()
Returns the name of the vendor that supports this data type.
|
String |
SQLType.getVendor()
Returns the name of the vendor that supports this data type.
|
String |
Connection.nativeSQL(String
Converts the given SQL statement into the system's native SQL grammar.
|
String |
SQLInput.readNString()
Reads the next attribute in the stream and returns it as a
String in the Java programming language.
|
String |
SQLInput.readString()
Reads the next attribute in the stream and returns it as a
String in the Java programming language.
|
String |
Date.toString()
Formats a date in the date escape format yyyy-mm-dd.
|
String |
RowId.toString()
Returns a String representing the value of the SQL ROWID designated by this
java.sql.RowId object.
|
String |
Timestamp.toString()
Formats a timestamp in JDBC timestamp escape format.
|
String |
Time.toString()
Formats a time in JDBC time escape format.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
SQLClientInfoException.getFailedProperties()
Returns the list of client info properties that could not be set.
|
Map |
Connection.getTypeMap()
Retrieves the
Map object associated with this
Connection object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Driver.acceptsURL(String
Retrieves whether the driver thinks that it can open a connection to the given URL.
|
void |
Statement.addBatch(String
Adds the given SQL command to the current list of commands for this
Statement object.
|
Connection |
Driver.connect(String
Attempts to make a database connection to the given URL.
|
Array |
Connection.createArrayOf(String
Factory method for creating Array objects.
|
Struct |
Connection.createStruct(String
Factory method for creating Struct objects.
|
boolean |
Statement.execute(String
Executes the given SQL statement, which may return multiple results.
|
boolean |
Statement.execute(String
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 |
Statement.execute(String
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 |
Statement.execute(String
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 |
Statement.execute(String
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
Executes the given SQL statement, which may be an
INSERT,
UPDATE, or
DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
|
default long |
Statement.executeLargeUpdate(String
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this
Statement object should be made available for retrieval.
|
default long |
Statement.executeLargeUpdate(String
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
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
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.
|
ResultSet |
Statement.executeQuery(String
Executes the given SQL statement, which returns a single
ResultSet object.
|
int |
Statement.executeUpdate(String
Executes the given SQL statement, which may be an
INSERT,
UPDATE, or
DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
|
int |
Statement.executeUpdate(String
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this
Statement object should be made available for retrieval.
|
int |
Statement.executeUpdate(String
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
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
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
Maps the given
ResultSet column label to its
ResultSet column index.
|
Array |
ResultSet.getArray(String
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Array object in the Java programming language.
|
Array |
CallableStatement.getArray(String
Retrieves the value of a JDBC
ARRAY parameter as an
Array object in the Java programming language.
|
InputStream |
ResultSet.getAsciiStream(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a stream of ASCII characters.
|
ResultSet |
DatabaseMetaData.getAttributes(String
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.
|
ResultSet |
DatabaseMetaData.getBestRowIdentifier(String
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
|
BigDecimal |
ResultSet.getBigDecimal(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.math.BigDecimal with full precision.
|
BigDecimal |
CallableStatement.getBigDecimal(String
Retrieves the value of a JDBC
NUMERIC parameter as a
java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
|
BigDecimal |
ResultSet.getBigDecimal(String
Deprecated.
Use
getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
|
InputStream |
ResultSet.getBinaryStream(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a stream of uninterpreted
bytes.
|
Blob |
ResultSet.getBlob(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
Blob object in the Java programming language.
|
Blob |
CallableStatement.getBlob(String
Retrieves the value of a JDBC
BLOB parameter as a
Blob object in the Java programming language.
|
boolean |
ResultSet.getBoolean(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
boolean in the Java programming language.
|
boolean |
CallableStatement.getBoolean(String
Retrieves the value of a JDBC
BIT or
BOOLEAN parameter as a
boolean in the Java programming language.
|
byte |
ResultSet.getByte(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
byte in the Java programming language.
|
byte |
CallableStatement.getByte(String
Retrieves the value of a JDBC
TINYINT parameter as a
byte in the Java programming language.
|
byte[] |
ResultSet.getBytes(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
byte array in the Java programming language.
|
byte[] |
CallableStatement.getBytes(String
Retrieves the value of a JDBC
BINARY or
VARBINARY parameter as an array of
byte values in the Java programming language.
|
Reader |
ResultSet.getCharacterStream(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.io.Reader object.
|
Reader |
CallableStatement.getCharacterStream(String
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
|
String |
Connection.getClientInfo(String
Returns the value of the client info property specified by name.
|
Clob |
ResultSet.getClob(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
Clob object in the Java programming language.
|
Clob |
CallableStatement.getClob(String
Retrieves the value of a JDBC
CLOB parameter as a
java.sql.Clob object in the Java programming language.
|
ResultSet |
DatabaseMetaData.getColumnPrivileges(String
Retrieves a description of the access rights for a table's columns.
|
ResultSet |
DatabaseMetaData.getColumns(String
Retrieves a description of table columns available in the specified catalog.
|
static Connection |
DriverManager.getConnection(String
Attempts to establish a connection to the given database URL.
|
static Connection |
DriverManager.getConnection(String
Attempts to establish a connection to the given database URL.
|
static Connection |
DriverManager.getConnection(String
Attempts to establish a connection to the given database URL.
|
ResultSet |
DatabaseMetaData.getCrossReference(String
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).
|
Date |
ResultSet.getDate(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.sql.Date object in the Java programming language.
|
Date |
CallableStatement.getDate(String
Retrieves the value of a JDBC
DATE parameter as a
java.sql.Date object.
|
Date |
ResultSet.getDate(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.sql.Date object in the Java programming language.
|
Date |
CallableStatement.getDate(String
Retrieves the value of a JDBC
DATE parameter as a
java.sql.Date object, using the given
Calendar object to construct the date.
|
double |
ResultSet.getDouble(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
double in the Java programming language.
|
double |
CallableStatement.getDouble(String
Retrieves the value of a JDBC
DOUBLE parameter as a
double in the Java programming language.
|
static Driver |
DriverManager.getDriver(String
Attempts to locate a driver that understands the given URL.
|
ResultSet |
DatabaseMetaData.getExportedKeys(String
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 |
ResultSet.getFloat(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
float in the Java programming language.
|
float |
CallableStatement.getFloat(String
Retrieves the value of a JDBC
FLOAT parameter as a
float in the Java programming language.
|
ResultSet |
DatabaseMetaData.getFunctionColumns(String
Retrieves a description of the given catalog's system or user function parameters and return type.
|
ResultSet |
DatabaseMetaData.getFunctions(String
Retrieves a description of the system and user functions available in the given catalog.
|
ResultSet |
DatabaseMetaData.getImportedKeys(String
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).
|
ResultSet |
DatabaseMetaData.getIndexInfo(String
Retrieves a description of the given table's indices and statistics.
|
int |
ResultSet.getInt(String
Retrieves the value of the designated column in the current row of this
ResultSet object as an
int in the Java programming language.
|
int |
CallableStatement.getInt(String
Retrieves the value of a JDBC
INTEGER parameter as an
int in the Java programming language.
|
long |
ResultSet.getLong(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
long in the Java programming language.
|
long |
CallableStatement.getLong(String
Retrieves the value of a JDBC
BIGINT parameter as a
long in the Java programming language.
|
Reader |
ResultSet.getNCharacterStream(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.io.Reader object.
|
Reader |
CallableStatement.getNCharacterStream(String
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
|
NClob |
ResultSet.getNClob(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
NClob object in the Java programming language.
|
NClob |
CallableStatement.getNClob(String
Retrieves the value of a JDBC
NCLOB parameter as a
java.sql.NClob object in the Java programming language.
|
String |
ResultSet.getNString(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
String in the Java programming language.
|
String |
CallableStatement.getNString(String
Retrieves the value of the designated
NCHAR,
NVARCHAR or
LONGNVARCHAR parameter as a
String in the Java programming language.
|
Object |
ResultSet.getObject(String
Gets the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(String
Retrieves the value of a parameter as an
Object in the Java programming language.
|
<T> T |
ResultSet.getObject(String
Retrieves the value of the designated column in the current row of this
ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
|
<T> T |
CallableStatement.getObject(String
Returns an object representing the value of OUT parameter
parameterName and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
|
Object |
ResultSet.getObject(String
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(String
Returns an object representing the value of OUT parameter
parameterName and uses
map for the custom mapping of the parameter value.
|
ResultSet |
DatabaseMetaData.getPrimaryKeys(String
Retrieves a description of the given table's primary key columns.
|
ResultSet |
DatabaseMetaData.getProcedureColumns(String
Retrieves a description of the given catalog's stored procedure parameter and result columns.
|
ResultSet |
DatabaseMetaData.getProcedures(String
Retrieves a description of the stored procedures available in the given catalog.
|
DriverPropertyInfo |
Driver.getPropertyInfo(String
Gets information about the possible properties for this driver.
|
ResultSet |
DatabaseMetaData.getPseudoColumns(String
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
|
Ref |
ResultSet.getRef(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
Ref object in the Java programming language.
|
Ref |
CallableStatement.getRef(String
Retrieves the value of a JDBC
REF(<structured-type>) parameter as a
Ref object in the Java programming language.
|
RowId |
ResultSet.getRowId(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.sql.RowId object in the Java programming language.
|
RowId |
CallableStatement.getRowId(String
Retrieves the value of the designated JDBC
ROWID parameter as a
java.sql.RowId object.
|
ResultSet |
DatabaseMetaData.getSchemas(String
Retrieves the schema names available in this database.
|
short |
ResultSet.getShort(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
short in the Java programming language.
|
short |
CallableStatement.getShort(String
Retrieves the value of a JDBC
SMALLINT parameter as a
short in the Java programming language.
|
SQLXML |
ResultSet.getSQLXML(String
Retrieves the value of the designated column in the current row of this
ResultSet as a
java.sql.SQLXML object in the Java programming language.
|
SQLXML |
CallableStatement.getSQLXML(String
Retrieves the value of the designated
SQL XML parameter as a
java.sql.SQLXML object in the Java programming language.
|
String |
ResultSet.getString(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
String in the Java programming language.
|
String |
CallableStatement.getString(String
Retrieves the value of a JDBC
CHAR,
VARCHAR, or
LONGVARCHAR parameter as a
String in the Java programming language.
|
ResultSet |
DatabaseMetaData.getSuperTables(String
Retrieves a description of the table hierarchies defined in a particular schema in this database.
|
ResultSet |
DatabaseMetaData.getSuperTypes(String
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
|
ResultSet |
DatabaseMetaData.getTablePrivileges(String
Retrieves a description of the access rights for each table available in a catalog.
|
ResultSet |
DatabaseMetaData.getTables(String
Retrieves a description of the tables available in the given catalog.
|
ResultSet |
DatabaseMetaData.getTables(String
Retrieves a description of the tables available in the given catalog.
|
Time |
ResultSet.getTime(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.sql.Time object in the Java programming language.
|
Time |
CallableStatement.getTime(String
Retrieves the value of a JDBC
TIME parameter as a
java.sql.Time object.
|
Time |
ResultSet.getTime(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.sql.Time object in the Java programming language.
|
Time |
CallableStatement.getTime(String
Retrieves the value of a JDBC
TIME parameter as a
java.sql.Time object, using the given
Calendar object to construct the time.
|
Timestamp |
ResultSet.getTimestamp(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.sql.Timestamp object in the Java programming language.
|
Timestamp |
CallableStatement.getTimestamp(String
Retrieves the value of a JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object.
|
Timestamp |
ResultSet.getTimestamp(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.sql.Timestamp object in the Java programming language.
|
Timestamp |
CallableStatement.getTimestamp(String
Retrieves the value of a JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object, using the given
Calendar object to construct the
Timestamp object.
|
ResultSet |
DatabaseMetaData.getUDTs(String
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
|
InputStream |
ResultSet.getUnicodeStream(String
Deprecated.
use
getCharacterStream instead
|
URL |
ResultSet.getURL(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.net.URL object in the Java programming language.
|
URL |
CallableStatement.getURL(String
Retrieves the value of a JDBC
DATALINK parameter as a
java.net.URL object.
|
ResultSet |
DatabaseMetaData.getVersionColumns(String
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
|
String |
Connection.nativeSQL(String
Converts the given SQL statement into the system's native SQL grammar.
|
long |
Clob.position(String
Retrieves the character position at which the specified substring
searchstr appears in the SQL
CLOB value represented by this
Clob object.
|
CallableStatement |
Connection.prepareCall(String
Creates a
CallableStatement object for calling database stored procedures.
|
CallableStatement |
Connection.prepareCall(String
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency.
|
CallableStatement |
Connection.prepareCall(String
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency.
|
PreparedStatement |
Connection.prepareStatement(String
Creates a
PreparedStatement object for sending parameterized SQL statements to the database.
|
PreparedStatement |
Connection.prepareStatement(String
Creates a default
PreparedStatement object that has the capability to retrieve auto-generated keys.
|
PreparedStatement |
Connection.prepareStatement(String
Creates a default
PreparedStatement object capable of returning the auto-generated keys designated by the given array.
|
PreparedStatement |
Connection.prepareStatement(String
Creates a
PreparedStatement object that will generate
ResultSet objects with the given type and concurrency.
|
PreparedStatement |
Connection.prepareStatement(String
Creates a
PreparedStatement object that will generate
ResultSet objects with the given type, concurrency, and holdability.
|
PreparedStatement |
Connection.prepareStatement(String
Creates a default
PreparedStatement object capable of returning the auto-generated keys designated by the given array.
|
PreparedStatement |
Connection.prepareStatement(String
Creates a default
PreparedStatement object capable of returning the auto-generated keys designated by the given array.
|
static void |
DriverManager.println(String
Prints a message to the current JDBC log stream.
|
void |
SQLData.readSQL(SQLInput
Populates this object with data read from the database.
|
void |
CallableStatement.registerOutParameter(int parameterIndex, int sqlType, String
Registers the designated output parameter.
|
default void |
CallableStatement.registerOutParameter(int parameterIndex, SQLType
Registers the designated output parameter.
|
void |
CallableStatement.registerOutParameter(String
Registers the OUT parameter named
parameterName to the JDBC type
sqlType.
|
void |
CallableStatement.registerOutParameter(String
Registers the parameter named
parameterName to be of JDBC type
sqlType.
|
void |
CallableStatement.registerOutParameter(String
Registers the designated output parameter.
|
default void |
CallableStatement.registerOutParameter(String
Registers the OUT parameter named
parameterName to the JDBC type
sqlType.
|
default void |
CallableStatement.registerOutParameter(String
Registers the parameter named
parameterName to be of JDBC type
sqlType.
|
default void |
CallableStatement.registerOutParameter(String
Registers the designated output parameter.
|
void |
CallableStatement.setAsciiStream(String
Sets the designated parameter to the given input stream.
|
void |
CallableStatement.setAsciiStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
CallableStatement.setAsciiStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
CallableStatement.setBigDecimal(String
Sets the designated parameter to the given
java.math.BigDecimal value.
|
void |
CallableStatement.setBinaryStream(String
Sets the designated parameter to the given input stream.
|
void |
CallableStatement.setBinaryStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
CallableStatement.setBinaryStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
CallableStatement.setBlob(String
Sets the designated parameter to the given
java.sql.Blob object.
|
void |
CallableStatement.setBlob(String
Sets the designated parameter to a
InputStream object.
|
void |
CallableStatement.setBlob(String
Sets the designated parameter to a
InputStream object.
|
void |
CallableStatement.setBoolean(String
Sets the designated parameter to the given Java
boolean value.
|
void |
CallableStatement.setByte(String
Sets the designated parameter to the given Java
byte value.
|
void |
CallableStatement.setBytes(String
Sets the designated parameter to the given Java array of bytes.
|
void |
Connection.setCatalog(String
Sets the given catalog name in order to select a subspace of this
Connection object's database in which to work.
|
void |
CallableStatement.setCharacterStream(String
Sets the designated parameter to the given
Reader object.
|
void |
CallableStatement.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
CallableStatement.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
Connection.setClientInfo(String
Sets the value of the client info property specified by name to the value specified by value.
|
void |
CallableStatement.setClob(String
Sets the designated parameter to the given
java.sql.Clob object.
|
void |
CallableStatement.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
Statement.setCursorName(String
Sets the SQL cursor name to the given
String, which will be used by subsequent
Statement object
execute methods.
|
void |
CallableStatement.setDate(String
Sets the designated parameter to the given
java.sql.Date value using the default time zone of the virtual machine that is running the application.
|
void |
CallableStatement.setDate(String
Sets the designated parameter to the given
java.sql.Date value, using the given
Calendar object.
|
void |
CallableStatement.setDouble(String
Sets the designated parameter to the given Java
double value.
|
void |
CallableStatement.setFloat(String
Sets the designated parameter to the given Java
float value.
|
void |
CallableStatement.setInt(String
Sets the designated parameter to the given Java
int value.
|
void |
CallableStatement.setLong(String
Sets the designated parameter to the given Java
long value.
|
void |
CallableStatement.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setNClob(String
Sets the designated parameter to a
java.sql.NClob object.
|
void |
CallableStatement.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
PreparedStatement.setNString(int parameterIndex, String
Sets the designated parameter to the given
String object.
|
void |
CallableStatement.setNString(String
Sets the designated parameter to the given
String object.
|
void |
PreparedStatement.setNull(int parameterIndex, int sqlType, String
Sets the designated parameter to SQL
NULL.
|
void |
CallableStatement.setNull(String
Sets the designated parameter to SQL
NULL.
|
void |
CallableStatement.setNull(String
Sets the designated parameter to SQL
NULL.
|
void |
CallableStatement.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
CallableStatement.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
CallableStatement.setObject(String
Sets the value of the designated parameter with the given object.
|
default void |
CallableStatement.setObject(String
Sets the value of the designated parameter with the given object.
|
default void |
CallableStatement.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
CallableStatement.setRowId(String
Sets the designated parameter to the given
java.sql.RowId object.
|
Savepoint |
Connection.setSavepoint(String
Creates a savepoint with the given name in the current transaction and returns the new
Savepoint object that represents it.
|
void |
Connection.setSchema(String
Sets the given schema name to access.
|
void |
CallableStatement.setShort(String
Sets the designated parameter to the given Java
short value.
|
void |
CallableStatement.setSQLXML(String
Sets the designated parameter to the given
java.sql.SQLXML object.
|
void |
PreparedStatement.setString(int parameterIndex, String
Sets the designated parameter to the given Java
String value.
|
int |
Clob.setString(long pos, String
Writes the given Java
String to the
CLOB value that this
Clob object designates at the position
pos.
|
int |
Clob.setString(long pos, String
Writes
len characters of
str, starting at character
offset, to the
CLOB value that this
Clob represents.
|
void |
SQLXML.setString(String
Sets the XML value designated by this SQLXML instance to the given String representation.
|
void |
CallableStatement.setString(String
Sets the designated parameter to the given Java
String value.
|
void |
CallableStatement.setTime(String
Sets the designated parameter to the given
java.sql.Time value.
|
void |
CallableStatement.setTime(String
Sets the designated parameter to the given
java.sql.Time value, using the given
Calendar object.
|
void |
CallableStatement.setTimestamp(String
Sets the designated parameter to the given
java.sql.Timestamp value.
|
void |
CallableStatement.setTimestamp(String
Sets the designated parameter to the given
java.sql.Timestamp value, using the given
Calendar object.
|
void |
CallableStatement.setURL(String
Sets the designated parameter to the given
java.net.URL object.
|
void |
ResultSet.updateArray(String
Updates the designated column with a
java.sql.Array value.
|
void |
ResultSet.updateAsciiStream(String
Updates the designated column with an ascii stream value.
|
void |
ResultSet.updateAsciiStream(String
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateAsciiStream(String
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateBigDecimal(String
Updates the designated column with a
java.sql.BigDecimal value.
|
void |
ResultSet.updateBinaryStream(String
Updates the designated column with a binary stream value.
|
void |
ResultSet.updateBinaryStream(String
Updates the designated column with a binary stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateBinaryStream(String
Updates the designated column with a binary stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateBlob(String
Updates the designated column with a
java.sql.Blob value.
|
void |
ResultSet.updateBlob(String
Updates the designated column using the given input stream.
|
void |
ResultSet.updateBlob(String
Updates the designated column using the given input stream, which will have the specified number of bytes.
|
void |
ResultSet.updateBoolean(String
Updates the designated column with a
boolean value.
|
void |
ResultSet.updateByte(String
Updates the designated column with a
byte value.
|
void |
ResultSet.updateBytes(String
Updates the designated column with a byte array value.
|
void |
ResultSet.updateCharacterStream(String
Updates the designated column with a character stream value.
|
void |
ResultSet.updateCharacterStream(String
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateCharacterStream(String
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateClob(String
Updates the designated column with a
java.sql.Clob value.
|
void |
ResultSet.updateClob(String
Updates the designated column using the given
Reader object.
|
void |
ResultSet.updateClob(String
Updates the designated column using the given
Reader object, which is the given number of characters long.
|
void |
ResultSet.updateDate(String
Updates the designated column with a
java.sql.Date value.
|
void |
ResultSet.updateDouble(String
Updates the designated column with a
double value.
|
void |
ResultSet.updateFloat(String
Updates the designated column with a
float value.
|
void |
ResultSet.updateInt(String
Updates the designated column with an
int value.
|
void |
ResultSet.updateLong(String
Updates the designated column with a
long value.
|
void |
ResultSet.updateNCharacterStream(String
Updates the designated column with a character stream value.
|
void |
ResultSet.updateNCharacterStream(String
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateNClob(String
Updates the designated column with a
java.sql.NClob value.
|
void |
ResultSet.updateNClob(String
Updates the designated column using the given
Reader object.
|
void |
ResultSet.updateNClob(String
Updates the designated column using the given
Reader object, which is the given number of characters long.
|
void |
ResultSet.updateNString(int columnIndex, String
Updates the designated column with a
String value.
|
void |
ResultSet.updateNString(String
Updates the designated column with a
String value.
|
void |
ResultSet.updateNull(String
Updates the designated column with a
null value.
|
void |
ResultSet.updateObject(String
Updates the designated column with an
Object value.
|
void |
ResultSet.updateObject(String
Updates the designated column with an
Object value.
|
default void |
ResultSet.updateObject(String
Updates the designated column with an
Object value.
|
default void |
ResultSet.updateObject(String
Updates the designated column with an
Object value.
|
void |
ResultSet.updateRef(String
Updates the designated column with a
java.sql.Ref value.
|
void |
ResultSet.updateRowId(String
Updates the designated column with a
RowId value.
|
void |
ResultSet.updateShort(String
Updates the designated column with a
short value.
|
void |
ResultSet.updateSQLXML(String
Updates the designated column with a
java.sql.SQLXML value.
|
void |
ResultSet.updateString(int columnIndex, String
Updates the designated column with a
String value.
|
void |
ResultSet.updateString(String
Updates the designated column with a
String value.
|
void |
ResultSet.updateTime(String
Updates the designated column with a
java.sql.Time value.
|
void |
ResultSet.updateTimestamp(String
Updates the designated column with a
java.sql.Timestamp value.
|
static ClientInfoStatus |
ClientInfoStatus.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Date |
Date.valueOf(String
Converts a string in JDBC date escape format to a
Date value.
|
static Timestamp |
Timestamp.valueOf(String
Converts a
String object in JDBC timestamp escape format to a
Timestamp value.
|
static JDBCType |
JDBCType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static RowIdLifetime |
RowIdLifetime.valueOf(String
Returns the enum constant of this type with the specified name.
|
static PseudoColumnUsage |
PseudoColumnUsage.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Time |
Time.valueOf(String
Converts a string in JDBC time escape format to a
Time value.
|
void |
SQLOutput.writeNString(String
Writes the next attribute to the stream as a
String in the Java programming language.
|
void |
SQLOutput.writeString(String
Writes the next attribute to the stream as a
String in the Java programming language.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Array.getArray(long index, int count, Map
Retreives a slice of the SQL
ARRAY value designated by this
Array object, beginning with the specified
index and containing up to
count successive elements of the SQL array.
|
Object |
Array.getArray(Map
Retrieves the contents of the SQL
ARRAY value designated by this
Array object.
|
Object |
Struct.getAttributes(Map
Produces the ordered values of the attributes of the SQL structured type that this
Struct object represents.
|
Object |
ResultSet.getObject(int columnIndex, Map
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(int parameterIndex, Map
Returns an object representing the value of OUT parameter
parameterIndex and uses
map for the custom mapping of the parameter value.
|
Object |
Ref.getObject(Map
Retrieves the referenced object and maps it to a Java type using the given type map.
|
Object |
ResultSet.getObject(String
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(String
Returns an object representing the value of OUT parameter
parameterName and uses
map for the custom mapping of the parameter value.
|
ResultSet |
Array.getResultSet(long index, int count, Map
Retrieves a result set holding the elements of the subarray that starts at index
index and contains up to
count successive elements.
|
ResultSet |
Array.getResultSet(Map
Retrieves a result set that contains the elements of the SQL
ARRAY value designated by this
Array object.
|
void |
Connection.setTypeMap(Map
Installs the given
TypeMap object as the type map for this
Connection object.
|
| Constructor and Description | |
|---|---|
BatchUpdateException(String
Constructs a
BatchUpdateException object initialized with a given
reason and
updateCounts.
|
|
BatchUpdateException(String
Constructs a
BatchUpdateException object initialized with a given
reason,
cause and
updateCounts.
|
|
BatchUpdateException(String
Constructs a
BatchUpdateException object initialized with a given
reason,
SQLState and
updateCounts.
|
|
BatchUpdateException(String
Constructs a
BatchUpdateException object initialized with a given
reason,
SQLState,
cause, and
updateCounts.
|
|
BatchUpdateException(String
Constructs a
BatchUpdateException object initialized with a given
reason,
SQLState,
vendorCode and
updateCounts.
|
|
BatchUpdateException(String
Constructs a
BatchUpdateException object initialized with a given
reason,
SQLState,
vendorCode
cause and
updateCounts.
|
|
BatchUpdateException(String
Constructs a
BatchUpdateException object initialized with a given
reason,
SQLState,
vendorCode
cause and
updateCounts.
|
|
DriverPropertyInfo(String
Constructs a
DriverPropertyInfo object with a given name and value.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
cause and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
vendorCode and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
cause,
vendorCode and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
cause and
failedProperties.
|
|
SQLDataException(String
Constructs a
SQLDataException object with a given
reason.
|
|
SQLDataException(String
Constructs a
SQLDataException object with a given
reason and
SQLState.
|
|
SQLDataException(String
Constructs a
SQLDataException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLDataException(String
Constructs a
SQLDataException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLDataException(String
Constructs a
SQLDataException object with a given
reason,
SQLState and
cause.
|
|
SQLDataException(String
Constructs a
SQLDataException object with a given
reason and
cause.
|
|
SQLException(String
Constructs a
SQLException object with a given
reason.
|
|
SQLException(String
Constructs a
SQLException object with a given
reason and
SQLState.
|
|
SQLException(String
Constructs a
SQLException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLException(String
Constructs a
SQLException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLException(String
Constructs a
SQLException object with a given
reason,
SQLState and
cause.
|
|
SQLException(String
Constructs a
SQLException object with a given
reason and
cause.
|
|
SQLFeatureNotSupportedException(String
Constructs a
SQLFeatureNotSupportedException object with a given
reason.
|
|
SQLFeatureNotSupportedException(String
Constructs a
SQLFeatureNotSupportedException object with a given
reason and
SQLState.
|
|
SQLFeatureNotSupportedException(String
Constructs a
SQLFeatureNotSupportedException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLFeatureNotSupportedException(String
Constructs a
SQLFeatureNotSupportedException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLFeatureNotSupportedException(String
Constructs a
SQLFeatureNotSupportedException object with a given
reason,
SQLState and
cause.
|
|
SQLFeatureNotSupportedException(String
Constructs a
SQLFeatureNotSupportedException object with a given
reason and
cause.
|
|
SQLIntegrityConstraintViolationException(String
Constructs a
SQLIntegrityConstraintViolationException with a given
reason.
|
|
SQLIntegrityConstraintViolationException(String
Constructs a
SQLIntegrityConstraintViolationException object with a given
reason and
SQLState.
|
|
SQLIntegrityConstraintViolationException(String
Constructs a
SQLIntegrityConstraintViolationException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLIntegrityConstraintViolationException(String
Constructs a
SQLIntegrityConstraintViolationException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLIntegrityConstraintViolationException(String
Constructs a
SQLIntegrityConstraintViolationException object with a given
reason,
SQLState and
cause.
|
|
SQLIntegrityConstraintViolationException(String
Constructs a
SQLIntegrityConstraintViolationException object with a given
reason and
cause.
|
|
SQLInvalidAuthorizationSpecException(String
Constructs a
SQLInvalidAuthorizationSpecException object with a given
reason.
|
|
SQLInvalidAuthorizationSpecException(String
Constructs a
SQLInvalidAuthorizationSpecException object with a given
reason and
SQLState.
|
|
SQLInvalidAuthorizationSpecException(String
Constructs a
SQLInvalidAuthorizationSpecException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLInvalidAuthorizationSpecException(String
Constructs a
SQLInvalidAuthorizationSpecException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLInvalidAuthorizationSpecException(String
Constructs a
SQLInvalidAuthorizationSpecException object with a given
reason,
SQLState and
cause.
|
|
SQLInvalidAuthorizationSpecException(String
Constructs a
SQLInvalidAuthorizationSpecException object with a given
reason and
cause.
|
|
SQLNonTransientConnectionException(String
Constructs a
SQLNonTransientConnectionException object with a given
reason.
|
|
SQLNonTransientConnectionException(String
Constructs a
SQLNonTransientConnectionException object with a given
reason and
SQLState.
|
|
SQLNonTransientConnectionException(String
Constructs a
SQLNonTransientConnectionException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLNonTransientConnectionException(String
Constructs a
SQLNonTransientConnectionException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLNonTransientConnectionException(String
Constructs a
SQLNonTransientConnectionException object with a given
reason,
SQLState and
cause.
|
|
SQLNonTransientConnectionException(String
Constructs a
SQLTransientException object with a given
reason and
cause.
|
|
SQLNonTransientException(String
Constructs a
SQLNonTransientException object with a given
reason.
|
|
SQLNonTransientException(String
Constructs a
SQLNonTransientException object with a given
reason and
SQLState.
|
|
SQLNonTransientException(String
Constructs a
SQLNonTransientException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLNonTransientException(String
Constructs a
SQLNonTransientException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLNonTransientException(String
Constructs a
SQLNonTransientException object with a given
reason,
SQLState and
cause.
|
|
SQLNonTransientException(String
Constructs a
SQLTransientException object with a given
reason and
cause.
|
|
SQLPermission(String
Creates a new
SQLPermission object with the specified name.
|
|
SQLPermission(String
Creates a new
SQLPermission object with the specified name.
|
|
SQLRecoverableException(String
Constructs a
SQLRecoverableException object with a given
reason.
|
|
SQLRecoverableException(String
Constructs a
SQLRecoverableException object with a given
reason and
SQLState.
|
|
SQLRecoverableException(String
Constructs a
SQLRecoverableException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLRecoverableException(String
Constructs a
SQLRecoverableException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLRecoverableException(String
Constructs a
SQLRecoverableException object with a given
reason,
SQLState and
cause.
|
|
SQLRecoverableException(String
Constructs a
SQLRecoverableException object with a given
reason and
cause.
|
|
SQLSyntaxErrorException(String
Constructs a
SQLSyntaxErrorException object with a given
reason.
|
|
SQLSyntaxErrorException(String
Constructs a
SQLSyntaxErrorException object with a given
reason and
SQLState.
|
|
SQLSyntaxErrorException(String
Constructs a
SQLSyntaxErrorException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLSyntaxErrorException(String
Constructs a
SQLSyntaxErrorException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLSyntaxErrorException(String
Constructs a
SQLSyntaxErrorException object with a given
reason,
SQLState and
cause.
|
|
SQLSyntaxErrorException(String
Constructs a
SQLSyntaxErrorException object with a given
reason and
cause.
|
|
SQLTimeoutException(String
Constructs a
SQLTimeoutException object with a given
reason.
|
|
SQLTimeoutException(String
Constructs a
SQLTimeoutException object with a given
reason and
SQLState.
|
|
SQLTimeoutException(String
Constructs a
SQLTimeoutException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLTimeoutException(String
Constructs a
SQLTimeoutException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLTimeoutException(String
Constructs a
SQLTimeoutException object with a given
reason,
SQLState and
cause.
|
|
SQLTimeoutException(String
Constructs a
SQLTimeoutException object with a given
reason and
cause.
|
|
SQLTransactionRollbackException(String
Constructs a
SQLTransactionRollbackException object with a given
reason.
|
|
SQLTransactionRollbackException(String
Constructs a
SQLTransactionRollbackException object with a given
reason and
SQLState.
|
|
SQLTransactionRollbackException(String
Constructs a
SQLTransactionRollbackException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLTransactionRollbackException(String
Constructs a
SQLTransactionRollbackException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLTransactionRollbackException(String
Constructs a
SQLTransactionRollbackException object with a given
reason,
SQLState and
cause.
|
|
SQLTransactionRollbackException(String
Constructs a
SQLTransactionRollbackException object with a given
reason and
cause.
|
|
SQLTransientConnectionException(String
Constructs a
SQLTransientConnectionException object with a given
reason.
|
|
SQLTransientConnectionException(String
Constructs a
SQLTransientConnectionException object with a given
reason and
SQLState.
|
|
SQLTransientConnectionException(String
Constructs a
SQLTransientConnectionException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLTransientConnectionException(String
Constructs a
SQLTransientConnectionException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLTransientConnectionException(String
Constructs a
SQLTransientConnectionException object with a given
reason,
SQLState and
cause.
|
|
SQLTransientConnectionException(String
Constructs a
SQLTransientConnectionException object with a given
reason and
cause.
|
|
SQLTransientException(String
Constructs a
SQLTransientException object with a given
reason.
|
|
SQLTransientException(String
Constructs a
SQLTransientException object with a given
reason and
SQLState.
|
|
SQLTransientException(String
Constructs a
SQLTransientException object with a given
reason,
SQLState and
vendorCode.
|
|
SQLTransientException(String
Constructs a
SQLTransientException object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLTransientException(String
Constructs a
SQLTransientException object with a given
reason,
SQLState and
cause.
|
|
SQLTransientException(String
Constructs a
SQLTransientException object with a given
reason and
cause.
|
|
SQLWarning(String
Constructs a
SQLWarning object with a given
reason.
|
|
SQLWarning(String
Constructs a
SQLWarning object with a given
reason and
SQLState.
|
|
SQLWarning(String
Constructs a
SQLWarning object with a given
reason,
SQLState and
vendorCode.
|
|
SQLWarning(String
Constructs a
SQLWarning object with a given
reason,
SQLState,
vendorCode and
cause.
|
|
SQLWarning(String
Constructs a
SQLWarning object with a given
reason,
SQLState and
cause.
|
|
SQLWarning(String
Constructs a
SQLWarning object with a given
reason and
cause.
|
| Constructor and Description | |
|---|---|
SQLClientInfoException(Map
Constructs a
SQLClientInfoException object initialized with a given
failedProperties.
|
|
SQLClientInfoException(Map
Constructs a
SQLClientInfoException object initialized with a given
cause and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
cause and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
vendorCode and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
cause,
vendorCode and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
cause and
failedProperties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DateFormat.format(Date
Formats a Date into a date/time string.
|
String |
NumberFormat.format(double number)
Specialization of format.
|
String |
NumberFormat.format(long number)
Specialization of format.
|
String |
Format.format(Object
Formats an object to produce a string.
|
static String |
MessageFormat.format(String
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
|
String |
DateFormatSymbols.getAmPmStrings()
Gets ampm strings.
|
String |
DecimalFormatSymbols.getCurrencySymbol()
Returns the currency symbol for the currency of these DecimalFormatSymbols in their locale.
|
String |
DateFormatSymbols.getEras()
Gets era strings.
|
String |
DecimalFormatSymbols.getExponentSeparator()
Returns the string used to separate the mantissa from the exponent.
|
String |
DecimalFormatSymbols.getInfinity()
Gets the string used to represent infinity.
|
String |
DecimalFormatSymbols.getInternationalCurrencySymbol()
Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
|
String |
DateFormatSymbols.getLocalPatternChars()
Gets localized date-time pattern characters.
|
String |
DateFormatSymbols.getMonths()
Gets month strings.
|
protected String |
AttributedCharacterIterator.Attribute.getName()
Returns the name of the attribute.
|
String |
DecimalFormatSymbols.getNaN()
Gets the string used to represent "not a number".
|
String |
DecimalFormat.getNegativePrefix()
Get the negative prefix.
|
String |
DecimalFormat.getNegativeSuffix()
Get the negative suffix.
|
String |
DecimalFormat.getPositivePrefix()
Get the positive prefix.
|
String |
DecimalFormat.getPositiveSuffix()
Get the positive suffix.
|
String |
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.
|
String |
CollationKey.getSourceString()
Returns the String that this CollationKey represents.
|
String |
DateFormatSymbols.getWeekdays()
Gets weekday strings.
|
String |
DateFormatSymbols.getZoneStrings()
Gets time zone strings.
|
static String |
Normalizer.normalize(CharSequence
Normalize a sequence of char values.
|
String |
DecimalFormat.toLocalizedPattern()
Synthesizes a localized pattern string that represents the current state of this Format object.
|
String |
SimpleDateFormat.toLocalizedPattern()
Returns a localized pattern string describing this date format.
|
String |
ChoiceFormat.toPattern()
Gets the pattern.
|
String |
MessageFormat.toPattern()
Returns a pattern representing the current state of the message format.
|
String |
DecimalFormat.toPattern()
Synthesizes a pattern string that represents the current state of this Format object.
|
String |
SimpleDateFormat.toPattern()
Returns a pattern string describing this date format.
|
String |
Annotation.toString()
Returns the String representation of this Annotation.
|
String |
Bidi.toString()
Display the bidi internal state, used in debugging.
|
String |
FieldPosition.toString()
Return a string representation of this FieldPosition.
|
String |
AttributedCharacterIterator.Attribute.toString()
Returns a string representation of the object.
|
String |
ParsePosition.toString()
Return a string representation of this ParsePosition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalFormat.applyLocalizedPattern(String
Apply the given pattern to this Format object.
|
void |
SimpleDateFormat.applyLocalizedPattern(String
Applies the given localized pattern string to this date format.
|
void |
ChoiceFormat.applyPattern(String
Sets the pattern.
|
void |
MessageFormat.applyPattern(String
Sets the pattern used by this message format.
|
void |
DecimalFormat.applyPattern(String
Apply the given pattern to this Format object.
|
void |
SimpleDateFormat.applyPattern(String
Applies the given pattern string to this date format.
|
int |
RuleBasedCollator.compare(String
Compares the character data stored in two different strings based on the collation rules.
|
abstract int |
Collator.compare(String
Compares the source string to the target string according to the collation rules for this Collator.
|
boolean |
Collator.equals(String
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
|
static String |
MessageFormat.format(String
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(String
Returns a CollationElementIterator for the given String.
|
CollationKey |
RuleBasedCollator.getCollationKey(String
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
|
abstract CollationKey |
Collator.getCollationKey(String
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
|
Object |
MessageFormat.parse(String
Parses text from the beginning of the given string to produce an object array.
|
Number |
NumberFormat.parse(String
Parses text from the beginning of the given string to produce a number.
|
Date |
DateFormat.parse(String
Parses text from the beginning of the given string to produce a date.
|
Number |
ChoiceFormat.parse(String
Parses a Number from the input text.
|
Object |
MessageFormat.parse(String
Parses the string.
|
abstract Number |
NumberFormat.parse(String
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals), otherwise a Double.
|
Number |
DecimalFormat.parse(String
Parses text from a string to produce a
Number.
|
abstract Date |
DateFormat.parse(String
Parse a date/time string according to the given parse position.
|
Date |
SimpleDateFormat.parse(String
Parses text from a string to produce a
Date.
|
Object |
Format.parseObject(String
Parses text from the beginning of the given string to produce an object.
|
Object |
MessageFormat.parseObject(String
Parses text from a string to produce an object array.
|
Object |
NumberFormat.parseObject(String
Parses text from a string to produce a
Number.
|
abstract Object |
Format.parseObject(String
Parses text from a string to produce an object.
|
Object |
DateFormat.parseObject(String
Parses text from a string to produce a
Date.
|
void |
DateFormatSymbols.setAmPmStrings(String
Sets ampm strings.
|
void |
ChoiceFormat.setChoices(double[] limits, String
Set the choices to be used in formatting.
|
void |
DecimalFormatSymbols.setCurrencySymbol(String
Sets the currency symbol for the currency of these DecimalFormatSymbols in their locale.
|
void |
DateFormatSymbols.setEras(String
Sets era strings.
|
void |
DecimalFormatSymbols.setExponentSeparator(String
Sets the string used to separate the mantissa from the exponent.
|
void |
DecimalFormatSymbols.setInfinity(String
Sets the string used to represent infinity.
|
void |
DecimalFormatSymbols.setInternationalCurrencySymbol(String
Sets the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
|
void |
DateFormatSymbols.setLocalPatternChars(String
Sets localized date-time pattern characters.
|
void |
DateFormatSymbols.setMonths(String
Sets month strings.
|
void |
DecimalFormatSymbols.setNaN(String
Sets the string used to represent "not a number".
|
void |
DecimalFormat.setNegativePrefix(String
Set the negative prefix.
|
void |
DecimalFormat.setNegativeSuffix(String
Set the negative suffix.
|
void |
DecimalFormat.setPositivePrefix(String
Set the positive prefix.
|
void |
DecimalFormat.setPositiveSuffix(String
Set the positive suffix.
|
void |
DateFormatSymbols.setShortMonths(String
Sets short month strings.
|
void |
DateFormatSymbols.setShortWeekdays(String
Sets short weekday strings.
|
void |
BreakIterator.setText(String
Set a new text string to be scanned.
|
void |
CollationElementIterator.setText(String
Set a new string over which to iterate.
|
void |
StringCharacterIterator.setText(String
Reset this iterator to point to a new string.
|
void |
DateFormatSymbols.setWeekdays(String
Sets weekday strings.
|
void |
DateFormatSymbols.setZoneStrings(String
Sets time zone strings.
|
static Normalizer |
Normalizer.Form.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
Attribute(String
Constructs an
Attribute with the given name.
|
|
AttributedString(String
Constructs an AttributedString instance with the given text.
|
|
AttributedString(String
Constructs an AttributedString instance with the given text and attributes.
|
|
Bidi(String
Create Bidi from the given paragraph of text and base direction.
|
|
ChoiceFormat(double[] limits, String
Constructs with the limits and the corresponding formats.
|
|
ChoiceFormat(String
Constructs with limits and corresponding formats based on the pattern.
|
|
CollationKey(String
CollationKey constructor.
|
|
DecimalFormat(String
Creates a DecimalFormat using the given pattern and the symbols for the default
FORMAT locale.
|
|
DecimalFormat(String
Creates a DecimalFormat using the given pattern and symbols.
|
|
Field(String
Creates a Field with the specified name.
|
|
Field(String
Creates a Field instance with the specified name.
|
|
Field(String
Creates a Field with the specified name.
|
|
Field(String
Creates a
Field.
|
|
MessageFormat(String
Constructs a MessageFormat for the default
FORMAT locale and the specified pattern.
|
|
MessageFormat(String
Constructs a MessageFormat for the specified locale and pattern.
|
|
ParseException(String
Constructs a ParseException with the specified detail message and offset.
|
|
RuleBasedCollator(String
RuleBasedCollator constructor.
|
|
SimpleDateFormat(String
Constructs a
SimpleDateFormat using the given pattern and the default date format symbols for the default
FORMAT locale.
|
|
SimpleDateFormat(String
Constructs a
SimpleDateFormat using the given pattern and date format symbols.
|
|
SimpleDateFormat(String
Constructs a
SimpleDateFormat using the given pattern and the default date format symbols for the given locale.
|
|
StringCharacterIterator(String
Constructs an iterator with an initial index of 0.
|
|
StringCharacterIterator(String
Constructs an iterator with the specified initial index.
|
|
StringCharacterIterator(String
Constructs an iterator over the given range of the given string, with the index set at the specified position.
|
| Modifier and Type | Field and Description |
|---|---|
static Map |
ZoneId.SHORT_IDS
A map of zone overrides to enable the short time-zone names to be used.
|
static Map |
ZoneId.SHORT_IDS
A map of zone overrides to enable the short time-zone names to be used.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LocalTime.format(DateTimeFormatter
Formats this time using the specified formatter.
|
String |
YearMonth.format(DateTimeFormatter
Formats this year-month using the specified formatter.
|
String |
LocalDate.format(DateTimeFormatter
Formats this date using the specified formatter.
|
String |
OffsetTime.format(DateTimeFormatter
Formats this time using the specified formatter.
|
String |
Year.format(DateTimeFormatter
Formats this year using the specified formatter.
|
String |
ZonedDateTime.format(DateTimeFormatter
Formats this date-time using the specified formatter.
|
String |
OffsetDateTime.format(DateTimeFormatter
Formats this date-time using the specified formatter.
|
String |
LocalDateTime.format(DateTimeFormatter
Formats this date-time using the specified formatter.
|
String |
MonthDay.format(DateTimeFormatter
Formats this month-day using the specified formatter.
|
String |
DayOfWeek.getDisplayName(TextStyle
Gets the textual representation, such as 'Mon' or 'Friday'.
|
String |
ZoneId.getDisplayName(TextStyle
Gets the textual representation of the zone, such as 'British Time' or '+02:00'.
|
String |
Month.getDisplayName(TextStyle
Gets the textual representation, such as 'Jan' or 'December'.
|
String |
ZoneOffset.getId()
Gets the normalized zone offset ID.
|
abstract String |
ZoneId.getId()
Gets the unique time-zone ID.
|
String |
LocalTime.toString()
Outputs this time as a
String, such as
10:15.
|
String |
YearMonth.toString()
Outputs this year-month as a
String, such as
2007-12.
|
String |
LocalDate.toString()
Outputs this date as a
String, such as
2007-12-03.
|
String |
OffsetTime.toString()
Outputs this time as a
String, such as
10:15:30+01:00.
|
String |
Period.toString()
Outputs this period as a
String, such as
P6Y3M1D.
|
String |
Year.toString()
Outputs this year as a
String.
|
String |
ZoneOffset.toString()
Outputs this offset as a
String, using the normalized ID.
|
String |
ZonedDateTime.toString()
Outputs this date-time as a
String, such as
2007-12-03T10:15:30+01:00[Europe/Paris].
|
String |
OffsetDateTime.toString()
Outputs this date-time as a
String, such as
2007-12-03T10:15:30+01:00.
|
String |
LocalDateTime.toString()
Outputs this date-time as a
String, such as
2007-12-03T10:15:30.
|
String |
Duration.toString()
A string representation of this duration using ISO-8601 seconds based representation, such as
PT8H6M12.345S.
|
String |
ZoneId.toString()
Outputs this zone as a
String, using the ID.
|
String |
MonthDay.toString()
Outputs this month-day as a
String, such as
--12-03.
|
String |
Instant.toString()
A string representation of this instant using ISO-8601 representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ZoneId.getAvailableZoneIds()
Gets the set of available zone IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneOffset |
ZoneOffset.of(String
Obtains an instance of
ZoneOffset using the ID.
|
static ZoneId |
ZoneId.of(String
Obtains an instance of
ZoneId from an ID ensuring that the ID is valid and available for use.
|
static ZoneId |
ZoneId.of(String
Obtains an instance of
ZoneId using its ID using a map of aliases to supplement the standard zone IDs.
|
static ZoneId |
ZoneId.ofOffset(String
Obtains an instance of
ZoneId wrapping an offset.
|
static DayOfWeek |
DayOfWeek.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Month |
Month.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneId |
ZoneId.of(String
Obtains an instance of
ZoneId using its ID using a map of aliases to supplement the standard zone IDs.
|
static ZoneId |
ZoneId.of(String
Obtains an instance of
ZoneId using its ID using a map of aliases to supplement the standard zone IDs.
|
| Constructor and Description | |
|---|---|
DateTimeException(String
Constructs a new date-time exception with the specified message.
|
|
DateTimeException(String
Constructs a new date-time exception with the specified message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
ChronoLocalDate.format(DateTimeFormatter
Formats this date using the specified formatter.
|
default String |
ChronoLocalDateTime.format(DateTimeFormatter
Formats this date-time using the specified formatter.
|
default String |
ChronoZonedDateTime.format(DateTimeFormatter
Formats this date-time using the specified formatter.
|
String |
HijrahChronology.getCalendarType()
Gets the calendar type of the Islamic calendar.
|
String |
ThaiBuddhistChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'buddhist'.
|
String |
Chronology.getCalendarType()
Gets the calendar type of the calendar system.
|
String |
IsoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'iso8601'.
|
String |
MinguoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'roc'.
|
String |
JapaneseChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'japanese'.
|
default String |
Chronology.getDisplayName(TextStyle
Gets the textual representation of this chronology.
|
default String |
Era.getDisplayName(TextStyle
Gets the textual representation of this era.
|
String |
HijrahChronology.getId()
Gets the ID of the chronology.
|
String |
ThaiBuddhistChronology.getId()
Gets the ID of the chronology - 'ThaiBuddhist'.
|
String |
Chronology.getId()
Gets the ID of the chronology.
|
String |
IsoChronology.getId()
Gets the ID of the chronology - 'ISO'.
|
String |
MinguoChronology.getId()
Gets the ID of the chronology - 'Minguo'.
|
String |
JapaneseChronology.getId()
Gets the ID of the chronology - 'Japanese'.
|
String |
ChronoPeriod.toString()
Outputs this period as a
String.
|
String |
JapaneseEra.toString()
|
String |
ChronoLocalDate.toString()
Outputs this date as a
String.
|
String |
Chronology.toString()
Outputs this chronology as a
String.
|
String |
ChronoLocalDateTime.toString()
Outputs this date-time as a
String.
|
String |
ChronoZonedDateTime.toString()
Outputs this date-time as a
String.
|
String |
AbstractChronology.toString()
Outputs this chronology as a
String, using the chronology ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Chronology |
Chronology.of(String
Obtains an instance of
Chronology from a chronology ID or calendar system type.
|
static HijrahEra |
HijrahEra.valueOf(String
Returns the enum constant of this type with the specified name.
|
static JapaneseEra |
JapaneseEra.valueOf(String
Returns the
JapaneseEra with the name.
|
static MinguoEra |
MinguoEra.valueOf(String
Returns the enum constant of this type with the specified name.
|
static ThaiBuddhistEra |
ThaiBuddhistEra.valueOf(String
Returns the enum constant of this type with the specified name.
|
static IsoEra |
IsoEra.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DateTimeFormatter.format(TemporalAccessor
Formats a date-time object using this formatter.
|
static String |
DateTimeFormatterBuilder.getLocalizedDateTimePattern(FormatStyle
Gets the formatting pattern for date and time styles for a locale and chronology.
|
String |
DateTimeParseException.getParsedString()
Returns the string that was being parsed.
|
String |
DateTimeFormatter.toString()
Returns a description of the underlying formatters.
|
String |
DecimalStyle.toString()
Returns a string describing this DecimalStyle.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.appendLiteral(String
Appends a string literal to the formatter.
|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.appendOffset(String
Appends the zone offset, such as '+01:00', to the formatter.
|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.appendPattern(String
Appends the elements defined by the specified pattern to the builder.
|
static DateTimeFormatter |
DateTimeFormatter.ofPattern(String
Creates a formatter using the specified pattern.
|
static DateTimeFormatter |
DateTimeFormatter.ofPattern(String
Creates a formatter using the specified pattern and locale.
|
static TextStyle |
TextStyle.valueOf(String
Returns the enum constant of this type with the specified name.
|
static FormatStyle |
FormatStyle.valueOf(String
Returns the enum constant of this type with the specified name.
|
static SignStyle |
SignStyle.valueOf(String
Returns the enum constant of this type with the specified name.
|
static ResolverStyle |
ResolverStyle.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.appendText(TemporalField
Appends the text of a date-time field to the formatter using the specified map to supply the text.
|
| Constructor and Description | |
|---|---|
DateTimeParseException(String
Constructs a new exception with the specified message.
|
|
DateTimeParseException(String
Constructs a new exception with the specified message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChronoField.getDisplayName(Locale
|
default String |
TemporalField.getDisplayName(Locale
Gets the display name for the field in the requested locale.
|
String |
WeekFields.toString()
A string representation of this
WeekFields instance.
|
String |
ChronoUnit.toString()
|
String |
ValueRange.toString()
Outputs this range as a
String.
|
String |
ChronoField.toString()
|
String |
TemporalField.toString()
Gets a descriptive name for the field.
|
String |
TemporalUnit.toString()
Gets a descriptive name for the unit.
|
| Modifier and Type | Method and Description |
|---|---|
static ChronoUnit |
ChronoUnit.valueOf(String
Returns the enum constant of this type with the specified name.
|
static ChronoField |
ChronoField.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
UnsupportedTemporalTypeException(String
Constructs a new UnsupportedTemporalTypeException with the specified message.
|
|
UnsupportedTemporalTypeException(String
Constructs a new UnsupportedTemporalTypeException with the specified message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ZoneRules.toString()
Returns a string describing this object.
|
String |
ZoneOffsetTransition.toString()
Returns a string describing this object.
|
String |
ZoneOffsetTransitionRule.toString()
Returns a string describing this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ZoneRulesProvider.getAvailableZoneIds()
Gets the set of available zone IDs.
|
static NavigableMap |
ZoneRulesProvider.getVersions(String
Gets the history of rules for the zone ID.
|
protected abstract NavigableMap |
ZoneRulesProvider.provideVersions(String
SPI method to get the history of rules for the zone ID.
|
protected abstract Set |
ZoneRulesProvider.provideZoneIds()
SPI method to get the available zone IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneRules |
ZoneRulesProvider.getRules(String
Gets the rules for the zone ID.
|
static NavigableMap |
ZoneRulesProvider.getVersions(String
Gets the history of rules for the zone ID.
|
protected abstract ZoneRules |
ZoneRulesProvider.provideRules(String
SPI method to get the rules for the zone ID.
|
protected abstract NavigableMap |
ZoneRulesProvider.provideVersions(String
SPI method to get the history of rules for the zone ID.
|
static ZoneOffsetTransitionRule |
ZoneOffsetTransitionRule.TimeDefinition.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
ZoneRulesException(String
Constructs a new date-time exception with the specified message.
|
|
ZoneRulesException(String
Constructs a new date-time exception with the specified message and cause.
|
| Modifier and Type | Field and Description |
|---|---|
static List |
ResourceBundle.Control.FORMAT_CLASS
The class-only format
List containing
"java.class".
|
static List |
ResourceBundle.Control.FORMAT_DEFAULT
The default format
List, which contains the strings
"java.class" and
"java.properties", in this order.
|
static List |
ResourceBundle.Control.FORMAT_PROPERTIES
The properties-only format
List containing
"java.properties".
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Arrays.deepToString(Object
Returns a string representation of the "deep contents" of the specified array.
|
String |
Base64.Encoder.encodeToString(byte[] src)
Encodes the specified byte array into a String using the
Base64 encoding scheme.
|
String |
Scanner.findInLine(Pattern
Attempts to find the next occurrence of the specified pattern ignoring delimiters.
|
String |
Scanner.findInLine(String
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
|
String |
Scanner.findWithinHorizon(Pattern
Attempts to find the next occurrence of the specified pattern.
|
String |
Scanner.findWithinHorizon(String
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
|
String |
PropertyPermission.getActions()
Returns the "canonical string representation" of the actions.
|
static String |
TimeZone.getAvailableIDs()
Gets all the available IDs supported.
|
static String |
TimeZone.getAvailableIDs(int rawOffset)
Gets the available IDs according to the given time zone offset in milliseconds.
|
String |
ResourceBundle.getBaseBundleName()
Returns the base name of this bundle, if known, or
null if unknown.
|
String |
Calendar.getCalendarType()
Returns the calendar type of this
Calendar.
|
String |
GregorianCalendar.getCalendarType()
Returns
"gregory" as the calendar type.
|
String |
MissingResourceException.getClassName()
Gets parameter passed by constructor.
|
String |
UnknownFormatConversionException.getConversion()
Returns the unknown conversion.
|
String |
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.
|
String |
Currency.getCurrencyCode()
Gets the ISO 4217 currency code of this currency.
|
String |
Locale.getDisplayCountry()
Returns a name for the locale's country that is appropriate for display to the user.
|
String |
Locale.getDisplayCountry(Locale
Returns a name for the locale's country that is appropriate for display to the user.
|
String |
Locale.getDisplayLanguage()
Returns a name for the locale's language that is appropriate for display to the user.
|
String |
Locale.getDisplayLanguage(Locale
Returns a name for the locale's language that is appropriate for display to the user.
|
String |
Currency.getDisplayName()
Gets the name that is suitable for displaying this currency for the default
DISPLAY locale.
|
String |
Locale.getDisplayName()
Returns a name for the locale that is appropriate for display to the user.
|
String |
TimeZone.getDisplayName()
Returns a long standard time name of this
TimeZone suitable for presentation to the user in the default locale.
|
String |
TimeZone.getDisplayName(boolean daylight, int style)
Returns a name in the specified
style of this
TimeZone suitable for presentation to the user in the default locale.
|
String |
TimeZone.getDisplayName(boolean daylight, int style, Locale
Returns a name in the specified
style of this
TimeZone suitable for presentation to the user in the specified
locale.
|
String |
Calendar.getDisplayName(int field, int style, Locale
Returns the string representation of the calendar
field value in the given
style and
locale.
|
String |
Currency.getDisplayName(Locale
Gets the name that is suitable for displaying this currency for the specified locale.
|
String |
Locale.getDisplayName(Locale
Returns a name for the locale that is appropriate for display to the user.
|
String |
TimeZone.getDisplayName(Locale
Returns a long standard time name of this
TimeZone suitable for presentation to the user in the specified
locale.
|
String |
Locale.getDisplayScript()
Returns a name for the the locale's script that is appropriate for display to the user.
|
String |
Locale.getDisplayScript(Locale
Returns a name for the locale's script that is appropriate for display to the user.
|
String |
Locale.getDisplayVariant()
Returns a name for the locale's variant code that is appropriate for display to the user.
|
String |
Locale.getDisplayVariant(Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
|
String |
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.
|
String |
DuplicateFormatFlagsException.getFlags()
Returns the set of flags which contains a duplicate flag.
|
String |
FormatFlagsConversionMismatchException.getFlags()
Returns the incompatible flag.
|
String |
UnknownFormatFlagsException.getFlags()
Returns the set of flags which contains an unknown flag.
|
String |
IllegalFormatFlagsException.getFlags()
Returns the set of flags which contains an illegal combination.
|
String |
MissingFormatWidthException.getFormatSpecifier()
Returns the format specifier which does not have a width.
|
String |
MissingFormatArgumentException.getFormatSpecifier()
Returns the unmatched format specifier.
|
String |
TimeZone.getID()
Gets the ID of this time zone.
|
String |
Locale.getISO3Country()
Returns a three-letter abbreviation for this locale's country.
|
String |
Locale.getISO3Language()
Returns a three-letter abbreviation of this locale's language.
|
static String |
Locale.getISOCountries()
Returns a list of all 2-letter country codes defined in ISO 3166.
|
static String |
Locale.getISOLanguages()
Returns a list of all 2-letter language codes defined in ISO 639.
|
String |
MissingResourceException.getKey()
Gets parameter passed by constructor.
|
String |
Locale.getLanguage()
Returns the language code of this Locale.
|
String |
MissingFormatWidthException.getMessage()
|
String |
IllegalFormatWidthException.getMessage()
|
String |
IllegalFormatCodePointException.getMessage()
|
String |
IllegalFormatPrecisionException.getMessage()
|
String |
DuplicateFormatFlagsException.getMessage()
|
String |
MissingFormatArgumentException.getMessage()
|
String |
FormatFlagsConversionMismatchException.getMessage()
|
String |
UnknownFormatFlagsException.getMessage()
|
String |
IllegalFormatConversionException.getMessage()
|
String |
UnknownFormatConversionException.getMessage()
|
String |
IllegalFormatFlagsException.getMessage()
|
String |
Properties.getProperty(String
Searches for the property with the specified key in this property list.
|
String |
Properties.getProperty(String
Searches for the property with the specified key in this property list.
|
String |
Locale.LanguageRange.getRange()
Returns the language range of this
LanguageRange.
|
String |
Locale.getScript()
Returns the script for this locale, which should either be the empty string or an ISO 15924 4-letter script code.
|
String |
ResourceBundle.getString(String
Gets a string for the given key from this resource bundle or one of its parents.
|
String |
ResourceBundle.getStringArray(String
Gets a string array for the given key from this resource bundle or one of its parents.
|
String |
Currency.getSymbol()
Gets the symbol of this currency for the default
DISPLAY locale.
|
String |
Currency.getSymbol(Locale
Gets the symbol of this currency for the specified locale.
|
String |
Locale.getUnicodeLocaleType(String
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
|
String |
Locale.getVariant()
Returns the variant code for this locale.
|
static String |
Locale.lookupTag(List
Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.
|
String |
Scanner.next()
Finds and returns the next complete token from this scanner.
|
String |
Scanner.next(Pattern
Returns the next token if it matches the specified pattern.
|
String |
Scanner.next(String
Returns the next token if it matches the pattern constructed from the specified string.
|
String |
Scanner.nextLine()
Advances this scanner past the current line and returns the input that was skipped.
|
String |
StringTokenizer.nextToken()
Returns the next token from this string tokenizer.
|
String |
StringTokenizer.nextToken(String
Returns the next token in this string tokenizer's string.
|
String |
ResourceBundle.Control.toBundleName(String
Converts the given
baseName and
locale to the bundle name.
|
String |
Date.toGMTString()
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.format(Date date), using a GMT TimeZone.
|
String |
Locale.toLanguageTag()
Returns a well-formed IETF BCP 47 language tag representing this locale.
|
String |
Date.toLocaleString()
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.format(Date date).
|
String |
ResourceBundle.Control.toResourceName(String
Converts the given
bundleName to the form required by the
ClassLoader.getResource method by replacing all occurrences of
'.' in
bundleName with
'/' and appending a
'.' and the given file
suffix.
|
String |
BitSet.toString()
Returns a string representation of this bit set.
|
String |
IntSummaryStatistics.toString()
|
String |
Date.toString()
Converts this
Date object to a
String of the form:
|
String |
DoubleSummaryStatistics.toString()
Returns a string representation of the object.
|
String |
Currency.toString()
Returns the ISO 4217 currency code of this currency.
|
String |
Vector.toString()
Returns a string representation of this Vector, containing the String representation of each element.
|
String |
AbstractMap.toString()
Returns a string representation of this map.
|
String |
AbstractMap.SimpleEntry.toString()
Returns a String representation of this map entry.
|
String |
AbstractMap.SimpleImmutableEntry.toString()
Returns a String representation of this map entry.
|
String |
Locale.toString()
Returns a string representation of this
Locale 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.
|
String |
Optional.toString()
Returns a non-empty string representation of this Optional suitable for debugging.
|
String |
Scanner.toString()
Returns the string representation of this
Scanner.
|
String |
OptionalDouble.toString()
Returns a string representation of the object.
|
String |
ServiceLoader.toString()
Returns a string describing this service.
|
String |
OptionalInt.toString()
Returns a string representation of the object.
|
String |
Formatter.toString()
Returns the result of invoking
toString() on the destination for the output.
|
String |
Calendar.toString()
Return a string representation of this calendar.
|
String |
EventObject.toString()
Returns a String representation of this EventObject.
|
String |
AbstractCollection.toString()
Returns a string representation of this collection.
|
String |
OptionalLong.toString()
Returns a string representation of the object.
|
String |
Hashtable.toString()
Returns a string representation of this
Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "
, " (comma and space).
|
String |
StringJoiner.toString()
Returns the current value, consisting of the
prefix, the values added so far separated by the
delimiter, and the
suffix, unless no elements have been added in which case, the
prefix + suffix or the
emptyValue characters are returned
|
String |
SimpleTimeZone.toString()
Returns a string representation of this time zone.
|
String |
LongSummaryStatistics.toString()
|
String |
UUID.toString()
Returns a
String object representing this
UUID.
|
static String |
Arrays.toString(boolean[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Arrays.toString(byte[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Arrays.toString(char[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Arrays.toString(double[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Arrays.toString(float[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Arrays.toString(int[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Arrays.toString(long[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Objects.toString(Object
Returns the result of calling
toString for a non-
null argument and
"null" for a
null argument.
|
static String |
Arrays.toString(Object
Returns a string representation of the contents of the specified array.
|
static String |
Objects.toString(Object
Returns the result of calling
toString on the first argument if the first argument is not
null and returns the second argument otherwise.
|
static String |
Arrays.toString(short[] a)
Returns a string representation of the contents of the specified array.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
static Set |
Calendar.getAvailableCalendarTypes()
Returns an unmodifiable
Set containing all calendar types supported by
Calendar in the runtime environment.
|
Map |
Calendar.getDisplayNames(int field, int style, Locale
Returns a
Map containing all names of the calendar
field in the given
style and
locale and their corresponding field values.
|
List |
ResourceBundle.Control.getFormats(String
Returns a
List of
Strings containing formats to be used to load resource bundles for the given
baseName.
|
abstract Enumeration |
ResourceBundle.getKeys()
Returns an enumeration of the keys.
|
Enumeration |
PropertyResourceBundle.getKeys()
Returns an
Enumeration of the keys contained in this
ResourceBundle and its parent bundles.
|
Enumeration |
ListResourceBundle.getKeys()
Returns an
Enumeration of the keys contained in this
ResourceBundle and its parent bundles.
|
Set |
Locale.getUnicodeLocaleAttributes()
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.
|
Set |
Locale.getUnicodeLocaleKeys()
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.
|
protected Set |
ResourceBundle.handleKeySet()
Returns a
Set of the keys contained
only in this
ResourceBundle.
|
protected Set |
PropertyResourceBundle.handleKeySet()
Returns a
Set of the keys contained
only in this
ResourceBundle.
|
protected Set |
ListResourceBundle.handleKeySet()
Returns a
Set of the keys contained
only in this
ResourceBundle.
|
Set |
ResourceBundle.keySet()
Returns a
Set of all keys contained in this
ResourceBundle and its parent bundles.
|
Set |
Properties.stringPropertyNames()
Returns a set of keys in 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.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
Locale.Builder.addUnicodeLocaleAttribute(String
Adds a unicode locale attribute, if not already present, otherwise has no effect.
|
boolean |
ResourceBundle.containsKey(String
Determines whether the given
key is contained in this
ResourceBundle or its parent bundles.
|
byte[] |
Base64.Decoder.decode(String
Decodes a Base64 encoded String into a newly-allocated byte array using the
Base64 encoding scheme.
|
String |
Scanner.findInLine(String
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
|
String |
Scanner.findWithinHorizon(String
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
|
static Locale |
Locale.forLanguageTag(String
Returns a locale for the specified IETF BCP 47 language tag string.
|
Formatter |
Formatter.format(Locale
Writes a formatted string to this object's destination using the specified locale, format string, and arguments.
|
Formatter |
Formatter.format(String
Writes a formatted string to this object's destination using the specified format string and arguments.
|
static UUID |
UUID.fromString(String
Creates a
UUID from the string standard representation as described in the
UUID method.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Gets a resource bundle using the specified base name, the default locale, and the caller's class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Gets a resource bundle using the specified base name, locale, and class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, target locale, class loader and control.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, the default locale and the specified control.
|
List |
ResourceBundle.Control.getCandidateLocales(String
Returns a
List of
Locales as candidate locales for
baseName and
locale.
|
Locale |
ResourceBundle.Control.getFallbackLocale(String
Returns a
Locale to be used as a fallback locale for further resource bundle searches by the
ResourceBundle.getBundle factory method.
|
List |
ResourceBundle.Control.getFormats(String
Returns a
List of
Strings containing formats to be used to load resource bundles for the given
baseName.
|
static Currency |
Currency.getInstance(String
Returns the
Currency instance for the given currency code.
|
Object |
ResourceBundle.getObject(String
Gets an object for the given key from this resource bundle or one of its parents.
|
String |
Properties.getProperty(String
Searches for the property with the specified key in this property list.
|
String |
Properties.getProperty(String
Searches for the property with the specified key in this property list.
|
String |
ResourceBundle.getString(String
Gets a string for the given key from this resource bundle or one of its parents.
|
String |
ResourceBundle.getStringArray(String
Gets a string array for the given key from this resource bundle or one of its parents.
|
long |
ResourceBundle.Control.getTimeToLive(String
Returns the time-to-live (TTL) value for resource bundles that are loaded under this
ResourceBundle.Control.
|
static TimeZone |
TimeZone.getTimeZone(String
Gets the
TimeZone for the given ID.
|
String |
Locale.getUnicodeLocaleType(String
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
|
protected abstract Object |
ResourceBundle.handleGetObject(String
Gets an object for the given key from this resource bundle.
|
Object |
PropertyResourceBundle.handleGetObject(String
|
Object |
ListResourceBundle.handleGetObject(String
|
boolean |
Scanner.hasNext(String
Returns true if the next token matches the pattern constructed from the specified string.
|
boolean |
ResourceBundle.Control.needsReload(String
Determines if the expired
bundle in the cache needs to be reloaded based on the loading time given by
loadTime or some other criteria.
|
ResourceBundle |
ResourceBundle.Control.newBundle(String
Instantiates a resource bundle for the given bundle name of the given format and locale, using the given class loader if necessary.
|
String |
Scanner.next(String
Returns the next token if it matches the pattern constructed from the specified string.
|
String |
StringTokenizer.nextToken(String
Returns the next token in this string tokenizer's string.
|
static long |
Date.parse(String
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.parse(String s).
|
static List |
Locale.LanguageRange.parse(String
Parses the given
ranges to generate a Language Priority List.
|
static List |
Locale.LanguageRange.parse(String
Parses the given
ranges to generate a Language Priority List, and then customizes the list using the given
map.
|
Locale |
Locale.Builder.removeUnicodeLocaleAttribute(String
Removes a unicode locale attribute, if present, otherwise has no effect.
|
static <T> T |
Objects.requireNonNull(T obj, String
Checks that the specified object reference is not
null and throws a customized
NullPointerException if it is.
|
void |
Properties.save(OutputStream
Deprecated.
This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the
store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.
|
Calendar |
Calendar.Builder.setCalendarType(String
Sets the calendar type parameter to the given
type.
|
Locale |
Locale.Builder.setExtension(char key, String
Sets the extension for the given key.
|
void |
TimeZone.setID(String
Sets the time zone ID.
|
Locale |
Locale.Builder.setLanguage(String
Sets the language.
|
Locale |
Locale.Builder.setLanguageTag(String
Resets the Builder to match the provided IETF BCP 47 language tag.
|
Object |
Properties.setProperty(String
Calls the
Hashtable method
put.
|
Locale |
Locale.Builder.setRegion(String
Sets the region.
|
Locale |
Locale.Builder.setScript(String
Sets the script.
|
Locale |
Locale.Builder.setUnicodeLocaleKeyword(String
Sets the Unicode locale keyword type for the given key.
|
Locale |
Locale.Builder.setVariant(String
Sets the variant.
|
Scanner |
Scanner.skip(String
Skips input that matches a pattern constructed from the specified string.
|
void |
Properties.store(OutputStream
Writes this property list (key and element pairs) in this
Properties table to the output stream in a format suitable for loading into a
Properties table using the
load(InputStream) method.
|
void |
Properties.store(Writer
Writes this property list (key and element pairs) in this
Properties table to the output character stream in a format suitable for using the
load(Reader) method.
|
void |
Properties.storeToXML(OutputStream
Emits an XML document representing all of the properties contained in this table.
|
void |
Properties.storeToXML(OutputStream
Emits an XML document representing all of the properties contained in this table, using the specified encoding.
|
String |
ResourceBundle.Control.toBundleName(String
Converts the given
baseName and
locale to the bundle name.
|
String |
ResourceBundle.Control.toResourceName(String
Converts the given
bundleName to the form required by the
ClassLoader.getResource method by replacing all occurrences of
'.' in
bundleName with
'/' and appending a
'.' and the given file
suffix.
|
static String |
Objects.toString(Object
Returns the result of calling
toString on the first argument if the first argument is not
null and returns the second argument otherwise.
|
Scanner |
Scanner.useDelimiter(String
Sets this scanner's delimiting pattern to a pattern constructed from the specified
String.
|
static Locale |
Locale.Category.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Locale |
Locale.FilteringMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Formatter |
Formatter.BigDecimalLayoutForm.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
static ResourceBundle |
ResourceBundle.Control.getControl(List
|
static ResourceBundle |
ResourceBundle.Control.getNoFallbackControl(List
Returns a
ResourceBundle.Control in which the
getFormats method returns the specified
formats and the
getFallbackLocale method returns
null.
|
static String |
Locale.lookupTag(List
Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.
|
static List |
Locale.LanguageRange.mapEquivalents(List
Generates a new customized Language Priority List using the given
priorityList and
map.
|
static List |
Locale.LanguageRange.mapEquivalents(List
Generates a new customized Language Priority List using the given
priorityList and
map.
|
static List |
Locale.LanguageRange.parse(String
Parses the given
ranges to generate a Language Priority List, and then customizes the list using the given
map.
|
static List |
Locale.LanguageRange.parse(String
Parses the given
ranges to generate a Language Priority List, and then customizes the list using the given
map.
|
static <T> T |
Objects.requireNonNull(T obj, Supplier
Checks that the specified object reference is not
null and throws a customized
NullPointerException if it is.
|
| Constructor and Description | |
|---|---|
ConcurrentModificationException(String
Constructs a
ConcurrentModificationException with the specified detail message.
|
|
ConcurrentModificationException(String
Constructs a new exception with the specified detail message and cause.
|
|
Date(String
Deprecated.
As of JDK version 1.1, replaced by
DateFormat.parse(String s).
|
|
DuplicateFormatFlagsException(String
Constructs an instance of this class with the specified flags.
|
|
FormatFlagsConversionMismatchException(String
Constructs an instance of this class with the specified flag and conversion.
|
|
Formatter(File
Constructs a new formatter with the specified file and charset.
|
|
Formatter(File
Constructs a new formatter with the specified file, charset, and locale.
|
|
Formatter(OutputStream
Constructs a new formatter with the specified output stream and charset.
|
|
Formatter(OutputStream
Constructs a new formatter with the specified output stream, charset, and locale.
|
|
Formatter(String
Constructs a new formatter with the specified file name.
|
|
Formatter(String
Constructs a new formatter with the specified file name and charset.
|
|
Formatter(String
Constructs a new formatter with the specified file name, charset, and locale.
|
|
IllegalFormatFlagsException(String
Constructs an instance of this class with the specified flags.
|
|
IllformedLocaleException(String
Constructs a new
IllformedLocaleException with the given message and -1 as the error index.
|
|
IllformedLocaleException(String
Constructs a new
IllformedLocaleException with the given message and the error index.
|
|
InputMismatchException(String
Constructs an
InputMismatchException, saving a reference to the error message string
s for later retrieval by the
getMessage method.
|
|
InvalidPropertiesFormatException(String
Constructs an InvalidPropertiesFormatException with the specified detail message.
|
|
LanguageRange(String
Constructs a
LanguageRange using the given
range.
|
|
LanguageRange(String
Constructs a
LanguageRange using the given
range and
weight.
|
|
Locale(String
Construct a locale from a language code.
|
|
Locale(String
Construct a locale from language and country.
|
|
Locale(String
Construct a locale from language, country and variant.
|
|
MissingFormatArgumentException(String
Constructs an instance of this class with the unmatched format specifier.
|
|
MissingFormatWidthException(String
Constructs an instance of this class with the specified format specifier.
|
|
MissingResourceException(String
Constructs a MissingResourceException with the specified information.
|
|
NoSuchElementException(String
Constructs a
NoSuchElementException, saving a reference to the error message string
s for later retrieval by the
getMessage method.
|
|
PropertyPermission(String
Creates a new PropertyPermission object with the specified name.
|
|
Scanner(File
Constructs a new
Scanner that produces values scanned from the specified file.
|
|
Scanner(InputStream
Constructs a new
Scanner that produces values scanned from the specified input stream.
|
|
Scanner(Path
Constructs a new
Scanner that produces values scanned from the specified file.
|
|
Scanner(ReadableByteChannel
Constructs a new
Scanner that produces values scanned from the specified channel.
|
|
Scanner(String
Constructs a new
Scanner that produces values scanned from the specified string.
|
|
ServiceConfigurationError(String
Constructs a new instance with the specified message.
|
|
ServiceConfigurationError(String
Constructs a new instance with the specified message and cause.
|
|
SimpleTimeZone(int rawOffset, String
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
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
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
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
Constructs a string tokenizer for the specified string.
|
|
StringTokenizer(String
Constructs a string tokenizer for the specified string.
|
|
StringTokenizer(String
Constructs a string tokenizer for the specified string.
|
|
Timer(String
Creates a new timer whose associated thread has the specified name.
|
|
Timer(String
Creates a new timer whose associated thread has the specified name, and may be specified to
run as a daemon.
|
|
TooManyListenersException(String
Constructs a TooManyListenersException with the specified detail message.
|
|
UnknownFormatConversionException(String
Constructs an instance of this class with the unknown conversion.
|
|
UnknownFormatFlagsException(String
Constructs an instance of this class with the specified flags.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Phaser.toString()
Returns a string identifying this phaser, as well as its state.
|
String |
CountDownLatch.toString()
Returns a string identifying this latch, as well as its state.
|
String |
LinkedBlockingQueue.toString()
|
String |
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.
|
String |
ConcurrentHashMap.toString()
Returns a string representation of this map.
|
String |
ArrayBlockingQueue.toString()
|
String |
CompletableFuture.toString()
Returns a string identifying this CompletableFuture, as well as its completion state.
|
String |
ThreadPoolExecutor.toString()
Returns a string identifying this pool, as well as its state, including indications of run state and estimated worker and task counts.
|
String |
LinkedBlockingDeque.toString()
|
String |
PriorityBlockingQueue.toString()
|
String |
Semaphore.toString()
Returns a string identifying this semaphore, as well as its state.
|
String |
CopyOnWriteArrayList.toString()
Returns a string representation of this list.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeUnit |
TimeUnit.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
BrokenBarrierException(String
Constructs a
BrokenBarrierException with the specified detail message.
|
|
CancellationException(String
Constructs a
CancellationException with the specified detail message.
|
|
CompletionException(String
Constructs a
CompletionException with the specified detail message.
|
|
CompletionException(String
Constructs a
CompletionException with the specified detail message and cause.
|
|
ExecutionException(String
Constructs an
ExecutionException with the specified detail message.
|
|
ExecutionException(String
Constructs an
ExecutionException with the specified detail message and cause.
|
|
RejectedExecutionException(String
Constructs a
RejectedExecutionException with the specified detail message.
|
|
RejectedExecutionException(String
Constructs a
RejectedExecutionException with the specified detail message and cause.
|
|
TimeoutException(String
Constructs a
TimeoutException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AtomicLong.toString()
Returns the String representation of the current value.
|
String |
LongAdder.toString()
Returns the String representation of the
LongAdder.
|
String |
AtomicReferenceArray.toString()
Returns the String representation of the current values of array.
|
String |
AtomicLongArray.toString()
Returns the String representation of the current values of array.
|
String |
AtomicReference.toString()
Returns the String representation of the current value.
|
String |
LongAccumulator.toString()
Returns the String representation of the current value.
|
String |
AtomicBoolean.toString()
Returns the String representation of the current value.
|
String |
AtomicInteger.toString()
Returns the String representation of the current value.
|
String |
DoubleAccumulator.toString()
Returns the String representation of the current value.
|
String |
AtomicIntegerArray.toString()
Returns the String representation of the current values of array.
|
String |
DoubleAdder.toString()
Returns the String representation of the
DoubleAdder.
|
| Modifier and Type | Method and Description |
|---|---|
static <U |
AtomicReferenceFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|
static <U> AtomicLongFieldUpdater |
AtomicLongFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|
static <U> AtomicIntegerFieldUpdater |
AtomicIntegerFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StampedLock.toString()
Returns a string identifying this lock, as well as its lock state.
|
String |
ReentrantLock.toString()
Returns a string identifying this lock, as well as its lock state.
|
String |
AbstractQueuedSynchronizer.toString()
Returns a string identifying this synchronizer, as well as its state.
|
String |
ReentrantReadWriteLock.toString()
Returns a string identifying this lock, as well as its lock state.
|
String |
ReentrantReadWriteLock.ReadLock.toString()
Returns a string identifying this lock, as well as its lock state.
|
String |
ReentrantReadWriteLock.WriteLock.toString()
Returns a string identifying this lock, as well as its lock state.
|
String |
AbstractQueuedLongSynchronizer.toString()
Returns a string identifying this synchronizer, as well as its state.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
Pack200.Packer.CLASS_ATTRIBUTE_PFX
When concatenated with a class attribute name, indicates the format of that attribute, using the layout language specified in the JSR 200 specification.
|
static String |
Pack200.Packer.CODE_ATTRIBUTE_PFX
When concatenated with a code attribute name, indicates the format of that attribute.
|
static String |
Pack200.Packer.DEFLATE_HINT
If this property is set to
Pack200 or
Pack200, the packer will set the deflation hint accordingly in the output archive, and will not transmit the individual deflation hints of archive elements.
|
static String |
Pack200.Unpacker.DEFLATE_HINT
Property indicating that the unpacker should ignore all transmitted values for DEFLATE_HINT, replacing them by the given value,
Pack200 or
Pack200.
|
static String |
Pack200.Packer.EFFORT
If this property is set to a single decimal digit, the packer will use the indicated amount of effort in compressing the archive.
|
static String |
Pack200.Packer.ERROR
The string "error", a possible value for certain properties.
|
static String |
Pack200.Packer.FALSE
The string "false", a possible value for certain properties.
|
static String |
Pack200.Unpacker.FALSE
The string "false", a possible value for certain properties.
|
static String |
Pack200.Packer.FIELD_ATTRIBUTE_PFX
When concatenated with a field attribute name, indicates the format of that attribute.
|
static String |
Pack200.Packer.KEEP
The string "keep", a possible value for certain properties.
|
static String |
Pack200.Unpacker.KEEP
The string "keep", a possible value for certain properties.
|
static String |
Pack200.Packer.KEEP_FILE_ORDER
If this property is set to
Pack200, the packer will transmit all elements in their original order within the source archive.
|
static String |
Pack200.Packer.LATEST
The string "latest", a possible value for certain properties.
|
static String |
JarFile.MANIFEST_NAME
The JAR manifest file name.
|
static String |
Pack200.Packer.METHOD_ATTRIBUTE_PFX
When concatenated with a method attribute name, indicates the format of that attribute.
|
static String |
Pack200.Packer.MODIFICATION_TIME
If this property is set to the special string
Pack200, the packer will attempt to determine the latest modification time, among all the available entries in the original archive or the latest modification time of all the available entries in each segment.
|
static String |
Pack200.Packer.PASS
The string "pass", a possible value for certain properties.
|
static String |
Pack200.Packer.PASS_FILE_PFX
Indicates that a file should be passed through bytewise, with no compression.
|
static String |
Pack200.Packer.PROGRESS
The unpacker's progress as a percentage, as periodically updated by the unpacker.
|
static String |
Pack200.Unpacker.PROGRESS
The unpacker's progress as a percentage, as periodically updated by the unpacker.
|
static String |
Pack200.Packer.SEGMENT_LIMIT
This property is a numeral giving the estimated target size N (in bytes) of each archive segment.
|
static String |
Pack200.Packer.STRIP
The string "strip", a possible value for certain properties.
|
static String |
Pack200.Packer.TRUE
The string "true", a possible value for certain properties.
|
static String |
Pack200.Unpacker.TRUE
The string "true", a possible value for certain properties.
|
static String |
Pack200.Packer.UNKNOWN_ATTRIBUTE
Indicates the action to take when a class-file containing an unknown attribute is encountered.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Attributes.getValue(Attributes
Returns the value of the specified Attributes.Name, or null if the attribute was not found.
|
String |
Attributes.getValue(String
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
|
String |
Attributes.putValue(String
Associates the specified value with the specified attribute name, specified as a String.
|
String |
Attributes.Name.toString()
Returns the attribute name as a String.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Manifest.getEntries()
Returns a Map of the entries contained in this Manifest.
|
SortedMap |
Pack200.Packer.properties()
Get the set of this engine's properties.
|
SortedMap |
Pack200.Packer.properties()
Get the set of this engine's properties.
|
SortedMap |
Pack200.Unpacker.properties()
Get the set of this engine's properties.
|
SortedMap |
Pack200.Unpacker.properties()
Get the set of this engine's properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected ZipEntry |
JarInputStream.createZipEntry(String
Creates a new
JarEntry (
ZipEntry) for the specified JAR file entry name.
|
Attributes |
Manifest.getAttributes(String
Returns the Attributes for the specified entry name.
|
ZipEntry |
JarFile.getEntry(String
Returns the
ZipEntry for the given entry name or
null if not found.
|
JarEntry |
JarFile.getJarEntry(String
Returns the
JarEntry for the given entry name or
null if not found.
|
String |
Attributes.getValue(String
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
|
String |
Attributes.putValue(String
Associates the specified value with the specified attribute name, specified as a String.
|
| Constructor and Description | |
|---|---|
JarEntry(String
Creates a new
JarEntry for the specified JAR file entry name.
|
|
JarException(String
Constructs a JarException with the specified detail message.
|
|
JarFile(String
Creates a new
JarFile to read from the specified file
name.
|
|
JarFile(String
Creates a new
JarFile to read from the specified file
name.
|
|
Name(String
Constructs a new attribute name using the given string name.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
Logger.GLOBAL_LOGGER_NAME
GLOBAL_LOGGER_NAME is a name for the global logger.
|
static String |
LogManager.LOGGING_MXBEAN_NAME
String representation of the
ObjectName for the management interface for the logging facility.
|
| Modifier and Type | Method and Description |
|---|---|
String |
XMLFormatter.format(LogRecord
Format the given message to XML.
|
String |
SimpleFormatter.format(LogRecord
Format the given LogRecord.
|
abstract String |
Formatter.format(LogRecord
Format the given log record and return the formatted string.
|
String |
Formatter.formatMessage(LogRecord
Localize and format the message string from a log record.
|
String |
Handler.getEncoding()
Return the character encoding for this
Handler.
|
String |
XMLFormatter.getHead(Handler
Return the header string for a set of XML formatted records.
|
String |
Formatter.getHead(Handler
Return the header string for a set of formatted records.
|
String |
Level.getLocalizedName()
Return the localized string name of the Level, for the current default locale.
|
String |
LoggingMXBean.getLoggerLevel(String
Gets the name of the log level associated with the specified logger.
|
String |
LogRecord.getLoggerName()
Get the source Logger's name.
|
String |
LogRecord.getMessage()
Get the "raw" log message, before localization or formatting.
|
String |
Level.getName()
Return the non-localized string name of the Level.
|
String |
Logger.getName()
Get the name for this logger.
|
String |
LoggingMXBean.getParentLoggerName(String
Returns the name of the parent for the specified logger.
|
String |
LogManager.getProperty(String
Get the value of a logging property.
|
String |
Level.getResourceBundleName()
Return the level's localization resource bundle name, or null if no localization bundle is defined.
|
String |
LogRecord.getResourceBundleName()
Get the localization resource bundle name
|
String |
Logger.getResourceBundleName()
Retrieve the localization resource bundle name for this logger.
|
String |
LogRecord.getSourceClassName()
Get the name of the class that (allegedly) issued the logging request.
|
String |
LogRecord.getSourceMethodName()
Get the name of the method that (allegedly) issued the logging request.
|
String |
XMLFormatter.getTail(Handler
Return the tail string for a set of XML formatted records.
|
String |
Formatter.getTail(Handler
Return the tail string for a set of formatted records.
|
String |
Level.toString()
Returns a string representation of this Level.
|
| Modifier and Type | Method and Description |
|---|---|
List |
LoggingMXBean.getLoggerNames()
Returns the list of currently registered logger names.
|
Enumeration |
LogManager.getLoggerNames()
Get an enumeration of known logger names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.config(String
Log a CONFIG message.
|
void |
Logger.entering(String
Log a method entry.
|
void |
Logger.entering(String
Log a method entry, with one parameter.
|
void |
Logger.entering(String
Log a method entry, with an array of parameters.
|
void |
ErrorManager.error(String
The error method is called when a Handler failure occurs.
|
void |
Logger.exiting(String
Log a method return.
|
void |
Logger.exiting(String
Log a method return, with result object.
|
void |
Logger.fine(String
Log a FINE message.
|
void |
Logger.finer(String
Log a FINER message.
|
void |
Logger.finest(String
Log a FINEST message.
|
static Logger |
Logger.getAnonymousLogger(String
Create an anonymous Logger.
|
static Logger |
Logger.getLogger(String
Find or create a logger for a named subsystem.
|
Logger |
LogManager.getLogger(String
Method to find a named logger.
|
static Logger |
Logger.getLogger(String
Find or create a logger for a named subsystem.
|
String |
LoggingMXBean.getLoggerLevel(String
Gets the name of the log level associated with the specified logger.
|
String |
LoggingMXBean.getParentLoggerName(String
Returns the name of the parent for the specified logger.
|
String |
LogManager.getProperty(String
Get the value of a logging property.
|
void |
Logger.info(String
Log an INFO message.
|
void |
Logger.log(Level
Log a message, with no arguments.
|
void |
Logger.log(Level
Log a message, with one object parameter.
|
void |
Logger.log(Level
Log a message, with an array of object arguments.
|
void |
Logger.log(Level
Log a message, with associated Throwable information.
|
void |
Logger.logp(Level
Log a message, specifying source class and method, with no arguments.
|
void |
Logger.logp(Level
Log a message, specifying source class and method, with a single object parameter to the log message.
|
void |
Logger.logp(Level
Log a message, specifying source class and method, with an array of object arguments.
|
void |
Logger.logp(Level
Log a message, specifying source class and method, with associated Throwable information.
|
void |
Logger.logp(Level
Log a lazily constructed message, specifying source class and method, with no arguments.
|
void |
Logger.logp(Level
Log a lazily constructed message, specifying source class and method, with associated Throwable information.
|
void |
Logger.logrb(Level
Log a message, specifying source class, method, and resource bundle, with an optional list of message parameters.
|
void |
Logger.logrb(Level
Log a message, specifying source class, method, and resource bundle, with associated Throwable information.
|
void |
Logger.logrb(Level
|
void |
Logger.logrb(Level
|
void |
Logger.logrb(Level
|
void |
Logger.logrb(Level
|
static Level |
Level.parse(String
Parse a level name string into a Level.
|
protected void |
Handler.reportError(String
Protected convenience method to report an error to this Handler's ErrorManager.
|
void |
Handler.setEncoding(String
Set the character encoding used by this
Handler.
|
void |
StreamHandler.setEncoding(String
Set (or change) the character encoding used by this
Handler.
|
void |
LoggingMXBean.setLoggerLevel(String
Sets the specified logger to the specified new level.
|
void |
LogRecord.setLoggerName(String
Set the source Logger's name.
|
void |
LogRecord.setMessage(String
Set the "raw" log message, before localization or formatting.
|
void |
LogRecord.setResourceBundleName(String
Set the localization resource bundle name.
|
void |
LogRecord.setSourceClassName(String
Set the name of the class that (allegedly) issued the logging request.
|
void |
LogRecord.setSourceMethodName(String
Set the name of the method that (allegedly) issued the logging request.
|
void |
Logger.severe(String
Log a SEVERE message.
|
void |
Logger.throwing(String
Log throwing an exception.
|
void |
Logger.warning(String
Log a WARNING message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.config(Supplier
Log a CONFIG message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
void |
Logger.fine(Supplier
Log a FINE message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
void |
Logger.finer(Supplier
Log a FINER message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
void |
Logger.finest(Supplier
Log a FINEST message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
void |
Logger.info(Supplier
Log a INFO message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
void |
Logger.log(Level
Log a message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
void |
Logger.log(Level
Log a lazily constructed message, with associated Throwable information.
|
void |
Logger.logp(Level
Log a lazily constructed message, specifying source class and method, with no arguments.
|
void |
Logger.logp(Level
Log a lazily constructed message, specifying source class and method, with associated Throwable information.
|
void |
Logger.severe(Supplier
Log a SEVERE message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
void |
Logger.warning(Supplier
Log a WARNING message, which is only to be constructed if the logging level is such that the message will actually be logged.
|
| Constructor and Description | |
|---|---|
FileHandler(String
Initialize a
FileHandler to write to the given filename.
|
|
FileHandler(String
Initialize a
FileHandler to write to the given filename, with optional append.
|
|
FileHandler(String
Initialize a
FileHandler to write to a set of files.
|
|
FileHandler(String
Initialize a
FileHandler to write to a set of files with optional append.
|
|
Level(String
Create a named Level with a given integer value.
|
|
Level(String
Create a named Level with a given integer value and a given localization resource name.
|
|
Logger(String
Protected method to construct a logger for a named subsystem.
|
|
LoggingPermission(String
Creates a new LoggingPermission object.
|
|
LogRecord(Level
Construct a LogRecord with the given level and message values.
|
|
SocketHandler(String
Construct a
SocketHandler using a specified host and port.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractPreferences.absolutePath()
Implements the
absolutePath method as per the specification in
Preferences.
|
abstract String |
Preferences.absolutePath()
Returns this preference node's absolute path name.
|
String |
AbstractPreferences.childrenNames()
Implements the
children method as per the specification in
Preferences.
|
abstract String |
Preferences.childrenNames()
Returns the names of the children of this preference node, relative to this node.
|
protected abstract String |
AbstractPreferences.childrenNamesSpi()
Returns the names of the children of this preference node.
|
String |
AbstractPreferences.get(String
Implements the
get method as per the specification in
Preferences.
|
abstract String |
Preferences.get(String
Returns the value associated with the specified key in this preference node.
|
String |
PreferenceChangeEvent.getKey()
Returns the key of the preference that was changed.
|
String |
PreferenceChangeEvent.getNewValue()
Returns the new value for the preference.
|
protected abstract String |
AbstractPreferences.getSpi(String
Return the value associated with the specified key at this preference node, or
null if there is no association for this key, or the association cannot be determined at this time.
|
String |
AbstractPreferences.keys()
Implements the
keys method as per the specification in
Preferences.
|
abstract String |
Preferences.keys()
Returns all of the keys that have an associated value in this preference node.
|
protected abstract String |
AbstractPreferences.keysSpi()
Returns all of the keys that have an associated value in this preference node.
|
String |
AbstractPreferences.name()
Implements the
name method as per the specification in
Preferences.
|
abstract String |
Preferences.name()
Returns this preference node's name, relative to its parent.
|
String |
AbstractPreferences.toString()
Returns the absolute path name of this preferences node.
|
abstract String |
Preferences.toString()
Returns a string representation of this preferences node, as if computed by the expression:
(this.isUserNode() ? "User" : "System") + " Preference Node: " + this.absolutePath().
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractPreferences |
AbstractPreferences.childSpi(String
Returns the named child of this preference node, creating it if it does not already exist.
|
String |
AbstractPreferences.get(String
Implements the
get method as per the specification in
Preferences.
|
abstract String |
Preferences.get(String
Returns the value associated with the specified key in this preference node.
|
boolean |
AbstractPreferences.getBoolean(String
Implements the
getBoolean method as per the specification in
Preferences.
|
abstract boolean |
Preferences.getBoolean(String
Returns the boolean value represented by the string associated with the specified key in this preference node.
|
byte[] |
AbstractPreferences.getByteArray(String
Implements the
getByteArray method as per the specification in
Preferences.
|
abstract byte[] |
Preferences.getByteArray(String
Returns the byte array value represented by the string associated with the specified key in this preference node.
|
protected AbstractPreferences |
AbstractPreferences.getChild(String
Returns the named child if it exists, or
null if it does not.
|
double |
AbstractPreferences.getDouble(String
Implements the
getDouble method as per the specification in
Preferences.
|
abstract double |
Preferences.getDouble(String
Returns the double value represented by the string associated with the specified key in this preference node.
|
float |
AbstractPreferences.getFloat(String
Implements the
getFloat method as per the specification in
Preferences.
|
abstract float |
Preferences.getFloat(String
Returns the float value represented by the string associated with the specified key in this preference node.
|
int |
AbstractPreferences.getInt(String
Implements the
getInt method as per the specification in
Preferences.
|
abstract int |
Preferences.getInt(String
Returns the int value represented by the string associated with the specified key in this preference node.
|
long |
AbstractPreferences.getLong(String
Implements the
getLong method as per the specification in
Preferences.
|
abstract long |
Preferences.getLong(String
Returns the long value represented by the string associated with the specified key in this preference node.
|
protected abstract String |
AbstractPreferences.getSpi(String
Return the value associated with the specified key at this preference node, or
null if there is no association for this key, or the association cannot be determined at this time.
|
Preferences |
AbstractPreferences.node(String
Implements the
node method as per the specification in
Preferences.
|
abstract Preferences |
Preferences.node(String
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
Implements the
nodeExists method as per the specification in
Preferences.
|
abstract boolean |
Preferences.nodeExists(String
Returns true if the named preference node exists in the same tree as this node.
|
void |
AbstractPreferences.put(String
Implements the
put method as per the specification in
Preferences.
|
abstract void |
Preferences.put(String
Associates the specified value with the specified key in this preference node.
|
void |
AbstractPreferences.putBoolean(String
Implements the
putBoolean method as per the specification in
Preferences.
|
abstract void |
Preferences.putBoolean(String
Associates a string representing the specified boolean value with the specified key in this preference node.
|
void |
AbstractPreferences.putByteArray(String
Implements the
putByteArray method as per the specification in
Preferences.
|
abstract void |
Preferences.putByteArray(String
Associates a string representing the specified byte array with the specified key in this preference node.
|
void |
AbstractPreferences.putDouble(String
Implements the
putDouble method as per the specification in
Preferences.
|
abstract void |
Preferences.putDouble(String
Associates a string representing the specified double value with the specified key in this preference node.
|
void |
AbstractPreferences.putFloat(String
Implements the
putFloat method as per the specification in
Preferences.
|
abstract void |
Preferences.putFloat(String
Associates a string representing the specified float value with the specified key in this preference node.
|
void |
AbstractPreferences.putInt(String
Implements the
putInt method as per the specification in
Preferences.
|
abstract void |
Preferences.putInt(String
Associates a string representing the specified int value with the specified key in this preference node.
|
void |
AbstractPreferences.putLong(String
Implements the
putLong method as per the specification in
Preferences.
|
abstract void |
Preferences.putLong(String
Associates a string representing the specified long value with the specified key in this preference node.
|
protected abstract void |
AbstractPreferences.putSpi(String
Put the given key-value association into this preference node.
|
void |
AbstractPreferences.remove(String
Implements the
remove(String) method as per the specification in
Preferences.
|
abstract void |
Preferences.remove(String
Removes the value associated with the specified key in this preference node, if any.
|
protected abstract void |
AbstractPreferences.removeSpi(String
Remove the association (if any) for the specified key at this preference node.
|
| Constructor and Description | |
|---|---|
AbstractPreferences(AbstractPreferences
Creates a preference node with the specified parent and the specified name relative to its parent.
|
|
BackingStoreException(String
Constructs a BackingStoreException with the specified detail message.
|
|
InvalidPreferencesFormatException(String
Constructs an InvalidPreferencesFormatException with the specified detail message.
|
|
InvalidPreferencesFormatException(String
Constructs an InvalidPreferencesFormatException with the specified detail message and cause.
|
|
PreferenceChangeEvent(Preferences
Constructs a new
PreferenceChangeEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PatternSyntaxException.getDescription()
Retrieves the description of the error.
|
String |
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.
|
String |
PatternSyntaxException.getPattern()
Retrieves the erroneous regular-expression pattern.
|
String |
MatchResult.group()
Returns the input subsequence matched by the previous match.
|
String |
Matcher.group()
Returns the input subsequence matched by the previous match.
|
String |
MatchResult.group(int group)
Returns the input subsequence captured by the given group during the previous match operation.
|
String |
Matcher.group(int group)
Returns the input subsequence captured by the given group during the previous match operation.
|
String |
Matcher.group(String
Returns the input subsequence captured by the given
named-capturing group during the previous match operation.
|
String |
Pattern.pattern()
Returns the regular expression from which this pattern was compiled.
|
static String |
Pattern.quote(String
Returns a literal pattern
String for the specified
String.
|
static String |
Matcher.quoteReplacement(String
Returns a literal replacement
String for the specified
String.
|
String |
Matcher.replaceAll(String
Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
|
String |
Matcher.replaceFirst(String
Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.
|
String |
Pattern.split(CharSequence
Splits the given input sequence around matches of this pattern.
|
String |
Pattern.split(CharSequence
Splits the given input sequence around matches of this pattern.
|
String |
Matcher.toString()
Returns the string representation of this matcher.
|
String |
Pattern.toString()
Returns the string representation of this pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Pattern.asPredicate()
Creates a predicate which can be used to match a string.
|
Stream |
Pattern.splitAsStream(CharSequence
Creates a stream from the given input sequence around matches of this pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Matcher |
Matcher.appendReplacement(StringBuffer
Implements a non-terminal append-and-replace step.
|
static Pattern |
Pattern.compile(String
Compiles the given regular expression into a pattern.
|
static Pattern |
Pattern.compile(String
Compiles the given regular expression into a pattern with the given flags.
|
int |
Matcher.end(String
Returns the offset after the last character of the subsequence captured by the given
named-capturing group during the previous match operation.
|
String |
Matcher.group(String
Returns the input subsequence captured by the given
named-capturing group during the previous match operation.
|
static boolean |
Pattern.matches(String
Compiles the given regular expression and attempts to match the given input against it.
|
static String |
Pattern.quote(String
Returns a literal pattern
String for the specified
String.
|
static String |
Matcher.quoteReplacement(String
Returns a literal replacement
String for the specified
String.
|
String |
Matcher.replaceAll(String
Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
|
String |
Matcher.replaceFirst(String
Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.
|
int |
Matcher.start(String
Returns the start index of the subsequence captured by the given
named-capturing group during the previous match operation.
|
| Constructor and Description | |
|---|---|
PatternSyntaxException(String
Constructs a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
LocaleNameProvider.getDisplayCountry(String
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.
|
abstract String |
LocaleNameProvider.getDisplayLanguage(String
Returns a localized name for the given
IETF BCP47 language code and the given locale that is appropriate for display to the user.
|
abstract String |
TimeZoneNameProvider.getDisplayName(String
Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
|
abstract String |
CalendarNameProvider.getDisplayName(String
Returns the string representation (display name) of the calendar
field value in the given
style and
locale.
|
String |
CurrencyNameProvider.getDisplayName(String
Returns a name for the currency that is appropriate for display to the user.
|
String |
LocaleNameProvider.getDisplayScript(String
Returns a localized name for the given
IETF BCP47 script code and the given locale that is appropriate for display to the user.
|
abstract String |
LocaleNameProvider.getDisplayVariant(String
Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.
|
String |
TimeZoneNameProvider.getGenericDisplayName(String
Returns a generic name for the given time zone
ID that's suitable for presentation to the user in the specified
locale.
|
abstract String |
CurrencyNameProvider.getSymbol(String
Gets the symbol of the given currency code for the specified locale.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map |
CalendarNameProvider.getDisplayNames(String
Returns a
Map containing all string representations (display names) of the
Calendar
field in the given
style and
locale and their corresponding field values.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
ResourceBundleControlProvider.getControl(String
Returns a
ResourceBundle.Control instance that is used to handle resource bundle loading for the given
baseName.
|
abstract String |
LocaleNameProvider.getDisplayCountry(String
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.
|
abstract String |
LocaleNameProvider.getDisplayLanguage(String
Returns a localized name for the given
IETF BCP47 language code and the given locale that is appropriate for display to the user.
|
abstract String |
TimeZoneNameProvider.getDisplayName(String
Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
|
abstract String |
CalendarNameProvider.getDisplayName(String
Returns the string representation (display name) of the calendar
field value in the given
style and
locale.
|
String |
CurrencyNameProvider.getDisplayName(String
Returns a name for the currency that is appropriate for display to the user.
|
abstract Map |
CalendarNameProvider.getDisplayNames(String
Returns a
Map containing all string representations (display names) of the
Calendar
field in the given
style and
locale and their corresponding field values.
|
String |
LocaleNameProvider.getDisplayScript(String
Returns a localized name for the given
IETF BCP47 script code and the given locale that is appropriate for display to the user.
|
abstract String |
LocaleNameProvider.getDisplayVariant(String
Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.
|
String |
TimeZoneNameProvider.getGenericDisplayName(String
Returns a generic name for the given time zone
ID that's suitable for presentation to the user in the specified
locale.
|
abstract String |
CurrencyNameProvider.getSymbol(String
Gets the symbol of the given currency code for the specified locale.
|
| Modifier and Type | Method and Description |
|---|---|
static Collector |
Collectors.joining()
Returns a
Collector that concatenates the input elements into a
String, in encounter order.
|
static Collector |
Collectors.joining(CharSequence
Returns a
Collector that concatenates the input elements, separated by the specified delimiter, in encounter order.
|
static Collector |
Collectors.joining(CharSequence
Returns a
Collector that concatenates the input elements, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
|
| Modifier and Type | Method and Description |
|---|---|
static Collector |
Collector.Characteristics.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ZipEntry.getComment()
Returns the comment string for the entry.
|
String |
ZipFile.getComment()
Returns the zip file comment, or null if none.
|
String |
ZipEntry.getName()
Returns the name of the entry.
|
String |
ZipFile.getName()
Returns the path name of the ZIP file.
|
String |
ZipEntry.toString()
Returns a string representation of the ZIP entry.
|
| Modifier and Type | Method and Description |
|---|---|
protected ZipEntry |
ZipInputStream.createZipEntry(String
Creates a new
ZipEntry object for the specified entry name.
|
ZipEntry |
ZipFile.getEntry(String
Returns the zip file entry for the specified name, or null if not found.
|
void |
ZipOutputStream.setComment(String
Sets the ZIP file comment.
|
void |
ZipEntry.setComment(String
Sets the optional comment string for the entry.
|
| Constructor and Description | |
|---|---|
DataFormatException(String
Constructs a DataFormatException with the specified detail message.
|
|
ZipEntry(String
Creates a new zip entry with the specified name.
|
|
ZipError(String
Constructs a ZipError with the given detail message.
|
|
ZipException(String
Constructs a
ZipException with the specified detail message.
|
|
ZipFile(String
Opens a zip file for reading.
|
|
ZipFile(String
Opens a zip file for reading.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
AccessibleContext.ACCESSIBLE_ACTION_PROPERTY
Constant used to indicate that the supported set of actions has changed.
|
static String |
AccessibleContext.ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY
Constant used to determine when the active descendant of a component has changed.
|
static String |
AccessibleContext.ACCESSIBLE_CARET_PROPERTY
Constant used to determine when the accessibleText caret has changed.
|
static String |
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY
Constant used to determine when Accessible children are added/removed from the object.
|
static String |
AccessibleContext.ACCESSIBLE_COMPONENT_BOUNDS_CHANGED
PropertyChangeEvent which indicates that a change has occurred in a component's bounds.
|
static String |
AccessibleContext.ACCESSIBLE_DESCRIPTION_PROPERTY
Constant used to determine when the accessibleDescription property has changed.
|
static String |
AccessibleContext.ACCESSIBLE_HYPERTEXT_OFFSET
Constant used to indicate that a hypertext element has received focus.
|
static String |
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 String |
AccessibleContext.ACCESSIBLE_NAME_PROPERTY
Constant used to determine when the accessibleName property has changed.
|
static String |
AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY
Constant used to determine when the accessibleSelection has changed.
|
static String |
AccessibleContext.ACCESSIBLE_STATE_PROPERTY
Constant used to determine when the accessibleStateSet property has changed.
|
static String |
AccessibleContext.ACCESSIBLE_TABLE_CAPTION_CHANGED
Constant used to indicate that the table caption has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table caption and the new value will be an Accessible representing the new table caption.
|
static String |
AccessibleContext.ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED
Constant used to indicate that the column description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the column index.
|
static String |
AccessibleContext.ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED
Constant used to indicate that the column header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
|
static String |
AccessibleContext.ACCESSIBLE_TABLE_MODEL_CHANGED
Constant used to indicate that table data has changed.
|
static String |
AccessibleContext.ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED
Constant used to indicate that the row description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the row index.
|
static String |
AccessibleContext.ACCESSIBLE_TABLE_ROW_HEADER_CHANGED
Constant used to indicate that the row header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
|
static String |
AccessibleContext.ACCESSIBLE_TABLE_SUMMARY_CHANGED
Constant used to indicate that the table summary has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table summary and the new value will be an Accessible representing the new table summary.
|
static String |
AccessibleContext.ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED
PropertyChangeEvent which indicates that text attributes have changed.
|
static String |
AccessibleContext.ACCESSIBLE_TEXT_PROPERTY
PropertyChangeEvent which indicates that text has changed.
|
static String |
AccessibleContext.ACCESSIBLE_VALUE_PROPERTY
Constant used to determine when the accessibleValue property has changed.
|
static String |
AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY
Constant used to determine when the visual appearance of the object has changed.
|
protected String |
AccessibleContext.accessibleDescription
A localized String containing the description of the object.
|
protected String |
AccessibleContext.accessibleName
A localized String containing the name of the object.
|
static String |
AccessibleRelation.CHILD_NODE_OF
Indicates that an object is a child node of one or more objects.
|
static String |
AccessibleRelation.CHILD_NODE_OF_PROPERTY
Indicates the CHILD_NODE_OF relation between two or more objects has changed.
|
static String |
AccessibleAction.CLICK
An action which causes a component to execute its default action.
|
static String |
AccessibleRelation.CONTROLLED_BY
Indicates an object is controlled by one or more target objects.
|
static String |
AccessibleRelation.CONTROLLED_BY_PROPERTY
Identifies that the target object that is doing the controlling has changed
|
static String |
AccessibleRelation.CONTROLLER_FOR
Indicates an object is a controller for one or more target objects.
|
static String |
AccessibleRelation.CONTROLLER_FOR_PROPERTY
Identifies that the controller for the target object has changed
|
static String |
AccessibleAction.DECREMENT
An action which decrements a value.
|
static String |
AccessibleRelation.EMBEDDED_BY
Indicates that an object is embedded in one or more objects.
|
static String |
AccessibleRelation.EMBEDDED_BY_PROPERTY
Indicates the EMBEDDED_BY relation between two or more objects has changed.
|
static String |
AccessibleRelation.EMBEDS
Indicates that an object has one or more objects embedded in it.
|
static String |
AccessibleRelation.EMBEDS_PROPERTY
Indicates the EMBEDS relation between two or more objects has changed.
|
static String |
AccessibleRelation.FLOWS_FROM
Indicates an object is logically contiguous with a second object where the second object occurs before the object.
|
static String |
AccessibleRelation.FLOWS_FROM_PROPERTY
Indicates the FLOWS_FROM relation between two objects has changed.
|
static String |
AccessibleRelation.FLOWS_TO
Indicates an object is logically contiguous with a second object where the second object occurs after the object.
|
static String |
AccessibleRelation.FLOWS_TO_PROPERTY
Indicates the FLOWS_TO relation between two objects has changed.
|
static String |
AccessibleAction.INCREMENT
An action which increments a value.
|
protected String |
AccessibleBundle.key
The locale independent name of the state.
|
static String |
AccessibleRelation.LABEL_FOR
Indicates an object is a label for one or more target objects.
|
static String |
AccessibleRelation.LABEL_FOR_PROPERTY
Identifies that the target group for a label has changed
|
static String |
AccessibleRelation.LABELED_BY
Indicates an object is labeled by one or more target objects.
|
static String |
AccessibleRelation.LABELED_BY_PROPERTY
Identifies that the objects that are doing the labeling have changed
|
static String |
AccessibleRelation.MEMBER_OF
Indicates an object is a member of a group of one or more target objects.
|
static String |
AccessibleRelation.MEMBER_OF_PROPERTY
Identifies that group membership has changed.
|
static String |
AccessibleRelation.PARENT_WINDOW_OF
Indicates that an object is a parent window of one or more objects.
|
static String |
AccessibleRelation.PARENT_WINDOW_OF_PROPERTY
Indicates the PARENT_WINDOW_OF relation between two or more objects has changed.
|
static String |
AccessibleRelation.SUBWINDOW_OF
Indicates that an object is a subwindow of one or more objects.
|
static String |
AccessibleRelation.SUBWINDOW_OF_PROPERTY
Indicates the SUBWINDOW_OF relation between two or more objects has changed.
|
String |
AccessibleTextSequence.text
The text
|
static String |
AccessibleAction.TOGGLE_EXPAND
An action which causes a tree node to collapse if expanded and expand if collapsed.
|
static String |
AccessibleAction.TOGGLE_POPUP
An action which causes a popup to become visible if it is hidden and hidden if it is visible.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AccessibleHyperlink.getAccessibleActionDescription(int i)
Returns a String description of this particular link action.
|
String |
AccessibleAction.getAccessibleActionDescription(int i)
Returns a description of the specified action of the object.
|
String |
AccessibleContext.getAccessibleDescription()
Gets the accessibleDescription property of this object.
|
String |
AccessibleIcon.getAccessibleIconDescription()
Gets the description of the icon.
|
String |
AccessibleContext.getAccessibleName()
Gets the accessibleName property of this object.
|
String |
AccessibleText.getAfterIndex(int part, int index)
Returns the String after a given index.
|
String |
AccessibleText.getAtIndex(int part, int index)
Returns the String at a given index.
|
String |
AccessibleText.getBeforeIndex(int part, int index)
Returns the String before a given index.
|
String |
AccessibleRelation.getKey()
Returns the key for this relation
|
String |
AccessibleText.getSelectedText()
Returns the portion of the text that is selected.
|
String |
AccessibleEditableText.getTextRange(int startIndex, int endIndex)
Returns the text string between two indices.
|
String |
AccessibleExtendedText.getTextRange(int startIndex, int endIndex)
Returns the text between two indices
|
String |
AccessibleExtendedComponent.getTitledBorderText()
Returns the titled border text
|
String |
AccessibleExtendedComponent.getToolTipText()
Returns the tool tip text
|
String |
AccessibleBundle.toDisplayString()
Gets localized string describing the key using the default locale.
|
String |
AccessibleBundle.toDisplayString(Locale
Obtains the key as a localized string.
|
protected String |
AccessibleBundle.toDisplayString(String
Obtains the key as a localized string.
|
String |
AccessibleStateSet.toString()
Creates a localized String representing all the states in the set using the default locale.
|
String |
AccessibleRelationSet.toString()
Creates a localized String representing all the relations in the set using the default locale.
|
String |
AccessibleBundle.toString()
Gets localized string describing the key using the default locale.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessibleRelationSet.contains(String
Returns whether the relation set contains a relation that matches the specified key.
|
void |
AccessibleContext.firePropertyChange(String
Support for reporting bound property changes.
|
AccessibleRelation |
AccessibleRelationSet.get(String
Returns the relation that matches the specified key.
|
void |
AccessibleEditableText.insertTextAtIndex(int index, String
Inserts the specified string at the given index/
|
void |
AccessibleEditableText.replaceText(int startIndex, int endIndex, String
Replaces the text between two indices with the specified string.
|
void |
AccessibleContext.setAccessibleDescription(String
Sets the accessible description of this object.
|
void |
AccessibleIcon.setAccessibleIconDescription(String
Sets the description of the icon.
|
void |
AccessibleContext.setAccessibleName(String
Sets the localized accessible name of this object.
|
void |
AccessibleEditableText.setTextContents(String
Sets the text contents to the specified string.
|
protected String |
AccessibleBundle.toDisplayString(String
Obtains the key as a localized string.
|
| Constructor and Description | |
|---|---|
AccessibleRelation(String
Create a new AccessibleRelation using the given locale independent key.
|
|
AccessibleRelation(String
Creates a new AccessibleRelation using the given locale independent key.
|
|
AccessibleRelation(String
Creates a new AccessibleRelation using the given locale independent key.
|
|
AccessibleRole(String
Creates a new AccessibleRole using the given locale independent key.
|
|
AccessibleState(String
Creates a new AccessibleState using the given locale independent key.
|
|
AccessibleTextSequence(int start, int end, String
Constructs an
AccessibleTextSequence with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MimeTypeParameterList.get(String
Retrieve the value associated with the given name, or null if there is no current association.
|
String |
MimeType.getBaseType()
Return a String representation of this object without the parameter list.
|
String |
CommandInfo.getCommandClass()
Return the command's class name.
|
String |
CommandInfo.getCommandName()
Return the command verb.
|
String |
DataSource.getContentType()
This method returns the MIME type of the data in the form of a string.
|
String |
FileDataSource.getContentType()
This method returns the MIME type of the data in the form of a string.
|
String |
URLDataSource.getContentType()
Returns the value of the URL content-type header field.
|
String |
DataHandler.getContentType()
Return the MIME type of this object as retrieved from the source object.
|
abstract String |
FileTypeMap.getContentType(File
Return the type of the file object.
|
String |
MimetypesFileTypeMap.getContentType(File
Return the MIME type of the file object.
|
abstract String |
FileTypeMap.getContentType(String
Return the type of the file passed in.
|
String |
MimetypesFileTypeMap.getContentType(String
Return the MIME type based on the specified file name.
|
String |
ActivationDataFlavor.getHumanPresentableName()
Return the Human Presentable name.
|
String |
ActivationDataFlavor.getMimeType()
Return the MIME type for this DataFlavor.
|
String |
CommandMap.getMimeTypes()
Get all the MIME types known to this command map.
|
String |
MailcapCommandMap.getMimeTypes()
Get all the MIME types known to this command map.
|
String |
DataSource.getName()
Return the
name of this object where the name of the object is dependant on the nature of the underlying objects.
|
String |
FileDataSource.getName()
Return the
name of this object.
|
String |
URLDataSource.getName()
Calls the
getFile method on the URL used to instantiate the object.
|
String |
DataHandler.getName()
Return the name of the data object.
|
String |
MailcapCommandMap.getNativeCommands(String
Get the native commands for the given MIME type.
|
String |
MimeType.getParameter(String
Retrieve the value associated with the given name, or null if there is no current association.
|
String |
MimeType.getPrimaryType()
Retrieve the primary type of this object.
|
String |
MimeType.getSubType()
Retrieve the subtype of this object.
|
protected String |
ActivationDataFlavor.normalizeMimeType(String
Deprecated.
|
protected String |
ActivationDataFlavor.normalizeMimeTypeParameter(String
Deprecated.
|
String |
MimeType.toString()
Return the String representation of this object.
|
String |
MimeTypeParameterList.toString()
Return a string representation of this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailcapCommandMap.addMailcap(String
Add entries to the registry.
|
void |
MimetypesFileTypeMap.addMimeTypes(String
Prepend the MIME type values to the registry.
|
DataContentHandler |
DataContentHandlerFactory.createDataContentHandler(String
Creates a new DataContentHandler object for the MIME type.
|
abstract DataContentHandler |
CommandMap.createDataContentHandler(String
Locate a DataContentHandler that corresponds to the MIME type.
|
DataContentHandler |
MailcapCommandMap.createDataContentHandler(String
Return the DataContentHandler for the specified MIME type.
|
DataContentHandler |
CommandMap.createDataContentHandler(String
Locate a DataContentHandler that corresponds to the MIME type.
|
String |
MimeTypeParameterList.get(String
Retrieve the value associated with the given name, or null if there is no current association.
|
abstract CommandInfo |
CommandMap.getAllCommands(String
Get all the available commands for this type.
|
CommandInfo |
MailcapCommandMap.getAllCommands(String
Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.
|
CommandInfo |
CommandMap.getAllCommands(String
Get all the available commands for this type.
|
CommandInfo |
DataHandler.getCommand(String
Get the command
cmdName.
|
abstract CommandInfo |
CommandMap.getCommand(String
Get the default command corresponding to the MIME type.
|
CommandInfo |
MailcapCommandMap.getCommand(String
Get the command corresponding to
cmdName for the MIME type.
|
CommandInfo |
CommandMap.getCommand(String
Get the default command corresponding to the MIME type.
|
abstract String |
FileTypeMap.getContentType(String
Return the type of the file passed in.
|
String |
MimetypesFileTypeMap.getContentType(String
Return the MIME type based on the specified file name.
|
String |
MailcapCommandMap.getNativeCommands(String
Get the native commands for the given MIME type.
|
String |
MimeType.getParameter(String
Retrieve the value associated with the given name, or null if there is no current association.
|
abstract CommandInfo |
CommandMap.getPreferredCommands(String
Get the preferred command list from a MIME Type.
|
CommandInfo |
MailcapCommandMap.getPreferredCommands(String
Get the preferred command list for a MIME Type.
|
CommandInfo |
CommandMap.getPreferredCommands(String
Get the preferred command list from a MIME Type.
|
boolean |
ActivationDataFlavor.isMimeTypeEqual(String
Is the string representation of the MIME type passed in equivalent to the MIME type of this DataFlavor.
|
boolean |
MimeType.match(String
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
|
protected String |
ActivationDataFlavor.normalizeMimeType(String
Deprecated.
|
protected String |
ActivationDataFlavor.normalizeMimeTypeParameter(String
Deprecated.
|
protected void |
MimeTypeParameterList.parse(String
A routine for parsing the parameter list out of a String.
|
void |
MimeTypeParameterList.remove(String
Remove any value associated with the given name.
|
void |
MimeType.removeParameter(String
Remove any value associated with the given name.
|
void |
MimeTypeParameterList.set(String
Set the value to be associated with the given name, replacing any previous association.
|
void |
CommandObject.setCommandContext(String
Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on.
|
void |
ActivationDataFlavor.setHumanPresentableName(String
Set the human presentable name.
|
void |
MimeType.setParameter(String
Set the value to be associated with the given name, replacing any previous association.
|
void |
MimeType.setPrimaryType(String
Set the primary type for this object to the given String.
|
void |
MimeType.setSubType(String
Set the subtype for this object to the given String.
|
void |
DataContentHandler.writeTo(Object
Convert the object to a byte stream of the specified MIME type and write it to the output stream.
|
| Constructor and Description | |
|---|---|
ActivationDataFlavor(Class
Construct a DataFlavor that represents a MimeType.
|
|
ActivationDataFlavor(Class
Construct a DataFlavor that represents an arbitrary Java object.
|
|
ActivationDataFlavor(String
Construct a DataFlavor that represents a MimeType.
|
|
CommandInfo(String
The Constructor for CommandInfo.
|
|
DataHandler(Object
Create a
DataHandler instance representing an object of this MIME type.
|
|
FileDataSource(String
Creates a FileDataSource from the specified path name.
|
|
MailcapCommandMap(String
Constructor that allows the caller to specify the path of a
mailcap file.
|
|
MimeType(String
Constructor that builds a MimeType from a String.
|
|
MimeType(String
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
|
|
MimeTypeParameterList(String
Constructs a new MimeTypeParameterList with the passed in data.
|
|
MimeTypeParseException(String
Constructs a MimeTypeParseException with the specified detail message.
|
|
MimetypesFileTypeMap(String
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
|
|
UnsupportedDataTypeException(String
Constructs an UnsupportedDataTypeException with the specified message.
|
| Constructor and Description | |
|---|---|
ActivityCompletedException(String
Constructs a new instance with the specified detail message.
|
|
ActivityCompletedException(String
Constructs a new throwable with the specified detail message and cause.
|
|
ActivityRequiredException(String
Constructs a new instance with the specified detail message.
|
|
ActivityRequiredException(String
Constructs a new throwable with the specified detail message and cause.
|
|
InvalidActivityException(String
Constructs a new instance with the specified detail message.
|
|
InvalidActivityException(String
Constructs a new throwable with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
static Resource |
Resource.AuthenticationType.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Completion.getMessage()
Returns an informative message about the completion.
|
String |
Completion.getValue()
Returns the text of the suggested completion.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
ProcessingEnvironment.getOptions()
Returns the processor-specific options passed to the annotation processing tool.
|
Map |
ProcessingEnvironment.getOptions()
Returns the processor-specific options passed to the annotation processing tool.
|
Set |
AbstractProcessor.getSupportedAnnotationTypes()
If the processor class is annotated with
SupportedAnnotationTypes, return an unmodifiable set with the same set of strings as the annotation.
|
Set |
Processor.getSupportedAnnotationTypes()
Returns the names of the annotation types supported by this processor.
|
Set |
AbstractProcessor.getSupportedOptions()
If the processor class is annotated with
SupportedOptions, return an unmodifiable set with the same set of strings as the annotation.
|
Set |
Processor.getSupportedOptions()
Returns the options recognized by this processor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable |
AbstractProcessor.getCompletions(Element
Returns an empty iterable of completions.
|
Iterable |
Processor.getCompletions(Element
Returns to the tool infrastructure an iterable of suggested completions to an annotation.
|
static Completion |
Completions.of(String
Returns a completion of the value and an empty message
|
static Completion |
Completions.of(String
Returns a completion of the value and message.
|
| Constructor and Description | |
|---|---|
FilerException(String
Constructs an exception with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EncryptedPrivateKeyInfo.getAlgName()
Returns the encryption algorithm.
|
String |
KeyAgreement.getAlgorithm()
Returns the algorithm name of this
KeyAgreement object.
|
String |
Cipher.getAlgorithm()
Returns the algorithm name of this
Cipher object.
|
String |
KeyGenerator.getAlgorithm()
Returns the algorithm name of this
KeyGenerator object.
|
String |
Mac.getAlgorithm()
Returns the algorithm name of this
Mac object.
|
String |
SecretKeyFactory.getAlgorithm()
Returns the algorithm name of this
SecretKeyFactory object.
|
String |
SealedObject.getAlgorithm()
Returns the algorithm that was used to seal this object.
|
String |
ExemptionMechanism.getName()
Returns the exemption mechanism name of this
ExemptionMechanism object.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract SecretKey |
KeyAgreementSpi.engineGenerateSecret(String
Creates the shared secret and returns it as a secret key object of the requested algorithm type.
|
protected abstract void |
CipherSpi.engineSetMode(String
Sets the mode of this cipher.
|
protected abstract void |
CipherSpi.engineSetPadding(String
Sets the padding mechanism of this cipher.
|
protected Key |
CipherSpi.engineUnwrap(byte[] wrappedKey, String
Unwrap a previously wrapped key.
|
SecretKey |
KeyAgreement.generateSecret(String
Creates the shared secret and returns it as a
SecretKey object of the specified algorithm.
|
static KeyAgreement |
KeyAgreement.getInstance(String
Returns a
KeyAgreement object that implements the specified key agreement algorithm.
|
static Cipher |
Cipher.getInstance(String
Returns a
Cipher object that implements the specified transformation.
|
static KeyGenerator |
KeyGenerator.getInstance(String
Returns a
KeyGenerator object that generates secret keys for the specified algorithm.
|
static Mac |
Mac.getInstance(String
Returns a
Mac object that implements the specified MAC algorithm.
|
static ExemptionMechanism |
ExemptionMechanism.getInstance(String
Returns an
ExemptionMechanism object that implements the specified exemption mechanism algorithm.
|
static SecretKeyFactory |
SecretKeyFactory.getInstance(String
Returns a
SecretKeyFactory object that converts secret keys of the specified algorithm.
|
static KeyAgreement |
KeyAgreement.getInstance(String
Returns a
KeyAgreement object that implements the specified key agreement algorithm.
|
static Cipher |
Cipher.getInstance(String
Returns a
Cipher object that implements the specified transformation.
|
static KeyGenerator |
KeyGenerator.getInstance(String
Returns a
KeyGenerator object that generates secret keys for the specified algorithm.
|
static Mac |
Mac.getInstance(String
Returns a
Mac object that implements the specified MAC algorithm.
|
static ExemptionMechanism |
ExemptionMechanism.getInstance(String
Returns an
ExemptionMechanism object that implements the specified exemption mechanism algorithm.
|
static SecretKeyFactory |
SecretKeyFactory.getInstance(String
Returns a
SecretKeyFactory object that converts secret keys of the specified algorithm.
|
static KeyAgreement |
KeyAgreement.getInstance(String
Returns a
KeyAgreement object that implements the specified key agreement algorithm.
|
static Cipher |
Cipher.getInstance(String
Returns a
Cipher object that implements the specified transformation.
|
static KeyGenerator |
KeyGenerator.getInstance(String
Returns a
KeyGenerator object that generates secret keys for the specified algorithm.
|
static Mac |
Mac.getInstance(String
Returns a
Mac object that implements the specified MAC algorithm.
|
static ExemptionMechanism |
ExemptionMechanism.getInstance(String
Returns an
ExemptionMechanism object that implements the specified exemption mechanism algorithm.
|
static SecretKeyFactory |
SecretKeyFactory.getInstance(String
Returns a
SecretKeyFactory object that converts secret keys of the specified algorithm.
|
PKCS8EncodedKeySpec |
EncryptedPrivateKeyInfo.getKeySpec(Key
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
|
static int |
Cipher.getMaxAllowedKeyLength(String
Returns the maximum key length for the specified transformation according to the installed JCE jurisdiction policy files.
|
static AlgorithmParameterSpec |
Cipher.getMaxAllowedParameterSpec(String
Returns an AlgorithmParameterSpec object which contains the maximum cipher parameter value according to the jurisdiction policy file.
|
Object |
SealedObject.getObject(Key
Retrieves the original (encapsulated) object.
|
Key |
Cipher.unwrap(byte[] wrappedKey, String
Unwrap a previously wrapped key.
|
| Constructor and Description | |
|---|---|
AEADBadTagException(String
Constructs a AEADBadTagException with the specified detail message.
|
|
BadPaddingException(String
Constructs a BadPaddingException with the specified detail message.
|
|
Cipher(CipherSpi
Creates a Cipher object.
|
|
EncryptedPrivateKeyInfo(String
Constructs an
EncryptedPrivateKeyInfo from the encryption algorithm name and the encrypted data.
|
|
ExemptionMechanism(ExemptionMechanismSpi
Creates a ExemptionMechanism object.
|
|
ExemptionMechanismException(String
Constructs a ExemptionMechanismException with the specified detailed message.
|
|
IllegalBlockSizeException(String
Constructs an IllegalBlockSizeException with the specified detail message.
|
|
KeyAgreement(KeyAgreementSpi
Creates a KeyAgreement object.
|
|
KeyGenerator(KeyGeneratorSpi
Creates a KeyGenerator object.
|
|
Mac(MacSpi
Creates a MAC object.
|
|
NoSuchPaddingException(String
Constructs a NoSuchPaddingException with the specified detail message.
|
|
SecretKeyFactory(SecretKeyFactorySpi
Creates a SecretKeyFactory object.
|
|
ShortBufferException(String
Constructs a ShortBufferException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PSource.getAlgorithm()
Returns the PSource algorithm name.
|
String |
SecretKeySpec.getAlgorithm()
Returns the name of the algorithm associated with this secret key.
|
String |
OAEPParameterSpec.getDigestAlgorithm()
Returns the message digest algorithm name.
|
String |
SecretKeySpec.getFormat()
Returns the name of the encoding format for this secret key.
|
String |
OAEPParameterSpec.getMGFAlgorithm()
Returns the mask generation function algorithm name.
|
| Constructor and Description | |
|---|---|
OAEPParameterSpec(String
Constructs a parameter set for OAEP padding as defined in the PKCS #1 standard using the specified message digest algorithm
mdName, mask generation function algorithm
mgfName, parameters for the mask generation function
mgfSpec, and source of the encoding input P
pSrc.
|
|
PSource(String
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
Constructs a secret key from the given byte array, using the first
len bytes of
key, starting at
offset inclusive.
|
|
SecretKeySpec(byte[] key, String
Constructs a secret key from the given byte array.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
ImageWriteParam.compressionType
A
String containing the name of the current compression type, or
null if none is set.
|
protected String |
ImageWriteParam.compressionTypes
An array of
Strings containing the names of the available compression types.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ImageWriteParam.getCompressionQualityDescriptions()
Returns an array of
Strings that may be used along with
getCompressionQualityValues as part of a user interface for setting or displaying the compression quality level.
|
String |
ImageWriteParam.getCompressionType()
Returns the currently set compression type, or
null if none has been set.
|
String |
ImageWriteParam.getCompressionTypes()
Returns a list of available compression types, as an array or
Strings, or
null if a compression type may not be chosen using these interfaces.
|
String |
ImageReader.getFormatName()
Returns a
String identifying the format of the input source.
|
String |
ImageWriteParam.getLocalizedCompressionTypeName()
Returns a localized version of the name of the current compression type, using the
Locale returned by
getLocale.
|
static String |
ImageIO.getReaderFileSuffixes()
Returns an array of
Strings listing all of the file suffixes associated with the formats understood by the current set of registered readers.
|
static String |
ImageIO.getReaderFormatNames()
Returns an array of
Strings listing all of the informal format names understood by the current set of registered readers.
|
static String |
ImageIO.getReaderMIMETypes()
Returns an array of
Strings listing all of the MIME types understood by the current set of registered readers.
|
static String |
ImageIO.getWriterFileSuffixes()
Returns an array of
Strings listing all of the file suffixes associated with the formats understood by the current set of registered writers.
|
static String |
ImageIO.getWriterFormatNames()
Returns an array of
Strings listing all of the informal format names understood by the current set of registered writers.
|
static String |
ImageIO.getWriterMIMETypes()
Returns an array of
Strings listing all of the MIME types understood by the current set of registered writers.
|
| Modifier and Type | Method and Description |
|---|---|
IIOMetadata |
ImageReader.getImageMetadata(int imageIndex, String
Returns an
IIOMetadata object representing the metadata associated with the given image, or
null if the reader does not support reading metadata or none is available.
|
static Iterator |
ImageIO.getImageReadersByFormatName(String
Returns an
Iterator containing all currently registered
ImageReaders that claim to be able to decode the named format.
|
static Iterator |
ImageIO.getImageReadersByMIMEType(String
Returns an
Iterator containing all currently registered
ImageReaders that claim to be able to decode files with the given MIME type.
|
static Iterator |
ImageIO.getImageReadersBySuffix(String
Returns an
Iterator containing all currently registered
ImageReaders that claim to be able to decode files with the given suffix.
|
static Iterator |
ImageIO.getImageWriters(ImageTypeSpecifier
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode images of the given layout (specified using an
ImageTypeSpecifier) in the given format.
|
static Iterator |
ImageIO.getImageWritersByFormatName(String
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode the named format.
|
static Iterator |
ImageIO.getImageWritersByMIMEType(String
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode files with the given MIME type.
|
static Iterator |
ImageIO.getImageWritersBySuffix(String
Returns an
Iterator containing all currently registered
ImageWriters that claim to be able to encode files with the given suffix.
|
IIOMetadata |
ImageReader.getStreamMetadata(String
Returns an
IIOMetadata object representing the metadata associated with the input source as a whole (i.e., not associated with any particular image).
|
protected void |
ImageWriter.processWarningOccurred(int imageIndex, String
Broadcasts a warning message to all registered
IIOWriteWarningListeners by calling their
warningOccurred method.
|
protected void |
ImageWriter.processWarningOccurred(int imageIndex, String
Broadcasts a localized warning message to all registered
IIOWriteWarningListeners by calling their
warningOccurred method with a string taken from a
ResourceBundle.
|
protected void |
ImageReader.processWarningOccurred(String
Broadcasts a warning message to all registered
IIOReadWarningListeners by calling their
warningOccurred method.
|
protected void |
ImageReader.processWarningOccurred(String
Broadcasts a localized warning message to all registered
IIOReadWarningListeners by calling their
warningOccurred method with a string taken from a
ResourceBundle.
|
void |
ImageWriteParam.setCompressionType(String
Sets the compression type to one of the values indicated by
getCompressionTypes.
|
static boolean |
ImageIO.write(RenderedImage
Writes an image using an arbitrary
ImageWriter that supports the given format to a
File.
|
static boolean |
ImageIO.write(RenderedImage
Writes an image using the an arbitrary
ImageWriter that supports the given format to an
ImageOutputStream.
|
static boolean |
ImageIO.write(RenderedImage
Writes an image using an arbitrary
ImageWriter that supports the given format to an
OutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
IIOMetadata |
ImageReader.getImageMetadata(int imageIndex, String
Returns an
IIOMetadata object representing the metadata associated with the given image, or
null if the reader does not support reading metadata or none is available.
|
IIOMetadata |
ImageReader.getStreamMetadata(String
Returns an
IIOMetadata object representing the metadata associated with the input source as a whole (i.e., not associated with any particular image).
|
| Constructor and Description | |
|---|---|
IIOException(String
Constructs an
IIOException with a given message
String.
|
|
IIOException(String
Constructs an
IIOException with a given message
String and a
Throwable that was its underlying cause.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IIOReadWarningListener.warningOccurred(ImageReader
Reports the occurrence of a non-fatal error in decoding.
|
void |
IIOWriteWarningListener.warningOccurred(ImageWriter
Reports the occurrence of a non-fatal error in encoding.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
IIOMetadata.extraMetadataFormatClassNames
An array of names of classes implementing
IIOMetadataFormat and representing the metadata formats, other than the standard and native formats, that are supported by this plug-in, initialized to
null and set via the constructor.
|
protected String |
IIOMetadata.extraMetadataFormatNames
An array of names of formats, other than the standard and native formats, that are supported by this plug-in, initialized to
null and set via the constructor.
|
protected String |
IIOMetadata.nativeMetadataFormatClassName
The name of the class implementing
IIOMetadataFormat and representing the native metadata format, initialized to
null and set via the constructor.
|
protected String |
IIOMetadata.nativeMetadataFormatName
The name of the native metadata format for this object, initialized to
null and set via the constructor.
|
static String |
IIOMetadataFormatImpl.standardMetadataFormatName
A
String constant containing the standard format name,
"javax_imageio_1.0".
|
| Modifier and Type | Method and Description |
|---|---|
String |
IIOMetadataNode.getAttribute(String
Retrieves an attribute value by name.
|
String |
IIOMetadataFormatImpl.getAttributeDefaultValue(String
|
String |
IIOMetadataFormat.getAttributeDefaultValue(String
Returns the default value of the named attribute, if it is not explicitly present within the named element, as a
String, or
null if no default value is available.
|
String |
IIOMetadataFormatImpl.getAttributeDescription(String
Returns a
String containing a description of the named attribute, or
null.
|
String |
IIOMetadataFormat.getAttributeDescription(String
Returns a
String containing a description of the named attribute, or
null.
|
String |
IIOMetadataFormatImpl.getAttributeEnumerations(String
|
String |
IIOMetadataFormat.getAttributeEnumerations(String
Returns an array of
Strings containing the legal enumerated values for the given attribute within the named element.
|
String |
IIOMetadataFormatImpl.getAttributeMaxValue(String
|
String |
IIOMetadataFormat.getAttributeMaxValue(String
Returns the maximum legal value for the attribute.
|
String |
IIOMetadataFormatImpl.getAttributeMinValue(String
|
String |
IIOMetadataFormat.getAttributeMinValue(String
Returns the minimum legal value for the attribute.
|
String |
IIOMetadataFormatImpl.getAttributeNames(String
|
String |
IIOMetadataFormat.getAttributeNames(String
Returns an array of
Strings listing the names of the attributes that may be associated with the named element.
|
String |
IIOMetadataNode.getAttributeNS(String
Equivalent to
getAttribute(localName).
|
String |
IIOMetadataNode.getBaseURI()
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
String |
IIOMetadataFormatImpl.getChildNames(String
|
String |
IIOMetadataFormat.getChildNames(String
Returns an array of
Strings 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.getElementDescription(String
Returns a
String containing a description of the named element, or
null.
|
String |
IIOMetadataFormat.getElementDescription(String
Returns a
String containing a description of the named element, or
null.
|
String |
IIOMetadata.getExtraMetadataFormatNames()
Returns an array of
Strings containing the names of additional metadata formats, other than the native and standard formats, recognized by this plug-in's
getAsTree,
setFromTree, and
mergeTree methods.
|
String |
IIOMetadataNode.getLocalName()
Equivalent to
getNodeName.
|
String |
IIOMetadata.getMetadataFormatNames()
Returns an array of
Strings containing the names of all metadata formats, including the native and standard formats, recognized by this plug-in's
getAsTree,
setFromTree, and
mergeTree methods.
|
String |
IIOMetadataNode.getNamespaceURI()
Returns
null, since namespaces are not supported.
|
String |
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.
|
String |
IIOMetadataNode.getNodeName()
Returns the node name associated with this node.
|
String |
IIOMetadataNode.getNodeValue()
Returns the value associated with this node.
|
String |
IIOMetadataNode.getPrefix()
Returns
null, since namespaces are not supported.
|
protected String |
IIOMetadataFormatImpl.getResourceBaseName()
Returns the currently set base name for locating
ResourceBundles.
|
String |
IIOMetadataFormatImpl.getRootName()
|
String |
IIOMetadataFormat.getRootName()
Returns the name of the root element of the format.
|
String |
IIOMetadataNode.getTagName()
Equivalent to
getNodeName.
|
String |
IIOMetadataNode.getTextContent()
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
String |
IIOMetadataNode.lookupNamespaceURI(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
String |
IIOMetadataNode.lookupPrefix(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IIOMetadataFormatImpl.addAttribute(String
Adds a new attribute to a previously defined element that will be defined by a list of values.
|
protected void |
IIOMetadataFormatImpl.addAttribute(String
Adds a new attribute to a previously defined element that may be set to an arbitrary value.
|
protected void |
IIOMetadataFormatImpl.addAttribute(String
Adds a new attribute to a previously defined element that will be defined by a set of enumerated values.
|
protected void |
IIOMetadataFormatImpl.addAttribute(String
Adds a new attribute to a previously defined element that will be defined by a range of values.
|
protected void |
IIOMetadataFormatImpl.addBooleanAttribute(String
Adds a new attribute to a previously defined element that will be defined by the enumerated values
TRUE and
FALSE, with a datatype of
DATATYPE_BOOLEAN.
|
protected void |
IIOMetadataFormatImpl.addChildElement(String
Adds an existing element to the list of legal children for a given parent node type.
|
protected void |
IIOMetadataFormatImpl.addElement(String
Adds a new element type to this metadata document format with a child policy other than
CHILD_POLICY_REPEAT.
|
protected void |
IIOMetadataFormatImpl.addElement(String
Adds a new element type to this metadata document format with a child policy of
CHILD_POLICY_REPEAT.
|
protected void |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
protected <T> void |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
protected <T> void |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
protected <T extends Object |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
abstract boolean |
IIOMetadataFormatImpl.canNodeAppear(String
|
boolean |
IIOMetadataFormat.canNodeAppear(String
Returns
true 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 an
ImageTypeSpecifier.
|
abstract Node |
IIOMetadata.getAsTree(String
Returns an XML DOM
Node object that represents the root of a tree of metadata contained within this object according to the conventions defined by a given metadata format.
|
String |
IIOMetadataNode.getAttribute(String
Retrieves an attribute value by name.
|
int |
IIOMetadataFormatImpl.getAttributeDataType(String
|
int |
IIOMetadataFormat.getAttributeDataType(String
Returns one of the constants starting with
DATATYPE_, indicating the format and interpretation of the value of the given attribute within the named element.
|
String |
IIOMetadataFormatImpl.getAttributeDefaultValue(String
|
String |
IIOMetadataFormat.getAttributeDefaultValue(String
Returns the default value of the named attribute, if it is not explicitly present within the named element, as a
String, or
null if no default value is available.
|
String |
IIOMetadataFormatImpl.getAttributeDescription(String
Returns a
String containing a description of the named attribute, or
null.
|
String |
IIOMetadataFormat.getAttributeDescription(String
Returns a
String containing a description of the named attribute, or
null.
|
String |
IIOMetadataFormatImpl.getAttributeEnumerations(String
|
String |
IIOMetadataFormat.getAttributeEnumerations(String
Returns an array of
Strings containing the legal enumerated values for the given attribute within the named element.
|
int |
IIOMetadataFormatImpl.getAttributeListMaxLength(String
|
int |
IIOMetadataFormat.getAttributeListMaxLength(String
Returns the maximum number of list items that may be used to define this attribute.
|
int |
IIOMetadataFormatImpl.getAttributeListMinLength(String
|
int |
IIOMetadataFormat.getAttributeListMinLength(String
Returns the minimum number of list items that may be used to define this attribute.
|
String |
IIOMetadataFormatImpl.getAttributeMaxValue(String
|
String |
IIOMetadataFormat.getAttributeMaxValue(String
Returns the maximum legal value for the attribute.
|
String |
IIOMetadataFormatImpl.getAttributeMinValue(String
|
String |
IIOMetadataFormat.getAttributeMinValue(String
Returns the minimum legal value for the attribute.
|
String |
IIOMetadataFormatImpl.getAttributeNames(String
|
String |
IIOMetadataFormat.getAttributeNames(String
Returns an array of
Strings listing the names of the attributes that may be associated with the named element.
|
Attr |
IIOMetadataNode.getAttributeNode(String
|
Attr |
IIOMetadataNode.getAttributeNodeNS(String
Equivalent to
getAttributeNode(localName).
|
String |
IIOMetadataNode.getAttributeNS(String
Equivalent to
getAttribute(localName).
|
int |
IIOMetadataFormatImpl.getAttributeValueType(String
|
int |
IIOMetadataFormat.getAttributeValueType(String
Returns one of the constants starting with
VALUE_, 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.
|
String |
IIOMetadataFormatImpl.getChildNames(String
|
String |
IIOMetadataFormat.getChildNames(String
Returns an array of
Strings indicating the names of the element which are allowed to be children of the named element, in the order in which they should appear.
|
int |
IIOMetadataFormatImpl.getChildPolicy(String
|
int |
IIOMetadataFormat.getChildPolicy(String
Returns one of the constants starting with
CHILD_POLICY_, indicating the legal pattern of children for the named element.
|
String |
IIOMetadataFormatImpl.getElementDescription(String
Returns a
String containing a description of the named element, or
null.
|
String |
IIOMetadataFormat.getElementDescription(String
Returns a
String containing a description of the named element, or
null.
|
int |
IIOMetadataFormatImpl.getElementMaxChildren(String
|
int |
IIOMetadataFormat.getElementMaxChildren(String
Returns the maximum number of children of the named element with child policy
CHILD_POLICY_REPEAT.
|
int |
IIOMetadataFormatImpl.getElementMinChildren(String
|
int |
IIOMetadataFormat.getElementMinChildren(String
Returns the minimum number of children of the named element with child policy
CHILD_POLICY_REPEAT.
|
NodeList |
IIOMetadataNode.getElementsByTagName(String
|
NodeList |
IIOMetadataNode.getElementsByTagNameNS(String
Equivalent to
getElementsByTagName(localName).
|
Object |
IIOMetadataNode.getFeature(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
IIOMetadataFormat |
IIOMetadata.getMetadataFormat(String
Returns an
IIOMetadataFormat object describing the given metadata format, or
null if no description is available.
|
int |
IIOMetadataFormatImpl.getObjectArrayMaxLength(String
|
int |
IIOMetadataFormat.getObjectArrayMaxLength(String
Returns the maximum number of array elements that may be used to define the
Object reference within the named element.
|
int |
IIOMetadataFormatImpl.getObjectArrayMinLength(String
|
int |
IIOMetadataFormat.getObjectArrayMinLength(String
Returns the minimum number of array elements that may be used to define the
Object reference within the named element.
|
Class |
IIOMetadataFormatImpl.getObjectClass(String
|
Class |
IIOMetadataFormat.getObjectClass(String
Returns the
Class type of the
Object reference stored within the element.
|
Object |
IIOMetadataFormatImpl.getObjectDefaultValue(String
|
Object |
IIOMetadataFormat.getObjectDefaultValue(String
Returns an
Objects containing the default value for the
Object reference within the named element.
|
Object |
IIOMetadataFormatImpl.getObjectEnumerations(String
|
Object |
IIOMetadataFormat.getObjectEnumerations(String
Returns an array of
Objects containing the legal enumerated values for the
Object reference within the named element.
|
Comparable |
IIOMetadataFormatImpl.getObjectMaxValue(String
|
Comparable |
IIOMetadataFormat.getObjectMaxValue(String
Returns the maximum legal value for the
Object reference within the named element.
|
Comparable |
IIOMetadataFormatImpl.getObjectMinValue(String
|
Comparable |
IIOMetadataFormat.getObjectMinValue(String
Returns the minimum legal value for the
Object reference within the named element.
|
int |
IIOMetadataFormatImpl.getObjectValueType(String
|
int |
IIOMetadataFormat.getObjectValueType(String
Returns one of the enumerated values starting with
VALUE_, indicating the type of values (enumeration, range, or array) that are allowed for the
Object reference.
|
Object |
IIOMetadataNode.getUserData(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
boolean |
IIOMetadataNode.hasAttribute(String
|
boolean |
IIOMetadataNode.hasAttributeNS(String
Equivalent to
hasAttribute(localName).
|
boolean |
IIOMetadataFormatImpl.isAttributeRequired(String
|
boolean |
IIOMetadataFormat.isAttributeRequired(String
Returns
true if the named attribute must be present within the named element.
|
boolean |
IIOMetadataNode.isDefaultNamespace(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
boolean |
IIOMetadataNode.isSupported(String
Returns
false since DOM features are not supported.
|
String |
IIOMetadataNode.lookupNamespaceURI(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
String |
IIOMetadataNode.lookupPrefix(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
abstract void |
IIOMetadata.mergeTree(String
Alters the internal state of this
IIOMetadata object from a tree of XML DOM
Nodes whose syntax is defined by the given metadata format.
|
void |
IIOMetadataNode.removeAttribute(String
|
protected void |
IIOMetadataFormatImpl.removeAttribute(String
Removes an attribute from a previously defined element.
|
void |
IIOMetadataNode.removeAttributeNS(String
Equivalent to
removeAttribute(localName).
|
protected void |
IIOMetadataFormatImpl.removeElement(String
Removes an element from the format.
|
protected void |
IIOMetadataFormatImpl.removeObjectValue(String
Disallows an
Object reference from being stored in nodes implementing the named element.
|
void |
IIOMetadataNode.setAttribute(String
|
void |
IIOMetadataNode.setAttributeNS(String
Equivalent to
setAttribute(qualifiedName, value).
|
void |
IIOMetadata.setFromTree(String
Sets the internal state of this
IIOMetadata object from a tree of XML DOM
Nodes whose syntax is defined by the given metadata format.
|
void |
IIOMetadataNode.setIdAttribute(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
void |
IIOMetadataNode.setIdAttributeNS(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
void |
IIOMetadataNode.setNodeValue(String
Sets the
String value associated with this node.
|
void |
IIOMetadataNode.setPrefix(String
Does nothing, since namespaces are not supported.
|
protected void |
IIOMetadataFormatImpl.setResourceBaseName(String
Sets a new base name for locating
ResourceBundles containing descriptions of elements and attributes for this format.
|
void |
IIOMetadataNode.setTextContent(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
Object |
IIOMetadataNode.setUserData(String
This DOM Level 3 method is not supported for
IIOMetadataNode and will throw a
DOMException.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IIOMetadataFormatImpl.addAttribute(String
Adds a new attribute to a previously defined element that will be defined by a set of enumerated values.
|
| Constructor and Description | |
|---|---|
IIOInvalidTreeException(String
Constructs an
IIOInvalidTreeException with a message string and a reference to the
Node that caused the parsing error.
|
|
IIOInvalidTreeException(String
Constructs an
IIOInvalidTreeException with a message string, a reference to an exception that caused this exception, and a reference to the
Node that caused the parsing error.
|
|
IIOMetadata(boolean standardMetadataFormatSupported, String
Constructs an
IIOMetadata object with the given format names and format class names, as well as a boolean indicating whether the standard format is supported.
|
|
IIOMetadata(boolean standardMetadataFormatSupported, String
Constructs an
IIOMetadata object with the given format names and format class names, as well as a boolean indicating whether the standard format is supported.
|
|
IIOMetadata(boolean standardMetadataFormatSupported, String
Constructs an
IIOMetadata object with the given format names and format class names, as well as a boolean indicating whether the standard format is supported.
|
|
IIOMetadataFormatImpl(String
Constructs a blank
IIOMetadataFormatImpl instance, with a given root element name and child policy (other than
CHILD_POLICY_REPEAT).
|
|
IIOMetadataFormatImpl(String
Constructs a blank
IIOMetadataFormatImpl instance, with a given root element name and a child policy of
CHILD_POLICY_REPEAT.
|
|
IIOMetadataNode(String
Constructs an
IIOMetadataNode with a given node name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JPEGImageWriteParam.getCompressionQualityDescriptions()
|
String |
JPEGHuffmanTable.toString()
Returns a
String representing this Huffman table.
|
String |
JPEGQTable.toString()
Returns a
String representing this quantization table.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
ImageReaderWriterSpi.extraImageMetadataFormatClassNames
An array of
Strings containing the class names of any additional image metadata formats supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.extraImageMetadataFormatNames
An array of
Strings containing the names of any additional image metadata formats supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.extraStreamMetadataFormatClassNames
An array of
Strings containing the class names of any additional stream metadata formats supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.extraStreamMetadataFormatNames
An array of
Strings containing the names of any additional stream metadata formats supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.MIMETypes
An array of strings to be returned from
getMIMETypes, initially
null.
|
protected String |
ImageReaderWriterSpi.names
An array of strings to be returned from
getFormatNames, initially
null.
|
protected String |
ImageReaderWriterSpi.nativeImageMetadataFormatClassName
A
String containing the class name of the native stream metadata format supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.nativeImageMetadataFormatName
A
String containing the name of the native stream metadata format supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.nativeStreamMetadataFormatClassName
A
String containing the class name of the native stream metadata format supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.nativeStreamMetadataFormatName
A
String containing the name of the native stream metadata format supported by this plug-in, initially
null.
|
protected String |
ImageReaderWriterSpi.pluginClassName
A
String containing the name of the associated plug-in class, initially
null.
|
protected String |
ImageWriterSpi.readerSpiNames
An array of strings to be returned from
getImageReaderSpiNames, initially
null.
|
protected String |
ImageReaderWriterSpi.suffixes
An array of strings to be returned from
getFileSuffixes, initially
null.
|
protected String |
IIOServiceProvider.vendorName
A
String to be returned from
getVendorName, initially
null.
|
protected String |
IIOServiceProvider.version
A
String to be returned from
getVersion, initially null.
|
protected String |
ImageReaderSpi.writerSpiNames
An array of strings to be returned from
getImageWriterSpiNames, initially
null.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
IIOServiceProvider.getDescription(Locale
Returns a brief, human-readable description of this service provider and its associated implementation.
|
String |
ImageReaderWriterSpi.getExtraImageMetadataFormatNames()
Returns an array of
Strings containing the names of additional document formats, other than the native and standard formats, recognized by the
getAsTree and
setFromTree methods on the image metadata objects produced or consumed by this plug-in.
|
String |
ImageReaderWriterSpi.getExtraStreamMetadataFormatNames()
Returns an array of
Strings containing the names of additional document formats, other than the native and standard formats, recognized by the
getAsTree and
setFromTree methods on the stream metadata objects produced or consumed by this plug-in.
|
String |
ImageReaderWriterSpi.getFileSuffixes()
Returns an array of
Strings containing a list of file suffixes associated with the formats that are generally usable by the
ImageReader or
ImageWriter implementation associated with this service provider.
|
String |
ImageReaderWriterSpi.getFormatNames()
Returns an array of
Strings containing human-readable names for the formats that are generally usable by the
ImageReader or
ImageWriter implementation associated with this service provider.
|
String |
ImageWriterSpi.getImageReaderSpiNames()
Returns an array of
Strings containing all the fully qualified names of all the
ImageReaderSpi classes that can understand the internal metadata representation used by the
ImageWriter associated with this service provider, or
null if there are no such
ImageReaders specified.
|
String |
ImageReaderSpi.getImageWriterSpiNames()
Returns an array of
Strings containing the fully qualified names of all the
ImageWriterSpi classes that can understand the internal metadata representation used by the
ImageReader associated with this service provider, or
null if there are no such
ImageWriters specified.
|
String |
ImageReaderWriterSpi.getMIMETypes()
Returns an array of
Strings containing a list of MIME types associated with the formats that are generally usable by the
ImageReader or
ImageWriter implementation associated with this service provider.
|
String |
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.
|
String |
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.
|
String |
ImageReaderWriterSpi.getPluginClassName()
Returns the fully-qualified class name of the
ImageReader or
ImageWriter plug-in associated with this service provider.
|
abstract String |
ImageTranscoderSpi.getReaderServiceProviderName()
Returns the fully qualified class name of an
ImageReaderSpi class that generates
IIOMetadata objects that may be used as input to this transcoder.
|
String |
IIOServiceProvider.getVendorName()
Returns the name of the vendor responsible for creating this service provider and its associated implementation.
|
String |
IIOServiceProvider.getVersion()
Returns a string describing the version number of this service provider and its associated implementation.
|
abstract String |
ImageTranscoderSpi.getWriterServiceProviderName()
Returns the fully qualified class name of an
ImageWriterSpi class that generates
IIOMetadata objects that may be used as input to this transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
IIOMetadataFormat |
ImageReaderWriterSpi.getImageMetadataFormat(String
Returns an
IIOMetadataFormat object describing the given image metadata format, or
null if no description is available.
|
IIOMetadataFormat |
ImageReaderWriterSpi.getStreamMetadataFormat(String
Returns an
IIOMetadataFormat object describing the given stream metadata format, or
null if no description is available.
|
| Constructor and Description | |
|---|---|
IIOServiceProvider(String
Constructs an
IIOServiceProvider with a given vendor name and version identifier.
|
|
ImageInputStreamSpi(String
Constructs an
ImageInputStreamSpi with a given set of values.
|
|
ImageOutputStreamSpi(String
Constructs an
ImageOutputStreamSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageReaderWriterSpi(String
Constructs an
ImageReaderWriterSpi with a given set of values.
|
|
ImageTranscoderSpi(String
Constructs an
ImageTranscoderSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ImageInputStream.readLine()
Reads the next line of text from the input stream.
|
String |
ImageInputStreamImpl.readLine()
|
String |
ImageInputStream.readUTF()
Reads in a string that has been encoded using a
modified UTF-8 format.
|
String |
ImageInputStreamImpl.readUTF()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageOutputStream.writeBytes(String
Writes a string to the output stream.
|
void |
ImageOutputStreamImpl.writeBytes(String
|
void |
ImageOutputStream.writeChars(String
Writes a string to the output stream.
|
void |
ImageOutputStreamImpl.writeChars(String
|
void |
ImageOutputStream.writeUTF(String
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 string
s.
|
void |
ImageOutputStreamImpl.writeUTF(String
|
| Modifier and Type | Method and Description |
|---|---|
static WebParam |
WebParam.Mode.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static SOAPBinding |
SOAPBinding.Style.valueOf(String
Returns the enum constant of this type with the specified name.
|
static SOAPBinding |
SOAPBinding.Use.valueOf(String
Returns the enum constant of this type with the specified name.
|
static SOAPBinding |
SOAPBinding.ParameterStyle.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceVersion |
SourceVersion.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
UnknownEntityException(String
Creates a new
UnknownEntityException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Modifier.toString()
Returns this modifier's name in lowercase.
|
String |
AnnotationValue.toString()
Returns a string representation of this value.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementKind |
ElementKind.valueOf(String
Returns the enum constant of this type with the specified name.
|
static NestingKind |
NestingKind.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Modifier |
Modifier.valueOf(String
Returns the enum constant of this type with the specified name.
|
R |
AnnotationValueVisitor.visitString(String
Visits a string value in an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TypeMirror.toString()
Returns an informative string representation of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeKind |
TypeKind.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Elements.getConstantExpression(Object
Returns the text of a
constant expression representing a primitive value or a string.
|
String |
Elements.getDocComment(Element
Returns the text of the documentation ("Javadoc") comment of an element.
|
| Modifier and Type | Method and Description |
|---|---|
R |
SimpleAnnotationValueVisitor6.visitString(String
Visits a string value in an annotation.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
AttributeChangeNotification.ATTRIBUTE_CHANGE
Notification type which indicates that the observed MBean attribute value has changed.
|
static String |
JMX.DEFAULT_VALUE_FIELD
The name of the
defaultValue field.
|
protected String |
MBeanFeatureInfo.description
The human-readable description of the feature.
|
static String |
JMX.IMMUTABLE_INFO_FIELD
The name of the
immutableInfo field.
|
static String |
JMX.INTERFACE_CLASS_NAME_FIELD
The name of the
interfaceClassName field.
|
static String |
JMX.LEGAL_VALUES_FIELD
The name of the
legalValues field.
|
static String |
JMX.MAX_VALUE_FIELD
The name of the
maxValue field.
|
static String |
JMX.MIN_VALUE_FIELD
The name of the
minValue field.
|
static String |
JMX.MXBEAN_FIELD
The name of the
mxbean field.
|
protected String |
MBeanFeatureInfo.name
The name of the feature.
|
static String |
JMX.OPEN_TYPE_FIELD
The name of the
openType field.
|
static String |
JMX.ORIGINAL_TYPE_FIELD
The name of the
originalType field.
|
static String |
MBeanServerNotification.REGISTRATION_NOTIFICATION
Notification type denoting that an MBean has been registered.
|
static String |
MBeanServerNotification.UNREGISTRATION_NOTIFICATION
Notification type denoting that an MBean has been unregistered.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MBeanPermission.getActions()
Returns the "canonical string representation" of the actions.
|
String |
AttributeChangeNotification.getAttributeName()
Gets the name of the attribute which has changed.
|
String |
AttributeValueExp.getAttributeName()
Returns a string representation of the name of the attribute.
|
String |
AttributeChangeNotification.getAttributeType()
Gets the type of the attribute which has changed.
|
String |
ObjectName.getCanonicalKeyPropertyListString()
Returns a string representation of the list of key properties, in which the key properties are sorted in lexical order.
|
String |
ObjectName.getCanonicalName()
Returns the canonical form of the name; that is, a string representation where the properties are sorted in lexical order.
|
String |
ObjectInstance.getClassName()
Returns the class part.
|
String |
MBeanInfo.getClassName()
Returns the name of the Java class of the MBean described by this
MBeanInfo.
|
protected String |
StandardMBean.getClassName(MBeanInfo
Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.
|
String |
MBeanServer.getDefaultDomain()
|
String |
MBeanServerConnection.getDefaultDomain()
Returns the default domain used for naming the MBean.
|
String |
MBeanInfo.getDescription()
Returns a human readable description of the MBean.
|
String |
MBeanFeatureInfo.getDescription()
Returns the human-readable description of the feature.
|
protected String |
StandardMBean.getDescription(MBeanAttributeInfo
Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanConstructorInfo
Customization hook: Get the description that will be used in the MBeanConstructorInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanConstructorInfo
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanFeatureInfo
Customization hook: Get the description that will be used in the MBeanFeatureInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanInfo
Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanOperationInfo
Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanOperationInfo
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
|
String |
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.
|
String |
ImmutableDescriptor.getFieldNames()
|
String |
Descriptor.getFields()
Returns all of the fields contained in this descriptor as a string array.
|
String |
ImmutableDescriptor.getFields()
|
String |
MBeanServerDelegate.getImplementationName()
Returns the JMX implementation name (the name of this product).
|
String |
MBeanServerDelegateMBean.getImplementationName()
Returns the JMX implementation name (the name of this product).
|
String |
MBeanServerDelegate.getImplementationVendor()
Returns the JMX implementation vendor (the vendor of this product).
|
String |
MBeanServerDelegateMBean.getImplementationVendor()
Returns the JMX implementation vendor (the vendor of this product).
|
String |
MBeanServerDelegate.getImplementationVersion()
Returns the JMX implementation version (the version of this product).
|
String |
MBeanServerDelegateMBean.getImplementationVersion()
Returns the JMX implementation version (the version of this product).
|
String |
ObjectName.getKeyProperty(String
Obtains the value associated with a key in a key property.
|
String |
ObjectName.getKeyPropertyListString()
Returns a string representation of the list of key properties specified at creation time.
|
String |
MBeanServerDelegate.getMBeanServerId()
Returns the MBean server agent identity.
|
String |
MBeanServerDelegateMBean.getMBeanServerId()
Returns the MBean server agent identity.
|
String |
Notification.getMessage()
Get the notification message.
|
String |
Attribute.getName()
Returns a String containing the name of the attribute.
|
String |
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.
|
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
|
protected String |
StandardMBean.getParameterName(MBeanOperationInfo
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
|
String |
MBeanOperationInfo.getReturnType()
Returns the type of the method's return value.
|
String |
MBeanServerDelegate.getSpecificationName()
Returns the full name of the JMX specification implemented by this product.
|
String |
MBeanServerDelegateMBean.getSpecificationName()
Returns the full name of the JMX specification implemented by this product.
|
String |
MBeanServerDelegate.getSpecificationVendor()
Returns the vendor of the JMX specification implemented by this product.
|
String |
MBeanServerDelegateMBean.getSpecificationVendor()
Returns the vendor of the JMX specification implemented by this product.
|
String |
MBeanServerDelegate.getSpecificationVersion()
Returns the version of the JMX specification implemented by this product.
|
String |
MBeanServerDelegateMBean.getSpecificationVersion()
Returns the version of the JMX specification implemented by this product.
|
String |
Notification.getType()
Get the notification type.
|
String |
MBeanParameterInfo.getType()
Returns the type or class name of the data.
|
String |
MBeanAttributeInfo.getType()
Returns the class name of the attribute.
|
String |
StringValueExp.getValue()
Returns the string represented by the
StringValueExp instance.
|
static String |
ObjectName.quote(String
Returns a quoted form of the given String, suitable for inclusion in an ObjectName.
|
String |
StringValueExp.toString()
Returns the string representing the object.
|
String |
BadBinaryOpValueExpException.toString()
Returns the string representing the object.
|
String |
ObjectInstance.toString()
Returns a string representing this ObjectInstance object.
|
String |
Attribute.toString()
Returns a String object representing this Attribute's value.
|
String |
ObjectName.toString()
Returns a string representation of the object name.
|
String |
MBeanInfo.toString()
|
String |
MBeanNotificationInfo.toString()
|
String |
Notification.toString()
Returns a String representation of this notification.
|
String |
MBeanParameterInfo.toString()
|
String |
MBeanAttributeInfo.toString()
|
String |
MBeanOperationInfo.toString()
|
String |
BadStringOperationException.toString()
Returns the string representing the object.
|
String |
BadAttributeValueExpException.toString()
Returns the string representing the object.
|
String |
AttributeValueExp.toString()
Returns the string representing its value.
|
String |
MBeanServerNotification.toString()
|
String |
MBeanConstructorInfo.toString()
|
String |
ImmutableDescriptor.toString()
|
static String |
ObjectName.unquote(String
Returns an unquoted form of the given String.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
AttributeChangeNotificationFilter.getEnabledAttributes()
Gets all the enabled attribute names for this filter.
|
Vector |
NotificationFilterSupport.getEnabledTypes()
Gets all the enabled notification types for this filter.
|
Hashtable |
ObjectName.getKeyPropertyList()
Returns the key properties as a Hashtable.
|
Hashtable |
ObjectName.getKeyPropertyList()
Returns the key properties as a Hashtable.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeValueExp |
Query.attr(String
Returns a new attribute expression.
|
static AttributeValueExp |
Query.attr(String
Returns a new qualified attribute expression.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
static MBeanServer |
MBeanServerFactory.createMBeanServer(String
Return a new object implementing the
MBeanServer interface with the specified default domain name.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
MBeanServer to obtain the class loader repository and use it to deserialize.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
getClassLoader to obtain the class loader for deserialization.
|
void |
AttributeChangeNotificationFilter.disableAttribute(String
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
Removes the given prefix from the prefix list.
|
void |
AttributeChangeNotificationFilter.enableAttribute(String
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
Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.
|
static ArrayList |
MBeanServerFactory.findMBeanServer(String
Return a list of registered MBeanServer objects.
|
Object |
MBeanServer.getAttribute(ObjectName
|
Object |
MBeanServerConnection.getAttribute(ObjectName
Gets the value of a specific attribute of a named MBean.
|
Object |
DynamicMBean.getAttribute(String
Obtain the value of a specific attribute of the Dynamic MBean.
|
Object |
StandardMBean.getAttribute(String
|
AttributeList |
MBeanServer.getAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.getAttributes(ObjectName
Retrieves the values of several attributes of a named MBean.
|
AttributeList |
DynamicMBean.getAttributes(String
Get the values of several attributes of the Dynamic MBean.
|
AttributeList |
StandardMBean.getAttributes(String
|
Object |
Descriptor.getFieldValue(String
Returns the value for a specific field name, or null if no value is present for that name.
|
Object |
ImmutableDescriptor.getFieldValue(String
|
Object |
Descriptor.getFieldValues(String
Returns all the field values in the descriptor as an array of Objects.
|
Object |
ImmutableDescriptor.getFieldValues(String
|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(name) can be used.
|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(domain, table) can be used.
|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(domain, key, value) can be used.
|
String |
ObjectName.getKeyProperty(String
Obtains the value associated with a key in a key property.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the list of all class loaders registered in the MBean server's
Class Loader Repository.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the list of all class loaders registered in the MBean server
Class Loader Repository.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the list of all class loaders registered in the MBean server
Class Loader Repository.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the class Loader specified by its
ObjectName.
|
Object |
MBeanServer.instantiate(String
Instantiates an object.
|
Object |
MBeanServer.instantiate(String
Instantiates an object.
|
Object |
MBeanServer.invoke(ObjectName
|
Object |
MBeanServer.invoke(ObjectName
|
Object |
MBeanServerConnection.invoke(ObjectName
Invokes an operation on an MBean.
|
Object |
MBeanServerConnection.invoke(ObjectName
Invokes an operation on an MBean.
|
Object |
DynamicMBean.invoke(String
Allows an action to be invoked on the Dynamic MBean.
|
Object |
DynamicMBean.invoke(String
Allows an action to be invoked on the Dynamic MBean.
|
Object |
StandardMBean.invoke(String
|
Object |
StandardMBean.invoke(String
|
boolean |
MBeanServer.isInstanceOf(ObjectName
|
boolean |
MBeanServerConnection.isInstanceOf(ObjectName
Returns true if the MBean specified is an instance of the specified class, false otherwise.
|
boolean |
ObjectName.isPropertyValuePattern(String
Checks whether the value associated with a key in a key property is a pattern.
|
static Class |
DefaultLoaderRepository.loadClass(String
Deprecated.
Go through the list of class loaders and try to load the requested class.
|
static Class |
DefaultLoaderRepository.loadClassWithout(ClassLoader
Deprecated.
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
|
static MBeanServer |
MBeanServerFactory.newMBeanServer(String
Return a new object implementing the MBeanServer interface with the specified default domain name, without keeping an internal reference to this new object.
|
MBeanServer |
MBeanServerBuilder.newMBeanServer(String
This method creates a new MBeanServer implementation object.
|
static String |
ObjectName.quote(String
Returns a quoted form of the given String, suitable for inclusion in an ObjectName.
|
void |
Descriptor.removeField(String
Removes a field from the descriptor.
|
void |
ImmutableDescriptor.removeField(String
Removes a field from the descriptor.
|
void |
Descriptor.setField(String
Sets the value for a specific field name.
|
void |
ImmutableDescriptor.setField(String
This operation is unsupported since this class is immutable.
|
void |
Descriptor.setFields(String
Sets all fields in the field names array to the new value with the same index in the field values array.
|
void |
ImmutableDescriptor.setFields(String
This operation is unsupported since this class is immutable.
|
static String |
ObjectName.unquote(String
Returns an unquoted form of the given String.
|
static StringValueExp |
Query.value(String
Returns a new string expression.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(domain, table) can be used.
|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(domain, table) can be used.
|
| Constructor and Description | |
|---|---|
Attribute(String
Constructs an Attribute object which associates the given attribute name with the given value.
|
|
AttributeChangeNotification(Object
Constructs an attribute change notification object.
|
|
AttributeNotFoundException(String
Constructor that allows a specific error message to be specified.
|
|
AttributeValueExp(String
Creates a new
AttributeValueExp representing the specified object attribute, named attr.
|
|
BadStringOperationException(String
Constructs a
BadStringOperationException with the specified detail message.
|
|
ImmutableDescriptor(String
Construct a descriptor containing the given fields.
|
|
ImmutableDescriptor(String
Construct a descriptor containing the given fields and values.
|
|
InstanceAlreadyExistsException(String
Constructor that allows a specific error message to be specified.
|
|
InstanceNotFoundException(String
Constructor that allows a specific error message to be specified.
|
|
IntrospectionException(String
Constructor that allows a specific error message to be specified.
|
|
InvalidAttributeValueException(String
Constructor that allows a specific error message to be specified.
|
|
JMException(String
Constructor that allows a specific error message to be specified.
|
|
JMRuntimeException(String
Constructor that allows a specific error message to be specified.
|
|
ListenerNotFoundException(String
Constructor that allows a specific error message to be specified.
|
|
MalformedObjectNameException(String
Constructor that allows a specific error message to be specified.
|
|
MBeanAttributeInfo(String
This constructor takes the name of a simple attribute, and Method objects for reading and writing the attribute.
|
|
MBeanAttributeInfo(String
Constructs an
MBeanAttributeInfo object.
|
|
MBeanAttributeInfo(String
Constructs an
MBeanAttributeInfo object.
|
|
MBeanConstructorInfo(String
Constructs an
MBeanConstructorInfo object.
|
|
MBeanConstructorInfo(String
Constructs an
MBeanConstructorInfo object.
|
|
MBeanConstructorInfo(String
Constructs an
MBeanConstructorInfo object.
|
|
MBeanException(Exception
Creates an
MBeanException that wraps the actual
java.lang.Exception with a detail message.
|
|
MBeanFeatureInfo(String
Constructs an
MBeanFeatureInfo object.
|
|
MBeanFeatureInfo(String
Constructs an
MBeanFeatureInfo object.
|
|
MBeanInfo(String
Constructs an
MBeanInfo.
|
|
MBeanInfo(String
Constructs an
MBeanInfo.
|
|
MBeanNotificationInfo(String
Constructs an
MBeanNotificationInfo object.
|
|
MBeanNotificationInfo(String
Constructs an
MBeanNotificationInfo object.
|
|
MBeanNotificationInfo(String
Constructs an
MBeanNotificationInfo object.
|
|
MBeanNotificationInfo(String
Constructs an
MBeanNotificationInfo object.
|
|
MBeanOperationInfo(String
Constructs an
MBeanOperationInfo object.
|
|
MBeanOperationInfo(String
Constructs an
MBeanOperationInfo object.
|
|
MBeanOperationInfo(String
Constructs an
MBeanOperationInfo object.
|
|
MBeanParameterInfo(String
Constructs an
MBeanParameterInfo object.
|
|
MBeanParameterInfo(String
Constructs an
MBeanParameterInfo object.
|
|
MBeanPermission(String
Create a new MBeanPermission object with the specified target name and actions.
|
|
MBeanPermission(String
Create a new MBeanPermission object with the specified target name (class name, member, object name) and actions.
|
|
MBeanRegistrationException(Exception
Creates an
MBeanRegistrationException that wraps the actual
java.lang.Exception with a detailed message.
|
|
MBeanServerNotification(String
Creates an MBeanServerNotification object specifying object names of the MBeans that caused the notification and the specified notification type.
|
|
MBeanServerPermission(String
Create a new MBeanServerPermission with the given name.
|
|
MBeanServerPermission(String
Create a new MBeanServerPermission with the given name.
|
|
MBeanTrustPermission(String
Create a new MBeanTrustPermission with the given name.
|
|
MBeanTrustPermission(String
Create a new MBeanTrustPermission with the given name.
|
|
NotCompliantMBeanException(String
Constructor that allows a specific error message to be specified.
|
|
Notification(String
Creates a Notification object.
|
|
Notification(String
Creates a Notification object.
|
|
Notification(String
Creates a Notification object.
|
|
Notification(String
Creates a Notification object.
|
|
ObjectInstance(ObjectName
Allows an object instance to be created given an object name and the full class name, including the package name.
|
|
ObjectInstance(String
Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.
|
|
ObjectName(String
Construct an object name from the given string.
|
|
ObjectName(String
Construct an object name with several key properties from a Hashtable.
|
|
ObjectName(String
Construct an object name with exactly one key property.
|
|
OperationsException(String
Constructor that allows a specific error message to be specified.
|
|
ReflectionException(Exception
Creates a
ReflectionException that wraps the actual
java.lang.Exception with a detail message.
|
|
RuntimeErrorException(Error
Constructor that allows a specific error message to be specified.
|
|
RuntimeMBeanException(RuntimeException
Creates a
RuntimeMBeanException that wraps the actual
java.lang.RuntimeException with a detailed message.
|
|
RuntimeOperationsException(RuntimeException
Creates a
RuntimeOperationsException that wraps the actual
java.lang.RuntimeException with a detailed message.
|
|
ServiceNotFoundException(String
Constructor that allows a specific error message to be specified.
|
|
StringValueExp(String
Creates a new
StringValueExp representing the given string.
|
| Constructor and Description | |
|---|---|
ImmutableDescriptor(Map
Construct a descriptor where the names and values of the fields are the keys and values of the given Map.
|
|
ObjectName(String
Construct an object name with several key properties from a Hashtable.
|
|
ObjectName(String
Construct an object name with several key properties from a Hashtable.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
MLet.findLibrary(String
Returns the absolute path name of a native library.
|
String |
MLetContent.getCode()
Gets the value of the
CODE attribute of the
MLET tag.
|
String |
MLetContent.getJarFiles()
Gets the list of
.jar files specified by the
ARCHIVE attribute of the
MLET tag.
|
String |
MLetMBean.getLibraryDirectory()
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
|
String |
MLet.getLibraryDirectory()
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
|
String |
MLetContent.getName()
Gets the value of the
NAME attribute of the
MLET tag.
|
String |
MLetContent.getSerializedObject()
Gets the value of the
OBJECT attribute of the
MLET tag.
|
String |
MLetContent.getVersion()
Gets the value of the
VERSION attribute of the
MLET tag.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
MLetContent.getAttributes()
Gets the attributes of the
MLET tag.
|
Map |
MLetContent.getAttributes()
Gets the attributes of the
MLET tag.
|
List |
MLetContent.getParameterTypes()
Gets the list of values of the
TYPE attribute in each nested <PARAM> tag within the
MLET tag.
|
List |
MLetContent.getParameterValues()
Gets the list of values of the
VALUE attribute in each nested <PARAM> tag within the
MLET tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MLetMBean.addURL(String
Appends the specified URL to the list of URLs to search for classes and resources.
|
void |
MLet.addURL(String
Appends the specified URL to the list of URLs to search for classes and resources.
|
protected URL |
MLet.check(String
This method is to be overridden when extending this service to support caching and versioning.
|
protected Class |
MLet.findClass(String
This is the main method for class loaders that is being redefined.
|
protected String |
MLet.findLibrary(String
Returns the absolute path name of a native library.
|
Set |
MLetMBean.getMBeansFromURL(String
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLet.getMBeansFromURL(String
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
URL |
MLetMBean.getResource(String
Finds the resource with the given name.
|
InputStream |
MLetMBean.getResourceAsStream(String
Returns an input stream for reading the specified resource.
|
Enumeration |
MLetMBean.getResources(String
Finds all the resources with the given name.
|
Class |
ClassLoaderRepository.loadClass(String
Load the given class name through the list of class loaders.
|
static Class |
DefaultLoaderRepository.loadClass(String
Deprecated.
Go through the list of class loaders and try to load the requested class.
|
Class |
MLet.loadClass(String
Load a class, using the given
ClassLoaderRepository if the class is not found in this MLet's URLs.
|
Class |
ClassLoaderRepository.loadClassBefore(ClassLoader
Load the given class name through the list of class loaders, stopping at the given one.
|
Class |
ClassLoaderRepository.loadClassWithout(ClassLoader
Load the given class name through the list of class loaders, excluding the given one.
|
static Class |
DefaultLoaderRepository.loadClassWithout(ClassLoader
Deprecated.
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
|
void |
MLetMBean.setLibraryDirectory(String
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
|
void |
MLet.setLibraryDirectory(String
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
|
| Constructor and Description | |
|---|---|
MLetContent(URL
Creates an
MLet instance initialized with attributes read from an
MLET tag in an MLet text file.
|
|
MLetContent(URL
Creates an
MLet instance initialized with attributes read from an
MLET tag in an MLet text file.
|
|
MLetContent(URL
Creates an
MLet instance initialized with attributes read from an
MLET tag in an MLet text file.
|
|
MLetContent(URL
Creates an
MLet instance initialized with attributes read from an
MLET tag in an MLet text file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ModelMBeanInfo.getClassName()
Returns the name of the Java class of the MBean described by this
MBeanInfo.
|
String |
ModelMBeanInfo.getDescription()
Returns a human readable description of the MBean.
|
String |
DescriptorSupport.getFieldNames()
|
String |
DescriptorSupport.getFields()
|
String |
DescriptorSupport.toString()
Returns a human readable string representing the descriptor.
|
String |
ModelMBeanNotificationInfo.toString()
Returns a human readable string containing ModelMBeanNotificationInfo.
|
String |
ModelMBeanConstructorInfo.toString()
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form.
|
String |
ModelMBeanAttributeInfo.toString()
Returns a human-readable version of the ModelMBeanAttributeInfo instance.
|
String |
ModelMBeanOperationInfo.toString()
Returns a string containing the entire contents of the ModelMBeanOperationInfo in human readable form.
|
String |
DescriptorSupport.toXMLString()
Returns an XML String representing the descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener
Registers an object which implements the NotificationListener interface as a listener.
|
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener
|
ModelMBeanAttributeInfo |
ModelMBeanInfoSupport.getAttribute(String
|
ModelMBeanAttributeInfo |
ModelMBeanInfo.getAttribute(String
Returns a ModelMBeanAttributeInfo requested by name.
|
Object |
RequiredModelMBean.getAttribute(String
Returns the value of a specific attribute defined for this ModelMBean.
|
AttributeList |
RequiredModelMBean.getAttributes(String
Returns the values of several attributes in the ModelMBean.
|
ModelMBeanConstructorInfo |
ModelMBeanInfoSupport.getConstructor(String
Returns the ModelMBeanConstructorInfo requested by name.
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String
Returns a Descriptor requested by name.
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String
|
Descriptor |
ModelMBeanInfo.getDescriptor(String
Returns a Descriptor requested by name and descriptorType.
|
Descriptor |
ModelMBeanInfoSupport.getDescriptors(String
|
Descriptor |
ModelMBeanInfo.getDescriptors(String
Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
|
Object |
DescriptorSupport.getFieldValue(String
|
Object |
DescriptorSupport.getFieldValues(String
|
ModelMBeanNotificationInfo |
ModelMBeanInfoSupport.getNotification(String
|
ModelMBeanNotificationInfo |
ModelMBeanInfo.getNotification(String
Returns a ModelMBeanNotificationInfo requested by name.
|
ModelMBeanOperationInfo |
ModelMBeanInfoSupport.getOperation(String
|
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String
Returns a ModelMBeanOperationInfo requested by name.
|
Object |
RequiredModelMBean.invoke(String
Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.
|
Object |
RequiredModelMBean.invoke(String
Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.
|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener
Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener
|
void |
DescriptorSupport.removeField(String
|
void |
ModelMBeanNotificationBroadcaster.sendNotification(String
Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
|
void |
RequiredModelMBean.sendNotification(String
|
void |
ModelMBeanInfoSupport.setDescriptor(Descriptor
|
void |
ModelMBeanInfo.setDescriptor(Descriptor
Sets descriptors in the info array of type inDescriptorType for the ModelMBean.
|
void |
DescriptorSupport.setField(String
|
void |
DescriptorSupport.setFields(String
|
void |
ModelMBean.setManagedResource(Object
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
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
|
| Constructor and Description | |
|---|---|
DescriptorSupport(String
Constructor taking fields in the
fieldName=fieldValue format.
|
|
DescriptorSupport(String
Descriptor constructor taking an XML String.
|
|
DescriptorSupport(String
Constructor taking field names and field values.
|
|
InvalidTargetObjectTypeException(Exception
Constructor taking an exception and a string.
|
|
InvalidTargetObjectTypeException(String
Constructor from a string.
|
|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
|
|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object.
|
|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
|
|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object.
|
|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object with a default descriptor.
|
|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object.
|
|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object with a default descriptor.
|
|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object.
|
|
ModelMBeanInfoSupport(String
Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
|
|
ModelMBeanInfoSupport(String
Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
|
|
ModelMBeanNotificationInfo(String
Constructs a ModelMBeanNotificationInfo object with a default descriptor.
|
|
ModelMBeanNotificationInfo(String
Constructs a ModelMBeanNotificationInfo object with a default descriptor.
|
|
ModelMBeanNotificationInfo(String
Constructs a ModelMBeanNotificationInfo object.
|
|
ModelMBeanNotificationInfo(String
Constructs a ModelMBeanNotificationInfo object.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object with a default descriptor.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object with a default descriptor.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object.
|
|
XMLParseException(Exception
Constructor taking a string and an exception.
|
|
XMLParseException(String
Constructor taking a string.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
Monitor.dbgTag
Deprecated.
No replacement.
|
static String |
MonitorNotification.OBSERVED_ATTRIBUTE_ERROR
Notification type denoting that the observed attribute is not contained in the observed object.
|
static String |
MonitorNotification.OBSERVED_ATTRIBUTE_TYPE_ERROR
Notification type denoting that the type of the observed attribute is not correct.
|
static String |
MonitorNotification.OBSERVED_OBJECT_ERROR
Notification type denoting that the observed object is not registered in the MBean server.
|
static String |
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 String |
MonitorNotification.STRING_TO_COMPARE_VALUE_DIFFERED
Notification type denoting that the observed attribute has differed from the "string to compare" value.
|
static String |
MonitorNotification.STRING_TO_COMPARE_VALUE_MATCHED
Notification type denoting that the observed attribute has matched the "string to compare" value.
|
static String |
MonitorNotification.THRESHOLD_ERROR
Notification type denoting that the type of the thresholds, offset or modulus is not correct.
|
static String |
MonitorNotification.THRESHOLD_HIGH_VALUE_EXCEEDED
Notification type denoting that the observed attribute has exceeded the threshold high value.
|
static String |
MonitorNotification.THRESHOLD_LOW_VALUE_EXCEEDED
Notification type denoting that the observed attribute has exceeded the threshold low value.
|
static String |
MonitorNotification.THRESHOLD_VALUE_EXCEEDED
Notification type denoting that the observed attribute has reached the threshold value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StringMonitorMBean.getDerivedGauge()
Deprecated.
As of JMX 1.2, replaced by
StringMonitorMBean
|
String |
StringMonitor.getDerivedGauge()
Deprecated.
As of JMX 1.2, replaced by
StringMonitor
|
String |
StringMonitorMBean.getDerivedGauge(ObjectName
Gets the derived gauge for the specified MBean.
|
String |
StringMonitor.getDerivedGauge(ObjectName
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or
null otherwise.
|
String |
Monitor.getObservedAttribute()
Gets the attribute being observed.
|
String |
MonitorNotification.getObservedAttribute()
Gets the observed attribute of this monitor notification.
|
String |
MonitorMBean.getObservedAttribute()
Gets the attribute being observed.
|
String |
StringMonitorMBean.getStringToCompare()
Gets the string to compare with the observed attribute.
|
String |
StringMonitor.getStringToCompare()
Gets the string to compare with the observed attribute common to all observed MBeans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Monitor.setObservedAttribute(String
Sets the attribute to observe.
|
void |
MonitorMBean.setObservedAttribute(String
Sets the attribute to observe.
|
void |
StringMonitorMBean.setStringToCompare(String
Sets the string to compare with the observed attribute.
|
void |
StringMonitor.setStringToCompare(String
Sets the string to compare with the observed attribute common to all observed MBeans.
|
| Constructor and Description | |
|---|---|
MonitorSettingException(String
Constructor that allows an error message to be specified.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
OpenType.ALLOWED_CLASSNAMES
Deprecated.
Use
ALLOWED_CLASSNAMES_LIST instead.
|
| Modifier and Type | Field and Description |
|---|---|
static List |
OpenType.ALLOWED_CLASSNAMES_LIST
List of the fully qualified names of the Java classes allowed for open data values.
|
static SimpleType |
SimpleType.STRING
The
SimpleType instance describing values whose Java class name is
java.lang.String.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OpenType.getClassName()
Returns the fully qualified Java class name of the open data values this open type describes.
|
String |
OpenMBeanInfo.getClassName()
Returns the fully qualified Java class name of the open MBean instances this
OpenMBeanInfo describes.
|
String |
OpenType.getDescription()
Returns the text description of this
OpenType instance.
|
String |
OpenMBeanConstructorInfo.getDescription()
Returns a human readable description of the constructor described by this
OpenMBeanConstructorInfo instance.
|
String |
OpenMBeanOperationInfo.getDescription()
Returns a human readable description of the operation described by this
OpenMBeanOperationInfo instance.
|
String |
OpenMBeanParameterInfo.getDescription()
Returns a human readable description of the parameter described by this
OpenMBeanParameterInfo instance.
|
String |
OpenMBeanInfo.getDescription()
Returns a human readable description of the type of open MBean instances this
OpenMBeanInfo describes.
|
String |
CompositeType.getDescription(String
Returns the description of the item whose name is itemName, or
null if this
CompositeType instance does not define any item whose name is itemName.
|
String |
OpenMBeanConstructorInfo.getName()
Returns the name of the constructor described by this
OpenMBeanConstructorInfo instance.
|
String |
OpenMBeanOperationInfo.getName()
Returns the name of the operation described by this
OpenMBeanOperationInfo instance.
|
String |
OpenMBeanParameterInfo.getName()
Returns the name of the parameter described by this
OpenMBeanParameterInfo instance.
|
String |
OpenMBeanOperationInfo.getReturnType()
Returns the fully qualified Java class name of the values returned by the operation described by this
OpenMBeanOperationInfo instance.
|
String |
OpenType.getTypeName()
Returns the name of this
OpenType instance.
|
abstract String |
OpenType.toString()
Returns a string representation of this open type instance.
|
String |
CompositeType.toString()
Returns a string representation of this
CompositeType instance.
|
String |
TabularType.toString()
Returns a string representation of this
TabularType instance.
|
String |
OpenMBeanConstructorInfoSupport.toString()
Returns a string representation of this
OpenMBeanConstructorInfoSupport instance.
|
String |
TabularData.toString()
Returns a string representation of this
TabularData instance.
|
String |
TabularDataSupport.toString()
Returns a string representation of this
TabularDataSupport instance.
|
String |
OpenMBeanConstructorInfo.toString()
Returns a string representation of this
OpenMBeanConstructorInfo instance.
|
String |
CompositeDataSupport.toString()
Returns a string representation of this
CompositeDataSupport instance.
|
String |
OpenMBeanParameterInfoSupport.toString()
Returns a string representation of this
OpenMBeanParameterInfoSupport instance.
|
String |
CompositeData.toString()
Returns a string representation of this
CompositeData instance.
|
String |
OpenMBeanOperationInfo.toString()
Returns a string representation of this
OpenMBeanOperationInfo instance.
|
String |
OpenMBeanInfoSupport.toString()
Returns a string representation of this
OpenMBeanInfoSupport instance.
|
String |
OpenMBeanParameterInfo.toString()
Returns a string representation of this
OpenMBeanParameterInfo instance.
|
String |
SimpleType.toString()
Returns a string representation of this
SimpleType instance.
|
String |
ArrayType.toString()
Returns a string representation of this
ArrayType instance.
|
String |
OpenMBeanAttributeInfoSupport.toString()
Returns a string representation of this
OpenMBeanAttributeInfoSupport instance.
|
String |
OpenMBeanAttributeInfo.toString()
Returns a string representation of this
OpenMBeanAttributeInfo instance.
|
String |
OpenMBeanInfo.toString()
Returns a string representation of this
OpenMBeanInfo instance.
|
String |
OpenMBeanOperationInfoSupport.toString()
Returns a string representation of this
OpenMBeanOperationInfoSupport instance.
|
| Modifier and Type | Method and Description |
|---|---|
List |
TabularType.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 this
TabularType instance.
|
Set |
CompositeType.keySet()
Returns an unmodifiable Set view of all the item names defined by this
CompositeType instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeType.containsKey(String
Returns
true if this
CompositeType instance defines an item whose name is itemName.
|
boolean |
CompositeDataSupport.containsKey(String
Returns
true if and only if this
CompositeData instance contains an item whose name is
key.
|
boolean |
CompositeData.containsKey(String
Returns
true if and only if this
CompositeData instance contains an item whose name is
key.
|
Object |
CompositeDataSupport.get(String
Returns the value of the item whose name is
key.
|
Object |
CompositeData.get(String
Returns the value of the item whose name is
key.
|
Object |
CompositeDataSupport.getAll(String
Returns an array of the values of the items whose names are specified by
keys, in the same order as
keys.
|
Object |
CompositeData.getAll(String
Returns an array of the values of the items whose names are specified by
keys, in the same order as
keys.
|
String |
CompositeType.getDescription(String
Returns the description of the item whose name is itemName, or
null if this
CompositeType instance does not define any item whose name is itemName.
|
OpenType |
CompositeType.getType(String
Returns the
open type of the item whose name is itemName, or
null if this
CompositeType instance does not define any item whose name is itemName.
|
| Constructor and Description | |
|---|---|
CompositeDataSupport(CompositeType
Constructs a
CompositeDataSupport instance with the specified
compositeType, whose item values are specified by
itemValues[], in the same order as in
itemNames[].
|
|
CompositeType(String
Constructs a
CompositeType instance, checking for the validity of the given parameters.
|
|
CompositeType(String
Constructs a
CompositeType instance, checking for the validity of the given parameters.
|
|
CompositeType(String
Constructs a
CompositeType instance, checking for the validity of the given parameters.
|
|
InvalidKeyException(String
An InvalidKeyException with a detail message.
|
|
InvalidOpenTypeException(String
An InvalidOpenTypeException with a detail message.
|
|
KeyAlreadyExistsException(String
A KeyAlreadyExistsException with a detail message.
|
|
OpenDataException(String
An OpenDataException with a detail message.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified
name,
openType and
description, and the specified read/write access properties.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified
name,
openType,
description, read/write access properties, and
Descriptor.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified
name,
openType,
description and
defaultValue, and the specified read/write access properties.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean, with the specified
name,
openType,
description,
defaultValue,
minValue and
maxValue.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified
name,
openType,
description,
defaultValue and
legalValues, and the specified read/write access properties.
|
|
OpenMBeanConstructorInfoSupport(String
Constructs an
OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified
name,
description and
signature.
|
|
OpenMBeanConstructorInfoSupport(String
Constructs an
OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified
name,
description,
signature, and
descriptor.
|
|
OpenMBeanInfoSupport(String
Constructs an
OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified
className,
description,
openAttributes,
openConstructors ,
openOperations and
notifications.
|
|
OpenMBeanInfoSupport(String
Constructs an
OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified
className,
description,
openAttributes,
openConstructors ,
openOperations,
notifications, and
descriptor.
|
|
OpenMBeanOperationInfoSupport(String
Constructs an
OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified
name,
description,
signature,
returnOpenType and
impact.
|
|
OpenMBeanOperationInfoSupport(String
Constructs an
OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified
name,
description,
signature,
returnOpenType,
impact, and
descriptor.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType and
description.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description, and
descriptor.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description and
defaultValue.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description,
defaultValue,
minValue and
maxValue.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description,
defaultValue and
legalValues.
|
|
OpenType(String
Constructs an
OpenType instance (actually a subclass instance as
OpenType is abstract), checking for the validity of the given parameters.
|
|
TabularType(String
Constructs a
TabularType instance, checking for the validity of the given parameters.
|
|
TabularType(String
Constructs a
TabularType instance, checking for the validity of the given parameters.
|
| Constructor and Description | |
|---|---|
CompositeDataSupport(CompositeType
Constructs a
CompositeDataSupport instance with the specified
compositeType, whose item names and corresponding values are given by the mappings in the map
items.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
RelationNotification.RELATION_BASIC_CREATION
Type for the creation of an internal relation.
|
static String |
RelationNotification.RELATION_BASIC_REMOVAL
Type for the removal from the Relation Service of an internal relation.
|
static String |
RelationNotification.RELATION_BASIC_UPDATE
Type for an update of an internal relation.
|
static String |
RelationNotification.RELATION_MBEAN_CREATION
Type for the relation MBean added into the Relation Service.
|
static String |
RelationNotification.RELATION_MBEAN_REMOVAL
Type for the removal from the Relation Service of a relation MBean.
|
static String |
RelationNotification.RELATION_MBEAN_UPDATE
Type for the update of a relation MBean.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RoleInfo.getDescription()
Returns description text for the role.
|
String |
RoleInfo.getName()
Returns the name of the role.
|
String |
RoleInfo.getRefMBeanClassName()
Returns name of type of MBean expected to be referenced in corresponding role.
|
String |
RelationSupport.getRelationId()
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
|
String |
Relation.getRelationId()
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
|
String |
RelationNotification.getRelationId()
Returns the relation identifier of created/removed/updated relation.
|
String |
RelationSupport.getRelationTypeName()
Returns name of associated relation type.
|
String |
Relation.getRelationTypeName()
Returns name of associated relation type.
|
String |
RelationType.getRelationTypeName()
Returns the relation type name.
|
String |
RelationTypeSupport.getRelationTypeName()
Returns the relation type name.
|
String |
RelationNotification.getRelationTypeName()
Returns the relation type name of created/removed/updated relation.
|
String |
RelationService.getRelationTypeName(String
Returns name of associated relation type for given relation.
|
String |
RelationServiceMBean.getRelationTypeName(String
Returns name of associated relation type for given relation.
|
String |
Role.getRoleName()
Retrieves role name.
|
String |
RoleUnresolved.getRoleName()
Retrieves role name.
|
String |
RelationNotification.getRoleName()
Returns name of updated role of updated relation (only for role update).
|
String |
RelationService.isRelation(ObjectName
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
|
String |
RelationServiceMBean.isRelation(ObjectName
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
|
static String |
Role.roleValueToString(List
Returns a string for the given role value.
|
String |
Role.toString()
Returns a string describing the role.
|
String |
RoleInfo.toString()
Returns a string describing the role info.
|
String |
RoleUnresolved.toString()
Return a string describing this object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RelationService.findAssociatedMBeans(ObjectName
Retrieves the MBeans associated to given one in a relation.
|
Map |
RelationServiceMBean.findAssociatedMBeans(ObjectName
Retrieves the MBeans associated to given one in a relation.
|
Map |
RelationService.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
Map |
RelationService.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
Map |
RelationServiceMBean.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
Map |
RelationServiceMBean.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
List |
RelationService.findRelationsOfType(String
Returns the relation ids for relations of the given type.
|
List |
RelationServiceMBean.findRelationsOfType(String
Returns the relation ids for relations of the given type.
|
List |
RelationService.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.
|
List |
RelationServiceMBean.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.
|
List |
RelationService.getAllRelationTypeNames()
Retrieves names of all known relation types.
|
List |
RelationServiceMBean.getAllRelationTypeNames()
Retrieves names of all known relation types.
|
Map |
RelationSupport.getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
Relation.getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
RelationService.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
RelationServiceMBean.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
RelationService.checkRoleReading(String
Checks if given Role can be read in a relation of the given type.
|
Integer |
RelationServiceMBean.checkRoleReading(String
Checks if given Role can be read in a relation of the given type.
|
Integer |
RelationService.checkRoleWriting(Role
Checks if given Role can be set in a relation of given type.
|
Integer |
RelationServiceMBean.checkRoleWriting(Role
Checks if given Role can be set in a relation of given type.
|
void |
RelationService.createRelation(String
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
|
void |
RelationServiceMBean.createRelation(String
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
|
void |
RelationService.createRelationType(String
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
Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
|
Map |
RelationService.findAssociatedMBeans(ObjectName
Retrieves the MBeans associated to given one in a relation.
|
Map |
RelationServiceMBean.findAssociatedMBeans(ObjectName
Retrieves the MBeans associated to given one in a relation.
|
Map |
RelationService.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
Map |
RelationServiceMBean.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
List |
RelationService.findRelationsOfType(String
Returns the relation ids for relations of the given type.
|
List |
RelationServiceMBean.findRelationsOfType(String
Returns the relation ids for relations of the given type.
|
RoleResult |
RelationService.getAllRoles(String
Returns all roles present in the relation.
|
RoleResult |
RelationServiceMBean.getAllRoles(String
Returns all roles present in the relation.
|
Map |
RelationService.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
RelationServiceMBean.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
String |
RelationService.getRelationTypeName(String
Returns name of associated relation type for given relation.
|
String |
RelationServiceMBean.getRelationTypeName(String
Returns name of associated relation type for given relation.
|
List |
RelationSupport.getRole(String
Retrieves role value for given role name.
|
List |
Relation.getRole(String
Retrieves role value for given role name.
|
List |
RelationService.getRole(String
Retrieves role value for given role name in given relation.
|
List |
RelationServiceMBean.getRole(String
Retrieves role value for given role name in given relation.
|
Integer |
RelationSupport.getRoleCardinality(String
Returns the number of MBeans currently referenced in the given role.
|
Integer |
Relation.getRoleCardinality(String
Returns the number of MBeans currently referenced in the given role.
|
Integer |
RelationService.getRoleCardinality(String
Retrieves the number of MBeans currently referenced in the given role.
|
Integer |
RelationServiceMBean.getRoleCardinality(String
Retrieves the number of MBeans currently referenced in the given role.
|
RoleInfo |
RelationType.getRoleInfo(String
Returns the role info (RoleInfo object) for the given role info name (null if not found).
|
RoleInfo |
RelationTypeSupport.getRoleInfo(String
Returns the role info (RoleInfo object) for the given role info name (null if not found).
|
RoleInfo |
RelationService.getRoleInfo(String
Retrieves role info for given role name of a given relation type.
|
RoleInfo |
RelationServiceMBean.getRoleInfo(String
Retrieves role info for given role of a given relation type.
|
List |
RelationService.getRoleInfos(String
Retrieves list of role infos (RoleInfo objects) of a given relation type.
|
List |
RelationServiceMBean.getRoleInfos(String
Retrieves list of role infos (RoleInfo objects) of a given relation type.
|
RoleResult |
RelationSupport.getRoles(String
Retrieves values of roles with given names.
|
RoleResult |
Relation.getRoles(String
Retrieves values of roles with given names.
|
RoleResult |
RelationService.getRoles(String
Retrieves values of roles with given names in given relation.
|
RoleResult |
RelationService.getRoles(String
Retrieves values of roles with given names in given relation.
|
RoleResult |
RelationServiceMBean.getRoles(String
Retrieves values of roles with given names in given relation.
|
RoleResult |
RelationServiceMBean.getRoles(String
Retrieves values of roles with given names in given relation.
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
|
void |
Relation.handleMBeanUnregistration(ObjectName
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
|
Boolean |
RelationService.hasRelation(String
Checks if there is a relation identified in Relation Service with given relation id.
|
Boolean |
RelationServiceMBean.hasRelation(String
Checks if there is a relation identified in Relation Service with given relation id.
|
ObjectName |
RelationService.isRelationMBean(String
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.
|
ObjectName |
RelationServiceMBean.isRelationMBean(String
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
Removes given relation from the Relation Service.
|
void |
RelationServiceMBean.removeRelation(String
Removes given relation from the Relation Service.
|
void |
RelationService.removeRelationType(String
Removes given relation type from Relation Service.
|
void |
RelationServiceMBean.removeRelationType(String
Removes given relation type from Relation Service.
|
void |
RelationService.sendRelationCreationNotification(String
Sends a notification (RelationNotification) for a relation creation.
|
void |
RelationServiceMBean.sendRelationCreationNotification(String
Sends a notification (RelationNotification) for a relation creation.
|
void |
RelationService.sendRelationRemovalNotification(String
Sends a notification (RelationNotification) for a relation removal.
|
void |
RelationServiceMBean.sendRelationRemovalNotification(String
Sends a notification (RelationNotification) for a relation removal.
|
void |
RelationService.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
void |
RelationServiceMBean.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
void |
RelationService.setRole(String
Sets the given role in given relation.
|
void |
RelationServiceMBean.setRole(String
Sets the given role in given relation.
|
void |
Role.setRoleName(String
Sets role name.
|
void |
RoleUnresolved.setRoleName(String
Sets role name.
|
RoleResult |
RelationService.setRoles(String
Sets the given roles in given relation.
|
RoleResult |
RelationServiceMBean.setRoles(String
Sets the given roles in given relation.
|
void |
RelationService.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|
void |
RelationServiceMBean.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|
| Constructor and Description | |
|---|---|
InvalidRelationIdException(String
Constructor with given message put in exception.
|
|
InvalidRelationServiceException(String
Constructor with given message put in exception.
|
|
InvalidRelationTypeException(String
Constructor with given message put in exception.
|
|
InvalidRoleInfoException(String
Constructor with given message put in exception.
|
|
InvalidRoleValueException(String
Constructor with given message put in exception.
|
|
RelationException(String
Constructor with given message put in exception.
|
|
RelationNotFoundException(String
Constructor with given message put in exception.
|
|
RelationNotification(String
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.
|
|
RelationNotification(String
Creates a notification for a role update in a relation.
|
|
RelationServiceNotRegisteredException(String
Constructor with given message put in exception.
|
|
RelationSupport(String
Creates a
RelationSupport object.
|
|
RelationSupport(String
Creates a
RelationSupport object.
|
|
RelationTypeNotFoundException(String
Constructor with given message put in exception.
|
|
RelationTypeSupport(String
Constructor to be used for subclasses.
|
|
RelationTypeSupport(String
Constructor where all role definitions are dynamically created and passed as parameter.
|
|
Role(String
Make a new Role object.
|
|
RoleInfo(String
Constructor.
|
|
RoleInfo(String
Constructor.
|
|
RoleInfo(String
Constructor.
|
|
RoleInfoNotFoundException(String
Constructor with given message put in exception.
|
|
RoleNotFoundException(String
Constructor with given message put in exception.
|
|
RoleUnresolved(String
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
JMXConnectorServer.AUTHENTICATOR
Name of the attribute that specifies the authenticator for a connector server.
|
static String |
JMXConnectionNotification.CLOSED
Notification type string for a connection-closed notification.
|
static String |
JMXConnector.CREDENTIALS
Name of the attribute that specifies the credentials to send to the connector server during connection.
|
static String |
JMXConnectorServerFactory.DEFAULT_CLASS_LOADER
Name of the attribute that specifies the default class loader.
|
static String |
JMXConnectorFactory.DEFAULT_CLASS_LOADER
Name of the attribute that specifies the default class loader.
|
static String |
JMXConnectorServerFactory.DEFAULT_CLASS_LOADER_NAME
Name of the attribute that specifies the default class loader MBean name.
|
static String |
JMXConnectionNotification.FAILED
Notification type string for a connection-failed notification.
|
static String |
JMXConnectionNotification.NOTIFS_LOST
Notification type string for a connection that has possibly lost notifications.
|
static String |
JMXConnectionNotification.OPENED
Notification type string for a connection-opened notification.
|
static String |
JMXConnectorServerFactory.PROTOCOL_PROVIDER_CLASS_LOADER
Name of the attribute that specifies the class loader for loading protocol providers.
|
static String |
JMXConnectorFactory.PROTOCOL_PROVIDER_CLASS_LOADER
Name of the attribute that specifies the class loader for loading protocol providers.
|
static String |
JMXConnectorServerFactory.PROTOCOL_PROVIDER_PACKAGES
Name of the attribute that specifies the provider packages that are consulted when looking for the handler for a protocol.
|
static String |
JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES
Name of the attribute that specifies the provider packages that are consulted when looking for the handler for a protocol.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JMXConnectionNotification.getConnectionId()
The connection ID to which this notification pertains.
|
String |
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.
|
String |
JMXServiceURL.getHost()
The host part of the Service URL.
|
String |
JMXPrincipal.getName()
Returns the name of this principal.
|
String |
JMXServiceURL.getProtocol()
The protocol part of the Service URL.
|
String |
JMXServiceURL.getURLPath()
The URL Path part of the Service URL.
|
String |
TargetedNotification.toString()
Returns a textual representation of this Targeted Notification.
|
String |
NotificationResult.toString()
Returns a string representation of the object.
|
String |
JMXPrincipal.toString()
Returns a string representation of this
JMXPrincipal.
|
String |
JMXServiceURL.toString()
The string representation of this Service URL.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
JMXConnectorServerMBean.getAttributes()
The attributes for this connector server.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JMXConnectorServer.connectionClosed(String
Called by a subclass when a client connection is closed normally.
|
protected void |
JMXConnectorServer.connectionFailed(String
Called by a subclass when a client connection fails.
|
protected void |
JMXConnectorServer.connectionOpened(String
Called by a subclass when a new client connection is opened.
|
| Modifier and Type | Method and Description |
|---|---|
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL
Creates a connection to the connector server at the given address.
|
void |
JMXConnector.connect(Map
Establishes the connection to the connector server.
|
JMXConnector |
JMXConnectorProvider.newJMXConnector(JMXServiceURL
Creates a new connector client that is ready to connect to the connector server at the given address.
|
static JMXConnector |
JMXConnectorFactory.newJMXConnector(JMXServiceURL
Creates a connector client for the connector server at the given address.
|
static JMXConnectorServer |
JMXConnectorServerFactory.newJMXConnectorServer(JMXServiceURL
Creates a connector server at the given address.
|
JMXConnectorServer |
JMXConnectorServerProvider.newJMXConnectorServer(JMXServiceURL
Creates a new connector server at the given address.
|
JMXConnector |
JMXConnectorServer.toJMXConnector(Map
Returns a client stub for this connector server.
|
JMXConnector |
JMXConnectorServerMBean.toJMXConnector(Map
Returns a client stub for this connector server.
|
| Constructor and Description | |
|---|---|
JMXConnectionNotification(String
Constructs a new connection notification.
|
|
JMXPrincipal(String
Creates a JMXPrincipal for a given identity.
|
|
JMXProviderException(String
Constructs a
JMXProviderException with the specified detail message.
|
|
JMXProviderException(String
Constructs a
JMXProviderException with the specified detail message and nested exception.
|
|
JMXServerErrorException(String
Constructs a
JMXServerErrorException with the specified detail message and nested error.
|
|
JMXServiceURL(String
Constructs a
JMXServiceURL by parsing a Service URL string.
|
|
JMXServiceURL(String
Constructs a
JMXServiceURL with the given protocol, host, and port.
|
|
JMXServiceURL(String
Constructs a
JMXServiceURL with the given parts.
|
|
SubjectDelegationPermission(String
Creates a new SubjectDelegationPermission with the specified name.
|
|
SubjectDelegationPermission(String
Creates a new SubjectDelegationPermission object with the specified name.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
RMIConnectorServer.JNDI_REBIND_ATTRIBUTE
Name of the attribute that specifies whether the
RMIServer stub that represents an RMI connector server should override an existing stub at the same address.
|
static String |
RMIConnectorServer.RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE
Name of the attribute that specifies the
RMIClientSocketFactory for the RMI objects created in conjunction with this connector.
|
static String |
RMIConnectorServer.RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE
Name of the attribute that specifies the
RMIServerSocketFactory for the RMI objects created in conjunction with this connector.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RMIConnector.getConnectionId()
|
String |
RMIConnection.getConnectionId()
Returns the connection ID.
|
String |
RMIConnectionImpl.getConnectionId()
|
String |
RMIConnection.getDefaultDomain(Subject
Handles the method
MBeanServerConnection.
|
String |
RMIConnectionImpl.getDefaultDomain(Subject
|
String |
RMIConnection.getDomains(Subject
Handles the method
MBeanServerConnection.
|
String |
RMIConnectionImpl.getDomains(Subject
|
protected String |
RMIJRMPServerImpl.getProtocol()
|
protected String |
RMIIIOPServerImpl.getProtocol()
|
protected abstract String |
RMIServerImpl.getProtocol()
Returns the protocol string for this object.
|
String |
RMIServer.getVersion()
The version of the RMI Connector Protocol understood by this connector server.
|
String |
RMIServerImpl.getVersion()
|
String |
RMIConnector.toString()
Returns a string representation of this object.
|
String |
RMIConnectionImpl.toString()
Returns a string representation of this object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RMIConnectorServer.getAttributes()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RMIConnectorServer.connectionClosed(String
|
protected void |
RMIConnectorServer.connectionFailed(String
|
protected void |
RMIConnectorServer.connectionOpened(String
|
ObjectInstance |
RMIConnection.createMBean(String
Handles the method
MBeanServerConnection.
|
ObjectInstance |
RMIConnection.createMBean(String
Handles the method
MBeanServerConnection.
|
ObjectInstance |
RMIConnectionImpl.createMBean(String
|
ObjectInstance |
RMIConnectionImpl.createMBean(String
|
ObjectInstance |
RMIConnection.createMBean(String
|
ObjectInstance |
RMIConnection.createMBean(String
|
ObjectInstance |
RMIConnectionImpl.createMBean(String
|
ObjectInstance |
RMIConnectionImpl.createMBean(String
|
ObjectInstance |
RMIConnection.createMBean(String
Handles the method
MBeanServerConnection.
|
ObjectInstance |
RMIConnectionImpl.createMBean(String
|
ObjectInstance |
RMIConnection.createMBean(String
Handles the method
MBeanServerConnection.
|
ObjectInstance |
RMIConnectionImpl.createMBean(String
|
Object |
RMIConnection.getAttribute(ObjectName
Handles the method
MBeanServerConnection.
|
Object |
RMIConnectionImpl.getAttribute(ObjectName
|
AttributeList |
RMIConnection.getAttributes(ObjectName
Handles the method
MBeanServerConnection.
|
AttributeList |
RMIConnectionImpl.getAttributes(ObjectName
|
Object |
RMIConnection.invoke(ObjectName
Handles the method
MBeanServerConnection.
|
Object |
RMIConnection.invoke(ObjectName
Handles the method
MBeanServerConnection.
|
Object |
RMIConnectionImpl.invoke(ObjectName
|
Object |
RMIConnectionImpl.invoke(ObjectName
|
boolean |
RMIConnection.isInstanceOf(ObjectName
Handles the method
MBeanServerConnection.
|
boolean |
RMIConnectionImpl.isInstanceOf(ObjectName
|
protected RMIConnection |
RMIJRMPServerImpl.makeClient(String
Creates a new client connection as an RMI object exported through JRMP.
|
protected RMIConnection |
RMIIIOPServerImpl.makeClient(String
Creates a new client connection as an RMI object exported through IIOP.
|
protected abstract RMIConnection |
RMIServerImpl.makeClient(String
Creates a new client connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMIConnector.connect(Map
|
JMXConnector |
RMIConnectorServer.toJMXConnector(Map
Returns a client stub for this connector server.
|
| Constructor and Description | |
|---|---|
RMIConnectionImpl(RMIServerImpl
Constructs a new
RMIConnection.
|
| Constructor and Description | |
|---|---|
RMIConnectionImpl(RMIServerImpl
Constructs a new
RMIConnection.
|
|
RMIConnector(JMXServiceURL
Constructs an
RMIConnector that will connect the RMI connector server with the given address.
|
|
RMIConnector(RMIServer
Constructs an
RMIConnector using the given RMI stub.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|
|
RMIIIOPServerImpl(Map
Creates a new
RMIServerImpl.
|
|
RMIJRMPServerImpl(int port, RMIClientSocketFactory
Creates a new
RMIServer object that will be exported on the given port using the given socket factories.
|
|
RMIServerImpl(Map
Constructs a new
RMIServerImpl.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TimerMBean.getNotificationMessage(Integer
Gets the timer notification detailed message corresponding to the specified identifier.
|
String |
Timer.getNotificationMessage(Integer
Gets the timer notification detailed message corresponding to the specified identifier.
|
String |
TimerMBean.getNotificationType(Integer
Gets the timer notification type corresponding to the specified identifier.
|
String |
Timer.getNotificationType(Integer
Gets the timer notification type corresponding to the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
TimerMBean.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date and a null period and number of occurrences.
|
Integer |
Timer.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date and a null period and number of occurrences.
|
Integer |
TimerMBean.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date and period and a null number of occurrences.
|
Integer |
Timer.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date and period and a null number of occurrences.
|
Integer |
TimerMBean.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date, period and number of occurrences.
|
Integer |
Timer.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date, period and number of occurrences.
|
Integer |
TimerMBean.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date, period and number of occurrences.
|
Integer |
Timer.addNotification(String
Creates a new timer notification with the specified
type,
message and
userData and inserts it into the list of notifications with a given date, period and number of occurrences.
|
Vector |
TimerMBean.getNotificationIDs(String
Gets all the identifiers of timer notifications corresponding to the specified type.
|
Vector |
Timer.getNotificationIDs(String
Gets all the identifiers of timer notifications corresponding to the specified type.
|
void |
TimerMBean.removeNotifications(String
Removes all the timer notifications corresponding to the specified type from the list of notifications.
|
void |
Timer.removeNotifications(String
Removes all the timer notifications corresponding to the specified type from the list of notifications.
|
| Constructor and Description | |
|---|---|
TimerNotification(String
Creates a timer notification object.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
RefAddr.addrType
Contains the type of this address.
|
static String |
Context.APPLET
Constant that holds the name of the environment property for specifying an applet for the initial context constructor to use when searching for other properties.
|
static String |
Context.AUTHORITATIVE
Constant that holds the name of the environment property for specifying the authoritativeness of the service requested.
|
static String |
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.
|
protected String |
Reference.classFactory
Contains the name of the factory class for creating an instance of the object to which this Reference refers.
|
protected String |
Reference.classFactoryLocation
Contains the location of the factory class.
|
protected String |
Reference.className
Contains the fully-qualified name of the class of the object to which this Reference refers.
|
static String |
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 String |
Context.INITIAL_CONTEXT_FACTORY
Constant that holds the name of the environment property for specifying the initial context factory to use.
|
static String |
Context.LANGUAGE
Constant that holds the name of the environment property for specifying the preferred language to use with the service.
|
protected String |
LinkException.linkExplanation
Contains the exception of why resolution of the link failed.
|
static String |
Context.OBJECT_FACTORIES
Constant that holds the name of the environment property for specifying the list of object factories to use.
|
static String |
Context.PROVIDER_URL
Constant that holds the name of the environment property for specifying configuration information for the service provider to use.
|
static String |
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 String |
Context.SECURITY_AUTHENTICATION
Constant that holds the name of the environment property for specifying the security level to use.
|
static String |
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 String |
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 String |
Context.SECURITY_PROTOCOL
Constant that holds the name of the environment property for specifying the security protocol to use.
|
static String |
Context.STATE_FACTORIES
Constant that holds the name of the environment property for specifying the list of state factories to use.
|
static String |
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Context.composeName(String
Composes the name of this context with a name relative to this context.
|
String |
InitialContext.composeName(String
Composes the name of this context with a name relative to this context.
|
String |
CompositeName.get(int posn)
Retrieves a component of this composite name.
|
String |
CompoundName.get(int posn)
Retrieves a component of this compound name.
|
String |
Name.get(int posn)
Retrieves a component of this name.
|
String |
Binding.getClassName()
Retrieves the class name of the object bound to the name of this binding.
|
String |
Reference.getClassName()
Retrieves the class name of the object to which this reference refers.
|
String |
NameClassPair.getClassName()
Retrieves the class name of the object bound to the name of this binding.
|
String |
NamingException.getExplanation()
Retrieves the explanation associated with this exception.
|
String |
Reference.getFactoryClassLocation()
Retrieves the location of the factory of the object to which this reference refers.
|
String |
Reference.getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.
|
String |
LinkException.getLinkExplanation()
Retrieves the explanation associated with the problem encounter when resolving a link.
|
String |
LinkRef.getLinkName()
Retrieves the name of this link.
|
String |
NameClassPair.getName()
Retrieves the name of this binding.
|
String |
Context.getNameInNamespace()
Retrieves the full name of this context within its own namespace.
|
String |
NameClassPair.getNameInNamespace()
Retrieves the full name of this binding.
|
String |
InitialContext.getNameInNamespace()
|
String |
RefAddr.getType()
Retrieves the address type of this address.
|
String |
CompositeName.toString()
Generates the string representation of this composite name.
|
String |
CompoundName.toString()
Generates the string representation of this compound name, using the syntax rules of the compound name.
|
String |
BinaryRefAddr.toString()
Generates the string representation of this address.
|
String |
NamingException.toString()
Generates the string representation of this exception.
|
String |
Binding.toString()
Generates the string representation of this binding.
|
String |
Reference.toString()
Generates the string representation of this reference.
|
String |
RefAddr.toString()
Generates the string representation of this address.
|
String |
NameClassPair.toString()
Generates the string representation of this name/class pair.
|
String |
LinkException.toString()
Generates the string representation of this exception.
|
String |
NamingException.toString(boolean detail)
Generates the string representation in more detail.
|
String |
LinkException.toString(boolean detail)
Generates the string representation of this exception.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
CompositeName.getAll()
Retrieves the components of this composite name as an enumeration of strings.
|
Enumeration |
CompoundName.getAll()
Retrieves the components of this compound name as an enumeration of strings.
|
Enumeration |
Name.getAll()
Retrieves the components of this name as an enumeration of strings.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
CompositeName.add(int posn, String
Adds a single component at a specified position within this composite name.
|
Name |
CompoundName.add(int posn, String
Adds a single component at a specified position within this compound name.
|
Name |
Name.add(int posn, String
Adds a single component at a specified position within this name.
|
Name |
CompositeName.add(String
Adds a single component to the end of this composite name.
|
Name |
CompoundName.add(String
Adds a single component to the end of this compound name.
|
Name |
Name.add(String
Adds a single component to the end of this name.
|
Object |
Context.addToEnvironment(String
Adds a new environment property to the environment of this context.
|
Object |
InitialContext.addToEnvironment(String
|
void |
NamingException.appendRemainingComponent(String
Add name as the last component in remaining name.
|
void |
Context.bind(String
Binds a name to an object.
|
void |
InitialContext.bind(String
|
String |
Context.composeName(String
Composes the name of this context with a name relative to this context.
|
String |
InitialContext.composeName(String
Composes the name of this context with a name relative to this context.
|
Context |
Context.createSubcontext(String
Creates and binds a new context.
|
Context |
InitialContext.createSubcontext(String
|
void |
Context.destroySubcontext(String
Destroys the named context and removes it from the namespace.
|
void |
InitialContext.destroySubcontext(String
|
static <T> T |
InitialContext.doLookup(String
A static method to retrieve the named object.
|
RefAddr |
Reference.get(String
Retrieves the first address that has the address type 'addrType'.
|
NameParser |
Context.getNameParser(String
Retrieves the parser associated with the named context.
|
NameParser |
InitialContext.getNameParser(String
|
protected Context |
InitialContext.getURLOrDefaultInitCtx(String
Retrieves a context for resolving the string name
name.
|
NamingEnumeration |
Context.list(String
Enumerates the names bound in the named context, along with the class names of objects bound to them.
|
NamingEnumeration |
InitialContext.list(String
|
NamingEnumeration |
Context.listBindings(String
Enumerates the names bound in the named context, along with the objects bound to them.
|
NamingEnumeration |
InitialContext.listBindings(String
|
Object |
Context.lookup(String
Retrieves the named object.
|
Object |
InitialContext.lookup(String
|
Object |
Context.lookupLink(String
Retrieves the named object, following links except for the terminal atomic component of the name.
|
Object |
InitialContext.lookupLink(String
|
Name |
NameParser.parse(String
Parses a name into its components.
|
void |
Context.rebind(String
Binds a name to an object, overwriting any existing binding.
|
void |
InitialContext.rebind(String
|
Object |
Context.removeFromEnvironment(String
Removes an environment property from the environment of this context.
|
Object |
InitialContext.removeFromEnvironment(String
|
void |
Context.rename(String
Binds a new name to the object bound to an old name, and unbinds the old name.
|
void |
InitialContext.rename(String
|
void |
NameClassPair.setClassName(String
Sets the class name of this binding.
|
void |
LinkException.setLinkExplanation(String
Sets the explanation associated with the problem encounter when resolving a link.
|
void |
NameClassPair.setName(String
Sets the name of this binding.
|
void |
NameClassPair.setNameInNamespace(String
Sets the full name of this binding.
|
void |
Context.unbind(String
Unbinds the named object.
|
void |
InitialContext.unbind(String
|
| Constructor and Description | |
|---|---|
AuthenticationException(String
Constructs a new instance of AuthenticationException using the explanation supplied.
|
|
AuthenticationNotSupportedException(String
Constructs a new instance of AuthenticationNotSupportedException using an explanation.
|
|
BinaryRefAddr(String
Constructs a new instance of BinaryRefAddr using its address type and a byte array for contents.
|
|
BinaryRefAddr(String
Constructs a new instance of BinaryRefAddr using its address type and a region of a byte array for contents.
|
|
Binding(String
Constructs an instance of a Binding given its name and object.
|
|
Binding(String
Constructs an instance of a Binding given its name, object, and whether the name is relative.
|
|
Binding(String
Constructs an instance of a Binding given its name, class name, and object.
|
|
Binding(String
Constructs an instance of a Binding given its name, class name, object, and whether the name is relative.
|
|
CannotProceedException(String
Constructs a new instance of CannotProceedException using an explanation.
|
|
CommunicationException(String
Constructs a new instance of CommunicationException using the arguments supplied.
|
|
CompositeName(String
Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).
|
|
CompoundName(String
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.
|
|
ConfigurationException(String
Constructs a new instance of ConfigurationException using an explanation.
|
|
ContextNotEmptyException(String
Constructs a new instance of ContextNotEmptyException using an explanation.
|
|
InsufficientResourcesException(String
Constructs a new instance of InsufficientResourcesException using an explanation.
|
|
InterruptedNamingException(String
Constructs an instance of InterruptedNamingException using an explanation of the problem.
|
|
InvalidNameException(String
Constructs an instance of InvalidNameException using an explanation of the problem.
|
|
LimitExceededException(String
Constructs a new instance of LimitExceededException using an explanation.
|
|
LinkException(String
Constructs a new instance of LinkException with an explanation All the other fields are initialized to null.
|
|
LinkLoopException(String
Constructs a new instance of LinkLoopException with an explanation All the other fields are initialized to null.
|
|
LinkRef(String
Constructs a LinkRef for a string name.
|
|
MalformedLinkException(String
Constructs a new instance of MalformedLinkException with an explanation All the other fields are initialized to null.
|
|
NameAlreadyBoundException(String
Constructs a new instance of NameAlreadyBoundException using the explanation supplied.
|
|
NameClassPair(String
Constructs an instance of a NameClassPair given its name and class name.
|
|
NameClassPair(String
Constructs an instance of a NameClassPair given its name, class name, and whether it is relative to the listing context.
|
|
NameNotFoundException(String
Constructs a new instance of NameNotFoundException using the explanation supplied.
|
|
NamingException(String
Constructs a new NamingException with an explanation.
|
|
NamingSecurityException(String
Constructs a new instance of NamingSecurityException using the explanation supplied.
|
|
NoInitialContextException(String
Constructs an instance of NoInitialContextException with an explanation.
|
|
NoPermissionException(String
Constructs a new instance of NoPermissionException using an explanation.
|
|
NotContextException(String
Constructs a new instance of NotContextException using an explanation.
|
|
OperationNotSupportedException(String
Constructs a new instance of OperationNotSupportedException using an explanation.
|
|
PartialResultException(String
Constructs a new instance of the exception using the explanation message specified.
|
|
RefAddr(String
Constructs a new instance of RefAddr using its address type.
|
|
Reference(String
Constructs a new reference for an object with class name 'className'.
|
|
Reference(String
Constructs a new reference for an object with class name 'className' and an address.
|
|
Reference(String
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.
|
|
Reference(String
Constructs a new reference for an object with class name 'className', and the class name and location of the object's factory.
|
|
ReferralException(String
Constructs a new instance of ReferralException using the explanation supplied.
|
|
ServiceUnavailableException(String
Constructs a new instance of ServiceUnavailableException using an explanation.
|
|
SizeLimitExceededException(String
Constructs a new instance of SizeLimitExceededException using an explanation.
|
|
StringRefAddr(String
Constructs a new instance of StringRefAddr using its address type and contents.
|
|
TimeLimitExceededException(String
Constructs a new instance of TimeLimitExceededException using the argument supplied.
|
| Constructor and Description | |
|---|---|
CompositeName(Enumeration
Constructs a new composite name instance using the components specified by 'comps'.
|
|
CompoundName(Enumeration
Constructs a new compound name instance using the components specified in comps and syntax.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
BasicAttribute.attrID
Holds the attribute's id.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Attribute.getID()
Retrieves the id of this attribute.
|
String |
BasicAttribute.getID()
|
String |
SearchControls.getReturningAttributes()
Retrieves the attributes that will be returned as part of the search.
|
String |
ModificationItem.toString()
Generates the string representation of this modification item, which consists of the modification operation and its related attribute.
|
String |
BasicAttributes.toString()
Generates the string representation of this attribute set.
|
String |
BasicAttribute.toString()
Generates the string representation of this attribute.
|
String |
AttributeModificationException.toString()
The string representation of this exception consists of information about where the error occurred, and the first unexecuted modification.
|
String |
SearchResult.toString()
Generates the string representation of this SearchResult.
|
| Modifier and Type | Method and Description |
|---|---|
NamingEnumeration |
BasicAttributes.getIDs()
|
NamingEnumeration |
Attributes.getIDs()
Retrieves an enumeration of the ids of the attributes in the attribute set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirContext.bind(String
Binds a name to an object, along with associated attributes.
|
void |
InitialDirContext.bind(String
|
DirContext |
DirContext.createSubcontext(String
Creates and binds a new context, along with associated attributes.
|
DirContext |
InitialDirContext.createSubcontext(String
|
Attribute |
BasicAttributes.get(String
|
Attribute |
Attributes.get(String
Retrieves the attribute with the given attribute id from the attribute set.
|
Attributes |
DirContext.getAttributes(Name
Retrieves selected attributes associated with a named object.
|
Attributes |
InitialDirContext.getAttributes(Name
|
Attributes |
DirContext.getAttributes(String
Retrieves all of the attributes associated with a named object.
|
Attributes |
InitialDirContext.getAttributes(String
|
Attributes |
DirContext.getAttributes(String
Retrieves selected attributes associated with a named object.
|
Attributes |
DirContext.getAttributes(String
Retrieves selected attributes associated with a named object.
|
Attributes |
InitialDirContext.getAttributes(String
|
Attributes |
InitialDirContext.getAttributes(String
|
DirContext |
DirContext.getSchema(String
Retrieves the schema associated with the named object.
|
DirContext |
InitialDirContext.getSchema(String
|
DirContext |
DirContext.getSchemaClassDefinition(String
Retrieves a context containing the schema objects of the named object's class definitions.
|
DirContext |
InitialDirContext.getSchemaClassDefinition(String
|
void |
DirContext.modifyAttributes(String
Modifies the attributes associated with a named object.
|
void |
InitialDirContext.modifyAttributes(String
|
void |
DirContext.modifyAttributes(String
Modifies the attributes associated with a named object using an ordered list of modifications.
|
void |
InitialDirContext.modifyAttributes(String
|
Attribute |
BasicAttributes.put(String
|
Attribute |
Attributes.put(String
Adds a new attribute to the attribute set.
|
void |
DirContext.rebind(String
Binds a name to an object, along with associated attributes, overwriting any existing binding.
|
void |
InitialDirContext.rebind(String
|
Attribute |
BasicAttributes.remove(String
|
Attribute |
Attributes.remove(String
Removes the attribute with the attribute id 'attrID' from the attribute set.
|
NamingEnumeration |
DirContext.search(Name
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
|
NamingEnumeration |
InitialDirContext.search(Name
|
NamingEnumeration |
DirContext.search(Name
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(Name
|
NamingEnumeration |
DirContext.search(Name
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(Name
|
NamingEnumeration |
DirContext.search(String
Searches in a single context for objects that contain a specified set of attributes.
|
NamingEnumeration |
InitialDirContext.search(String
|
NamingEnumeration |
DirContext.search(String
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
|
NamingEnumeration |
DirContext.search(String
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
|
NamingEnumeration |
InitialDirContext.search(String
|
NamingEnumeration |
InitialDirContext.search(String
|
NamingEnumeration |
DirContext.search(String
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(String
|
NamingEnumeration |
DirContext.search(String
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(String
|
void |
SearchControls.setReturningAttributes(String
Specifies the attributes that will be returned as part of the search.
|
| Constructor and Description | |
|---|---|
AttributeInUseException(String
Constructs a new instance of AttributeInUseException with an explanation.
|
|
AttributeModificationException(String
Constructs a new instance of AttributeModificationException using an explanation.
|
|
BasicAttribute(String
Constructs a new instance of an unordered attribute with no value.
|
|
BasicAttribute(String
Constructs a new instance of a possibly ordered attribute with no value.
|
|
BasicAttribute(String
Constructs a new instance of an unordered attribute with a single value.
|
|
BasicAttribute(String
Constructs a new instance of a possibly ordered attribute with a single value.
|
|
BasicAttributes(String
Constructs a new instance of Attributes with one attribute.
|
|
BasicAttributes(String
Constructs a new instance of Attributes with one attribute.
|
|
InvalidAttributeIdentifierException(String
Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied.
|
|
InvalidAttributesException(String
Constructs a new instance of InvalidAttributesException using an explanation.
|
|
InvalidAttributeValueException(String
Constructs a new instance of InvalidAttributeValueException using an explanation.
|
|
InvalidSearchControlsException(String
Constructs a new instance of InvalidSearchControlsException with an explanation.
|
|
InvalidSearchFilterException(String
Constructs a new instance of InvalidSearchFilterException with an explanation.
|
|
NoSuchAttributeException(String
Constructs a new instance of NoSuchAttributeException using an explanation.
|
|
SchemaViolationException(String
Constructs a new instance of SchemaViolationException using the explanation supplied.
|
|
SearchControls(int scope, long countlim, int timelim, String
Constructs a search constraints using arguments.
|
|
SearchResult(String
Constructs a search result using the result's name, its bound object, and its attributes.
|
|
SearchResult(String
Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.
|
|
SearchResult(String
Constructs a search result using the result's name, its class name, its bound object, and its attributes.
|
|
SearchResult(String
Constructs a search result using the result's name, its class name, its bound object, its attributes, and whether the name is relative.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDirContext.addNamingListener(Name
Adds a listener for receiving naming events fired when objects identified by the search filter
filter and filter arguments at the object named by the target are modified.
|
void |
EventDirContext.addNamingListener(Name
Adds a listener for receiving naming events fired when objects identified by the search filter
filter at the object named by target are modified.
|
void |
EventContext.addNamingListener(String
Adds a listener for receiving naming events fired when the object named by the string target name and scope changes.
|
void |
EventDirContext.addNamingListener(String
Adds a listener for receiving naming events fired when objects identified by the search filter
filter and filter arguments at the object named by the string target name are modified.
|
void |
EventDirContext.addNamingListener(String
Adds a listener for receiving naming events fired when objects identified by the search filter
filter at the object named by the string target name are modified.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LdapContext.CONTROL_FACTORIES
Constant that holds the name of the environment property for specifying the list of control factories to use.
|
protected String |
BasicControl.id
The control's object identifier string.
|
static String |
ManageReferralControl.OID
The ManageReferral control's assigned object identifier is 2.16.840.1.113730.3.4.2.
|
static String |
PagedResultsResponseControl.OID
The paged-results response control's assigned object identifier is 1.2.840.113556.1.4.319.
|
static String |
SortControl.OID
The server-side sort control's assigned object identifier is 1.2.840.113556.1.4.473.
|
static String |
StartTlsRequest.OID
The StartTLS extended request's assigned object identifier is 1.3.6.1.4.1.1466.20037.
|
static String |
PagedResultsControl.OID
The paged-results control's assigned object identifier is 1.2.840.113556.1.4.319.
|
static String |
StartTlsResponse.OID
The StartTLS extended response's assigned object identifier is 1.3.6.1.4.1.1466.20037.
|
static String |
SortResponseControl.OID
The server-side sort response control's assigned object identifier is 1.2.840.113556.1.4.474.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Rdn.escapeValue(Object
Given the value of an attribute, returns a string escaped according to the rules specified in
RFC 2253.
|
String |
LdapName.get(int posn)
Retrieves a component of this LDAP name as a string.
|
String |
SortKey.getAttributeID()
Retrieves the attribute ID of the sort key.
|
String |
SortResponseControl.getAttributeID()
Retrieves the ID of the attribute that caused the sort to fail.
|
String |
ExtendedResponse.getID()
Retrieves the object identifier of the response.
|
String |
BasicControl.getID()
Retrieves the control's object identifier string.
|
String |
ExtendedRequest.getID()
Retrieves the object identifier of the request.
|
String |
StartTlsRequest.getID()
Retrieves the StartTLS request's object identifier string.
|
String |
Control.getID()
Retrieves the object identifier assigned for the LDAP control.
|
String |
StartTlsResponse.getID()
Retrieves the StartTLS response's object identifier string.
|
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.
|
String |
Rdn.getType()
Retrieves one of this Rdn's type.
|
String |
Rdn.toString()
|
String |
LdapName.toString()
Returns a string representation of this LDAP name in a format defined by
RFC 2253 and described in the class description.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
LdapName.getAll()
Retrieves the components of this name as an enumeration of strings.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
LdapName.add(int posn, String
Adds a single component at a specified position within this LDAP name.
|
Name |
LdapName.add(String
Adds a single component to the end of this LDAP name.
|
ExtendedResponse |
ExtendedRequest.createExtendedResponse(String
Creates the response object that corresponds to this request.
|
ExtendedResponse |
StartTlsRequest.createExtendedResponse(String
Creates an extended response object that corresponds to the LDAP StartTLS extended request.
|
abstract void |
StartTlsResponse.setEnabledCipherSuites(String
Overrides the default list of cipher suites enabled for use on the TLS connection.
|
static Object |
Rdn.unescapeValue(String
Given an attribute value string formated according to the rules specified in
RFC 2253, returns the unformated value.
|
| Constructor and Description | |
|---|---|
BasicControl(String
Constructs a non-critical control.
|
|
BasicControl(String
Constructs a control using the supplied arguments.
|
|
LdapName(String
Constructs an LDAP name from the given distinguished name.
|
|
LdapReferralException(String
Constructs a new instance of LdapReferralException using the explanation supplied.
|
|
PagedResultsResponseControl(String
Constructs a paged-results response control.
|
|
Rdn(String
Constructs an Rdn from the given string.
|
|
Rdn(String
Constructs an Rdn from the given attribute type and value.
|
|
SortControl(String
Constructs a control to sort on a list of attributes in ascending order.
|
|
SortControl(String
Constructs a control to sort on a single attribute in ascending order.
|
|
SortKey(String
Creates the default sort key for an attribute.
|
|
SortKey(String
Creates a sort key for an attribute.
|
|
SortResponseControl(String
Constructs a control to indicate the outcome of a sort request.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NamingManager.CPE
Constant that holds the name of the environment property into which
getContinuationContext() stores the value of its
CannotProceedException parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolveResult.appendRemainingComponent(String
Adds a single component to the end of remaining name.
|
static Context |
NamingManager.getURLContext(String
Creates a context for the given URL scheme id.
|
ResolveResult |
Resolver.resolveToClass(String
Partially resolves a name.
|
| Constructor and Description | |
|---|---|
ResolveResult(Object
Constructs a new instance of ResolveResult consisting of the resolved object and the remaining unresolved component.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Socket |
SocketFactory.createSocket(String
Creates a socket and connects it to the specified remote host at the specified remote port.
|
abstract Socket |
SocketFactory.createSocket(String
Creates a socket and connects it to the specified remote host on the specified remote port.
|
| Modifier and Type | Method and Description |
|---|---|
String |
X509KeyManager.chooseClientAlias(String
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).
|
String |
X509ExtendedKeyManager.chooseEngineClientAlias(String
Choose an alias to authenticate the client side of an
SSLEngine connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
|
String |
X509ExtendedKeyManager.chooseEngineServerAlias(String
Choose an alias to authenticate the server side of an
SSLEngine connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
|
String |
X509KeyManager.chooseServerAlias(String
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).
|
String |
TrustManagerFactory.getAlgorithm()
Returns the algorithm name of this
TrustManagerFactory object.
|
String |
KeyManagerFactory.getAlgorithm()
Returns the algorithm name of this
KeyManagerFactory object.
|
String |
SNIHostName.getAsciiName()
Returns the
StandardCharsets-compliant hostname of this
SNIHostName object.
|
String |
HandshakeCompletedEvent.getCipherSuite()
Returns the cipher suite in use by the session which was produced by the handshake.
|
abstract String |
HttpsURLConnection.getCipherSuite()
Returns the cipher suite in use on this connection.
|
String |
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
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 String |
TrustManagerFactory.getDefaultAlgorithm()
Obtains the default TrustManagerFactory algorithm name.
|
static String |
KeyManagerFactory.getDefaultAlgorithm()
Obtains the default KeyManagerFactory algorithm name.
|
abstract String |
SSLServerSocketFactory.getDefaultCipherSuites()
Returns the list of cipher suites which are enabled by default.
|
abstract String |
SSLSocketFactory.getDefaultCipherSuites()
Returns the list of cipher suites which are enabled by default.
|
abstract String |
SSLServerSocket.getEnabledCipherSuites()
Returns the list of cipher suites which are currently enabled for use by newly accepted connections.
|
abstract String |
SSLSocket.getEnabledCipherSuites()
Returns the names of the SSL cipher suites which are currently enabled for use on this connection.
|
abstract String |
SSLEngine.getEnabledCipherSuites()
Returns the names of the SSL cipher suites which are currently enabled for use on this engine.
|
abstract String |
SSLServerSocket.getEnabledProtocols()
Returns the names of the protocols which are currently enabled for use by the newly accepted connections.
|
abstract String |
SSLSocket.getEnabledProtocols()
Returns the names of the protocol versions which are currently enabled for use on this connection.
|
abstract String |
SSLEngine.getEnabledProtocols()
Returns the names of the protocol versions which are currently enabled for use with this
SSLEngine.
|
String |
SSLParameters.getEndpointIdentificationAlgorithm()
Gets the endpoint identification algorithm.
|
abstract String |
ExtendedSSLSession.getLocalSupportedSignatureAlgorithms()
Obtains an array of supported signature algorithms that the local side is willing to use.
|
String |
SSLSessionBindingEvent.getName()
Returns the name to which the object is being bound, or the name from which the object is being unbound.
|
String |
SSLEngine.getPeerHost()
Returns the host name of the peer.
|
String |
SSLSession.getPeerHost()
Returns the host name of the peer in this session.
|
abstract String |
ExtendedSSLSession.getPeerSupportedSignatureAlgorithms()
Obtains an array of supported signature algorithms that the peer is able to use.
|
String |
SSLContext.getProtocol()
Returns the protocol name of this
SSLContext object.
|
String |
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
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).
|
abstract String |
SSLServerSocket.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
|
abstract String |
SSLSocket.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on this connection.
|
abstract String |
SSLEngine.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on this engine.
|
abstract String |
SSLServerSocketFactory.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.
|
abstract String |
SSLSocketFactory.getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
|
abstract String |
SSLServerSocket.getSupportedProtocols()
Returns the names of the protocols which could be enabled for use.
|
abstract String |
SSLSocket.getSupportedProtocols()
Returns the names of the protocols which could be enabled for use on an SSL connection.
|
abstract String |
SSLEngine.getSupportedProtocols()
Returns the names of the protocols which could be enabled for use with this
SSLEngine.
|
String |
SSLSession.getValueNames()
Returns an array of the names of all the application layer data objects bound into the Session.
|
String |
SNIServerName.toString()
Returns a string representation of this server name, including the server name type and the encoded server name value in this
SNIServerName object.
|
String |
SSLEngineResult.toString()
Returns a String representation of this object.
|
String |
SNIHostName.toString()
Returns a string representation of the object, including the DNS hostname in this
SNIHostName object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509TrustManager.checkClientTrusted(X509Certificate
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.checkClientTrusted(X509Certificate
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
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
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.
|
abstract void |
X509ExtendedTrustManager.checkServerTrusted(X509Certificate
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
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.
|
String |
X509KeyManager.chooseClientAlias(String
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).
|
String |
X509ExtendedKeyManager.chooseEngineClientAlias(String
Choose an alias to authenticate the client side of an
SSLEngine connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
|
String |
X509ExtendedKeyManager.chooseEngineServerAlias(String
Choose an alias to authenticate the server side of an
SSLEngine connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
|
String |
X509KeyManager.chooseServerAlias(String
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).
|
static SNIMatcher |
SNIHostName.createSNIMatcher(String
Creates an
SNIMatcher object for
SNIHostNames.
|
abstract Socket |
SSLSocketFactory.createSocket(Socket
Returns a socket layered over an existing socket connected to the named host, at the given port.
|
SSLEngine |
SSLContext.createSSLEngine(String
Creates a new
SSLEngine using this context using advisory peer information.
|
protected abstract SSLEngine |
SSLContextSpi.engineCreateSSLEngine(String
Creates a
SSLEngine using this context.
|
X509Certificate |
X509KeyManager.getCertificateChain(String
Returns the certificate chain associated with the given alias.
|
String |
X509KeyManager.getClientAliases(String
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 TrustManagerFactory |
TrustManagerFactory.getInstance(String
Returns a
TrustManagerFactory object that acts as a factory for trust managers.
|
static KeyManagerFactory |
KeyManagerFactory.getInstance(String
Returns a
KeyManagerFactory object that acts as a factory for key managers.
|
static SSLContext |
SSLContext.getInstance(String
Returns a
SSLContext object that implements the specified secure socket protocol.
|
static TrustManagerFactory |
TrustManagerFactory.getInstance(String
Returns a
TrustManagerFactory object that acts as a factory for trust managers.
|
static KeyManagerFactory |
KeyManagerFactory.getInstance(String
Returns a
KeyManagerFactory object that acts as a factory for key managers.
|
static SSLContext |
SSLContext.getInstance(String
Returns a
SSLContext object that implements the specified secure socket protocol.
|
static TrustManagerFactory |
TrustManagerFactory.getInstance(String
Returns a
TrustManagerFactory object that acts as a factory for trust managers.
|
static KeyManagerFactory |
KeyManagerFactory.getInstance(String
Returns a
KeyManagerFactory object that acts as a factory for key managers.
|
static SSLContext |
SSLContext.getInstance(String
Returns a
SSLContext object that implements the specified secure socket protocol.
|
PrivateKey |
X509KeyManager.getPrivateKey(String
Returns the key associated with the given alias.
|
String |
X509KeyManager.getServerAliases(String
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).
|
Object |
SSLSession.getValue(String
Returns the object bound to the given name in the session's application layer data.
|
void |
SSLSession.putValue(String
Binds the specified
value object into the session's application layer data with the given
name.
|
void |
SSLSession.removeValue(String
Removes the object bound to the given name in the session's application layer data.
|
void |
SSLParameters.setCipherSuites(String
Sets the array of ciphersuites.
|
abstract void |
SSLServerSocket.setEnabledCipherSuites(String
Sets the cipher suites enabled for use by accepted connections.
|
abstract void |
SSLSocket.setEnabledCipherSuites(String
Sets the cipher suites enabled for use on this connection.
|
abstract void |
SSLEngine.setEnabledCipherSuites(String
Sets the cipher suites enabled for use on this engine.
|
abstract void |
SSLServerSocket.setEnabledProtocols(String
Controls which particular protocols are enabled for use by accepted connections.
|
abstract void |
SSLSocket.setEnabledProtocols(String
Sets the protocol versions enabled for use on this connection.
|
abstract void |
SSLEngine.setEnabledProtocols(String
Set the protocol versions enabled for use on this engine.
|
void |
SSLParameters.setEndpointIdentificationAlgorithm(String
Sets the endpoint identification algorithm.
|
void |
SSLParameters.setProtocols(String
Sets the array of protocols.
|
static SSLEngineResult |
SSLEngineResult.Status.valueOf(String
Returns the enum constant of this type with the specified name.
|
static SSLEngineResult |
SSLEngineResult.HandshakeStatus.valueOf(String
Returns the enum constant of this type with the specified name.
|
boolean |
HostnameVerifier.verify(String
Verify that the host name is an acceptable match with the server's authentication scheme.
|
| Constructor and Description | |
|---|---|
KeyManagerFactory(KeyManagerFactorySpi
Creates a KeyManagerFactory object.
|
|
SNIHostName(String
Creates an
SNIHostName using the specified hostname.
|
|
SSLContext(SSLContextSpi
Creates an SSLContext object.
|
|
SSLEngine(String
Constructor for an
SSLEngine.
|
|
SSLException(String
Constructs an exception reporting an error found by an SSL subsystem.
|
|
SSLException(String
Creates a
SSLException with the specified detail message and cause.
|
|
SSLHandshakeException(String
Constructs an exception reporting an error found by an SSL subsystem during handshaking.
|
|
SSLKeyException(String
Constructs an exception reporting a key management error found by an SSL subsystem.
|
|
SSLParameters(String
Constructs SSLParameters from the specified array of ciphersuites.
|
|
SSLParameters(String
Constructs SSLParameters from the specified array of ciphersuites and protocols.
|
|
SSLParameters(String
Constructs SSLParameters from the specified array of ciphersuites and protocols.
|
|
SSLPeerUnverifiedException(String
Constructs an exception reporting that the SSL peer's identity has not been verified.
|
|
SSLPermission(String
Creates a new SSLPermission with the specified name.
|
|
SSLPermission(String
Creates a new SSLPermission object with the specified name.
|
|
SSLProtocolException(String
Constructs an exception reporting an SSL protocol error detected by an SSL subsystem.
|
|
SSLSessionBindingEvent(SSLSession
Constructs a new SSLSessionBindingEvent.
|
|
SSLSocket(String
Used only by subclasses.
|
|
SSLSocket(String
Used only by subclasses.
|
|
TrustManagerFactory(TrustManagerFactorySpi
Creates a TrustManagerFactory object.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ServiceUIFactory.DIALOG_UI
Denotes a UI implemented as an AWT dialog.
|
static String |
DocFlavor.hostEncoding
A String representing the host operating system encoding.
|
static String |
ServiceUIFactory.JCOMPONENT_UI
Denotes a UI implemented as a Swing component.
|
static String |
ServiceUIFactory.JDIALOG_UI
Denotes a UI implemented as a Swing dialog.
|
static String |
ServiceUIFactory.PANEL_UI
Denotes a UI implemented as an AWT panel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DocFlavor.getMediaSubtype()
Returns this doc flavor object's media subtype (from the MIME type).
|
String |
DocFlavor.getMediaType()
Returns this doc flavor object's media type (from the MIME type).
|
String |
DocFlavor.getMimeType()
Returns this doc flavor object's MIME type string based on the canonical form.
|
String |
PrintService.getName()
Returns a String name for this print service which may be used by applications to request a particular print service.
|
abstract String |
StreamPrintService.getOutputFormat()
Returns the document format emitted by this print service.
|
abstract String |
StreamPrintServiceFactory.getOutputFormat()
Queries the factory for the document format that is emitted by printers obtained from this factory.
|
String |
DocFlavor.getParameter(String
Returns a
String representing a MIME parameter.
|
String |
DocFlavor.getRepresentationClassName()
Returns the name of this doc flavor object's representation class.
|
abstract String |
ServiceUIFactory.getUIClassNamesForRole(int role)
Given a UI role obtained from this factory obtain the UI types available from this factory which implement this role.
|
String |
DocFlavor.toString()
Converts this
DocFlavor to a string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DocFlavor.getParameter(String
Returns a
String representing a MIME parameter.
|
abstract Object |
ServiceUIFactory.getUI(int role, String
Get a UI object which may be cast to the requested UI type by the application and used in its user interface.
|
static StreamPrintServiceFactory |
StreamPrintServiceFactory.lookupStreamPrintServiceFactories(DocFlavor
Locates factories for print services that can be used with a print job to output a stream of data in the format specified by
outputMimeType.
|
| Constructor and Description | |
|---|---|
BYTE_ARRAY(String
Constructs a new doc flavor with the given MIME type and a print data representation class name of
"[B" (byte array).
|
|
CHAR_ARRAY(String
Constructs a new doc flavor with the given MIME type and a print data representation class name of
"[C" (character array).
|
|
DocFlavor(String
Constructs a new doc flavor object from the given MIME type and representation class name.
|
|
INPUT_STREAM(String
Constructs a new doc flavor with the given MIME type and a print data representation class name of
"java.io.InputStream" (byte stream).
|
|
PrintException(String
Construct a print exception with the given detail message.
|
|
PrintException(String
Construct a print exception with the given detail message and chained exception.
|
|
READER(String
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
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.
|
|
STRING(String
Constructs a new doc flavor with the given MIME type and a print data representation class name of
"java.lang.String".
|
|
URL(String
Constructs a new doc flavor with the given MIME type and a print data representation class name of
"java.net.URL".
|
| Modifier and Type | Method and Description |
|---|---|
String |
Attribute.getName()
Get the name of the category of which this attribute value is an instance.
|
protected String |
EnumSyntax.getStringTable()
Returns the string table for this enumeration value's enumeration class.
|
String |
TextSyntax.getValue()
Returns this text attribute's text string.
|
String |
Size2DSyntax.toString()
Returns a string version of this two-dimensional size attribute.
|
String |
SetOfIntegerSyntax.toString()
Returns a string value corresponding to this set-of-integer attribute.
|
String |
IntegerSyntax.toString()
Returns a string value corresponding to this integer attribute.
|
String |
EnumSyntax.toString()
Returns a string value corresponding to this enumeration value.
|
String |
TextSyntax.toString()
Returns a String identifying this text attribute.
|
String |
ResolutionSyntax.toString()
Returns a string version of this resolution attribute.
|
String |
URISyntax.toString()
Returns a String identifying this URI attribute.
|
String |
DateTimeSyntax.toString()
Returns a string value corresponding to this date-time attribute.
|
String |
Size2DSyntax.toString(int units, String
Returns a string version of this two-dimensional size attribute in the given units.
|
String |
ResolutionSyntax.toString(int units, String
Returns a string version of this resolution attribute in the given units.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Size2DSyntax.toString(int units, String
Returns a string version of this two-dimensional size attribute in the given units.
|
String |
ResolutionSyntax.toString(int units, String
Returns a string version of this resolution attribute in the given units.
|
| Constructor and Description | |
|---|---|
SetOfIntegerSyntax(String
Construct a new set-of-integer attribute with the given members in string form.
|
|
TextSyntax(String
Constructs a TextAttribute with the specified string and locale.
|
|
UnmodifiableSetException(String
Constructs an UnmodifiableSetException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PagesPerMinuteColor.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Media.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobKOctetsProcessed.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterState.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
DocumentName.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PagesPerMinute.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
NumberUp.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterStateReasons.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PresentationDirection.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobState.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobImpressionsSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
MediaSize.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
ColorSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrintQuality.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterURI.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PageRanges.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Finishings.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobKOctets.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
MultipleDocumentHandling.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
DateTimeAtProcessing.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PDLOverrideSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
NumberOfInterveningJobs.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobName.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
ReferenceUriSchemesSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterResolution.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobPriority.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobMediaSheets.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobKOctetsSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
DialogTypeSelection.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterInfo.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
OutputDeviceAssigned.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Copies.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobSheets.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobMediaSheetsCompleted.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterMessageFromOperator.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterMoreInfoManufacturer.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Destination.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterName.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Fidelity.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterLocation.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
QueuedJobCount.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterIsAcceptingJobs.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
SheetCollate.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobOriginatingUserName.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobImpressions.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
MediaPrintableArea.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobPrioritySupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
OrientationRequested.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
CopiesSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
DateTimeAtCreation.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobStateReasons.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobMessageFromOperator.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobHoldUntil.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
NumberOfDocuments.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterStateReason.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Severity.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
DateTimeAtCompleted.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
NumberUpSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobStateReason.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Compression.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Sides.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterMakeAndModel.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobMediaSheetsSupported.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
JobImpressionsCompleted.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
PrinterMoreInfo.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
RequestingUserName.getName()
Get the name of the category of which this attribute value is an instance.
|
String |
Chromaticity.getName()
Get the name of the category of which this attribute value is an instance.
|
protected String |
PrinterState.getStringTable()
Returns the string table for class PrinterState.
|
protected String |
PresentationDirection.getStringTable()
Returns the string table for class PresentationDirection.
|
protected String |
JobState.getStringTable()
Returns the string table for class JobState.
|
protected String |
ColorSupported.getStringTable()
Returns the string table for class ColorSupported.
|
protected String |
PrintQuality.getStringTable()
Returns the string table for class PrintQuality.
|
protected String |
Finishings.getStringTable()
Returns the string table for class Finishings.
|
protected String |
MultipleDocumentHandling.getStringTable()
Returns the string table for class MultipleDocumentHandling.
|
protected String |
PDLOverrideSupported.getStringTable()
Returns the string table for class PDLOverrideSupported.
|
protected String |
ReferenceUriSchemesSupported.getStringTable()
Returns the string table for class ReferenceUriSchemesSupported.
|
protected String |
DialogTypeSelection.getStringTable()
Returns the string table for class DialogTypeSelection.
|
protected String |
JobSheets.getStringTable()
Returns the string table for class JobSheets.
|
protected String |
Fidelity.getStringTable()
Returns the string table for class Fidelity.
|
protected String |
PrinterIsAcceptingJobs.getStringTable()
Returns the string table for class PrinterIsAcceptingJobs.
|
protected String |
SheetCollate.getStringTable()
Returns the string table for class SheetCollate.
|
protected String |
MediaTray.getStringTable()
Returns the string table for class MediaTray.
|
protected String |
OrientationRequested.getStringTable()
Returns the string table for class OrientationRequested.
|
protected String |
PrinterStateReason.getStringTable()
Returns the string table for class PrinterStateReason.
|
protected String |
Severity.getStringTable()
Returns the string table for class Severity.
|
protected String |
MediaSizeName.getStringTable()
Returns the string table for class MediaSizeName.
|
protected String |
JobStateReason.getStringTable()
Returns the string table for class JobStateReason.
|
protected String |
Compression.getStringTable()
Returns the string table for class Compression.
|
protected String |
Sides.getStringTable()
Returns the string table for class Sides.
|
protected String |
MediaName.getStringTable()
Returns the string table for class MediaTray.
|
protected String |
Chromaticity.getStringTable()
Returns the string table for class Chromaticity.
|
String |
MediaPrintableArea.toString()
Returns a string version of this rectangular size attribute in mm.
|
String |
MediaPrintableArea.toString(int units, String
Returns a string version of this rectangular size attribute in the given units.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MediaPrintableArea.toString(int units, String
Returns a string version of this rectangular size attribute in the given units.
|
| Constructor and Description | |
|---|---|
DocumentName(String
Constructs a new document name attribute with the given document name and locale.
|
|
JobMessageFromOperator(String
Constructs a new job message from operator attribute with the given message and locale.
|
|
JobName(String
Constructs a new job name attribute with the given job name and locale.
|
|
JobOriginatingUserName(String
Constructs a new job originating user name attribute with the given user name and locale.
|
|
OutputDeviceAssigned(String
Constructs a new output device assigned attribute with the given device name and locale.
|
|
PageRanges(String
Construct a new page ranges attribute with the given members in string form.
|
|
PrinterInfo(String
Constructs a new printer info attribute with the given information string and locale.
|
|
PrinterLocation(String
Constructs a new printer location attribute with the given location and locale.
|
|
PrinterMakeAndModel(String
Constructs a new printer make and model attribute with the given make and model string and locale.
|
|
PrinterMessageFromOperator(String
Constructs a new printer message from operator attribute with the given message and locale.
|
|
PrinterName(String
Constructs a new printer name attribute with the given name and locale.
|
|
RequestingUserName(String
Constructs a new requesting user name attribute with the given user name and locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PrintEvent.toString()
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.getCodebase(Class
Returns the codebase, if any, for the given class.
|
String |
UtilDelegate.getCodebase(Class
Delegation call for
Util.
|
String |
ValueHandler.getRMIRepositoryID(Class
Returns the CORBA RepositoryId for the given Java class.
|
String |
Stub.toString()
Returns a string representation of this stub.
|
String |
StubDelegate.toString(Stub
Delegation call for
Stub.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
Util.loadClass(String
Returns a class instance for the specified class.
|
Class |
UtilDelegate.loadClass(String
Delegation call for
Util.
|
Serializable |
ValueHandler.readValue(InputStream
Reads a value from the stream using Java semantics.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SslRMIServerSocketFactory.getEnabledCipherSuites()
Returns the names of the cipher suites enabled on SSL connections accepted by server sockets created by this factory, or
null if this factory uses the cipher suites that are enabled by default.
|
String |
SslRMIServerSocketFactory.getEnabledProtocols()
Returns the names of the protocol versions enabled on SSL connections accepted by server sockets created by this factory, or
null if this factory uses the protocol versions that are enabled by default.
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
SslRMIClientSocketFactory.createSocket(String
Creates an SSL socket.
|
| Constructor and Description | |
|---|---|
SslRMIServerSocketFactory(SSLContext
Creates a new
SslRMIServerSocketFactory with the specified
SSLContext and SSL socket configuration.
|
|
SslRMIServerSocketFactory(SSLContext
Creates a new
SslRMIServerSocketFactory with the specified
SSLContext and SSL socket configuration.
|
|
SslRMIServerSocketFactory(String
Creates a new
SslRMIServerSocketFactory with the specified SSL socket configuration.
|
|
SslRMIServerSocketFactory(String
Creates a new
SslRMIServerSocketFactory with the specified SSL socket configuration.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ScriptEngine.ARGV
Reserved key for a named value that passes an array of positional arguments to a script.
|
static String |
ScriptEngine.ENGINE
Reserved key for a named value that is the name of the
ScriptEngine implementation.
|
static String |
ScriptEngine.ENGINE_VERSION
Reserved key for a named value that identifies the version of the
ScriptEngine implementation.
|
static String |
ScriptEngine.FILENAME
Reserved key for a named value that is the name of the file being executed.
|
static String |
ScriptEngine.LANGUAGE
Reserved key for a named value that is the full name of Scripting Language supported by the implementation.
|
static String |
ScriptEngine.LANGUAGE_VERSION
Reserved key for the named value that identifies the version of the scripting language supported by the implementation.
|
static String |
ScriptEngine.NAME
Reserved key for a named value that identifies the short name of the scripting language.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ScriptEngineFactory.getEngineName()
Returns the full name of the
ScriptEngine.
|
String |
ScriptEngineFactory.getEngineVersion()
Returns the version of the
ScriptEngine.
|
String |
ScriptException.getFileName()
Get the source of the script causing the error.
|
String |
ScriptEngineFactory.getLanguageName()
Returns the name of the scripting langauge supported by this
ScriptEngine.
|
String |
ScriptEngineFactory.getLanguageVersion()
Returns the version of the scripting language supported by this
ScriptEngine.
|
String |
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.
|
String |
ScriptEngineFactory.getMethodCallSyntax(String
Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.
|
String |
ScriptEngineFactory.getOutputStatement(String
Returns a String that can be used as a statement to display the specified String using the syntax of the supported scripting language.
|
String |
ScriptEngineFactory.getProgram(String
Returns a valid scripting language executable program with given statements.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
SimpleBindings.entrySet()
Returns a
Set view of the mappings contained in this map.
|
List |
ScriptEngineFactory.getExtensions()
Returns an immutable list of filename extensions, which generally identify scripts written in the language supported by this
ScriptEngine.
|
List |
ScriptEngineFactory.getMimeTypes()
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.
|
List |
ScriptEngineFactory.getNames()
Returns an immutable list of short names for the
ScriptEngine, which may be used to identify the
ScriptEngine by the
ScriptEngineManager.
|
Set |
SimpleBindings.keySet()
Returns a
Set view of the keys contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledScript |
Compilable.compile(String
Compiles the script (source represented as a
String) for later execution.
|
Object |
ScriptEngine.eval(String
Executes the specified script.
|
Object |
AbstractScriptEngine.eval(String
Same as
eval(Reader) except that the abstract
eval(String, ScriptContext) is used.
|
Object |
ScriptEngine.eval(String
Executes the script using the
Bindings argument as the
ENGINE_SCOPE
Bindings of the
ScriptEngine during the script execution.
|
Object |
AbstractScriptEngine.eval(String
Same as
eval(Reader, Bindings) except that the abstract
eval(String, ScriptContext) is used.
|
Object |
ScriptEngine.eval(String
Causes the immediate execution of the script whose source is the String passed as the first argument.
|
Object |
ScriptEngine.get(String
Retrieves a value set in the state of this engine.
|
Object |
AbstractScriptEngine.get(String
Gets the value for the specified key in the
ENGINE_SCOPE of the protected
context field.
|
Object |
ScriptEngineManager.get(String
Gets the value for the specified key in the Global Scope
|
Object |
SimpleScriptContext.getAttribute(String
Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
|
Object |
ScriptContext.getAttribute(String
Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
|
Object |
SimpleScriptContext.getAttribute(String
Gets the value of an attribute in a given scope.
|
Object |
ScriptContext.getAttribute(String
Gets the value of an attribute in a given scope.
|
int |
SimpleScriptContext.getAttributesScope(String
Get the lowest scope in which an attribute is defined.
|
int |
ScriptContext.getAttributesScope(String
Get the lowest scope in which an attribute is defined.
|
ScriptEngine |
ScriptEngineManager.getEngineByExtension(String
Look up and create a
ScriptEngine for a given extension.
|
ScriptEngine |
ScriptEngineManager.getEngineByMimeType(String
Look up and create a
ScriptEngine for a given mime type.
|
ScriptEngine |
ScriptEngineManager.getEngineByName(String
Looks up and creates a
ScriptEngine for a given name.
|
String |
ScriptEngineFactory.getMethodCallSyntax(String
Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.
|
String |
ScriptEngineFactory.getMethodCallSyntax(String
Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.
|
String |
ScriptEngineFactory.getOutputStatement(String
Returns a String that can be used as a statement to display the specified String using the syntax of the supported scripting language.
|
Object |
ScriptEngineFactory.getParameter(String
Returns the value of an attribute whose meaning may be implementation-specific.
|
String |
ScriptEngineFactory.getProgram(String
Returns a valid scripting language executable program with given statements.
|
Object |
Invocable.invokeFunction(String
Used to call top-level procedures and functions defined in scripts.
|
Object |
Invocable.invokeMethod(Object
Calls a method on a script object compiled during a previous script execution, which is retained in the state of the
ScriptEngine.
|
void |
ScriptEngine.put(String
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.
|
Object |
Bindings.put(String
Set a named value.
|
void |
AbstractScriptEngine.put(String
Sets the specified value with the specified key in the
ENGINE_SCOPE
Bindings of the protected
context field.
|
Object |
SimpleBindings.put(String
Sets the specified key/value in the underlying
map field.
|
void |
ScriptEngineManager.put(String
Sets the specified key/value pair in the Global Scope.
|
void |
ScriptEngineManager.registerEngineExtension(String
Registers a
ScriptEngineFactory to handle an extension.
|
void |
ScriptEngineManager.registerEngineMimeType(String
Registers a
ScriptEngineFactory to handle a mime type.
|
void |
ScriptEngineManager.registerEngineName(String
Registers a
ScriptEngineFactory to handle a language name.
|
Object |
SimpleScriptContext.removeAttribute(String
Remove an attribute in a given scope.
|
Object |
ScriptContext.removeAttribute(String
Remove an attribute in a given scope.
|
void |
SimpleScriptContext.setAttribute(String
Sets the value of an attribute in a given scope.
|
void |
ScriptContext.setAttribute(String
Sets the value of an attribute in a given scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bindings.putAll(Map
Adds all the mappings in a given
Map to this
Bindings.
|
void |
SimpleBindings.putAll(Map
putAll is implemented using
Map.putAll.
|
| Constructor and Description | |
|---|---|
ScriptException(String
Creates a
ScriptException with a String to be used in its message.
|
|
ScriptException(String
Creates a
ScriptException with message, filename and linenumber to be used in error messages.
|
|
ScriptException(String
ScriptException constructor specifying message, filename, line number and column number.
|
| Constructor and Description | |
|---|---|
SimpleBindings(Map
Constructor uses an existing
Map to store the values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PrivateCredentialPermission.getActions()
Returns the "canonical string representation" of the actions.
|
String |
PrivateCredentialPermission.getCredentialClass()
Returns the Class name of the Credential associated with this
PrivateCredentialPermission.
|
String |
PrivateCredentialPermission.getPrincipals()
Returns the
Principal classes and names associated with this
PrivateCredentialPermission.
|
String |
Subject.toString()
Return the String representation of this
Subject.
|
| Constructor and Description | |
|---|---|
AuthPermission(String
Creates a new AuthPermission with the specified name.
|
|
AuthPermission(String
Creates a new AuthPermission object with the specified name.
|
|
DestroyFailedException(String
Constructs a DestroyFailedException with the specified detail message.
|
|
PrivateCredentialPermission(String
Creates a new
PrivateCredentialPermission with the specified
name.
|
|
RefreshFailedException(String
Constructs a RefreshFailedException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChoiceCallback.getChoices()
Get the list of choices.
|
String |
NameCallback.getDefaultName()
Get the default name.
|
String |
TextInputCallback.getDefaultText()
Get the default text.
|
String |
TextOutputCallback.getMessage()
Get the message to be displayed.
|
String |
NameCallback.getName()
Get the retrieved name.
|
String |
ConfirmationCallback.getOptions()
Get the confirmation options.
|
String |
PasswordCallback.getPrompt()
Get the prompt.
|
String |
NameCallback.getPrompt()
Get the prompt.
|
String |
ConfirmationCallback.getPrompt()
Get the prompt.
|
String |
TextInputCallback.getPrompt()
Get the prompt.
|
String |
ChoiceCallback.getPrompt()
Get the prompt.
|
String |
TextInputCallback.getText()
Get the retrieved text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NameCallback.setName(String
Set the retrieved name.
|
void |
TextInputCallback.setText(String
Set the retrieved text.
|
| Constructor and Description | |
|---|---|
ChoiceCallback(String
Construct a
ChoiceCallback with a prompt, a list of choices, a default choice, and a boolean specifying whether or not multiple selections from the list of choices are allowed.
|
|
ChoiceCallback(String
Construct a
ChoiceCallback with a prompt, a list of choices, a default choice, and a boolean specifying whether or not multiple selections from the list of choices are allowed.
|
|
ConfirmationCallback(int messageType, String
Construct a
ConfirmationCallback with a message type, a list of options and a default option.
|
|
ConfirmationCallback(String
Construct a
ConfirmationCallback with a prompt, message type, an option type and a default option.
|
|
ConfirmationCallback(String
Construct a
ConfirmationCallback with a prompt, message type, a list of options and a default option.
|
|
ConfirmationCallback(String
Construct a
ConfirmationCallback with a prompt, message type, a list of options and a default option.
|
|
NameCallback(String
Construct a
NameCallback with a prompt.
|
|
NameCallback(String
Construct a
NameCallback with a prompt and default name.
|
|
PasswordCallback(String
Construct a
PasswordCallback with a prompt and a boolean specifying whether the password should be displayed as it is being typed.
|
|
TextInputCallback(String
Construct a
TextInputCallback with a prompt.
|
|
TextInputCallback(String
Construct a
TextInputCallback with a prompt and default input value.
|
|
TextOutputCallback(int messageType, String
Construct a TextOutputCallback with a message type and message to be displayed.
|
|
UnsupportedCallbackException(Callback
Constructs a UnsupportedCallbackException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ServicePermission.getActions()
Returns the canonical string representation of the actions.
|
String |
KerberosKey.getAlgorithm()
Returns the standard algorithm name for this key.
|
String |
KerberosKey.getFormat()
Returns the name of the encoding format for this secret key.
|
String |
KerberosPrincipal.getName()
The returned string corresponds to the single-string representation of a Kerberos Principal name as specified in Section 2.1 of
RFC 1964.
|
String |
KerberosPrincipal.getRealm()
Returns the realm component of this Kerberos principal.
|
String |
KeyTab.toString()
|
String |
KerberosPrincipal.toString()
|
String |
KerberosKey.toString()
|
String |
KerberosTicket.toString()
|
| Constructor and Description | |
|---|---|
DelegationPermission(String
Create a new
DelegationPermission with the specified subordinate and target principals.
|
|
DelegationPermission(String
Create a new
DelegationPermission with the specified subordinate and target principals.
|
|
KerberosKey(KerberosPrincipal
Constructs a KerberosKey from a principal's password.
|
|
KerberosPrincipal(String
Constructs a KerberosPrincipal from the provided string input.
|
|
KerberosPrincipal(String
Constructs a KerberosPrincipal from the provided string and name type input.
|
|
ServicePermission(String
Create a new
ServicePermission with the specified
servicePrincipal and
action.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AppConfigurationEntry.getLoginModuleName()
Get the class name of the configured
LoginModule.
|
String |
Configuration.getType()
Return the type of this Configuration.
|
String |
AppConfigurationEntry.LoginModuleControlFlag.toString()
Return a String representation of this controlFlag.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
AppConfigurationEntry.getOptions()
Get the options configured for this
LoginModule.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AppConfigurationEntry |
ConfigurationSpi.engineGetAppConfigurationEntry(String
Retrieve the AppConfigurationEntries for the specified
name.
|
abstract AppConfigurationEntry |
Configuration.getAppConfigurationEntry(String
Retrieve the AppConfigurationEntries for the specified
name from this Configuration.
|
static Configuration |
Configuration.getInstance(String
Returns a Configuration object of the specified type.
|
static Configuration |
Configuration.getInstance(String
Returns a Configuration object of the specified type.
|
static Configuration |
Configuration.getInstance(String
Returns a Configuration object of the specified type.
|
| Constructor and Description | |
|---|---|
AccountException(String
Constructs a AccountException with the specified detail message.
|
|
AccountExpiredException(String
Constructs a AccountExpiredException with the specified detail message.
|
|
AccountLockedException(String
Constructs a AccountLockedException with the specified detail message.
|
|
AccountNotFoundException(String
Constructs a AccountNotFoundException with the specified detail message.
|
|
AppConfigurationEntry(String
Default constructor for this class.
|
|
CredentialException(String
Constructs a CredentialException with the specified detail message.
|
|
CredentialExpiredException(String
Constructs a CredentialExpiredException with the specified detail message.
|
|
CredentialNotFoundException(String
Constructs a CredentialNotFoundException with the specified detail message.
|
|
FailedLoginException(String
Constructs a FailedLoginException with the specified detail message.
|
|
LoginContext(String
Instantiate a new
LoginContext object with a name.
|
|
LoginContext(String
Instantiate a new
LoginContext object with a name and a
CallbackHandler object.
|
|
LoginContext(String
Instantiate a new
LoginContext object with a name and a
Subject object.
|
|
LoginContext(String
Instantiate a new
LoginContext object with a name, a
Subject to be authenticated, and a
CallbackHandler object.
|
|
LoginContext(String
Instantiate a new
LoginContext object with a name, a
Subject to be authenticated, a
CallbackHandler object, and a login
Configuration.
|
|
LoginException(String
Constructs a LoginException with the specified detail message.
|
| Constructor and Description | |
|---|---|
AppConfigurationEntry(String
Default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginModule.initialize(Subject
Initialize this LoginModule.
|
void |
LoginModule.initialize(Subject
Initialize this LoginModule.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
X500Principal.CANONICAL
Canonical String format of Distinguished Names.
|
static String |
X500Principal.RFC1779
RFC 1779 String format of Distinguished Names.
|
static String |
X500Principal.RFC2253
RFC 2253 String format of Distinguished Names.
|
| Modifier and Type | Method and Description |
|---|---|
String |
X500PrivateCredential.getAlias()
Returns the KeyStore alias.
|
String |
X500Principal.getName()
Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.
|
String |
X500Principal.getName(String
Returns a string representation of the X.500 distinguished name using the specified format.
|
String |
X500Principal.getName(String
Returns a string representation of the X.500 distinguished name using the specified format.
|
String |
X500Principal.toString()
Return a user-friendly string representation of this
X500Principal.
|
| Modifier and Type | Method and Description |
|---|---|
String |
X500Principal.getName(String
Returns a string representation of the X.500 distinguished name using the specified format.
|
String |
X500Principal.getName(String
Returns a string representation of the X.500 distinguished name using the specified format.
|
| Modifier and Type | Method and Description |
|---|---|
String |
X500Principal.getName(String
Returns a string representation of the X.500 distinguished name using the specified format.
|
String |
X500Principal.getName(String
Returns a string representation of the X.500 distinguished name using the specified format.
|
| Constructor and Description | |
|---|---|
X500Principal(String
Creates an
X500Principal from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
|
|
X500Principal(String
Creates an
X500Principal from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
|
|
X500PrivateCredential(X509Certificate
Creates an X500PrivateCredential that associates an X.509 certificate, a private key and the KeyStore alias.
|
| Constructor and Description | |
|---|---|
X500Principal(String
Creates an
X500Principal from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
|
|
X500Principal(String
Creates an
X500Principal from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
X509Certificate.getSigAlgName()
Gets the signature algorithm name for the certificate signature algorithm.
|
abstract String |
X509Certificate.getSigAlgOID()
Gets the signature algorithm OID string from the certificate.
|
abstract String |
Certificate.toString()
Returns a string representation of this certificate.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Certificate.verify(PublicKey
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
|
| Constructor and Description | |
|---|---|
CertificateEncodingException(String
Constructs a CertificateEncodingException with the specified detail message.
|
|
CertificateException(String
Constructs a certificate exception with the given detail message.
|
|
CertificateExpiredException(String
Constructs a CertificateExpiredException with the specified detail message.
|
|
CertificateNotYetValidException(String
Constructs a CertificateNotYetValidException with the specified detail message.
|
|
CertificateParsingException(String
Constructs a CertificateParsingException with the specified detail message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
Sasl.BOUND_SERVER_NAME
The name of a property that specifies the bound server name for an unbound server.
|
static String |
Sasl.CREDENTIALS
The name of a property that specifies the credentials to use.
|
static String |
Sasl.MAX_BUFFER
The name of a property that specifies the maximum size of the receive buffer in bytes of
SaslClient/
SaslServer.
|
static String |
Sasl.POLICY_FORWARD_SECRECY
The name of a property that specifies whether mechanisms that implement forward secrecy between sessions are required.
|
static String |
Sasl.POLICY_NOACTIVE
The name of a property that specifies whether mechanisms susceptible to active (non-dictionary) attacks are not permitted.
|
static String |
Sasl.POLICY_NOANONYMOUS
The name of a property that specifies whether mechanisms that accept anonymous login are not permitted.
|
static String |
Sasl.POLICY_NODICTIONARY
The name of a property that specifies whether mechanisms susceptible to passive dictionary attacks are not permitted.
|
static String |
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 String |
Sasl.POLICY_PASS_CREDENTIALS
The name of a property that specifies whether mechanisms that pass client credentials are required.
|
static String |
Sasl.QOP
The name of a property that specifies the quality-of-protection to use.
|
static String |
Sasl.RAW_SEND_SIZE
The name of a property that specifies the maximum size of the raw send buffer in bytes of
SaslClient/
SaslServer.
|
static String |
Sasl.REUSE
The name of a property that specifies whether to reuse previously authenticated session information.
|
static String |
Sasl.SERVER_AUTH
The name of a property that specifies whether the server must authenticate to the client.
|
static String |
Sasl.STRENGTH
The name of a property that specifies the cipher strength to use.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizeCallback.getAuthenticationID()
Returns the authentication id to check.
|
String |
AuthorizeCallback.getAuthorizationID()
Returns the authorization id to check.
|
String |
SaslServer.getAuthorizationID()
Reports the authorization ID in effect for the client of this session.
|
String |
AuthorizeCallback.getAuthorizedID()
Returns the id of the authorized user.
|
String |
SaslClient.getMechanismName()
Returns the IANA-registered mechanism name of this SASL client.
|
String |
SaslServer.getMechanismName()
Returns the IANA-registered mechanism name of this SASL server.
|
String |
SaslClientFactory.getMechanismNames(Map
Returns an array of names of mechanisms that match the specified mechanism selection policies.
|
String |
SaslServerFactory.getMechanismNames(Map
Returns an array of names of mechanisms that match the specified mechanism selection policies.
|
String |
SaslException.toString()
Returns the string representation of this exception.
|
| Modifier and Type | Method and Description |
|---|---|
SaslClient |
SaslClientFactory.createSaslClient(String
Creates a SaslClient using the parameters supplied.
|
SaslClient |
SaslClientFactory.createSaslClient(String
Creates a SaslClient using the parameters supplied.
|
static SaslClient |
Sasl.createSaslClient(String
Creates a
SaslClient using the parameters supplied.
|
static SaslClient |
Sasl.createSaslClient(String
Creates a
SaslClient using the parameters supplied.
|
SaslServer |
SaslServerFactory.createSaslServer(String
Creates a
SaslServer using the parameters supplied.
|
static SaslServer |
Sasl.createSaslServer(String
Creates a
SaslServer for the specified mechanism.
|
Object |
SaslClient.getNegotiatedProperty(String
Retrieves the negotiated property.
|
Object |
SaslServer.getNegotiatedProperty(String
Retrieves the negotiated property.
|
void |
AuthorizeCallback.setAuthorizedID(String
Sets the id of the authorized entity.
|
| Modifier and Type | Method and Description |
|---|---|
SaslClient |
SaslClientFactory.createSaslClient(String
Creates a SaslClient using the parameters supplied.
|
static SaslClient |
Sasl.createSaslClient(String
Creates a
SaslClient using the parameters supplied.
|
SaslServer |
SaslServerFactory.createSaslServer(String
Creates a
SaslServer using the parameters supplied.
|
static SaslServer |
Sasl.createSaslServer(String
Creates a
SaslServer for the specified mechanism.
|
String |
SaslClientFactory.getMechanismNames(Map
Returns an array of names of mechanisms that match the specified mechanism selection policies.
|
String |
SaslServerFactory.getMechanismNames(Map
Returns an array of names of mechanisms that match the specified mechanism selection policies.
|
| Constructor and Description | |
|---|---|
AuthenticationException(String
Constructs a new instance of
AuthenticationException with a detailed message.
|
|
AuthenticationException(String
Constructs a new instance of
AuthenticationException with a detailed message and a root exception.
|
|
AuthorizeCallback(String
Constructs an instance of
AuthorizeCallback.
|
|
RealmCallback(String
Constructs a
RealmCallback with a prompt.
|
|
RealmCallback(String
Constructs a
RealmCallback with a prompt and default realm information.
|
|
RealmChoiceCallback(String
Constructs a
RealmChoiceCallback with a prompt, a list of choices and a default choice.
|
|
RealmChoiceCallback(String
Constructs a
RealmChoiceCallback with a prompt, a list of choices and a default choice.
|
|
SaslException(String
Constructs a new instance of
SaslException with a detailed message.
|
|
SaslException(String
Constructs a new instance of
SaslException with a detailed message and a root exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CardPermission.getActions()
Returns the canonical string representation of the actions.
|
static String |
TerminalFactory.getDefaultType()
Get the default TerminalFactory type.
|
abstract String |
CardTerminal.getName()
Returns the unique name of this terminal.
|
abstract String |
Card.getProtocol()
Returns the protocol in use for this card.
|
String |
TerminalFactory.getType()
Returns the type of this TerminalFactory.
|
String |
ATR.toString()
Returns a string representation of this ATR.
|
String |
ResponseAPDU.toString()
Returns a string representation of this response APDU.
|
String |
CommandAPDU.toString()
Returns a string representation of this command APDU.
|
String |
TerminalFactory.toString()
Returns a string representation of this TerminalFactory.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Card |
CardTerminal.connect(String
Establishes a connection to the card.
|
static TerminalFactory |
TerminalFactory.getInstance(String
Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
|
static TerminalFactory |
TerminalFactory.getInstance(String
Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
|
static TerminalFactory |
TerminalFactory.getInstance(String
Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
|
CardTerminal |
CardTerminals.getTerminal(String
Returns the terminal with the specified name or null if no such terminal exists.
|
static CardTerminals |
CardTerminals.State.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
CardException(String
Constructs a new CardException with the specified detail message.
|
|
CardException(String
Constructs a new CardException with the specified detail message and cause.
|
|
CardNotPresentException(String
Constructs a new CardNotPresentException with the specified detail message.
|
|
CardNotPresentException(String
Constructs a new CardNotPresentException with the specified detail message and cause.
|
|
CardPermission(String
Constructs a new CardPermission with the specified actions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Soundbank.getDescription()
Obtains a textual description of the sound bank, suitable for display.
|
String |
MidiDevice.Info.getDescription()
Obtains the description of the device.
|
String |
SoundbankResource.getName()
Obtains the name of the resource.
|
String |
Soundbank.getName()
Obtains the name of the sound bank.
|
String |
MidiDevice.Info.getName()
Obtains the name of the device.
|
String |
Soundbank.getVendor()
Obtains a
string naming the company that provides the sound bank
|
String |
MidiDevice.Info.getVendor()
Obtains the name of the company who supplies the device.
|
String |
Soundbank.getVersion()
Obtains the version string for the sound bank.
|
String |
MidiDevice.Info.getVersion()
Obtains the version of the device.
|
String |
MidiDevice.Info.toString()
Provides a string representation of the device information.
|
String |
Sequencer.SyncMode.toString()
Provides this synchronization mode's name as the string representation of the mode.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
MidiFileFormat.properties()
Obtain an unmodifiable map of properties.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MidiFileFormat.getProperty(String
Obtain the property value specified by the key.
|
| Constructor and Description | |
|---|---|
Info(String
Constructs a device info object.
|
|
Instrument(Soundbank
Constructs a new MIDI instrument from the specified
Patch.
|
|
InvalidMidiDataException(String
Constructs an
InvalidMidiDataException with the specified detail message.
|
|
MidiUnavailableException(String
Constructs a
MidiUnavailableException with the specified detail message.
|
|
SoundbankResource(Soundbank
Constructs a new
SoundbankResource from the given sound bank and wavetable index.
|
|
SyncMode(String
Constructs a synchronization mode.
|
| Constructor and Description | |
|---|---|
MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds, Map
Construct a
MidiFileFormat with a set of properties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Mixer.Info.getDescription()
Obtains the description of the mixer.
|
String |
AudioFileFormat.Type.getExtension()
Obtains the common file name extension for this file type.
|
String |
FloatControl.getMaxLabel()
Obtains the label for the maximum value, such as "Right" or "Full."
|
String |
FloatControl.getMidLabel()
Obtains the label for the mid-point value, such as "Center" or "Default."
|
String |
FloatControl.getMinLabel()
Obtains the label for the minimum value, such as "Left" or "Off."
|
String |
Mixer.Info.getName()
Obtains the name of the mixer.
|
String |
Port.Info.getName()
Obtains the name of the port.
|
String |
ReverbType.getName()
Obtains the name of this reverb type.
|
String |
BooleanControl.getStateLabel(boolean state)
Obtains the label for the specified state.
|
String |
FloatControl.getUnits()
Obtains the label for the units in which the control's values are expressed, such as "dB" or "frames per second."
|
String |
Mixer.Info.getVendor()
Obtains the vendor of the mixer.
|
String |
Mixer.Info.getVersion()
Obtains the version of the mixer.
|
String |
AudioFormat.toString()
Returns a string that describes the format, such as: "PCM SIGNED 22050 Hz 16 bit mono big-endian".
|
String |
AudioFormat.Encoding.toString()
Provides the
String representation of the encoding.
|
String |
Mixer.Info.toString()
Provides a string representation of the mixer info.
|
String |
EnumControl.toString()
Provides a string representation of the control.
|
String |
Port.Info.toString()
Provides a
String representation of the port.
|
String |
CompoundControl.toString()
Provides a string representation of the control
|
String |
FloatControl.toString()
Provides a string representation of the control
|
String |
ReverbType.toString()
Provides a
String representation of the reverb type, including its name and its parameter settings.
|
String |
DataLine.Info.toString()
Obtains a textual description of the data line info.
|
String |
BooleanControl.toString()
Provides a string representation of the control
|
String |
Control.toString()
Obtains a String describing the control type and its current state.
|
String |
Control.Type.toString()
Provides the
String representation of the control type.
|
String |
Line.Info.toString()
Obtains a textual description of the line info.
|
String |
LineEvent.toString()
Obtains a string representation of the event.
|
String |
LineEvent.Type.toString()
Returns the type name as the string representation.
|
String |
AudioFileFormat.toString()
Provides a string representation of the file format.
|
String |
AudioFileFormat.Type.toString()
Provides the file type's name as the
String representation of the file type.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
AudioFormat.properties()
Obtain an unmodifiable map of properties.
|
Map |
AudioFileFormat.properties()
Obtain an unmodifiable map of properties.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AudioFormat.getProperty(String
Obtain the property value specified by the key.
|
Object |
AudioFileFormat.getProperty(String
Obtain the property value specified by the key.
|
| Constructor and Description | |
|---|---|
AudioPermission(String
Creates a new
AudioPermission object that has the specified symbolic name, such as "play" or "record".
|
|
AudioPermission(String
Creates a new
AudioPermission object that has the specified symbolic name, such as "play" or "record".
|
|
BooleanControl(BooleanControl
Constructs a new boolean control object with the given parameters.
|
|
Encoding(String
Constructs a new encoding.
|
|
FloatControl(FloatControl
Constructs a new float control object with the given parameters.
|
|
FloatControl(FloatControl
Constructs a new float control object with the given parameters
|
|
Info(Class
Constructs a port's info object from the information given.
|
|
Info(String
Constructs a mixer's info object, passing it the given textual information.
|
|
LineUnavailableException(String
Constructs a
LineUnavailableException that has the specified detail message.
|
|
ReverbType(String
Constructs a new reverb type that has the specified reverberation parameter values.
|
|
Type(String
Constructs a new enumerated control type.
|
|
Type(String
Constructs a new compound control type.
|
|
Type(String
Constructs a new float control type.
|
|
Type(String
Constructs a new boolean control type.
|
|
Type(String
Constructs a new control type with the name specified.
|
|
Type(String
Constructs a new event type.
|
|
Type(String
Constructs a file type.
|
|
UnsupportedAudioFileException(String
Constructs a
UnsupportedAudioFileException that has the specified detail message.
|
| Constructor and Description | |
|---|---|
AudioFileFormat(AudioFileFormat
Construct an audio file format object with a set of defined properties.
|
|
AudioFormat(AudioFormat
Constructs an
AudioFormat with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RowSet.getCommand()
Retrieves this
RowSet object's command property.
|
String |
RowSet.getDataSourceName()
Retrieves the logical name that identifies the data source for this
RowSet object.
|
String |
RowSet.getPassword()
Retrieves the password used to create a database connection.
|
String |
RowSet.getUrl()
Retrieves the url property this
RowSet object will use to create a connection if it uses the
DriverManager instead of a
DataSource object to establish the connection.
|
String |
RowSet.getUsername()
Retrieves the username used to create a database connection for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RowSet.getTypeMap()
Retrieves the
Map object associated with this
RowSet object, which specifies the custom mapping of SQL user-defined types, if any.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
DataSource.getConnection(String
Attempts to establish a connection with the data source that this
DataSource object represents.
|
PooledConnection |
ConnectionPoolDataSource.getPooledConnection(String
Attempts to establish a physical database connection that can be used as a pooled connection.
|
XAConnection |
XADataSource.getXAConnection(String
Attempts to establish a physical database connection, using the given user name and password.
|
void |
RowSet.setAsciiStream(String
Sets the designated parameter to the given input stream.
|
void |
RowSet.setAsciiStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
RowSet.setBigDecimal(String
Sets the designated parameter to the given
java.math.BigDecimal value.
|
void |
RowSet.setBinaryStream(String
Sets the designated parameter to the given input stream.
|
void |
RowSet.setBinaryStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
RowSet.setBlob(String
Sets the designated parameter to the given
java.sql.Blob object.
|
void |
RowSet.setBlob(String
Sets the designated parameter to a
InputStream object.
|
void |
RowSet.setBlob(String
Sets the designated parameter to a
InputStream object.
|
void |
RowSet.setBoolean(String
Sets the designated parameter to the given Java
boolean value.
|
void |
RowSet.setByte(String
Sets the designated parameter to the given Java
byte value.
|
void |
RowSet.setBytes(String
Sets the designated parameter to the given Java array of bytes.
|
void |
RowSetMetaData.setCatalogName(int columnIndex, String
Sets the designated column's table's catalog name, if any, to the given
String.
|
void |
RowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object.
|
void |
RowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
RowSet.setClob(String
Sets the designated parameter to the given
java.sql.Clob object.
|
void |
RowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSetMetaData.setColumnLabel(int columnIndex, String
Sets the suggested column title for use in printouts and displays, if any, to the given
String.
|
void |
RowSetMetaData.setColumnName(int columnIndex, String
Sets the name of the designated column to the given
String.
|
void |
RowSetMetaData.setColumnTypeName(int columnIndex, String
Sets the designated column's type name that is specific to the data source, if any, to the given
String.
|
void |
RowSet.setCommand(String
Sets this
RowSet object's command property to the given SQL query.
|
void |
RowSet.setDataSourceName(String
Sets the data source name property for this
RowSet object to the given
String.
|
void |
RowSet.setDate(String
Sets the designated parameter to the given
java.sql.Date value using the default time zone of the virtual machine that is running the application.
|
void |
RowSet.setDate(String
Sets the designated parameter to the given
java.sql.Date value, using the given
Calendar object.
|
void |
RowSet.setDouble(String
Sets the designated parameter to the given Java
double value.
|
void |
RowSet.setFloat(String
Sets the designated parameter to the given Java
float value.
|
void |
RowSet.setInt(String
Sets the designated parameter to the given Java
int value.
|
void |
RowSet.setLong(String
Sets the designated parameter to the given Java
long value.
|
void |
RowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNClob(String
Sets the designated parameter to a
java.sql.NClob object.
|
void |
RowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNString(int parameterIndex, String
Sets the designated parameter to the given
String object.
|
void |
RowSet.setNString(String
Sets the designated parameter to the given
String object.
|
void |
RowSet.setNull(int paramIndex, int sqlType, String
Sets the designated parameter in this
RowSet object's SQL command to SQL
NULL.
|
void |
RowSet.setNull(String
Sets the designated parameter to SQL
NULL.
|
void |
RowSet.setNull(String
Sets the designated parameter to SQL
NULL.
|
void |
RowSet.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
RowSet.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
RowSet.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
RowSet.setPassword(String
Sets the database password for this
RowSet object to the given
String.
|
void |
RowSet.setRowId(String
Sets the designated parameter to the given
java.sql.RowId object.
|
void |
RowSetMetaData.setSchemaName(int columnIndex, String
Sets the name of the designated column's table's schema, if any, to the given
String.
|
void |
RowSet.setShort(String
Sets the designated parameter to the given Java
short value.
|
void |
RowSet.setSQLXML(String
Sets the designated parameter to the given
java.sql.SQLXML object.
|
void |
RowSet.setString(int parameterIndex, String
Sets the designated parameter in this
RowSet object's command to the given Java
String value.
|
void |
RowSet.setString(String
Sets the designated parameter to the given Java
String value.
|
void |
RowSetMetaData.setTableName(int columnIndex, String
Sets the designated column's table name, if any, to the given
String.
|
void |
RowSet.setTime(String
Sets the designated parameter to the given
java.sql.Time value.
|
void |
RowSet.setTime(String
Sets the designated parameter to the given
java.sql.Time value, using the given
Calendar object.
|
void |
RowSet.setTimestamp(String
Sets the designated parameter to the given
java.sql.Timestamp value.
|
void |
RowSet.setTimestamp(String
Sets the designated parameter to the given
java.sql.Timestamp value, using the given
Calendar object.
|
void |
RowSet.setUrl(String
Sets the URL this
RowSet object will use when it uses the
DriverManager to create a connection.
|
void |
RowSet.setUsername(String
Sets the username property for this
RowSet object to the given
String.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowSet.setTypeMap(Map
Installs the given
java.util.Map object as the default type map for this
RowSet object.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
WebRowSet.PUBLIC_XML_SCHEMA
The public identifier for the XML Schema definition that defines the XML tags and their valid values for a
WebRowSet implementation.
|
static String |
WebRowSet.SCHEMA_SYSTEM_ID
The URL for the XML Schema definition file that defines the XML tags and their valid values for a
WebRowSet implementation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RowSetMetaDataImpl.getCatalogName(int columnIndex)
Retrieves the catalog name of the table from which the value in the designated column was derived.
|
String |
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.
|
String |
RowSetMetaDataImpl.getColumnLabel(int columnIndex)
Retrieves the the suggested column title for the designated column for use in printouts and displays.
|
String |
RowSetMetaDataImpl.getColumnName(int columnIndex)
Retrieves the name of the designated column.
|
String |
RowSetMetaDataImpl.getColumnTypeName(int columnIndex)
Retrieves the DBMS-specific type name for values stored in the designated column.
|
String |
BaseRowSet.getCommand()
Retrieves the SQL query that is the command for this
RowSet object.
|
String |
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 a
javax.sql.DataSource object.
|
String |
Joinable.getMatchColumnNames()
Retrieves the names of the match columns that were set for this
RowSet object with the method
setMatchColumn(String [] columnNames).
|
String |
BaseRowSet.getPassword()
Returns the password used to create a database connection for this
RowSet object.
|
String |
JoinRowSet.getRowSetNames()
Returns a
String array containing the names of the
RowSet objects added to this
JoinRowSet object.
|
String |
RowSetMetaDataImpl.getSchemaName(int columnIndex)
Retrieves the schema name of the table from which the value in the designated column was derived.
|
String |
CachedRowSet.getTableName()
Returns an identifier for the object (table) that was used to create this
CachedRowSet object.
|
String |
RowSetMetaDataImpl.getTableName(int columnIndex)
Retrieves the name of the table from which the value in the designated column was derived.
|
String |
BaseRowSet.getUrl()
Retrieves the JDBC URL that this
RowSet object's
javax.sql.Reader object uses to make a connection with a relational database using a JDBC technology-enabled driver.
|
String |
BaseRowSet.getUsername()
Returns the user name used to create a database connection.
|
String |
JoinRowSet.getWhereClause()
Return a SQL-like description of the WHERE clause being used in a JoinRowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
BaseRowSet.getTypeMap()
Retrieves the type map associated with the
Connection object for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoinRowSet.addRowSet(RowSet
Adds one or more
RowSet objects contained in the given array of
RowSet objects to this
JoinRowSet object and sets the match column for each of the
RowSet objects to the match columns in the given array of column names.
|
void |
JoinRowSet.addRowSet(RowSet
Adds
rowset to this
JoinRowSet object and sets the designated column as the match column.
|
boolean |
CachedRowSet.columnUpdated(String
Indicates whether the designated column in the current row of this
CachedRowSet object has been updated.
|
boolean |
Predicate.evaluate(Object
This method is called by the
FilteredRowSet object to check whether the value lies between the filtering criteria set using the setFilter method.
|
static RowSetFactory |
RowSetProvider.newFactory(String
Creates a new instance of a
RowSetFactory from the specified factory class name.
|
void |
BaseRowSet.setAsciiStream(String
Sets the designated parameter to the given input stream.
|
void |
BaseRowSet.setAsciiStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
BaseRowSet.setBigDecimal(String
Sets the designated parameter to the given
java.math.BigDecimal value.
|
void |
BaseRowSet.setBinaryStream(String
Sets the designated parameter to the given input stream.
|
void |
BaseRowSet.setBinaryStream(String
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
|
void |
BaseRowSet.setBlob(String
Sets the designated parameter to the given
java.sql.Blob object.
|
void |
BaseRowSet.setBlob(String
Sets the designated parameter to a
InputStream object.
|
void |
BaseRowSet.setBlob(String
Sets the designated parameter to a
InputStream object.
|
void |
BaseRowSet.setBoolean(String
Sets the designated parameter to the given Java
boolean value.
|
void |
BaseRowSet.setByte(String
Sets the designated parameter to the given Java
byte value.
|
void |
BaseRowSet.setBytes(String
Sets the designated parameter to the given Java array of bytes.
|
void |
RowSetMetaDataImpl.setCatalogName(int columnIndex, String
Sets the catalog name of the table from which the designated column was derived to
catalogName.
|
void |
BaseRowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object.
|
void |
BaseRowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
BaseRowSet.setClob(String
Sets the designated parameter to the given
java.sql.Clob object.
|
void |
BaseRowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSetMetaDataImpl.setColumnLabel(int columnIndex, String
Sets the suggested column label for use in printouts and displays, if any, to
label.
|
void |
RowSetMetaDataImpl.setColumnName(int columnIndex, String
Sets the column name of the designated column to the given name.
|
void |
RowSetMetaDataImpl.setColumnTypeName(int columnIndex, String
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
Sets this
RowSet object's
command property to the given
String object and clears the parameters, if any, that were set for the previous command.
|
void |
BaseRowSet.setDataSourceName(String
Sets the
DataSource name property for this
RowSet object to the given logical name and sets this
RowSet object's Url property to
null.
|
void |
BaseRowSet.setDate(String
Sets the designated parameter to the given
java.sql.Date value using the default time zone of the virtual machine that is running the application.
|
void |
BaseRowSet.setDate(String
Sets the designated parameter to the given
java.sql.Date value, using the given
Calendar object.
|
void |
BaseRowSet.setDouble(String
Sets the designated parameter to the given Java
double value.
|
void |
BaseRowSet.setFloat(String
Sets the designated parameter to the given Java
float value.
|
void |
BaseRowSet.setInt(String
Sets the designated parameter to the given Java
int value.
|
void |
BaseRowSet.setLong(String
Sets the designated parameter to the given Java
long value.
|
void |
Joinable.setMatchColumn(String
Sets the designated column as the match column for this
RowSet object.
|
void |
Joinable.setMatchColumn(String
Sets the designated columns as the match column for this
RowSet object.
|
void |
BaseRowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNClob(String
Sets the designated parameter to a
java.sql.NClob object.
|
void |
BaseRowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNString(int parameterIndex, String
Sets the designated parameter to the given
String object.
|
void |
BaseRowSet.setNString(String
Sets the designated parameter to the given
String object.
|
void |
BaseRowSet.setNull(int parameterIndex, int sqlType, String
Sets the designated parameter to SQL
NULL.
|
void |
BaseRowSet.setNull(String
Sets the designated parameter to SQL
NULL.
|
void |
BaseRowSet.setNull(String
Sets the designated parameter to SQL
NULL.
|
void |
BaseRowSet.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
BaseRowSet.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
BaseRowSet.setObject(String
Sets the value of the designated parameter with the given object.
|
void |
BaseRowSet.setPassword(String
Sets the password used to create a database connection for this
RowSet object to the given
String object.
|
void |
BaseRowSet.setRowId(String
Sets the designated parameter to the given
java.sql.RowId object.
|
void |
RowSetMetaDataImpl.setSchemaName(int columnIndex, String
Sets the designated column's table's schema name, if any, to
schemaName.
|
void |
BaseRowSet.setShort(String
Sets the designated parameter to the given Java
short value.
|
void |
BaseRowSet.setSQLXML(String
Sets the designated parameter to the given
java.sql.SQLXML object.
|
void |
BaseRowSet.setString(int parameterIndex, String
Sets the designated parameter to the given
String value.
|
void |
BaseRowSet.setString(String
Sets the designated parameter to the given Java
String value.
|
void |
CachedRowSet.setSyncProvider(String
Sets the
SyncProvider object for this
CachedRowSet object to the one specified.
|
void |
RowSetMetaDataImpl.setTableName(int columnIndex, String
Sets the name of the table from which the designated column was derived to the given table name.
|
void |
CachedRowSet.setTableName(String
Sets the identifier for the table from which this
CachedRowSet object was derived to the given table name.
|
void |
BaseRowSet.setTime(String
Sets the designated parameter to the given
java.sql.Time value.
|
void |
BaseRowSet.setTime(String
Sets the designated parameter to the given
java.sql.Time value, using the given
Calendar object.
|
void |
BaseRowSet.setTimestamp(String
Sets the designated parameter to the given
java.sql.Timestamp value.
|
void |
BaseRowSet.setTimestamp(String
Sets the designated parameter to the given
java.sql.Timestamp value, using the given
Calendar object.
|
void |
BaseRowSet.setUrl(String
Sets the Url property for this
RowSet object to the given
String object and sets the dataSource name property to
null.
|
void |
BaseRowSet.setUsername(String
Sets the username property for this
RowSet object to the given user name.
|
Collection |
CachedRowSet.toCollection(String
Converts the designated column in this
CachedRowSet object to a
Collection object.
|
void |
Joinable.unsetMatchColumn(String
Unsets the designated column as the match column for this
RowSet object.
|
void |
Joinable.unsetMatchColumn(String
Unsets the designated columns as the match columns for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRowSet.setTypeMap(Map
Installs the given
java.util.Map object as the type map associated with the
Connection object for this
RowSet object.
|
| Constructor and Description | |
|---|---|
RowSetWarning(String
Constructs a
RowSetWarning object with the given value for the reason; SQLState defaults to null, and vendorCode defaults to 0.
|
|
RowSetWarning(String
Constructs a
RowSetWarning object initialized with the given values for the reason and SQLState.
|
|
RowSetWarning(String
Constructs a fully specified
RowSetWarning object initialized with the given values for the reason, SQLState and vendorCode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SerialArray.getBaseTypeName()
Retrieves the DBMS-specific type name for the elements in this
SerialArray object.
|
String |
SerialRef.getBaseTypeName()
Returns a string describing the base type name of the
Ref.
|
String |
SerialStruct.getSQLTypeName()
Retrieves the SQL type name for this
SerialStruct object.
|
String |
SerialClob.getSubString(long pos, int length)
Returns a copy of the substring contained in this
SerialClob object, starting at the given position and continuing for the specified number or characters.
|
String |
SQLInputImpl.readNString()
Reads the next attribute in the stream and returns it as a
String in the Java programming language.
|
String |
SQLInputImpl.readString()
Retrieves the next attribute in this
SQLInputImpl object as a
String in the Java programming language.
|
| Modifier and Type | Method and Description |
|---|---|
long |
SerialClob.position(String
Returns the position in this
SerialClob object where the given
String object begins, starting the search at the specified position.
|
int |
SerialClob.setString(long pos, String
Writes the given Java
String to the
CLOB value that this
SerialClob object represents, at the position
pos.
|
int |
SerialClob.setString(long pos, String
Writes
len characters of
str, starting at character
offset, to the
CLOB value that this
Clob represents.
|
void |
SQLOutputImpl.writeNString(String
Writes the next attribute to the stream as a
String in the Java programming language.
|
void |
SQLOutputImpl.writeString(String
Writes a
String in the Java programming language to this
SQLOutputImpl object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SerialArray.getArray(long index, int count, Map
Returns a new array that is a copy of a slice of this
SerialArray object, starting with the element at the given index and containing the given number of consecutive elements.
|
Object |
SerialArray.getArray(Map
Returns a new array that is a copy of this
SerialArray object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
|
Object |
SerialStruct.getAttributes(Map
Retrieves the attributes for the SQL structured type that this
SerialStruct represents as an array of
Object values, using the given type map for custom mapping if appropriate.
|
Object |
SerialRef.getObject(Map
Returns an
Object representing the SQL structured type to which this
SerialRef object refers.
|
ResultSet |
SerialArray.getResultSet(long index, int count, Map
Retrieves a result set holding the elements of the subarray that starts at Retrieves a
ResultSet object that contains a subarray of the elements in this
SerialArray object, starting at index
index and containing up to
count successive elements.
|
ResultSet |
SerialArray.getResultSet(Map
Retrieves a
ResultSet object that contains all of the elements of the SQL
ARRAY value represented by this
SerialArray object.
|
| Constructor and Description | |
|---|---|
SerialException(String
Creates a new
SerialException with the specified message.
|
| Constructor and Description | |
|---|---|
SerialArray(Array
Constructs a new
SerialArray object from the given
Array object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
|
|
SerialStruct(SQLData
Constructs a
SerialStruct object from the given
SQLData object, using the given type map to custom map it to a class in the Java programming language.
|
|
SerialStruct(Struct
Constructs a
SerialStruct object from the given
Struct object, using the given
java.util.Map object for custom mapping the SQL structured type or any of its attributes that are SQL structured types.
|
|
SQLInputImpl(Object
Creates an
SQLInputImpl object initialized with the given array of attributes and the given type map.
|
|
SQLOutputImpl(Vector
Creates a new
SQLOutputImpl object initialized with the given vector of attributes and type map.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SyncFactory.ROWSET_SYNC_PROVIDER
The standard property-id for a synchronization provider implementation name.
|
static String |
SyncFactory.ROWSET_SYNC_PROVIDER_VERSION
The standard property-id for a synchronization provider implementation version tag.
|
static String |
SyncFactory.ROWSET_SYNC_VENDOR
The standard property-id for a synchronization provider implementation vendor name.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
SyncProvider.getProviderID()
Returns the unique identifier for this
SyncProvider object.
|
abstract String |
SyncProvider.getVendor()
Returns the vendor name of this
SyncProvider instance
|
abstract String |
SyncProvider.getVersion()
Returns the release version of this
SyncProvider instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SyncResolver.getConflictValue(String
Retrieves the value in the designated column in the current row of this
SyncResolver object, which is the value in the data source that caused a conflict.
|
static SyncProvider |
SyncFactory.getInstance(String
Returns the
SyncProvider instance identified by
providerID.
|
static void |
SyncFactory.registerProvider(String
Adds the the given synchronization provider to the factory register.
|
void |
SyncResolver.setResolvedValue(String
Sets
obj as the value in column
columnName in the current row of the
RowSet object that is being synchronized.
|
static void |
SyncFactory.unregisterProvider(String
Removes the designated currently registered synchronization provider from the Factory SPI register.
|
| Constructor and Description | |
|---|---|
SyncFactoryException(String
Constructs an
SyncFactoryException with the specified detail message.
|
|
SyncProviderException(String
Constructs a
SyncProviderException object with the specified detail message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
Action.ACCELERATOR_KEY
The key used for storing a
KeyStroke to be used as the accelerator for the action.
|
static String |
JFileChooser.ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY
Identifies whether a the AcceptAllFileFilter is used or not.
|
static String |
JFileChooser.ACCESSORY_CHANGED_PROPERTY
Says that a different accessory component is in use (for example, to preview files).
|
static String |
Action.ACTION_COMMAND_KEY
The key used to determine the command
String for the
ActionEvent that will be created when an
Action is going to be notified as the result of residing in a
Keymap associated with a
JComponent.
|
protected String |
JComboBox.actionCommand
This protected field is implementation specific.
|
protected String |
DefaultButtonModel.actionCommand
The action command string fired by the button.
|
static String |
JTree.ANCHOR_SELECTION_PATH_PROPERTY
Bound property name for anchor selection path.
|
static String |
JFileChooser.APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY
Identifies change in the mnemonic for the approve (yes, ok) button.
|
static String |
JFileChooser.APPROVE_BUTTON_TEXT_CHANGED_PROPERTY
Identifies change in the text on the approve (yes, ok) button.
|
static String |
JFileChooser.APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY
Identifies change in the tooltip text for the approve (yes, ok) button.
|
static String |
JFileChooser.APPROVE_SELECTION
Instruction to approve the current selection (same as pressing yes or ok).
|
static String |
SpringLayout.BASELINE
Specifies the baseline of a component.
|
static String |
AbstractButton.BORDER_PAINTED_CHANGED_PROPERTY
Identifies a change to having the border drawn, or having it not drawn.
|
static String |
JCheckBox.BORDER_PAINTED_FLAT_CHANGED_PROPERTY
Identifies a change to the flat property.
|
static String |
JSplitPane.BOTTOM
Used to add a
Component below the other
Component.
|
static String |
JFileChooser.CANCEL_SELECTION
Instruction to cancel the current selection.
|
static String |
JTree.CELL_EDITOR_PROPERTY
Bound property name for
cellEditor.
|
static String |
JTree.CELL_RENDERER_PROPERTY
Bound property name for
cellRenderer.
|
static String |
JFileChooser.CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY
Identifies a change in the list of predefined file filters the user can choose from.
|
static String |
JColorChooser.CHOOSER_PANELS_PROPERTY
The chooserPanel array property name.
|
static String |
ScrollPaneConstants.COLUMN_HEADER
Identifies the area at the top the viewport between the upper left corner and the upper right corner.
|
static String |
AbstractButton.CONTENT_AREA_FILLED_CHANGED_PROPERTY
Identifies a change to having the button paint the content area.
|
static String |
JInternalFrame.CONTENT_PANE_PROPERTY
Bound property name.
|
static String |
JSplitPane.CONTINUOUS_LAYOUT_PROPERTY
Bound property name for continuousLayout.
|
static String |
JFileChooser.CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY
Instruction to display the control buttons.
|
static String |
Action.DEFAULT
Not currently used.
|
static String |
JFileChooser.DIALOG_TITLE_CHANGED_PROPERTY
Identifies a change in the dialog title.
|
static String |
JFileChooser.DIALOG_TYPE_CHANGED_PROPERTY
Identifies a change in the type of files displayed (files only, directories only, or both files and directories).
|
static String |
JFileChooser.DIRECTORY_CHANGED_PROPERTY
Identifies user's directory change.
|
static String |
AbstractButton.DISABLED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been disabled.
|
static String |
AbstractButton.DISABLED_SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been disabled and selected.
|
static String |
Action.DISPLAYED_MNEMONIC_INDEX_KEY
The key used for storing an
Integer that corresponds to the index in the text (identified by the
NAME property) that the decoration for a mnemonic should be rendered at.
|
static String |
JSplitPane.DIVIDER
Used to add a
Component that will represent the divider.
|
static String |
JSplitPane.DIVIDER_LOCATION_PROPERTY
Bound property for the dividerLocation.
|
static String |
JSplitPane.DIVIDER_SIZE_PROPERTY
Bound property name for border.
|
static String |
SpringLayout.EAST
Specifies the right edge of a component's bounding rectangle.
|
static String |
JTree.EDITABLE_PROPERTY
Bound property name for
editable.
|
static String |
JTree.EXPANDS_SELECTED_PATHS_PROPERTY
Bound property name for expands selected paths property
|
static String |
JFileChooser.FILE_FILTER_CHANGED_PROPERTY
User changed the kind of files to display.
|
static String |
JFileChooser.FILE_HIDING_CHANGED_PROPERTY
Identifies a change in the display-hidden-files property.
|
static String |
JFileChooser.FILE_SELECTION_MODE_CHANGED_PROPERTY
Identifies a change in the kind of selection (single, multiple, etc.).
|
static String |
JFileChooser.FILE_SYSTEM_VIEW_CHANGED_PROPERTY
Says that a different object is being used to find available drives on the system.
|
static String |
JFileChooser.FILE_VIEW_CHANGED_PROPERTY
Says that a different object is being used to retrieve file information.
|
static String |
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 String |
AbstractButton.FOCUS_PAINTED_CHANGED_PROPERTY
Identifies a change to having the border highlighted when focused, or not.
|
static String |
JInternalFrame.FRAME_ICON_PROPERTY
Bound property name.
|
static String |
JInternalFrame.GLASS_PANE_PROPERTY
Bound property name.
|
static String |
SpringLayout.HEIGHT
Specifies the height of a component's bounding rectangle.
|
static String |
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 String |
AbstractButton.HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
Identifies a change in the button's horizontal alignment.
|
static String |
SpringLayout.HORIZONTAL_CENTER
Specifies the horizontal center of a component's bounding rectangle.
|
static String |
ScrollPaneConstants.HORIZONTAL_SCROLLBAR
Identifies a horizontal scrollbar.
|
static String |
ScrollPaneConstants.HORIZONTAL_SCROLLBAR_POLICY
Identifies the horizontal scroll bar policy property.
|
static String |
AbstractButton.HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY
Identifies a change in the button's horizontal text position.
|
static String |
AbstractButton.ICON_CHANGED_PROPERTY
Identifies a change to the icon that represents the button.
|
static String |
JOptionPane.ICON_PROPERTY
Bound property name for
icon.
|
static String |
JOptionPane.INITIAL_SELECTION_VALUE_PROPERTY
Bound property name for
initialSelectionValue.
|
static String |
JOptionPane.INITIAL_VALUE_PROPERTY
Bound property name for
initialValue.
|
static String |
JOptionPane.INPUT_VALUE_PROPERTY
Bound property name for
inputValue.
|
static String |
JTree.INVOKES_STOP_CELL_EDITING_PROPERTY
Bound property name for
messagesStopCellEditing.
|
static String |
JInternalFrame.IS_CLOSED_PROPERTY
Constrained property name indicating that the internal frame is closed.
|
static String |
JInternalFrame.IS_ICON_PROPERTY
Constrained property name indicating that the internal frame is iconified.
|
static String |
JInternalFrame.IS_MAXIMUM_PROPERTY
Constrained property name indicating that the internal frame is maximized.
|
static String |
JInternalFrame.IS_SELECTED_PROPERTY
Constrained property name indicated that this frame has selected status.
|
static String |
Action.LARGE_ICON_KEY
The key used for storing an
Icon.
|
static String |
JTree.LARGE_MODEL_PROPERTY
Bound property name for
largeModel.
|
static String |
JSplitPane.LAST_DIVIDER_LOCATION_PROPERTY
Bound property for lastLocation.
|
static String |
JLayeredPane.LAYER_PROPERTY
Bound property
|
static String |
JInternalFrame.LAYERED_PANE_PROPERTY
Bound property name.
|
static String |
JTree.LEAD_SELECTION_PATH_PROPERTY
Bound property name for
leadSelectionPath.
|
static String |
JSplitPane.LEFT
Used to add a
Component to the left of the other
Component.
|
static String |
Action.LONG_DESCRIPTION
The key used for storing a longer
String description for the action, could be used for context-sensitive help.
|
static String |
ScrollPaneConstants.LOWER_LEADING_CORNER
Identifies the lower leading edge corner of the viewport.
|
static String |
ScrollPaneConstants.LOWER_LEFT_CORNER
Identifies the lower left corner of the viewport.
|
static String |
ScrollPaneConstants.LOWER_RIGHT_CORNER
Identifies the lower right corner of the viewport.
|
static String |
ScrollPaneConstants.LOWER_TRAILING_CORNER
Identifies the lower trailing edge corner of the viewport.
|
static String |
AbstractButton.MARGIN_CHANGED_PROPERTY
Identifies a change in the button's margins.
|
static String |
JInternalFrame.MENU_BAR_PROPERTY
Bound property name.
|
static String |
JOptionPane.MESSAGE_PROPERTY
Bound property name for
message.
|
static String |
JOptionPane.MESSAGE_TYPE_PROPERTY
Bound property name for
type.
|
static String |
AbstractButton.MNEMONIC_CHANGED_PROPERTY
Identifies a change to the button's mnemonic.
|
static String |
Action.MNEMONIC_KEY
The key used for storing an
Integer that corresponds to one of the
KeyEvent key codes.
|
static String |
AbstractButton.MODEL_CHANGED_PROPERTY
Identifies a change in the button model.
|
static String |
JFileChooser.MULTI_SELECTION_ENABLED_CHANGED_PROPERTY
Enables multiple-file selections.
|
static String |
Action.NAME
The key used for storing the
String name for the action, used for a menu or button.
|
static String |
SpringLayout.NORTH
Specifies the top edge of a component's bounding rectangle.
|
static String |
JTextField.notifyAction
Name of the action to send notification that the contents of the field have been accepted.
|
static String |
JSplitPane.ONE_TOUCH_EXPANDABLE_PROPERTY
Bound property for oneTouchExpandable.
|
static String |
JOptionPane.OPTION_TYPE_PROPERTY
Bound property name for
optionType.
|
static String |
JOptionPane.OPTIONS_PROPERTY
Bound property name for
option.
|
static String |
JSplitPane.ORIENTATION_PROPERTY
Bound property name for orientation (horizontal or vertical).
|
static String |
AbstractButton.PRESSED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been pressed.
|
static String |
JColorChooser.PREVIEW_PANEL_PROPERTY
The preview panel property name.
|
protected String |
JProgressBar.progressString
An optional string that can be displayed on the progress bar.
|
static String |
JSplitPane.RESIZE_WEIGHT_PROPERTY
Bound property for weight.
|
static String |
JSplitPane.RIGHT
Used to add a
Component to the right of the other
Component.
|
static String |
AbstractButton.ROLLOVER_ENABLED_CHANGED_PROPERTY
Identifies a change from rollover enabled to disabled or back to enabled.
|
static String |
AbstractButton.ROLLOVER_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the cursor is over the button.
|
static String |
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 String |
JInternalFrame.ROOT_PANE_PROPERTY
Bound property name.
|
static String |
JTree.ROOT_VISIBLE_PROPERTY
Bound property name for
rootVisible.
|
static String |
ScrollPaneConstants.ROW_HEADER
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.
|
static String |
JTree.ROW_HEIGHT_PROPERTY
Bound property name for
rowHeight.
|
static String |
JTree.SCROLLS_ON_EXPAND_PROPERTY
Bound property name for
scrollsOnExpand.
|
static String |
JFileChooser.SELECTED_FILE_CHANGED_PROPERTY
Identifies change in user's single-file selection.
|
static String |
JFileChooser.SELECTED_FILES_CHANGED_PROPERTY
Identifies change in user's multiple-file selection.
|
static String |
AbstractButton.SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been selected.
|
static String |
Action.SELECTED_KEY
The key used for storing a
Boolean that corresponds to the selected state.
|
static String |
JTree.SELECTION_MODEL_PROPERTY
Bound property name for selectionModel.
|
static String |
JColorChooser.SELECTION_MODEL_PROPERTY
The selection model property name.
|
static String |
JOptionPane.SELECTION_VALUES_PROPERTY
Bound property name for
selectionValues.
|
static String |
Action.SHORT_DESCRIPTION
The key used for storing a short
String description for the action, used for tooltip text.
|
static String |
JTree.SHOWS_ROOT_HANDLES_PROPERTY
Bound property name for
showsRootHandles.
|
static String |
Action.SMALL_ICON
The key used for storing a small
Icon, such as
ImageIcon.
|
static String |
SpringLayout.SOUTH
Specifies the bottom edge of a component's bounding rectangle.
|
static String |
AbstractButton.TEXT_CHANGED_PROPERTY
Identifies a change in the button's text.
|
protected String |
JInternalFrame.title
The title displayed in this internal frame's title bar.
|
static String |
JInternalFrame.TITLE_PROPERTY
Bound property name.
|
static String |
JTree.TOGGLE_CLICK_COUNT_PROPERTY
Bound property name for
toggleClickCount.
|
static String |
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 String |
JSplitPane.TOP
Used to add a
Component above the other
Component.
|
static String |
JTree.TREE_MODEL_PROPERTY
Bound property name for
treeModel.
|
static String |
ScrollPaneConstants.UPPER_LEADING_CORNER
Identifies the upper leading edge corner of the viewport.
|
static String |
ScrollPaneConstants.UPPER_LEFT_CORNER
Identifies the upper left corner of the viewport.
|
static String |
ScrollPaneConstants.UPPER_RIGHT_CORNER
Identifies the upper right corner of the viewport.
|
static String |
ScrollPaneConstants.UPPER_TRAILING_CORNER
Identifies the upper trailing edge corner of the viewport.
|
static String |
JOptionPane.VALUE_PROPERTY
Bound property name for
value.
|
static String |
AbstractButton.VERTICAL_ALIGNMENT_CHANGED_PROPERTY
Identifies a change in the button's vertical alignment.
|
static String |
SpringLayout.VERTICAL_CENTER
Specifies the vertical center of a component's bounding rectangle.
|
static String |
ScrollPaneConstants.VERTICAL_SCROLLBAR
Identifies a vertical scrollbar.
|
static String |
ScrollPaneConstants.VERTICAL_SCROLLBAR_POLICY
Identifies the vertical scroll bar policy property.
|
static String |
AbstractButton.VERTICAL_TEXT_POSITION_CHANGED_PROPERTY
Identifies a change in the button's vertical text position.
|
static String |
ScrollPaneConstants.VIEWPORT
Identifies a "viewport" or display area, within which scrolled contents are visible.
|
static String |
JTree.VISIBLE_ROW_COUNT_PROPERTY
Bound property name for
visibleRowCount.
|
static String |
JEditorPane.W3C_LENGTH_UNITS
Key for a client property used to indicate whether
w3c compliant length units are used for html rendering.
|
static String |
JOptionPane.WANTS_INPUT_PROPERTY
Bound property name for
wantsInput.
|
static String |
SpringLayout.WEST
Specifies the left edge of a component's bounding rectangle.
|
static String |
SpringLayout.WIDTH
Specifies the width of a component's bounding rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JTree.convertValueToText(Object
Called by the renderers to convert the specified value to text.
|
String |
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionDescription(int i)
Return a String description of this particular link action.
|
String |
JComboBox.AccessibleJComboBox.getAccessibleActionDescription(int i)
Return a description of the specified action of the object.
|
String |
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleActionDescription(int i)
Return a description of the specified action of the tree node.
|
String |
JSpinner.AccessibleJSpinner.getAccessibleActionDescription(int i)
Returns a description of the specified action of the object.
|
String |
AbstractButton.AccessibleAbstractButton.getAccessibleActionDescription(int i)
Return a description of the specified action of the object.
|
String |
JToolTip.AccessibleJToolTip.getAccessibleDescription()
Get the accessible description of this object.
|
String |
ProgressMonitor.AccessibleProgressMonitor.getAccessibleDescription()
Gets the accessibleDescription property of this object.
|
String |
JEditorPane.AccessibleJEditorPane.getAccessibleDescription()
Gets the accessibleDescription property of this object.
|
String |
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleDescription()
Get the accessible description of this object.
|
String |
JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleDescription()
Gets the accessible description of this object.
|
String |
JList.AccessibleJList.AccessibleJListChild.getAccessibleDescription()
|
String |
JComponent.AccessibleJComponent.getAccessibleDescription()
Gets the accessible description of this object.
|
String |
ImageIcon.AccessibleImageIcon.getAccessibleIconDescription()
Gets the description of the icon.
|
String |
JLabel.AccessibleJLabel.getAccessibleName()
Get the accessible name of this object.
|
String |
ProgressMonitor.AccessibleProgressMonitor.getAccessibleName()
Gets the accessibleName property of this object.
|
String |
JInternalFrame.AccessibleJInternalFrame.getAccessibleName()
Get the accessible name of this object.
|
String |
JDialog.AccessibleJDialog.getAccessibleName()
Get the accessible name of this object.
|
String |
JFrame.AccessibleJFrame.getAccessibleName()
Get the accessible name of this object.
|
String |
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleName()
Get the accessible name of this object.
|
String |
AbstractButton.AccessibleAbstractButton.getAccessibleName()
Returns the accessible name of this object.
|
String |
JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleName()
Gets the accessible name of this object.
|
String |
JTabbedPane.AccessibleJTabbedPane.getAccessibleName()
Returns the accessible name of this object, or
null if there is no accessible name.
|
String |
JList.AccessibleJList.AccessibleJListChild.getAccessibleName()
|
String |
JComponent.AccessibleJComponent.getAccessibleName()
Gets the accessible name of this object.
|
String |
ButtonModel.getActionCommand()
Returns the action command string for the button.
|
String |
JComboBox.getActionCommand()
Returns the action command that is included in the event sent to action listeners.
|
String |
Timer.getActionCommand()
Returns the string that will be delivered as the action command in
ActionEvents fired by this timer.
|
String |
DefaultButtonModel.getActionCommand()
Returns the action command string for the button.
|
String |
AbstractButton.getActionCommand()
Returns the action command for this button.
|
String |
JLabel.AccessibleJLabel.getAfterIndex(int part, int index)
Returns the String after a given index.
|
String |
ProgressMonitor.AccessibleProgressMonitor.getAfterIndex(int part, int index)
Returns the String after a given index.
|
String |
JSpinner.AccessibleJSpinner.getAfterIndex(int part, int index)
Returns the String after a given index.
|
String |
AbstractButton.AccessibleAbstractButton.getAfterIndex(int part, int index)
Returns the String after a given index.
|
String |
JPasswordField.AccessibleJPasswordField.getAfterIndex(int part, int index)
Returns the
String after a given
index.
|
String |
JFileChooser.getApproveButtonText()
Returns the text used in the
ApproveButton in the
FileChooserUI.
|
String |
JFileChooser.getApproveButtonToolTipText()
Returns the tooltip text used in the
ApproveButton.
|
String |
JLabel.AccessibleJLabel.getAtIndex(int part, int index)
Returns the String at a given index.
|
String |
ProgressMonitor.AccessibleProgressMonitor.getAtIndex(int part, int index)
Returns the String at a given index.
|
String |
JSpinner.AccessibleJSpinner.getAtIndex(int part, int index)
Returns the String at a given index.
|
String |
AbstractButton.AccessibleAbstractButton.getAtIndex(int part, int index)
Returns the String at a given index.
|
String |
JPasswordField.AccessibleJPasswordField.getAtIndex(int part, int index)
Returns the
String at a given
index.
|
String |
JLabel.AccessibleJLabel.getBeforeIndex(int part, int index)
Returns the String before a given index.
|
String |
ProgressMonitor.AccessibleProgressMonitor.getBeforeIndex(int part, int index)
Returns the String before a given index.
|
String |
JSpinner.AccessibleJSpinner.getBeforeIndex(int part, int index)
Returns the String before a given index.
|
String |
AbstractButton.AccessibleAbstractButton.getBeforeIndex(int part, int index)
Returns the String before a given index.
|
String |
JPasswordField.AccessibleJPasswordField.getBeforeIndex(int part, int index)
Returns the
String before a given
index.
|
protected String |
JComponent.AccessibleJComponent.getBorderTitle(Border
Recursively search through the border hierarchy (if it exists) for a TitledBorder with a non-null title.
|
String |
UIManager.LookAndFeelInfo.getClassName()
Returns the name of the class that implements this look and feel.
|
String |
JTable.getColumnName(int column)
Returns the name of the column appearing in the view at column position
column.
|
String |
JEditorPane.getContentType()
Gets the type of content that this editor is currently set to deal with.
|
static String |
UIManager.getCrossPlatformLookAndFeelClassName()
Returns the name of the
LookAndFeel class that implements the default cross platform look and feel -- the Java Look and Feel (JLF).
|
abstract String |
LookAndFeel.getDescription()
Return a one line description of this look and feel implementation, e.g.
|
String |
ImageIcon.getDescription()
Gets the description of the image.
|
String |
JFileChooser.getDescription(File
Returns the file description.
|
String |
JFileChooser.getDialogTitle()
Gets the string that goes in the
JFileChooser's titlebar.
|
static String |
JEditorPane.getEditorKitClassNameForContentType(String
Returns the currently registered
EditorKit class name for the type
type.
|
abstract String |
LookAndFeel.getID()
Return a string that identifies this look and feel.
|
String |
JPopupMenu.getLabel()
Returns the popup menu's label
|
String |
AbstractButton.getLabel()
Deprecated.
- Replaced by
getText
|
String |
JEditorPane.JEditorPaneAccessibleHypertextSupport.getLinkText(int linkIndex)
Returns the contiguous text within the document that is associated with this hyperlink.
|
String |
UIManager.LookAndFeelInfo.getName()
Returns the name of the look and feel in a form suitable for a menu or other presentation
|
abstract String |
LookAndFeel.getName()
Return a short string that identifies this look and feel, e.g.
|
String |
JFileChooser.getName(File
Returns the filename.
|
String |
ProgressMonitor.getNote()
Specifies the additional note that is displayed along with the progress message.
|
String |
JLabel.AccessibleJLabel.getSelectedText()
Returns the portion of the text that is selected.
|
String |
ProgressMonitor.AccessibleProgressMonitor.getSelectedText()
Returns the portion of the text that is selected.
|
String |
JSpinner.AccessibleJSpinner.getSelectedText()
Returns the portion of the text that is selected.
|
String |
AbstractButton.AccessibleAbstractButton.getSelectedText()
Returns the portion of the text that is selected.
|
String |
JProgressBar.getString()
Returns a
String representation of the current progress.
|
String |
UIDefaults.getString(Object
If the value of
key is a
String return it, otherwise return
null.
|
static String |
UIManager.getString(Object
Returns a string from the defaults.
|
String |
UIDefaults.getString(Object
If the value of
key for the given
Locale is a
String return it, otherwise return
null.
|
static String |
UIManager.getString(Object
Returns a string from the defaults that is appropriate for the given locale.
|
String |
RowFilter.Entry.getStringValue(int index)
Returns the string value at the specified index.
|
String |
DefaultRowSorter.ModelWrapper.getStringValueAt(int row, int column)
Returns the value as a
String at the specified index.
|
static String |
UIManager.getSystemLookAndFeelClassName()
Returns the name of the
LookAndFeel class that implements the native system look and feel if there is one, otherwise the name of the default cross platform
LookAndFeel class.
|
String |
JLabel.getText()
Returns the text string that the label displays.
|
String |
JEditorPane.getText()
Returns the text contained in this
TextComponent in terms of the content type of this editor.
|
String |
AbstractButton.getText()
Returns the button's text.
|
String |
JPasswordField.getText()
Deprecated.
As of Java 2 platform v1.2, replaced by
getPassword.
|
String |
JPasswordField.getText(int offs, int len)
Deprecated.
As of Java 2 platform v1.2, replaced by
getPassword.
|
String |
JSpinner.AccessibleJSpinner.getTextRange(int startIndex, int endIndex)
Returns the text string between two indices.
|
String |
JPasswordField.AccessibleJPasswordField.getTextRange(int startIndex, int endIndex)
Returns the text between two
indices.
|
String |
JToolTip.getTipText()
Returns the text that is shown when the tool tip is displayed.
|
String |
JInternalFrame.getTitle()
Returns the title of the
JInternalFrame.
|
String |
JTabbedPane.getTitleAt(int index)
Returns the tab title at
index.
|
String |
JLabel.AccessibleJLabel.getTitledBorderText()
Returns the titled border text
|
String |
AbstractButton.AccessibleAbstractButton.getTitledBorderText()
Returns the titled border text
|
String |
JComponent.AccessibleJComponent.getTitledBorderText()
Returns the titled border text
|
String |
JLabel.AccessibleJLabel.getToolTipText()
Returns the tool tip text
|
String |
AbstractButton.AccessibleAbstractButton.getToolTipText()
Returns the tool tip text
|
String |
JComponent.getToolTipText()
Returns the tooltip string that has been set with
setToolTipText.
|
String |
JComponent.AccessibleJComponent.getToolTipText()
Returns the tool tip text
|
String |
JTree.getToolTipText(MouseEvent
Overrides
JComponent's
getToolTipText method in order to allow renderer's tips to be used if it has text set.
|
String |
JTable.getToolTipText(MouseEvent
Overrides
JComponent's
getToolTipText method in order to allow the renderer's tips to be used if it has text set.
|
String |
JTabbedPane.getToolTipText(MouseEvent
Returns the tooltip text for the component determined by the mouse event location.
|
String |
JList.getToolTipText(MouseEvent
Returns the tooltip text to be used for the given event.
|
String |
JComponent.getToolTipText(MouseEvent
Returns the string to be used as the tooltip for
event.
|
String |
JTabbedPane.getToolTipTextAt(int index)
Returns the tab tooltip text at
index.
|
String |
JFileChooser.getTypeDescription(File
Returns the file type.
|
String |
JDesktopPane.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JRootPane.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.
|
String |
JRadioButtonMenuItem.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JTextPane.getUIClassID()
Returns the class ID for the UI.
|
String |
JOptionPane.getUIClassID()
Returns the name of the UI class that implements the L&F for this component.
|
String |
JLabel.getUIClassID()
Returns a string that specifies the name of the l&f class that renders this component.
|
String |
JFormattedTextField.getUIClassID()
Gets the class ID for a UI.
|
String |
JSplitPane.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JToolTip.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JButton.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.
|
String |
JSeparator.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JProgressBar.getUIClassID()
Returns the name of the look-and-feel class that renders this component.
|
String |
JInternalFrame.getUIClassID()
Returns the name of the look-and-feel class that renders this component.
|
String |
JInternalFrame.JDesktopIcon.getUIClassID()
Returns the name of the look-and-feel class that renders this component.
|
String |
JToggleButton.getUIClassID()
Returns a string that specifies the name of the l&f class that renders this component.
|
String |
JEditorPane.getUIClassID()
Gets the class ID for the UI.
|
String |
JComboBox.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JCheckBox.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.
|
String |
JSlider.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JViewport.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.
|
String |
JScrollBar.getUIClassID()
Returns the name of the LookAndFeel class for this component.
|
String |
JTree.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JTextArea.getUIClassID()
Returns the class ID for the UI.
|
String |
JRadioButton.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JPopupMenu.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JPopupMenu.Separator.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JTextField.getUIClassID()
Gets the class ID for a UI.
|
String |
JSpinner.getUIClassID()
Returns the suffix used to construct the name of the look and feel (L&F) class used to render this component.
|
String |
JPanel.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.
|
String |
JScrollPane.getUIClassID()
Returns the suffix used to construct the name of the L&F class used to render this component.
|
String |
JMenuItem.getUIClassID()
Returns the suffix used to construct the name of the L&F class used to render this component.
|
String |
JMenu.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JCheckBoxMenuItem.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JColorChooser.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JPasswordField.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JTable.getUIClassID()
Returns the suffix used to construct the name of the L&F class used to render this component.
|
String |
JFileChooser.getUIClassID()
Returns a string that specifies the name of the L&F class that renders this component.
|
String |
JToolBar.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JToolBar.Separator.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JTabbedPane.getUIClassID()
Returns the name of the UI class that implements the L&F for this component.
|
String |
JList.getUIClassID()
Returns
"ListUI", the
UIDefaults key used to look up the name of the
javax.swing.plaf.ListUI class that defines the look and feel for this component.
|
String |
JComponent.getUIClassID()
Returns the
UIDefaults key used to look up the name of the
swing.plaf.ComponentUI class that defines the look and feel for this component.
|
String |
JMenuBar.getUIClassID()
Returns the name of the L&F class that renders this component.
|
String |
JInternalFrame.getWarningString()
Gets the warning string that is displayed with this internal frame.
|
static String |
SwingUtilities.layoutCompoundLabel(FontMetrics
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.
|
static String |
SwingUtilities.layoutCompoundLabel(JComponent
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.
|
protected String |
JDesktopPane.paramString()
Returns a string representation of this
JDesktopPane.
|
protected String |
JRootPane.paramString()
Returns a string representation of this
JRootPane.
|
protected String |
JRadioButtonMenuItem.paramString()
Returns a string representation of this
JRadioButtonMenuItem.
|
protected String |
JTextPane.paramString()
Returns a string representation of this
JTextPane.
|
protected String |
JOptionPane.paramString()
Returns a string representation of this
JOptionPane.
|
protected String |
JLabel.paramString()
Returns a string representation of this JLabel.
|
protected String |
JSplitPane.paramString()
Returns a string representation of this
JSplitPane.
|
protected String |
JToolTip.paramString()
Returns a string representation of this
JToolTip.
|
protected String |
JButton.paramString()
Returns a string representation of this
JButton.
|
protected String |
JWindow.paramString()
Returns a string representation of this
JWindow.
|
protected String |
JSeparator.paramString()
Returns a string representation of this
JSeparator.
|
protected String |
JProgressBar.paramString()
Returns a string representation of this
JProgressBar.
|
protected String |
JInternalFrame.paramString()
Returns a string representation of this
JInternalFrame.
|
protected String |
JToggleButton.paramString()
Returns a string representation of this JToggleButton.
|
protected String |
JLayeredPane.paramString()
Returns a string representation of this JLayeredPane.
|
protected String |
JEditorPane.paramString()
Returns a string representation of this
JEditorPane.
|
protected String |
JComboBox.paramString()
Returns a string representation of this
JComboBox.
|
protected String |
JDialog.paramString()
Returns a string representation of this
JDialog.
|
protected String |
JCheckBox.paramString()
Returns a string representation of this JCheckBox.
|
protected String |
JSlider.paramString()
Returns a string representation of this JSlider.
|
protected String |
JViewport.paramString()
Returns a string representation of this
JViewport.
|
protected String |
JScrollBar.paramString()
Returns a string representation of this JScrollBar.
|
protected String |
JFrame.paramString()
Returns a string representation of this
JFrame.
|
protected String |
JTree.paramString()
Returns a string representation of this
JTree.
|
protected String |
JTextArea.paramString()
Returns a string representation of this JTextArea.
|
protected String |
JApplet.paramString()
Returns a string representation of this JApplet.
|
protected String |
JRadioButton.paramString()
Returns a string representation of this JRadioButton.
|
protected String |
JPopupMenu.paramString()
Returns a string representation of this
JPopupMenu.
|
protected String |
JTextField.paramString()
Returns a string representation of this
JTextField.
|
protected String |
JPanel.paramString()
Returns a string representation of this JPanel.
|
protected String |
JScrollPane.paramString()
Returns a string representation of this
JScrollPane.
|
protected String |
JMenuItem.paramString()
Returns a string representation of this
JMenuItem.
|
protected String |
AbstractButton.paramString()
Returns a string representation of this
AbstractButton.
|
protected String |
JMenu.paramString()
Returns a string representation of this
JMenu.
|
protected String |
JCheckBoxMenuItem.paramString()
Returns a string representation of this JCheckBoxMenuItem.
|
protected String |
JColorChooser.paramString()
Returns a string representation of this
JColorChooser.
|
protected String |
JPasswordField.paramString()
Returns a string representation of this
JPasswordField.
|
protected String |
JTable.paramString()
Returns a string representation of this table.
|
protected String |
JFileChooser.paramString()
Returns a string representation of this
JFileChooser.
|
protected String |
JToolBar.paramString()
Returns a string representation of this
JToolBar.
|
protected String |
JTabbedPane.paramString()
Returns a string representation of this
JTabbedPane.
|
protected String |
JList.paramString()
Returns a
String representation of this
JList.
|
protected String |
JComponent.paramString()
Returns a string representation of this
JComponent.
|
protected String |
JMenuBar.paramString()
Returns a string representation of this
JMenuBar.
|
static String |
JOptionPane.showInputDialog(Component
Shows a question-message dialog requesting input from the user parented to
parentComponent.
|
static String |
JOptionPane.showInputDialog(Component
Shows a question-message dialog requesting input from the user and parented to
parentComponent.
|
static String |
JOptionPane.showInputDialog(Component
Shows a dialog requesting input from the user parented to
parentComponent with the dialog having the title
title and message type
messageType.
|
static String |
JOptionPane.showInputDialog(Object
Shows a question-message dialog requesting input from the user.
|
static String |
JOptionPane.showInputDialog(Object
Shows a question-message dialog requesting input from the user, with the input value initialized to
initialSelectionValue.
|
static String |
JOptionPane.showInternalInputDialog(Component
Shows an internal question-message dialog requesting input from the user parented to
parentComponent.
|
static String |
JOptionPane.showInternalInputDialog(Component
Shows an internal dialog requesting input from the user parented to
parentComponent with the dialog having the title
title and message type
messageType.
|
String |
DefaultListModel.toString()
Returns a string that displays and identifies this object's properties.
|
String |
DefaultBoundedRangeModel.toString()
Returns a string that displays all of the
BoundedRangeModel properties.
|
String |
UIManager.LookAndFeelInfo.toString()
Returns a string that displays and identifies this object's properties.
|
String |
LookAndFeel.toString()
Returns a string that displays and identifies this object's properties.
|
String |
JTree.DropLocation.toString()
Returns a string representation of this drop location.
|
String |
DefaultListSelectionModel.toString()
Returns a string that displays and identifies this object's properties.
|
String |
TransferHandler.DropLocation.toString()
Returns a string representation of this drop location.
|
String |
ImageIcon.toString()
Returns a string representation of this image.
|
String |
JTable.DropLocation.toString()
Returns a string representation of this drop location.
|
String |
SizeRequirements.toString()
Returns a string describing the minimum, preferred, and maximum size requirements, along with the alignment.
|
String |
JList.DropLocation.toString()
Returns a string representation of this drop location.
|
String |
RepaintManager.toString()
Returns a string that displays and identifies this object's properties.
|
String |
GroupLayout.toString()
Returns a string representation of this
GroupLayout.
|
abstract String |
JFormattedTextField.AbstractFormatter.valueToString(Object
Returns the string value to display for
value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JComboBox.actionPropertyChanged(Action
Updates the combobox's state in response to property changes in associated action.
|
protected void |
JTextField.actionPropertyChanged(Action
Updates the textfield's state in response to property changes in associated action.
|
protected void |
JMenuItem.actionPropertyChanged(Action
Updates the button's state in response to property changes in the associated action.
|
protected void |
AbstractButton.actionPropertyChanged(Action
Updates the button's state in response to property changes in the associated action.
|
JMenuItem |
JPopupMenu.add(String
Creates a new menu item with the specified text and appends it to the end of this menu.
|
JMenuItem |
JMenu.add(String
Creates a new menu item with the specified text and appends it to the end of this menu.
|
Component |
JTabbedPane.add(String
Adds a
component with the specified tab title.
|
void |
JRootPane.RootLayout.addLayoutComponent(String
|
void |
ViewportLayout.addLayoutComponent(String
Adds the specified component to the layout.
|
void |
ScrollPaneLayout.addLayoutComponent(String
Adds the specified component to the layout.
|
void |
BoxLayout.addLayoutComponent(String
Not used by this class.
|
void |
SpringLayout.addLayoutComponent(String
Has no effect, since this layout manager does not use a per-component string.
|
void |
JSpinner.DefaultEditor.addLayoutComponent(String
This
LayoutManager method does nothing.
|
void |
OverlayLayout.addLayoutComponent(String
Adds the specified component to the layout.
|
void |
GroupLayout.addLayoutComponent(String
Notification that a
Component has been added to the parent container.
|
void |
UIDefaults.addResourceBundle(String
Adds a resource bundle to the list of resource bundles that are searched for localized values.
|
Style |
JTextPane.addStyle(String
Adds a new style into the logical style hierarchy.
|
void |
JTabbedPane.addTab(String
Adds a
component represented by a
title and no icon.
|
void |
JTabbedPane.addTab(String
Adds a
component represented by a
title and/or
icon, either of which can be
null.
|
void |
JTabbedPane.addTab(String
Adds a
component and
tip represented by a
title and/or
icon, either of which can be
null.
|
void |
JTextArea.append(String
Appends the given text to the end of the document.
|
protected int |
JLabel.checkHorizontalKey(int key, String
Verify that key is a legal value for the horizontalAlignment properties.
|
protected int |
AbstractButton.checkHorizontalKey(int key, String
Verify that the
key argument is a legal value for the
horizontalAlignment and
horizontalTextPosition properties.
|
protected int |
JLabel.checkVerticalKey(int key, String
Verify that key is a legal value for the verticalAlignment or verticalTextPosition properties.
|
protected int |
AbstractButton.checkVerticalKey(int key, String
Verify that the
key argument is a legal value for the vertical properties.
|
static int |
SwingUtilities.computeStringWidth(FontMetrics
Compute the width of the string using a font with the specified "metrics" (sizes).
|
JDialog |
JOptionPane.createDialog(Component
Creates and returns a new
JDialog wrapping
this centered on the
parentComponent in the
parentComponent's frame.
|
static JDialog |
JColorChooser.createDialog(Component
Creates and returns a new dialog containing the specified
ColorChooser pane along with "OK", "Cancel", and "Reset" buttons.
|
JDialog |
JOptionPane.createDialog(String
Creates and returns a new parentless
JDialog with the specified title.
|
static EditorKit |
JEditorPane.createEditorKitForContentType(String
Creates a handler for the given type from the default registry of editor kits.
|
JInternalFrame |
JOptionPane.createInternalFrame(Component
Creates and returns an instance of
JInternalFrame.
|
static TitledBorder |
BorderFactory.createTitledBorder(Border
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).
|
static TitledBorder |
BorderFactory.createTitledBorder(Border
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).
|
static TitledBorder |
BorderFactory.createTitledBorder(Border
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).
|
static TitledBorder |
BorderFactory.createTitledBorder(Border
Adds a title to an existing border, with the specified positioning, font and color.
|
static TitledBorder |
BorderFactory.createTitledBorder(String
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).
|
void |
DebugGraphics.drawString(String
Overrides
Graphics.drawString.
|
protected void |
JFileChooser.fireActionPerformed(String
Notifies all listeners that have registered interest for notification on this event type.
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
JComponent.firePropertyChange(String
Support for reporting bound property changes for boolean properties.
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
JComponent.firePropertyChange(String
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
JComponent.firePropertyChange(String
Support for reporting bound property changes for integer properties.
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
protected void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
protected void |
UIDefaults.firePropertyChange(String
Support for reporting bound property changes.
|
protected void |
AbstractAction.firePropertyChange(String
Supports reporting bound property changes.
|
protected void |
JViewport.firePropertyChange(String
Notifies listeners of a property change.
|
void |
SwingWorker.firePropertyChange(String
Reports a bound property update to any registered listeners.
|
void |
DefaultListCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
protected void |
JComponent.fireVetoableChange(String
Supports reporting constrained property changes.
|
static Container |
SwingUtilities.getAncestorNamed(String
Convenience method for searching above
comp in the component hierarchy and returns the first object of
name it finds.
|
Spring |
SpringLayout.Constraints.getConstraint(String
Returns the value of the specified edge, which may be a derived value, or even
null.
|
Spring |
SpringLayout.getConstraint(String
Returns the spring controlling the distance between the specified edge of the component and the top or left edge of its parent.
|
Component |
ScrollPaneLayout.getCorner(String
Returns the
Component at the specified corner.
|
Component |
JScrollPane.getCorner(String
Returns the component at the specified corner.
|
static Object |
LookAndFeel.getDesktopPropertyValue(String
Returns the value of the specified system desktop property by invoking
Toolkit.getDefaultToolkit().getDesktopProperty().
|
static String |
JEditorPane.getEditorKitClassNameForContentType(String
Returns the currently registered
EditorKit class name for the type
type.
|
EditorKit |
JEditorPane.getEditorKitForContentType(String
Fetches the editor kit to use for the given type of content.
|
static KeyStroke |
KeyStroke.getKeyStroke(String
Parses a string and returns a
KeyStroke.
|
TreePath |
JTree.getNextMatch(String
Returns the TreePath to the next tree element that begins with a prefix.
|
int |
JList.getNextMatch(String
Returns the next list element whose
toString value starts with the given prefix.
|
Style |
JTextPane.getStyle(String
Fetches a named non-
null style previously added.
|
Class |
UIDefaults.getUIClass(String
Returns the L&F class that renders this component.
|
Class |
UIDefaults.getUIClass(String
The value of
get(uidClassID) must be the
String name of a class that implements the corresponding
ComponentUI class.
|
protected void |
UIDefaults.getUIError(String
If
getUI() fails for any reason, it calls this method before returning
null.
|
Object |
AbstractAction.getValue(String
Gets the
Object associated with the specified key.
|
Object |
Action.getValue(String
Gets one of this object's properties using the associated key.
|
int |
JTabbedPane.indexOfTab(String
Returns the first tab index with a given
title, or -1 if no tab has this title.
|
protected void |
JMenuItem.init(String
Initializes the menu item with the specified text and icon.
|
protected void |
AbstractButton.init(String
|
void |
JTextArea.insert(String
Inserts the specified text at the specified position.
|
void |
JMenu.insert(String
Inserts a new menu item with the specified text at a given position.
|
void |
JTabbedPane.insertTab(String
Inserts a new tab for the given component, at the given index, represented by the given title and/or icon, either of which may be
null.
|
void |
JSpinner.AccessibleJSpinner.insertTextAtIndex(int index, String
Inserts the specified string at the given index/
|
static void |
LookAndFeel.installBorder(JComponent
Convenience method for setting a component's border property with a value from the defaults.
|
static void |
LookAndFeel.installColors(JComponent
Convenience method for setting a component's foreground and background color properties with values from the defaults.
|
static void |
LookAndFeel.installColorsAndFont(JComponent
Convenience method for setting a component's foreground, background and font properties with values from the defaults.
|
static void |
UIManager.installLookAndFeel(String
Adds the specified look and feel to the set of available look and feels.
|
static void |
LookAndFeel.installProperty(JComponent
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.
|
static String |
SwingUtilities.layoutCompoundLabel(FontMetrics
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.
|
static String |
SwingUtilities.layoutCompoundLabel(JComponent
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.
|
static Object |
LookAndFeel.makeIcon(Class
Creates and returns a
UIDefault.LazyValue that loads an image.
|
void |
SpringLayout.putConstraint(String
Links edge
e1 of component
c1 to edge
e2 of component
c2, with a fixed distance between the edges.
|
void |
SpringLayout.putConstraint(String
Links edge
e1 of component
c1 to edge
e2 of component
c2.
|
void |
AbstractAction.putValue(String
Sets the
Value associated with the specified key.
|
void |
Action.putValue(String
Sets one of this object's properties using the associated key.
|
static <M |
RowFilter.regexFilter(String
Returns a
RowFilter that uses a regular expression to determine which entries to include.
|
static void |
JEditorPane.registerEditorKitForContentType(String
Establishes the default bindings of
type to
classname.
|
static void |
JEditorPane.registerEditorKitForContentType(String
Establishes the default bindings of
type to
classname.
|
void |
JComponent.registerKeyboardAction(ActionListener
This method is now obsolete, please use a combination of
getActionMap() and
getInputMap() for similar behavior.
|
void |
UIDefaults.removeResourceBundle(String
Removes a resource bundle from the list of resource bundles that are searched for localized defaults.
|
void |
JTextPane.removeStyle(String
Removes a named non-
null style previously added to the document.
|
void |
JTextArea.replaceRange(String
Replaces text from the indicated start to end position with the new text specified.
|
void |
JTextPane.replaceSelection(String
Replaces the currently selected content with new content represented by the given string.
|
void |
JEditorPane.replaceSelection(String
Replaces the currently selected content with new content represented by the given string.
|
void |
JSpinner.AccessibleJSpinner.replaceText(int startIndex, int endIndex, String
Replaces the text between two indices with the specified string.
|
void |
JEditorPane.scrollToReference(String
Scrolls the view to the given reference location (that is, the value returned by the
UL.getRef method for the URL being displayed).
|
void |
JTree.AccessibleJTree.AccessibleJTreeNode.setAccessibleDescription(String
Set the accessible description of this object.
|
void |
JTable.AccessibleJTable.AccessibleJTableCell.setAccessibleDescription(String
Sets the accessible description of this object.
|
void |
JList.AccessibleJList.AccessibleJListChild.setAccessibleDescription(String
|
void |
ImageIcon.AccessibleImageIcon.setAccessibleIconDescription(String
Sets the description of the icon.
|
void |
JTree.AccessibleJTree.AccessibleJTreeNode.setAccessibleName(String
Set the localized accessible name of this object.
|
void |
JTable.AccessibleJTable.AccessibleJTableCell.setAccessibleName(String
Sets the localized accessible name of this object.
|
void |
JList.AccessibleJList.AccessibleJListChild.setAccessibleName(String
|
void |
ButtonModel.setActionCommand(String
Sets the action command string that gets sent as part of the
ActionEvent when the button is triggered.
|
void |
JComboBox.setActionCommand(String
Sets the action command that should be included in the event sent to action listeners.
|
void |
JTextField.setActionCommand(String
Sets the command string used for action events.
|
void |
Timer.setActionCommand(String
Sets the string that will be delivered as the action command in
ActionEvents fired by this timer.
|
void |
DefaultButtonModel.setActionCommand(String
Sets the action command string that gets sent as part of the
ActionEvent when the button is triggered.
|
void |
AbstractButton.setActionCommand(String
Sets the action command for this button.
|
void |
JFileChooser.setApproveButtonText(String
Sets the text used in the
ApproveButton in the
FileChooserUI.
|
void |
JFileChooser.setApproveButtonToolTipText(String
Sets the tooltip text used in the
ApproveButton.
|
void |
SpringLayout.Constraints.setConstraint(String
Sets the spring controlling the specified edge.
|
void |
JEditorPane.setContentType(String
Sets the type of content that this editor handles.
|
void |
JScrollPane.setCorner(String
Adds a child that will appear in one of the scroll panes corners, if there's room.
|
void |
ImageIcon.setDescription(String
Sets the description of the image.
|
void |
JFileChooser.setDialogTitle(String
Sets the string that goes in the
JFileChooser window's title bar.
|
void |
JEditorPane.setEditorKitForContentType(String
Directly sets the editor kit to use for the given type.
|
void |
JPopupMenu.setLabel(String
Sets the popup menu's label.
|
void |
AbstractButton.setLabel(String
Deprecated.
- Replaced by
setText(text)
|
static void |
UIManager.setLookAndFeel(String
Loads the
LookAndFeel specified by the given class name, using the current thread's context class loader, and passes it to
setLookAndFeel(LookAndFeel).
|
void |
ProgressMonitor.setNote(String
Specifies the additional note that is displayed along with the progress message.
|
void |
JEditorPane.setPage(String
Sets the current URL being displayed.
|
void |
JProgressBar.setString(String
Sets the value of the progress string.
|
void |
JLabel.setText(String
Defines the single line of text this component will display.
|
void |
JEditorPane.setText(String
Sets the text of this
TextComponent to the specified content, which is expected to be in the format of the content type of this editor.
|
void |
AbstractButton.setText(String
Sets the button's text.
|
void |
JSpinner.AccessibleJSpinner.setTextContents(String
Sets the text contents to the specified string.
|
void |
JToolTip.setTipText(String
Sets the text to show when the tool tip is displayed.
|
void |
JInternalFrame.setTitle(String
Sets the
JInternalFrame title.
|
void |
JTabbedPane.setTitleAt(int index, String
Sets the title at
index to
title which can be
null.
|
void |
JComponent.setToolTipText(String
Registers the text to display in a tool tip.
|
void |
JTabbedPane.setToolTipTextAt(int index, String
Sets the tooltip text at
index to
toolTipText which can be
null.
|
static int |
JOptionPane.showConfirmDialog(Component
Brings up a dialog where the number of choices is determined by the
optionType parameter.
|
static int |
JOptionPane.showConfirmDialog(Component
Brings up a dialog where the number of choices is determined by the
optionType parameter, where the
messageType parameter determines the icon to display.
|
static int |
JOptionPane.showConfirmDialog(Component
Brings up a dialog with a specified icon, where the number of choices is determined by the
optionType parameter.
|
int |
JFileChooser.showDialog(Component
Pops a custom file chooser dialog with a custom approve button.
|
static Color |
JColorChooser.showDialog(Component
Shows a modal color-chooser dialog and blocks until the dialog is hidden.
|
static String |
JOptionPane.showInputDialog(Component
Shows a dialog requesting input from the user parented to
parentComponent with the dialog having the title
title and message type
messageType.
|
static Object |
JOptionPane.showInputDialog(Component
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
Brings up a internal dialog panel where the number of choices is determined by the
optionType parameter.
|
static int |
JOptionPane.showInternalConfirmDialog(Component
Brings up an internal dialog panel where the number of choices is determined by the
optionType parameter, where the
messageType parameter determines the icon to display.
|
static int |
JOptionPane.showInternalConfirmDialog(Component
Brings up an internal dialog panel with a specified icon, where the number of choices is determined by the
optionType parameter.
|
static String |
JOptionPane.showInternalInputDialog(Component
Shows an internal dialog requesting input from the user parented to
parentComponent with the dialog having the title
title and message type
messageType.
|
static Object |
JOptionPane.showInternalInputDialog(Component
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
Brings up an internal dialog panel that displays a message using a default icon determined by the
messageType parameter.
|
static void |
JOptionPane.showInternalMessageDialog(Component
Brings up an internal dialog panel displaying a message, specifying all parameters.
|
static int |
JOptionPane.showInternalOptionDialog(Component
Brings up an internal dialog panel with a specified icon, where the initial choice is determined by the
initialValue parameter and the number of choices is determined by the
optionType parameter.
|
static void |
JOptionPane.showMessageDialog(Component
Brings up a dialog that displays a message using a default icon determined by the
messageType parameter.
|
static void |
JOptionPane.showMessageDialog(Component
Brings up a dialog displaying a message, specifying all parameters.
|
static int |
JOptionPane.showOptionDialog(Component
Brings up a dialog with a specified icon, where the initial choice is determined by the
initialValue parameter and the number of choices is determined by the
optionType parameter.
|
abstract Object |
JFormattedTextField.AbstractFormatter.stringToValue(String
Parses
text returning an arbitrary Object.
|
static RowFilter |
RowFilter.ComparisonType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static SortOrder |
SortOrder.valueOf(String
Returns the enum constant of this type with the specified name.
|
static JTable |
JTable.PrintMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
static DropMode |
DropMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
static LayoutStyle |
LayoutStyle.ComponentPlacement.valueOf(String
Returns the enum constant of this type with the specified name.
|
static GroupLayout |
GroupLayout.Alignment.valueOf(String
Returns the enum constant of this type with the specified name.
|
static SwingWorker |
SwingWorker.StateValue.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
AbstractAction(String
Creates an
Action with the specified name.
|
|
AbstractAction(String
Creates an
Action with the specified name and small icon.
|
|
DateEditor(JSpinner
Construct a
JSpinner editor that supports displaying and editing the value of a
SpinnerDateModel with a
JFormattedTextField.
|
|
ImageIcon(byte[] imageData, String
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.
|
|
ImageIcon(Image
Creates an ImageIcon from the image.
|
|
ImageIcon(String
Creates an ImageIcon from the specified file.
|
|
ImageIcon(String
Creates an ImageIcon from the specified file.
|
|
ImageIcon(URL
Creates an ImageIcon from the specified URL.
|
|
JButton(String
Creates a button with text.
|
|
JButton(String
Creates a button with initial text and an icon.
|
|
JCheckBox(String
Creates an initially unselected check box with text.
|
|
JCheckBox(String
Creates a check box with text and specifies whether or not it is initially selected.
|
|
JCheckBox(String
Creates an initially unselected check box with the specified text and icon.
|
|
JCheckBox(String
Creates a check box with text and icon, and specifies whether or not it is initially selected.
|
|
JCheckBoxMenuItem(String
Creates an initially unselected check box menu item with text.
|
|
JCheckBoxMenuItem(String
Creates a check box menu item with the specified text and selection state.
|
|
JCheckBoxMenuItem(String
Creates an initially unselected check box menu item with the specified text and icon.
|
|
JCheckBoxMenuItem(String
Creates a check box menu item with the specified text, icon, and selection state.
|
|
JDialog(Dialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
|
|
JDialog(Dialog
Creates a dialog with the specified title, modality and the specified owner
Dialog.
|
|
JDialog(Dialog
Creates a dialog with the specified title, owner
Dialog, modality and
GraphicsConfiguration.
|
|
JDialog(Frame
Creates a modeless dialog with the specified title and with the specified owner frame.
|
|
JDialog(Frame
Creates a dialog with the specified title, owner
Frame and modality.
|
|
JDialog(Frame
Creates a dialog with the specified title, owner
Frame, modality and
GraphicsConfiguration.
|
|
JDialog(Window
Creates a modeless dialog with the specified title and owner
Window.
|
|
JDialog(Window
Creates a dialog with the specified title, owner
Window and modality.
|
|
JDialog(Window
Creates a dialog with the specified title, owner
Window, modality and
GraphicsConfiguration.
|
|
JEditorPane(String
Creates a
JEditorPane based on a string containing a URL specification.
|
|
JEditorPane(String
Creates a
JEditorPane that has been initialized to the given text.
|
|
JFileChooser(String
Constructs a
JFileChooser using the given path.
|
|
JFileChooser(String
Constructs a
JFileChooser using the given current directory path and
FileSystemView.
|
|
JFrame(String
Creates a new, initially invisible
Frame with the specified title.
|
|
JFrame(String
Creates a
JFrame with the specified title and the specified
GraphicsConfiguration of a screen device.
|
|
JInternalFrame(String
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable
JInternalFrame with the specified title.
|
|
JInternalFrame(String
Creates a non-closable, non-maximizable, non-iconifiable
JInternalFrame with the specified title and resizability.
|
|
JInternalFrame(String
Creates a non-maximizable, non-iconifiable
JInternalFrame with the specified title, resizability, and closability.
|
|
JInternalFrame(String
Creates a non-iconifiable
JInternalFrame with the specified title, resizability, closability, and maximizability.
|
|
JInternalFrame(String
Creates a
JInternalFrame with the specified title, resizability, closability, maximizability, and iconifiability.
|
|
JLabel(String
Creates a
JLabel instance with the specified text.
|
|
JLabel(String
Creates a
JLabel instance with the specified text, image, and horizontal alignment.
|
|
JLabel(String
Creates a
JLabel instance with the specified text and horizontal alignment.
|
|
JMenu(String
Constructs a new
JMenu with the supplied string as its text.
|
|
JMenu(String
Constructs a new
JMenu with the supplied string as its text and specified as a tear-off menu or not.
|
|
JMenuItem(String
Creates a
JMenuItem with the specified text.
|
|
JMenuItem(String
Creates a
JMenuItem with the specified text and icon.
|
|
JMenuItem(String
Creates a
JMenuItem with the specified text and keyboard mnemonic.
|
|
JPasswordField(Document
Constructs a new
JPasswordField that uses the given text storage model and the given number of columns.
|
|
JPasswordField(String
Constructs a new
JPasswordField initialized with the specified text.
|
|
JPasswordField(String
Constructs a new
JPasswordField initialized with the specified text and columns.
|
|
JPopupMenu(String
Constructs a
JPopupMenu with the specified title.
|
|
JRadioButton(String
Creates an unselected radio button with the specified text.
|
|
JRadioButton(String
Creates a radio button with the specified text and selection state.
|
|
JRadioButton(String
Creates a radio button that has the specified text and image, and that is initially unselected.
|
|
JRadioButton(String
Creates a radio button that has the specified text, image, and selection state.
|
|
JRadioButtonMenuItem(String
Creates a
JRadioButtonMenuItem with text.
|
|
JRadioButtonMenuItem(String
Creates a radio button menu item with the specified text and selection state.
|
|
JRadioButtonMenuItem(String
Creates a radio button menu item with the specified text and
Icon.
|
|
JRadioButtonMenuItem(String
Creates a radio button menu item that has the specified text, image, and selection state.
|
|
JTextArea(Document
Constructs a new JTextArea with the specified number of rows and columns, and the given model.
|
|
JTextArea(String
Constructs a new TextArea with the specified text displayed.
|
|
JTextArea(String
Constructs a new TextArea with the specified text and number of rows and columns.
|
|
JTextField(Document
Constructs a new
JTextField that uses the given text storage model and the given number of columns.
|
|
JTextField(String
Constructs a new
TextField initialized with the specified text.
|
|
JTextField(String
Constructs a new
TextField initialized with the specified text and columns.
|
|
JToggleButton(String
Creates an unselected toggle button with the specified text.
|
|
JToggleButton(String
Creates a toggle button with the specified text and selection state.
|
|
JToggleButton(String
Creates a toggle button that has the specified text and image, and that is initially unselected.
|
|
JToggleButton(String
Creates a toggle button with the specified text, image, and selection state.
|
|
JToolBar(String
Creates a new tool bar with the specified
name.
|
|
JToolBar(String
Creates a new tool bar with a specified
name and
orientation.
|
|
LookAndFeelInfo(String
Constructs a
UIManagers
LookAndFeelInfo object.
|
|
NumberEditor(JSpinner
Construct a
JSpinner editor that supports displaying and editing the value of a
SpinnerNumberModel with a
JFormattedTextField.
|
|
ProgressMonitor(Component
Constructs a graphic object that shows progress, typically by filling in a rectangular bar as the process nears completion.
|
|
ProxyLazyValue(String
Creates a
LazyValue which will construct an instance when asked.
|
|
ProxyLazyValue(String
Creates a
LazyValue which will construct an instance when asked.
|
|
ProxyLazyValue(String
Creates a
LazyValue which will construct an instance when asked.
|
|
ProxyLazyValue(String
Creates a
LazyValue which will construct an instance when asked.
|
|
TransferHandler(String
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.
|
|
UnsupportedLookAndFeelException(String
Constructs an UnsupportedLookAndFeelException object.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
TitledBorder.title
|
| Modifier and Type | Method and Description |
|---|---|
String |
TitledBorder.getTitle()
Returns the title of the titled border.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TitledBorder.setTitle(String
Sets the title of the titled border.
|
| Constructor and Description | |
|---|---|
TitledBorder(Border
Creates a TitledBorder instance with the specified border and title.
|
|
TitledBorder(Border
Creates a TitledBorder instance with the specified border, title, title-justification, and title-position.
|
|
TitledBorder(Border
Creates a TitledBorder instance with the specified border, title, title-justification, title-position, and title-font.
|
|
TitledBorder(Border
Creates a TitledBorder instance with the specified border, title, title-justification, title-position, title-font, and title-color.
|
|
TitledBorder(String
Creates a TitledBorder instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractColorChooserPanel.getDisplayName()
Returns a string containing the display name of the panel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
HyperlinkEvent.getDescription()
Get the description of the link as a string.
|
String |
InternalFrameEvent.paramString()
Returns a parameter string identifying this event.
|
String |
ListDataEvent.toString()
Returns a string representation of this ListDataEvent.
|
String |
HyperlinkEvent.EventType.toString()
Converts the type to a string.
|
String |
ListSelectionEvent.toString()
Returns a
String that displays and identifies this object's properties.
|
String |
TreeModelEvent.toString()
Returns a string that displays and identifies this object's properties.
|
String |
EventListenerList.toString()
Returns a string representation of the EventListenerList.
|
String |
DocumentEvent.EventType.toString()
Converts the type to a string.
|
| Modifier and Type | Method and Description |
|---|---|
static RowSorterEvent |
RowSorterEvent.Type.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
HyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FileNameExtensionFilter.getDescription()
The description of this filter.
|
abstract String |
FileFilter.getDescription()
The description of this filter.
|
String |
FileView.getDescription(File
A human readable description of the file.
|
String |
FileNameExtensionFilter.getExtensions()
Returns the set of file name extensions files are tested against.
|
String |
FileView.getName(File
The name of the file.
|
String |
FileSystemView.getSystemDisplayName(File
Name of a file, directory, or folder as it would be displayed in a system file browser.
|
String |
FileSystemView.getSystemTypeDescription(File
Type description for a file, directory, or folder as it would be displayed in a system file browser.
|
String |
FileView.getTypeDescription(File
A human readable description of the type of the file.
|
String |
FileNameExtensionFilter.toString()
Returns a string representation of the
FileNameExtensionFilter.
|
| Modifier and Type | Method and Description |
|---|---|
File |
FileSystemView.createFileObject(File
Returns a File object constructed in dir from the given filename.
|
File |
FileSystemView.createFileObject(String
Returns a File object constructed from the given path string.
|
File |
FileSystemView.getChild(File
|
| Constructor and Description | |
|---|---|
FileNameExtensionFilter(String
Creates a
FileNameExtensionFilter with the specified description and file name extensions.
|
|
FileNameExtensionFilter(String
Creates a
FileNameExtensionFilter with the specified description and file name extensions.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
FileChooserUI.getApproveButtonText(JFileChooser
|
abstract String |
FileChooserUI.getDialogTitle(JFileChooser
|
String |
TextUI.getToolTipText(JTextComponent
Returns the string to be used as the tooltip at the passed in location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerUI.addPropertyChangeListener(String
Adds a PropertyChangeListener to the listener list for a specific property.
|
protected void |
LayerUI.firePropertyChange(String
Support for reporting bound property changes for Object properties.
|
PropertyChangeListener |
LayerUI.getPropertyChangeListeners(String
Returns an array of all the listeners which have been associated with the named property.
|
void |
LayerUI.removePropertyChangeListener(String
Removes a
PropertyChangeListener from the listener list for a specific property.
|
| Constructor and Description | |
|---|---|
FontUIResource(String
|
|
TitledBorderUIResource(Border
|
|
TitledBorderUIResource(Border
|
|
TitledBorderUIResource(Border
|
|
TitledBorderUIResource(Border
|
|
TitledBorderUIResource(String
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
BasicMenuItemUI.acceleratorDelimiter
Accelerator delimiter string, such as
'+' in
'Ctrl+C'.
|
protected String |
BasicFileChooserUI.cancelButtonText
|
protected String |
BasicFileChooserUI.cancelButtonToolTipText
|
protected static String |
BasicInternalFrameTitlePane.CLOSE_CMD
|
protected String |
BasicToolBarUI.constraintBeforeFloating
|
protected String |
BasicFileChooserUI.directoryOpenButtonText
The label text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY.
|
protected String |
BasicFileChooserUI.directoryOpenButtonToolTipText
The tooltip text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY.
|
static String |
BasicHTML.documentBaseKey
Key stored as a client property to indicate the base that relative references are resolved against.
|
protected String |
BasicFileChooserUI.helpButtonText
|
protected String |
BasicFileChooserUI.helpButtonToolTipText
|
protected static String |
BasicInternalFrameTitlePane.ICONIFY_CMD
|
protected static String |
BasicInternalFrameTitlePane.MAXIMIZE_CMD
|
protected static String |
BasicInternalFrameTitlePane.MOVE_CMD
|
protected static String |
BasicSplitPaneUI.NON_CONTINUOUS_DIVIDER
The divider used for non-continuous layout is added to the split pane with this object.
|
protected String |
BasicFileChooserUI.openButtonText
|
protected String |
BasicFileChooserUI.openButtonToolTipText
|
static String |
BasicHTML.propertyKey
Key to use for the html renderer when stored as a client property of a JComponent.
|
protected static String |
BasicInternalFrameTitlePane.RESTORE_CMD
|
protected String |
BasicFileChooserUI.saveButtonText
|
protected String |
BasicFileChooserUI.saveButtonToolTipText
|
protected static String |
BasicInternalFrameTitlePane.SIZE_CMD
|
protected String |
BasicFileChooserUI.updateButtonText
|
protected String |
BasicFileChooserUI.updateButtonToolTipText
|
| Modifier and Type | Method and Description |
|---|---|
String |
BasicFileChooserUI.getApproveButtonText(JFileChooser
|
String |
BasicFileChooserUI.getApproveButtonToolTipText(JFileChooser
|
String |
BasicFileChooserUI.AcceptAllFileFilter.getDescription()
|
String |
BasicFileChooserUI.BasicFileView.getDescription(File
|
String |
BasicFileChooserUI.getDialogTitle(JFileChooser
Returns the title of this dialog
|
String |
BasicFileChooserUI.getDirectoryName()
|
String |
BasicFileChooserUI.getFileName()
|
protected String |
BasicTextUI.getKeymapName()
Fetches the name of the keymap that will be installed/used by default for this UI.
|
String |
BasicFileChooserUI.BasicFileView.getName(File
|
protected String |
BasicPasswordFieldUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.
|
protected String |
BasicTextAreaUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.
|
protected String |
BasicCheckBoxMenuItemUI.getPropertyPrefix()
|
protected String |
BasicEditorPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.
|
protected String |
BasicTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.
|
protected String |
BasicFormattedTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.
|
protected String |
BasicButtonUI.getPropertyPrefix()
|
protected String |
BasicMenuUI.getPropertyPrefix()
|
protected String |
BasicTextPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.
|
String |
BasicCheckBoxUI.getPropertyPrefix()
|
protected String |
BasicMenuItemUI.getPropertyPrefix()
|
protected String |
BasicRadioButtonMenuItemUI.getPropertyPrefix()
|
protected String |
BasicToggleButtonUI.getPropertyPrefix()
|
protected abstract String |
BasicTextUI.getPropertyPrefix()
Gets the name used as a key to look up properties through the UIManager.
|
protected String |
BasicRadioButtonUI.getPropertyPrefix()
|
protected String |
BasicInternalFrameTitlePane.getTitle(String
|
String |
BasicTextUI.getToolTipText(JTextComponent
Returns the string to be used as the tooltip at the passed in location.
|
String |
BasicFileChooserUI.BasicFileView.getTypeDescription(File
|
protected String |
BasicLabelUI.layoutCL(JLabel
Forwards the call to SwingUtilities.layoutCompoundLabel().
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicInternalFrameUI.InternalFrameLayout.addLayoutComponent(String
|
void |
BasicOptionPaneUI.ButtonAreaLayout.addLayoutComponent(String
|
void |
BasicTabbedPaneUI.TabbedPaneLayout.addLayoutComponent(String
|
void |
BasicSplitPaneDivider.DividerLayout.addLayoutComponent(String
|
void |
BasicSplitPaneUI.BasicHorizontalLayoutManager.addLayoutComponent(String
Adds the component at place.
|
void |
BasicComboBoxUI.ComboBoxLayoutManager.addLayoutComponent(String
|
void |
BasicInternalFrameTitlePane.TitlePaneLayout.addLayoutComponent(String
|
void |
BasicScrollBarUI.addLayoutComponent(String
|
protected void |
BasicOptionPaneUI.burstStringInto(Container
Recursively creates new JLabel instances to represent
d.
|
static View |
BasicHTML.createHTMLView(JComponent
Create an html renderer for the given component and string of html.
|
static void |
BasicGraphicsUtils.drawString(Graphics
Draw a string with the graphics
g at location (x,y) just like
g.drawString would.
|
static void |
BasicGraphicsUtils.drawStringUnderlineCharAt(Graphics
Draw a string with the graphics
g at location (
x,
y) just like
g.drawString would.
|
protected void |
BasicDirectoryModel.firePropertyChange(String
Support for reporting bound property changes for boolean properties.
|
protected Point |
BasicProgressBarUI.getStringPlacement(Graphics
Designate the place where the progress string will be painted.
|
protected String |
BasicInternalFrameTitlePane.getTitle(String
|
static boolean |
BasicHTML.isHTMLString(String
Check the given string to see if it should trigger the html rendering logic in a non-text component that supports html rendering.
|
protected String |
BasicLabelUI.layoutCL(JLabel
Forwards the call to SwingUtilities.layoutCompoundLabel().
|
protected void |
BasicTabbedPaneUI.layoutLabel(int tabPlacement, FontMetrics
|
protected void |
BasicLookAndFeel.loadSystemColors(UIDefaults
Populates
table with the
name-color pairs in
systemColors.
|
protected void |
BasicLabelUI.paintDisabledText(JLabel
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
Paint clippedText at textX, textY with the labels foreground color.
|
protected void |
BasicButtonUI.paintText(Graphics
Method which renders the text of the current button.
|
protected void |
BasicTabbedPaneUI.paintText(Graphics
|
protected void |
BasicButtonUI.paintText(Graphics
As of Java 2 platform v 1.4 this method should not be used or overriden.
|
protected void |
BasicMenuItemUI.paintText(Graphics
Renders the text of the current menu item.
|
void |
BasicFileChooserUI.setDirectoryName(String
|
void |
BasicFileChooserUI.setFileName(String
|
static void |
BasicHTML.updateRenderer(JComponent
Stash the HTML render for the given text into the client properties of the given JComponent.
|
| Constructor and Description | |
|---|---|
TreeCancelEditingAction(String
|
|
TreeHomeAction(int direction, String
|
|
TreeIncrementAction(int direction, String
|
|
TreePageAction(int direction, String
|
|
TreeToggleAction(String
|
|
TreeTraverseAction(int direction, String
|
| Modifier and Type | Field and Description |
|---|---|
static String |
MetalScrollBarUI.FREE_STANDING_PROP
|
protected static String |
MetalInternalFrameUI.IS_PALETTE
|
protected String |
MetalSliderUI.SLIDER_FILL
|
| Modifier and Type | Method and Description |
|---|---|
String |
MetalToolTipUI.getAcceleratorString()
|
String |
MetalLookAndFeel.getDescription()
Returns a short description of this look and feel.
|
String |
MetalFileChooserUI.getDirectoryName()
|
String |
MetalFileChooserUI.getFileName()
|
String |
MetalLookAndFeel.getID()
Returns an identifier for this look and feel.
|
String |
OceanTheme.getName()
Return the name of this theme, "Ocean".
|
String |
MetalLookAndFeel.getName()
Returns the name of this look and feel.
|
String |
DefaultMetalTheme.getName()
Returns the name of this theme.
|
abstract String |
MetalTheme.getName()
Returns the name of this theme.
|
String |
MetalCheckBoxUI.getPropertyPrefix()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetalLabelUI.paintDisabledText(JLabel
Just paint the text gray (Label.disabledForeground) rather than in the labels foreground color.
|
protected void |
MetalButtonUI.paintText(Graphics
|
protected void |
MetalToggleButtonUI.paintText(Graphics
|
void |
MetalFileChooserUI.setDirectoryName(String
|
void |
MetalFileChooserUI.setFileName(String
|
| Modifier and Type | Method and Description |
|---|---|
String |
MultiFileChooserUI.getApproveButtonText(JFileChooser
Invokes the
getApproveButtonText method on each UI handled by this object.
|
String |
MultiLookAndFeel.getDescription()
Returns a one-line description of this look and feel.
|
String |
MultiFileChooserUI.getDialogTitle(JFileChooser
Invokes the
getDialogTitle method on each UI handled by this object.
|
String |
MultiLookAndFeel.getID()
Returns a string, suitable for use by applications/services, that identifies this look and feel.
|
String |
MultiLookAndFeel.getName()
Returns a string, suitable for use in menus, that identifies this look and feel.
|
String |
MultiTextUI.getToolTipText(JTextComponent
Invokes the
getToolTipText method on each UI handled by this object.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NimbusStyle.LARGE_KEY
|
static String |
NimbusStyle.MINI_KEY
|
static String |
NimbusStyle.SMALL_KEY
|
| Modifier and Type | Method and Description |
|---|---|
String |
NimbusLookAndFeel.getDescription()
Returns a textual description of this look and feel.
|
String |
NimbusLookAndFeel.getID()
Return a string that identifies this look and feel.
|
String |
NimbusLookAndFeel.getName()
Return a short string that identifies this look and feel.
|
String |
State.toString()
|
| Modifier and Type | Method and Description |
|---|---|
protected Color |
AbstractRegionPainter.decodeColor(String
Decodes and returns a color, which is derived from a base color in UI defaults.
|
protected Color |
AbstractRegionPainter.getComponentColor(JComponent
Get a color property from the given JComponent.
|
Color |
NimbusLookAndFeel.getDerivedColor(String
Get a derived color, derived colors are shared instances and is color value will change when its parent UIDefault color changes.
|
void |
NimbusLookAndFeel.register(Region
Registers a third party component with the NimbusLookAndFeel.
|
static AbstractRegionPainter |
AbstractRegionPainter.PaintContext.CacheMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Constructor and Description | |
|---|---|
State(String
Create a new custom State.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SynthLookAndFeel.getDescription()
Returns a textual description of SynthLookAndFeel.
|
String |
SynthLookAndFeel.getID()
Return a string that identifies this look and feel.
|
String |
Region.getName()
Returns the name of the region.
|
String |
SynthLookAndFeel.getName()
Return a short string that identifies this look and feel.
|
protected String |
SynthToggleButtonUI.getPropertyPrefix()
|
protected String |
SynthRadioButtonUI.getPropertyPrefix()
|
protected String |
SynthFormattedTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.
|
protected String |
SynthPasswordFieldUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.
|
protected String |
SynthRadioButtonMenuItemUI.getPropertyPrefix()
|
protected String |
SynthTextPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.
|
protected String |
SynthCheckBoxUI.getPropertyPrefix()
|
protected String |
SynthCheckBoxMenuItemUI.getPropertyPrefix()
|
String |
SynthStyle.getString(SynthContext
Convenience method to get a specific style property whose value is a String.
|
String |
SynthGraphicsUtils.layoutText(SynthContext
Lays out text and an icon returning, by reference, the location to place the icon and text.
|
String |
ColorType.toString()
Returns the textual description of this
ColorType.
|
String |
Region.toString()
Returns the name of the Region.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SynthGraphicsUtils.computeStringWidth(SynthContext
Returns the size of the passed in string.
|
Dimension |
SynthGraphicsUtils.getMaximumSize(SynthContext
Returns the maximum size needed to properly render an icon and text.
|
Dimension |
SynthGraphicsUtils.getMinimumSize(SynthContext
Returns the minimum size needed to properly render an icon and text.
|
Dimension |
SynthGraphicsUtils.getPreferredSize(SynthContext
Returns the preferred size needed to properly render an icon and text.
|
String |
SynthStyle.getString(SynthContext
Convenience method to get a specific style property whose value is a String.
|
String |
SynthGraphicsUtils.layoutText(SynthContext
Lays out text and an icon returning, by reference, the location to place the icon and text.
|
protected void |
SynthProgressBarUI.paintText(SynthContext
Paints the component's text.
|
void |
SynthGraphicsUtils.paintText(SynthContext
Paints an icon and text.
|
void |
SynthGraphicsUtils.paintText(SynthContext
Paints text at the specified location.
|
void |
SynthGraphicsUtils.paintText(SynthContext
Paints text at the specified location.
|
| Constructor and Description | |
|---|---|
ColorType(String
Creates a new ColorType with the specified description.
|
|
Region(String
Creates a Region with the specified name.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
TableColumn.CELL_RENDERER_PROPERTY
Obsolete as of Java 2 platform v1.3.
|
static String |
TableColumn.COLUMN_WIDTH_PROPERTY
Obsolete as of Java 2 platform v1.3.
|
static String |
TableColumn.HEADER_RENDERER_PROPERTY
Obsolete as of Java 2 platform v1.3.
|
static String |
TableColumn.HEADER_VALUE_PROPERTY
Obsolete as of Java 2 platform v1.3.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleDescription()
|
String |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleName()
|
String |
AbstractTableModel.getColumnName(int column)
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
|
String |
DefaultTableModel.getColumnName(int column)
Returns the column name.
|
String |
TableModel.getColumnName(int columnIndex)
Returns the name of the column at
columnIndex.
|
String |
JTableHeader.getToolTipText(MouseEvent
Allows the renderer's tips to be used if there is text set.
|
String |
JTableHeader.getUIClassID()
Returns the suffix used to construct the name of the look and feel (L&F) class used to render this component.
|
protected String |
JTableHeader.paramString()
Returns a string representation of this
JTableHeader.
|
abstract String |
TableStringConverter.toString(TableModel
Returns the string representation of the value at the specified location.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractTableModel.findColumn(String
Returns a column given its name.
|
void |
DefaultTableCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
protected void |
DefaultTableCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.setAccessibleDescription(String
|
void |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.setAccessibleName(String
|
| Modifier and Type | Field and Description |
|---|---|
String |
JTextComponent.KeyBinding.actionName
The name of the action for the key.
|
static String |
DefaultEditorKit.backwardAction
Name of the Action for moving the caret logically backward one position.
|
protected static String |
AbstractDocument.BAD_LOCATION
Error message to indicate a bad location.
|
static String |
DefaultEditorKit.beepAction
Name of the action to create a beep.
|
static String |
DefaultEditorKit.beginAction
Name of the
Action for moving the caret to the beginning of the document.
|
static String |
DefaultEditorKit.beginLineAction
Name of the
Action for moving the caret to the beginning of a line.
|
static String |
DefaultEditorKit.beginParagraphAction
Name of the
Action for moving the caret to the beginning of a paragraph.
|
static String |
DefaultEditorKit.beginWordAction
Name of the
Action for moving the caret to the beginning of a word.
|
static String |
AbstractDocument.BidiElementName
Name of elements used to hold a unidirectional run
|
static String |
StyleConstants.ComponentElementName
Name of elements used to represent components.
|
static String |
AbstractDocument.ContentElementName
Name of elements used to represent content
|
static String |
DefaultEditorKit.copyAction
Name of the action to copy the selected region and place the contents into the system clipboard.
|
static String |
DefaultEditorKit.cutAction
Name of the action to cut the selected region and place the contents into the system clipboard.
|
static String |
JTextComponent.DEFAULT_KEYMAP
The default keymap that will be shared by all
JTextComponent instances unless they have had a different keymap set.
|
static String |
StyleContext.DEFAULT_STYLE
The name given to the default logical style attached to paragraphs.
|
static String |
DefaultEditorKit.defaultKeyTypedAction
Name of the action that is executed by default if a
key typed event is received and there is no keymap entry.
|
static String |
DefaultEditorKit.deleteNextCharAction
Name of the action to delete the character of content that follows the current caret position.
|
static String |
DefaultEditorKit.deleteNextWordAction
Name of the action to delete the word that follows the beginning of the selection.
|
static String |
DefaultEditorKit.deletePrevCharAction
Name of the action to delete the character of content that precedes the current caret position.
|
static String |
DefaultEditorKit.deletePrevWordAction
Name of the action to delete the word that precedes the beginning of the selection.
|
static String |
DefaultEditorKit.downAction
Name of the Action for moving the caret logically downward one position.
|
static String |
AbstractDocument.ElementNameAttribute
Name of the attribute used to specify element names.
|
static String |
DefaultEditorKit.endAction
Name of the
Action for moving the caret to the end of the document.
|
static String |
DefaultEditorKit.endLineAction
Name of the
Action for moving the caret to the end of a line.
|
static String |
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 String |
DefaultEditorKit.endParagraphAction
Name of the
Action for moving the caret to the end of a paragraph.
|
static String |
DefaultEditorKit.endWordAction
Name of the Action for moving the caret to the end of a word.
|
static String |
JTextComponent.FOCUS_ACCELERATOR_KEY
The bound property name for the focus accelerator.
|
static String |
DefaultEditorKit.forwardAction
Name of the Action for moving the caret logically forward one position.
|
static String |
StyleConstants.IconElementName
Name of elements used to represent icons.
|
static String |
DefaultEditorKit.insertBreakAction
Name of the action to place a line/paragraph break into the document.
|
static String |
DefaultEditorKit.insertContentAction
Name of the action to place content into the associated document.
|
static String |
DefaultEditorKit.insertTabAction
Name of the action to place a tab character into the document.
|
static String |
PlainDocument.lineLimitAttribute
Name of the attribute that specifies the maximum length of a line, if there is a maximum length.
|
static String |
DefaultEditorKit.nextWordAction
Name of the
Action for moving the caret to the beginning of the next word.
|
static String |
DefaultEditorKit.pageDownAction
Name of the action to page down vertically.
|
static String |
DefaultEditorKit.pageUpAction
Name of the action to page up vertically.
|
static String |
AbstractDocument.ParagraphElementName
Name of elements used to represent paragraphs
|
static String |
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 String |
DefaultEditorKit.previousWordAction
Name of the
Action for moving the caret to the beginning of the previous word.
|
static String |
DefaultEditorKit.readOnlyAction
Name of the action to set the editor into read-only mode.
|
static String |
AbstractDocument.SectionElementName
Name of elements used to hold sections (lines/paragraphs).
|
static String |
DefaultEditorKit.selectAllAction
Name of the Action for selecting the entire document
|
static String |
DefaultEditorKit.selectionBackwardAction
Name of the Action for extending the selection by moving the caret logically backward one position.
|
static String |
DefaultEditorKit.selectionBeginAction
Name of the
Action for moving the caret to the beginning of the document.
|
static String |
DefaultEditorKit.selectionBeginLineAction
Name of the
Action for moving the caret to the beginning of a line, extending the selection.
|
static String |
DefaultEditorKit.selectionBeginParagraphAction
Name of the
Action for moving the caret to the beginning of a paragraph, extending the selection.
|
static String |
DefaultEditorKit.selectionBeginWordAction
Name of the
Action for moving the caret to the beginning of a word, extending the selection.
|
static String |
DefaultEditorKit.selectionDownAction
Name of the Action for moving the caret logically downward one position, extending the selection.
|
static String |
DefaultEditorKit.selectionEndAction
Name of the Action for moving the caret to the end of the document.
|
static String |
DefaultEditorKit.selectionEndLineAction
Name of the
Action for moving the caret to the end of a line, extending the selection.
|
static String |
DefaultEditorKit.selectionEndParagraphAction
Name of the
Action for moving the caret to the end of a paragraph, extending the selection.
|
static String |
DefaultEditorKit.selectionEndWordAction
Name of the Action for moving the caret to the end of a word, extending the selection.
|
static String |
DefaultEditorKit.selectionForwardAction
Name of the Action for extending the selection by moving the caret logically forward one position.
|
static String |
DefaultEditorKit.selectionNextWordAction
Name of the
Action for moving the selection to the beginning of the next word, extending the selection.
|
static String |
DefaultEditorKit.selectionPreviousWordAction
Name of the
Action for moving the selection to the beginning of the previous word, extending the selection.
|
static String |
DefaultEditorKit.selectionUpAction
Name of the Action for moving the caret logically upward one position, extending the selection.
|
static String |
DefaultEditorKit.selectLineAction
Name of the Action for selecting a line around the caret.
|
static String |
DefaultEditorKit.selectParagraphAction
Name of the Action for selecting a paragraph around the caret.
|
static String |
DefaultEditorKit.selectWordAction
Name of the Action for selecting a word around the caret.
|
static String |
Document.StreamDescriptionProperty
The property name for the description of the stream used to initialize the document.
|
static String |
PlainDocument.tabSizeAttribute
Name of the attribute that specifies the tab size for tabs contained in the content.
|
static String |
Document.TitleProperty
The property name for the title of the document, if there is one.
|
static String |
DefaultEditorKit.upAction
Name of the Action for moving the caret logically upward one position.
|
static String |
DefaultEditorKit.writableAction
Name of the action to set the editor into writeable mode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JTextComponent.AccessibleJTextComponent.getAccessibleActionDescription(int i)
Returns a description of the specified action of the object.
|
String |
JTextComponent.AccessibleJTextComponent.getAfterIndex(int part, int index)
Returns the String after a given index.
|
String |
JTextComponent.AccessibleJTextComponent.getAtIndex(int part, int index)
Returns the String at a given index.
|
String |
JTextComponent.AccessibleJTextComponent.getBeforeIndex(int part, int index)
Returns the String before a given index.
|
String |
ChangedCharSetException.getCharSetSpec()
|
abstract String |
EditorKit.getContentType()
Gets the MIME type of the data that this kit represents support for.
|
String |
DefaultEditorKit.getContentType()
Gets the MIME type of the data that this kit represents support for.
|
static String |
StyleConstants.getFontFamily(AttributeSet
Gets the font family setting from the attribute list.
|
String |
MaskFormatter.getInvalidCharacters()
Returns the characters that are not valid for input.
|
String |
AbstractWriter.getLineSeparator()
Returns the string used to represent newlines.
|
String |
MaskFormatter.getMask()
Returns the formatting mask.
|
String |
StyleContext.NamedStyle.getName()
Fetches the name of the style.
|
String |
AbstractDocument.AbstractElement.getName()
Gets the name of the element.
|
String |
AbstractDocument.BranchElement.getName()
Gets the element name.
|
String |
AbstractDocument.LeafElement.getName()
Gets the element name.
|
String |
DefaultStyledDocument.SectionElement.getName()
Gets the name of the element.
|
String |
Element.getName()
Fetches the name of the element.
|
String |
Style.getName()
Fetches the name of the style.
|
String |
Keymap.getName()
Fetches the name of the set of key-bindings.
|
String |
MaskFormatter.getPlaceholder()
Returns the String to use if the value does not completely fill in the mask.
|
String |
AbstractDocument.DefaultDocumentEvent.getPresentationName()
Provides a localized, human readable description of this edit suitable for use in, say, a change log.
|
String |
AbstractDocument.DefaultDocumentEvent.getRedoPresentationName()
Provides a localized, human readable description of the redoable form of this edit, e.g.
|
String |
JTextComponent.getSelectedText()
Returns the selected text contained in this
TextComponent.
|
String |
JTextComponent.AccessibleJTextComponent.getSelectedText()
Returns the portion of the text that is selected.
|
String |
StringContent.getString(int where, int len)
Retrieves a portion of the content.
|
String |
AbstractDocument.Content.getString(int where, int len)
Fetches a string of characters contained in the sequence.
|
String |
GapContent.getString(int where, int len)
Retrieves a portion of the content.
|
String |
JTextComponent.getText()
Returns the text contained in this
TextComponent.
|
protected String |
AbstractWriter.getText(Element
Returns the text associated with the element.
|
String |
JTextComponent.getText(int offs, int len)
Fetches a portion of the text represented by the component.
|
String |
AbstractDocument.getText(int offset, int length)
Gets a sequence of text from the document.
|
String |
Document.getText(int offset, int length)
Fetches the text contained within the given portion of the document.
|
String |
JTextComponent.AccessibleJTextComponent.getTextRange(int startIndex, int endIndex)
Returns the text string between two indices.
|
String |
View.getToolTipText(float x, float y, Shape
Returns the tooltip text at the specified location.
|
String |
JTextComponent.getToolTipText(MouseEvent
Returns the string to be used as the tooltip for
event.
|
String |
AbstractDocument.DefaultDocumentEvent.getUndoPresentationName()
Provides a localized, human readable description of the undoable form of this edit, e.g.
|
String |
MaskFormatter.getValidCharacters()
Returns the valid characters that can be input.
|
protected String |
JTextComponent.paramString()
Returns a string representation of this
JTextComponent.
|
String |
DefaultCaret.toString()
|
String |
Position.Bias.toString()
string representation
|
String |
TabStop.toString()
|
String |
StyleContext.toString()
Converts a StyleContext to a String.
|
String |
StyleContext.SmallAttributeSet.toString()
Returns a string showing the key/value pairs
|
String |
StyleContext.NamedStyle.toString()
Converts the style to a string.
|
String |
JTextComponent.DropLocation.toString()
Returns a string representation of this drop location.
|
String |
AbstractDocument.BranchElement.toString()
Converts the element to a string.
|
String |
AbstractDocument.LeafElement.toString()
Converts the element to a string.
|
String |
AbstractDocument.DefaultDocumentEvent.toString()
Returns a string description of the change event.
|
String |
DefaultStyledDocument.ElementSpec.toString()
Converts the element to a string.
|
String |
Segment.toString()
Converts a segment into a String.
|
String |
TabSet.toString()
Returns the string representation of the set of tabs.
|
String |
SimpleAttributeSet.toString()
Converts the attribute set to a String.
|
String |
StyleConstants.toString()
Returns the string representation.
|
String |
InternationalFormatter.valueToString(Object
Returns a String representation of the Object
value.
|
String |
MaskFormatter.valueToString(Object
Returns a String representation of the Object
value based on the mask.
|
String |
DefaultFormatter.valueToString(Object
Converts the passed in Object into a String by way of the
toString method.
|
| Modifier and Type | Method and Description |
|---|---|
static Keymap |
JTextComponent.addKeymap(String
Adds a new keymap into the keymap hierarchy.
|
Style |
StyleContext.addStyle(String
Adds a new style into the style hierarchy.
|
Style |
DefaultStyledDocument.addStyle(String
Adds a new style into the logical style hierarchy.
|
Style |
StyledDocument.addStyle(String
Adds a new style into the logical style hierarchy.
|
Font |
StyleContext.getFont(String
Gets a new font.
|
static Keymap |
JTextComponent.getKeymap(String
Fetches a named keymap previously added to the document.
|
Style |
StyleContext.getStyle(String
Fetches a named style previously added to the document
|
Style |
DefaultStyledDocument.getStyle(String
Fetches a named style previously added.
|
Style |
StyledDocument.getStyle(String
Fetches a named style previously added.
|
void |
DocumentFilter.insertString(DocumentFilter
Invoked prior to insertion of text into the specified Document.
|
UndoableEdit |
StringContent.insertString(int where, String
Inserts a string into the content.
|
UndoableEdit |
AbstractDocument.Content.insertString(int where, String
Inserts a string of characters into the sequence.
|
UndoableEdit |
GapContent.insertString(int where, String
Inserts a string into the content.
|
abstract void |
DocumentFilter.FilterBypass.insertString(int offset, String
Inserts the specified text, bypassing the DocumentFilter.
|
void |
AbstractDocument.insertString(int offs, String
Inserts some content into the document.
|
void |
PlainDocument.insertString(int offs, String
Inserts some content into the document.
|
void |
Document.insertString(int offset, String
Inserts a string of content.
|
void |
JTextComponent.AccessibleJTextComponent.insertTextAtIndex(int index, String
Inserts the specified string at the given index
|
static Keymap |
JTextComponent.removeKeymap(String
Removes a named keymap previously added to the document.
|
void |
StyleContext.removeStyle(String
Removes a named style previously added to the document.
|
void |
DefaultStyledDocument.removeStyle(String
Removes a named style previously added to the document.
|
void |
StyledDocument.removeStyle(String
Removes a named style previously added to the document.
|
void |
DocumentFilter.replace(DocumentFilter
Invoked prior to replacing a region of text in the specified Document.
|
abstract void |
DocumentFilter.FilterBypass.replace(int offset, int length, String
Deletes the region of text from
offset to
offset + length, and replaces it with
text.
|
void |
AbstractDocument.replace(int offset, int length, String
Deletes the region of text from
offset to
offset + length, and replaces it with
text.
|
void |
JTextComponent.replaceSelection(String
Replaces the currently selected content with new content represented by the given string.
|
void |
JTextComponent.AccessibleJTextComponent.replaceText(int startIndex, int endIndex, String
Replaces the text between two indices with the specified string.
|
static void |
StyleConstants.setFontFamily(MutableAttributeSet
Sets the font attribute.
|
void |
MaskFormatter.setInvalidCharacters(String
Allows for further restricting of the characters that can be input.
|
void |
AbstractWriter.setLineSeparator(String
Sets the String used to represent newlines.
|
void |
MaskFormatter.setMask(String
Sets the mask dictating the legal characters.
|
void |
StyleContext.NamedStyle.setName(String
Changes the name of the style.
|
void |
MaskFormatter.setPlaceholder(String
Sets the string to use if the value does not completely fill in the mask.
|
void |
JTextComponent.setText(String
Sets the text of this
TextComponent to the specified text.
|
void |
JTextComponent.AccessibleJTextComponent.setTextContents(String
Sets the text contents to the specified string.
|
void |
MaskFormatter.setValidCharacters(String
Allows for further restricting of the characters that can be input.
|
Object |
InternationalFormatter.stringToValue(String
Returns the
Object representation of the
String
text.
|
Object |
MaskFormatter.stringToValue(String
Parses the text, returning the appropriate Object representation of the String
value.
|
Object |
DefaultFormatter.stringToValue(String
Converts the passed in String into an instance of
getValueClass by way of the constructor that takes a String argument.
|
protected void |
AbstractWriter.write(String
Writes out a string.
|
| Constructor and Description | |
|---|---|
AlignmentAction(String
Creates a new AlignmentAction.
|
|
BadLocationException(String
Creates a new BadLocationException object.
|
|
ChangedCharSetException(String
|
|
FontFamilyAction(String
Creates a new FontFamilyAction.
|
|
FontSizeAction(String
Creates a new FontSizeAction.
|
|
ForegroundAction(String
Creates a new ForegroundAction.
|
|
KeyBinding(KeyStroke
Creates a new key binding.
|
|
MaskFormatter(String
Creates a
MaskFormatter with the specified mask.
|
|
NamedStyle(String
Creates a new named style.
|
|
StyledTextAction(String
Creates a new StyledTextAction from a string action name.
|
|
TextAction(String
Creates a new JTextAction object.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
HTMLDocument.AdditionalComments
Document property key value.
|
static String |
HTMLEditorKit.BOLD_ACTION
The bold action identifier
|
static String |
HTMLEditorKit.COLOR_ACTION
The Color choice action identifier The color is passed as an argument
|
static String |
HTMLEditorKit.DEFAULT_CSS
Default Cascading Style Sheet file that sets up the tag views.
|
static String |
HTMLEditorKit.FONT_CHANGE_BIGGER
The font size increase to next value action identifier
|
static String |
HTMLEditorKit.FONT_CHANGE_SMALLER
The font size decrease to next value action identifier
|
protected String |
HTMLEditorKit.InsertHTMLTextAction.html
HTML to insert.
|
static String |
HTMLEditorKit.IMG_ALIGN_BOTTOM
Align images at the bottom.
|
static String |
HTMLEditorKit.IMG_ALIGN_MIDDLE
Align images in the middle.
|
static String |
HTMLEditorKit.IMG_ALIGN_TOP
Align images at the top.
|
static String |
HTMLEditorKit.IMG_BORDER
Align images at the border.
|
static String |
HTMLEditorKit.ITALIC_ACTION
The italic action identifier
|
static String |
HTMLEditorKit.LOGICAL_STYLE_ACTION
The logical style choice action identifier The logical style is passed in as an argument
|
static String |
HTML.NULL_ATTRIBUTE_VALUE
|
static String |
HTMLEditorKit.PARA_INDENT_LEFT
The paragraph left indent action identifier
|
static String |
HTMLEditorKit.PARA_INDENT_RIGHT
The paragraph right indent action identifier
|
static String |
FormView.RESET
Deprecated.
As of 1.3, value comes from UIManager UIManager property FormView.resetButtonText
|
static String |
FormView.SUBMIT
Deprecated.
As of 1.3, value now comes from UIManager property FormView.submitButtonText
|
| Modifier and Type | Method and Description |
|---|---|
String |
ImageView.getAltText()
Returns the text to display if the image can't be loaded.
|
String |
HTMLEditorKit.getContentType()
Get the MIME type of the data that this kit represents support for.
|
String |
FormSubmitEvent.getData()
Gets the form submission data.
|
String |
CSS.Attribute.getDefaultValue()
Fetch the default value for the attribute.
|
String |
Option.getLabel()
Fetch the label associated with the option.
|
String |
HTMLDocument.RunElement.getName()
Gets the name of the element.
|
String |
HTMLDocument.BlockElement.getName()
Gets the name of the element.
|
String |
HTMLFrameHyperlinkEvent.getTarget()
returns the target for the link.
|
String |
ImageView.getToolTipText(float x, float y, Shape
For images the tooltip text comes from text specified with the
ALT attribute.
|
String |
Option.getValue()
Convenience method to return the string associated with the
value attribute.
|
String |
CSS.Attribute.toString()
The string representation of the attribute.
|
String |
Option.toString()
String representation is the label.
|
String |
HTML.Tag.toString()
Returns the string representation of the tag.
|
String |
HTML.Attribute.toString()
Returns the string representation of this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleSheet.addCSSAttribute(MutableAttributeSet
Adds a CSS attribute to the given set.
|
boolean |
StyleSheet.addCSSAttributeFromHTML(MutableAttributeSet
Adds a CSS attribute to the given set.
|
void |
StyleSheet.addRule(String
Adds a set of rules to the sheet.
|
static CSS |
CSS.getAttribute(String
Translates a string to a
CSS.Attribute object.
|
static HTML |
HTML.getAttributeKey(String
Fetches an attribute constant for a well-known attribute name (i.e.
|
AttributeSet |
StyleSheet.getDeclaration(String
Translates a CSS declaration to an AttributeSet that represents the CSS declaration.
|
Element |
HTMLDocument.getElement(String
Returns the element that has the given id
Attribute.
|
float |
StyleSheet.getPointSize(String
Given a string such as "+2", "-2", or "2", returns a point size value.
|
Style |
StyleSheet.getRule(String
Fetches the rule that best matches the selector given in string form.
|
static HTML |
HTML.getTag(String
Fetches a tag constant for a well-known tag name (i.e.
|
void |
HTMLEditorKit.ParserCallback.handleEndOfLineString(String
This is invoked after the stream has been parsed, but before
flush.
|
void |
HTMLDocument.HTMLReader.handleEndOfLineString(String
This is invoked after the stream has been parsed, but before
flush.
|
void |
HTMLEditorKit.ParserCallback.handleError(String
|
protected void |
FormView.imageSubmit(String
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
Inserts the HTML specified as a string after the the end of the given element.
|
void |
HTMLDocument.insertAfterStart(Element
Inserts the HTML specified as a string at the start of the element.
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundary(JEditorPane
This is invoked when inserting at a boundary.
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane
Deprecated.
As of Java 2 platform v1.3, use insertAtBoundary
|
void |
HTMLDocument.insertBeforeEnd(Element
Inserts the HTML specified as a string at the end of the element.
|
void |
HTMLDocument.insertBeforeStart(Element
Inserts the HTML specified as a string before the start of the given element.
|
void |
HTMLEditorKit.insertHTML(HTMLDocument
Inserts HTML into an existing document.
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertHTML(JEditorPane
A cover for HTMLEditorKit.insertHTML.
|
void |
StyleSheet.removeStyle(String
Removes a named style previously added to the document.
|
void |
StyleSheet.setBaseFontSize(String
Sets the base font size from the passed in String.
|
void |
HTMLDocument.setInnerHTML(Element
Replaces the children of the given element with the contents specified as an HTML string.
|
void |
Option.setLabel(String
Sets the label to be used for the option.
|
void |
HTMLDocument.setOuterHTML(Element
Replaces the given element in the parent with the contents specified as an HTML string.
|
protected void |
MinimalHTMLWriter.startFontTag(String
This is no longer used, instead <span> will be written out.
|
Color |
StyleSheet.stringToColor(String
Converts a color string such as "RED" or "#NNNNNN" to a Color.
|
protected void |
FormView.submitData(String
This method is responsible for submitting the form data.
|
static FormSubmitEvent |
FormSubmitEvent.MethodType.valueOf(String
Returns the enum constant of this type with the specified name.
|
protected void |
MinimalHTMLWriter.writeEndTag(String
Writes out an end tag appropriately indented.
|
protected void |
MinimalHTMLWriter.writeStartTag(String
Writes out a start tag appropriately indented.
|
| Constructor and Description | |
|---|---|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a html frame hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HTMLTextAction(String
|
|
InsertHTMLTextAction(String
|
|
InsertHTMLTextAction(String
|
|
Tag(String
Creates a new
Tag with the specified
id, and with
causesBreak and
isBlock set to
false.
|
|
Tag(String
Creates a new
Tag with the specified
id;
causesBreak and
isBlock are defined by the user.
|
|
UnknownTag(String
Creates a new
UnknownTag with the specified
id.
|
| Modifier and Type | Field and Description |
|---|---|
String |
DTD.name
|
String |
AttributeList.name
|
String |
Element.name
|
String |
Entity.name
|
String |
AttributeList.value
|
| Modifier and Type | Field and Description |
|---|---|
Hashtable |
DTD.elementHash
|
| Modifier and Type | Method and Description |
|---|---|
String |
DTD.getName()
Gets the name of the DTD.
|
String |
AttributeList.getName()
|
String |
Element.getName()
Get the name of the element.
|
String |
Entity.getName()
Gets the name of the entity.
|
String |
Entity.getString()
Returns the data as a
String.
|
String |
AttributeList.getValue()
|
String |
Parser.parseDTDMarkup()
Parses th Document Declaration Type markup declaration.
|
String |
DTD.toString()
Returns a string representation of this DTD.
|
String |
AttributeList.toString()
|
String |
Element.toString()
Convert to a string.
|
String |
ContentModel.toString()
Convert to a string.
|
static String |
AttributeList.type2name(int tp)
|
| Modifier and Type | Method and Description |
|---|---|
protected static DTD |
ParserDelegator.createDTD(DTD
|
protected AttributeList |
DTD.defAttributeList(String
Creates and returns an
AttributeList.
|
protected Element |
DTD.defElement(String
Creates and returns an
Element.
|
protected Element |
DTD.defElement(String
Creates and returns an
Element.
|
protected Element |
DTD.defElement(String
Creates and returns an
Element.
|
Entity |
DTD.defEntity(String
Creates and returns a character
Entity.
|
protected Entity |
DTD.defEntity(String
Creates and returns an
Entity.
|
void |
DTD.defineAttributes(String
Defines attributes for an
Element.
|
Element |
DTD.defineElement(String
Returns the
Element which matches the specified parameters.
|
Entity |
DTD.defineEntity(String
Defines an entity.
|
protected void |
Parser.error(String
|
protected void |
Parser.error(String
|
protected void |
Parser.error(String
|
protected void |
Parser.error(String
Invoke the error handler.
|
AttributeList |
Element.getAttribute(String
Get an attribute by name.
|
AttributeList |
Element.getAttributeByValue(String
Get an attribute by value.
|
static DTD |
DTD.getDTD(String
Returns a DTD with the specified
name.
|
Element |
DTD.getElement(String
Gets an element by name.
|
Entity |
DTD.getEntity(String
Gets an entity by name.
|
protected void |
DocumentParser.handleError(int ln, String
|
protected void |
Parser.handleError(int ln, String
An error has occurred.
|
static int |
AttributeList.name2type(String
|
static int |
Element.name2type(String
|
static int |
Entity.name2type(String
Converts
nm string to the corresponding entity type.
|
static void |
DTD.putDTDHash(String
|
| Constructor and Description | |
|---|---|
AttributeList(String
Create an attribute list element.
|
|
AttributeList(String
Create an attribute list element.
|
|
DTD(String
Creates a new DTD with the specified name.
|
|
Entity(String
Creates an entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RTFEditorKit.getContentType()
Get the MIME type of the data that this kit represents support for.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DefaultTreeSelectionModel.SELECTION_MODE_PROPERTY
Property name for selectionMode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TreePath.toString()
Returns a string that displays and identifies this object's properties.
|
String |
DefaultMutableTreeNode.toString()
Returns the result of sending
toString() to this node's user object, or the empty string if the node has no user object.
|
String |
DefaultTreeSelectionModel.toString()
Returns a string that displays and identifies this object's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
protected void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
void |
DefaultTreeCellRenderer.firePropertyChange(String
Overridden for performance reasons.
|
| Constructor and Description | |
|---|---|
ExpandVetoException(TreeExpansionEvent
Constructs an ExpandVetoException object with the specified message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
StateEditable.RCSID
Resource ID for this class.
|
protected static String |
StateEdit.RCSID
|
protected static String |
AbstractUndoableEdit.RedoName
String returned by
getRedoPresentationName; as of Java 2 platform v1.3.1 this field is no longer used.
|
protected static String |
AbstractUndoableEdit.UndoName
String returned by
getUndoPresentationName; as of Java 2 platform v1.3.1 this field is no longer used.
|
protected String |
StateEdit.undoRedoName
The undo/redo presentation name
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractUndoableEdit.getPresentationName()
This default implementation returns "".
|
String |
UndoableEdit.getPresentationName()
Returns a localized, human-readable description of this edit, suitable for use in a change log, for example.
|
String |
StateEdit.getPresentationName()
Gets the presentation name for this edit
|
String |
CompoundEdit.getPresentationName()
Returns
getPresentationName from the last
UndoableEdit added to
edits.
|
String |
AbstractUndoableEdit.getRedoPresentationName()
Retreives the value from the defaults table with key
AbstractUndoableEdit.redoText and returns that value followed by a space, followed by
getPresentationName.
|
String |
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.
|
String |
UndoManager.getRedoPresentationName()
Returns a description of the redoable form of this edit.
|
String |
CompoundEdit.getRedoPresentationName()
Returns
getRedoPresentationName from the last
UndoableEdit added to
edits.
|
String |
UndoManager.getUndoOrRedoPresentationName()
Convenience method that returns either
getUndoPresentationName or
getRedoPresentationName.
|
String |
AbstractUndoableEdit.getUndoPresentationName()
Retreives the value from the defaults table with key
AbstractUndoableEdit.undoText and returns that value followed by a space, followed by
getPresentationName.
|
String |
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.
|
String |
UndoManager.getUndoPresentationName()
Returns a description of the undoable form of this edit.
|
String |
CompoundEdit.getUndoPresentationName()
Returns
getUndoPresentationName from the last
UndoableEdit added to
edits.
|
String |
AbstractUndoableEdit.toString()
Returns a string that displays and identifies this object's properties.
|
String |
UndoManager.toString()
Returns a string that displays and identifies this object's properties.
|
String |
UndoableEditSupport.toString()
Returns a string that displays and identifies this object's properties.
|
String |
CompoundEdit.toString()
Returns a string that displays and identifies this object's properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StateEdit.init(StateEditable
|
| Constructor and Description | |
|---|---|
StateEdit(StateEditable
Create and return a new StateEdit with a presentation name.
|
| Modifier and Type | Field and Description |
|---|---|
String |
JavaFileObject.Kind.extension
The extension which (by convention) is normally used for this kind of file object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Diagnostic.getCode()
Gets a diagnostic code indicating the type of diagnostic.
|
String |
Diagnostic.getMessage(Locale
Gets a localized message for the given locale.
|
String |
JavaFileManager.Location.getName()
Gets the name of this location.
|
String |
ForwardingFileObject.getName()
|
String |
DocumentationTool.Location.getName()
|
String |
StandardLocation.getName()
|
String |
SimpleJavaFileObject.getName()
|
String |
FileObject.getName()
Gets a user-friendly name for this file object.
|
String |
JavaFileManager.inferBinaryName(JavaFileManager
Infers a binary name of a file object based on a location.
|
String |
ForwardingJavaFileManager.inferBinaryName(JavaFileManager
|
String |
SimpleJavaFileObject.toString()
|
| Modifier and Type | Method and Description |
|---|---|
FileObject |
JavaFileManager.getFileForInput(JavaFileManager
Gets a
file object for input representing the specified
relative name in the specified package in the given location.
|
FileObject |
ForwardingJavaFileManager.getFileForInput(JavaFileManager
|
FileObject |
JavaFileManager.getFileForOutput(JavaFileManager
Gets a
file object for output representing the specified
relative name in the specified package in the given location.
|
FileObject |
ForwardingJavaFileManager.getFileForOutput(JavaFileManager
|
JavaFileObject |
JavaFileManager.getJavaFileForInput(JavaFileManager
Gets a
file object for input representing the specified class of the specified kind in the given location.
|
JavaFileObject |
ForwardingJavaFileManager.getJavaFileForInput(JavaFileManager
|
JavaFileObject |
JavaFileManager.getJavaFileForOutput(JavaFileManager
Gets a
file object for output representing the specified class of the specified kind in the given location.
|
JavaFileObject |
ForwardingJavaFileManager.getJavaFileForOutput(JavaFileManager
|
Iterable |
StandardJavaFileManager.getJavaFileObjects(String
Gets file objects representing the given file names.
|
boolean |
JavaFileManager.handleOption(String
Handles one option.
|
boolean |
ForwardingJavaFileManager.handleOption(String
|
boolean |
SimpleJavaFileObject.isNameCompatible(String
This implementation compares the path of its URI to the given simple name.
|
boolean |
ForwardingJavaFileObject.isNameCompatible(String
|
boolean |
JavaFileObject.isNameCompatible(String
Checks if this file object is compatible with the specified simple name and kind.
|
int |
OptionChecker.isSupportedOption(String
Determines if the given option is supported and if so, the number of arguments the option takes.
|
int |
ForwardingJavaFileManager.isSupportedOption(String
|
Iterable |
JavaFileManager.list(JavaFileManager
Lists all file objects matching the given criteria in the given location.
|
Iterable |
ForwardingJavaFileManager.list(JavaFileManager
|
static JavaFileManager |
StandardLocation.locationFor(String
Gets a location object with the given name.
|
int |
Tool.run(InputStream
Run the tool with the given I/O channels and arguments.
|
static DocumentationTool |
DocumentationTool.Location.valueOf(String
Returns the enum constant of this type with the specified name.
|
static StandardLocation |
StandardLocation.valueOf(String
Returns the enum constant of this type with the specified name.
|
static JavaFileObject |
JavaFileObject.Kind.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Diagnostic |
Diagnostic.Kind.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable |
StandardJavaFileManager.getJavaFileObjectsFromStrings(Iterable
Gets file objects representing the given file names.
|
DocumentationTool |
DocumentationTool.getTask(Writer
Creates a future for a documentation task with the given components and arguments.
|
JavaCompiler |
JavaCompiler.getTask(Writer
Creates a future for a compilation task with the given components and arguments.
|
JavaCompiler |
JavaCompiler.getTask(Writer
Creates a future for a compilation task with the given components and arguments.
|
boolean |
JavaFileManager.handleOption(String
Handles one option.
|
boolean |
ForwardingJavaFileManager.handleOption(String
|
| Constructor and Description | |
|---|---|
InvalidTransactionException(String
|
|
TransactionRequiredException(String
|
|
TransactionRolledbackException(String
|
| Constructor and Description | |
|---|---|
XAException(String
Create an XAException with a given string.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
XMLConstants.ACCESS_EXTERNAL_DTD
Property: accessExternalDTD
|
static String |
XMLConstants.ACCESS_EXTERNAL_SCHEMA
Property: accessExternalSchema
|
static String |
XMLConstants.ACCESS_EXTERNAL_STYLESHEET
Property: accessExternalStylesheet
|
static String |
XMLConstants.DEFAULT_NS_PREFIX
Prefix to use to represent the default XML Namespace.
|
static String |
XMLConstants.FEATURE_SECURE_PROCESSING
Feature for secure processing.
|
static String |
XMLConstants.NULL_NS_URI
Namespace URI to use to represent that there is no Namespace.
|
static String |
XMLConstants.RELAXNG_NS_URI
RELAX NG Namespace URI.
|
static String |
XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI
W3C XML Schema Instance Namespace URI.
|
static String |
XMLConstants.W3C_XML_SCHEMA_NS_URI
W3C XML Schema Namespace URI.
|
static String |
XMLConstants.W3C_XPATH_DATATYPE_NS_URI
W3C XPath Datatype Namespace URI.
|
static String |
XMLConstants.XML_DTD_NS_URI
XML Document Type Declaration Namespace URI as an arbitrary value.
|
static String |
XMLConstants.XML_NS_PREFIX
The official XML Namespace prefix.
|
static String |
XMLConstants.XML_NS_URI
The official XML Namespace name URI.
|
static String |
XMLConstants.XMLNS_ATTRIBUTE
The official XML attribute used for specifying XML Namespace declarations.
|
static String |
XMLConstants.XMLNS_ATTRIBUTE_NS_URI
The official XML attribute used for specifying XML Namespace declarations,
XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
JAXBContext.JAXB_CONTEXT_FACTORY
The name of the property that contains the name of the class capable of creating new
JAXBContext objects.
|
static String |
Marshaller.JAXB_ENCODING
The name of the property used to specify the output encoding in the marshalled XML data.
|
static String |
Marshaller.JAXB_FORMATTED_OUTPUT
The name of the property used to specify whether or not the marshalled XML data is formatted with linefeeds and indentation.
|
static String |
Marshaller.JAXB_FRAGMENT
The name of the property used to specify whether or not the marshaller will generate document level events (ie calling startDocument or endDocument).
|
static String |
Marshaller.JAXB_NO_NAMESPACE_SCHEMA_LOCATION
The name of the property used to specify the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
|
static String |
Marshaller.JAXB_SCHEMA_LOCATION
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TypeConstraintException.getErrorCode()
Get the vendor specific error code
|
String |
JAXBException.getErrorCode()
Get the vendor specific error code
|
String |
ValidationEvent.getMessage()
Retrieve the text message for this warning/error.
|
static String |
DatatypeConverter.parseAnySimpleType(String
Return a string containing the lexical representation of the simple type.
|
String |
DatatypeConverterInterface.parseAnySimpleType(String
Return a string containing the lexical representation of the simple type.
|
static String |
DatatypeConverter.parseString(String
Convert the lexical XSD string argument into a String value.
|
String |
DatatypeConverterInterface.parseString(String
Convert the string argument into a string.
|
static String |
DatatypeConverter.printAnySimpleType(String
Converts a string value into a string.
|
String |
DatatypeConverterInterface.printAnySimpleType(String
Converts a string value into a string.
|
static String |
DatatypeConverter.printBase64Binary(byte[] val)
Converts an array of bytes into a string.
|
String |
DatatypeConverterInterface.printBase64Binary(byte[] val)
Converts an array of bytes into a string.
|
static String |
DatatypeConverter.printBoolean(boolean val)
Converts a boolean value into a string.
|
String |
DatatypeConverterInterface.printBoolean(boolean val)
Converts a boolean value into a string.
|
static String |
DatatypeConverter.printByte(byte val)
Converts a byte value into a string.
|
String |
DatatypeConverterInterface.printByte(byte val)
Converts a byte value into a string.
|
static String |
DatatypeConverter.printDate(Calendar
Converts a Calendar value into a string.
|
String |
DatatypeConverterInterface.printDate(Calendar
Converts a Calendar value into a string.
|
static String |
DatatypeConverter.printDateTime(Calendar
Converts a Calendar value into a string.
|
String |
DatatypeConverterInterface.printDateTime(Calendar
Converts a Calendar value into a string.
|
static String |
DatatypeConverter.printDecimal(BigDecimal
Converts a BigDecimal value into a string.
|
String |
DatatypeConverterInterface.printDecimal(BigDecimal
Converts a BigDecimal value into a string.
|
static String |
DatatypeConverter.printDouble(double val)
Converts a double value into a string.
|
String |
DatatypeConverterInterface.printDouble(double val)
Converts a double value into a string.
|
static String |
DatatypeConverter.printFloat(float val)
Converts a float value into a string.
|
String |
DatatypeConverterInterface.printFloat(float val)
Converts a float value into a string.
|
static String |
DatatypeConverter.printHexBinary(byte[] val)
Converts an array of bytes into a string.
|
String |
DatatypeConverterInterface.printHexBinary(byte[] val)
Converts an array of bytes into a string.
|
static String |
DatatypeConverter.printInt(int val)
Converts an int value into a string.
|
String |
DatatypeConverterInterface.printInt(int val)
Converts an int value into a string.
|
static String |
DatatypeConverter.printInteger(BigInteger
Converts a BigInteger value into a string.
|
String |
DatatypeConverterInterface.printInteger(BigInteger
Converts a BigInteger value into a string.
|
static String |
DatatypeConverter.printLong(long val)
Converts A long value into a string.
|
String |
DatatypeConverterInterface.printLong(long val)
Converts a long value into a string.
|
static String |
DatatypeConverter.printQName(QName
Converts a QName instance into a string.
|
String |
DatatypeConverterInterface.printQName(QName
Converts a QName instance into a string.
|
static String |
DatatypeConverter.printShort(short val)
Converts a short value into a string.
|
String |
DatatypeConverterInterface.printShort(short val)
Converts a short value into a string.
|
static String |
DatatypeConverter.printString(String
Converts the string argument into a string.
|
String |
DatatypeConverterInterface.printString(String
Converts the string argument into a string.
|
static String |
DatatypeConverter.printTime(Calendar
Converts a Calendar value into a string.
|
String |
DatatypeConverterInterface.printTime(Calendar
Converts a Calendar value into a string.
|
static String |
DatatypeConverter.printUnsignedInt(long val)
Converts a long value into a string.
|
String |
DatatypeConverterInterface.printUnsignedInt(long val)
Converts a long value into a string.
|
static String |
DatatypeConverter.printUnsignedShort(int val)
Converts an int value into a string.
|
String |
DatatypeConverterInterface.printUnsignedShort(int val)
Converts an int value into a string.
|
String |
TypeConstraintException.toString()
Returns a short description of this TypeConstraintException.
|
String |
JAXBException.toString()
Returns a short description of this JAXBException.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Result |
SchemaOutputResolver.createOutput(String
Decides where the schema file (of the given namespace URI) will be written, and return it as a
Result object.
|
Object |
Validator.getProperty(String
Deprecated.
since JAXB2.0
|
abstract Object |
Binder.getProperty(String
Get the particular property in the underlying implementation of
Binder.
|
Object |
Marshaller.getProperty(String
Get the particular property in the underlying implementation of
Marshaller.
|
Object |
Unmarshaller.getProperty(String
Get the particular property in the underlying implementation of
Unmarshaller.
|
static void |
JAXB.marshal(Object
Writes a Java object tree to XML and store it to the specified location.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
static String |
DatatypeConverter.parseAnySimpleType(String
Return a string containing the lexical representation of the simple type.
|
String |
DatatypeConverterInterface.parseAnySimpleType(String
Return a string containing the lexical representation of the simple type.
|
static byte[] |
DatatypeConverter.parseBase64Binary(String
Converts the string argument into an array of bytes.
|
byte[] |
DatatypeConverterInterface.parseBase64Binary(String
Converts the string argument into an array of bytes.
|
static boolean |
DatatypeConverter.parseBoolean(String
Converts the string argument into a boolean value.
|
boolean |
DatatypeConverterInterface.parseBoolean(String
Converts the string argument into a boolean value.
|
static byte |
DatatypeConverter.parseByte(String
Converts the string argument into a byte value.
|
byte |
DatatypeConverterInterface.parseByte(String
Converts the string argument into a byte value.
|
static Calendar |
DatatypeConverter.parseDate(String
Converts the string argument into a Calendar value.
|
Calendar |
DatatypeConverterInterface.parseDate(String
Converts the string argument into a Calendar value.
|
static Calendar |
DatatypeConverter.parseDateTime(String
Converts the string argument into a Calendar value.
|
Calendar |
DatatypeConverterInterface.parseDateTime(String
Converts the string argument into a Calendar value.
|
static BigDecimal |
DatatypeConverter.parseDecimal(String
Converts the string argument into a BigDecimal value.
|
BigDecimal |
DatatypeConverterInterface.parseDecimal(String
Converts the string argument into a BigDecimal value.
|
static double |
DatatypeConverter.parseDouble(String
Converts the string argument into a double value.
|
double |
DatatypeConverterInterface.parseDouble(String
Converts the string argument into a double value.
|
static float |
DatatypeConverter.parseFloat(String
Converts the string argument into a float value.
|
float |
DatatypeConverterInterface.parseFloat(String
Converts the string argument into a float value.
|
static byte[] |
DatatypeConverter.parseHexBinary(String
Converts the string argument into an array of bytes.
|
byte[] |
DatatypeConverterInterface.parseHexBinary(String
Converts the string argument into an array of bytes.
|
static int |
DatatypeConverter.parseInt(String
Convert the string argument into an int value.
|
int |
DatatypeConverterInterface.parseInt(String
Convert the string argument into an int value.
|
static BigInteger |
DatatypeConverter.parseInteger(String
Convert the string argument into a BigInteger value.
|
BigInteger |
DatatypeConverterInterface.parseInteger(String
Convert the string argument into a BigInteger value.
|
static long |
DatatypeConverter.parseLong(String
Converts the string argument into a long value.
|
long |
DatatypeConverterInterface.parseLong(String
Converts the string argument into a long value.
|
static QName |
DatatypeConverter.parseQName(String
Converts the string argument into a byte value.
|
QName |
DatatypeConverterInterface.parseQName(String
Converts the string argument into a QName value.
|
static short |
DatatypeConverter.parseShort(String
Converts the string argument into a short value.
|
short |
DatatypeConverterInterface.parseShort(String
Converts the string argument into a short value.
|
static String |
DatatypeConverter.parseString(String
Convert the lexical XSD string argument into a String value.
|
String |
DatatypeConverterInterface.parseString(String
Convert the string argument into a string.
|
static Calendar |
DatatypeConverter.parseTime(String
Converts the string argument into a Calendar value.
|
Calendar |
DatatypeConverterInterface.parseTime(String
Converts the string argument into a Calendar value.
|
static long |
DatatypeConverter.parseUnsignedInt(String
Converts the string argument into a long value.
|
long |
DatatypeConverterInterface.parseUnsignedInt(String
Converts the string argument into a long value.
|
static int |
DatatypeConverter.parseUnsignedShort(String
Converts the string argument into an int value.
|
int |
DatatypeConverterInterface.parseUnsignedShort(String
Converts the string argument into an int value.
|
static String |
DatatypeConverter.printAnySimpleType(String
Converts a string value into a string.
|
String |
DatatypeConverterInterface.printAnySimpleType(String
Converts a string value into a string.
|
static String |
DatatypeConverter.printString(String
Converts the string argument into a string.
|
String |
DatatypeConverterInterface.printString(String
Converts the string argument into a string.
|
void |
Validator.setProperty(String
Deprecated.
since JAXB2.0
|
abstract void |
Binder.setProperty(String
Set the particular property in the underlying implementation of
Binder.
|
void |
Marshaller.setProperty(String
Set the particular property in the underlying implementation of
Marshaller.
|
void |
Unmarshaller.setProperty(String
Set the particular property in the underlying implementation of
Unmarshaller.
|
static <T> T |
JAXB.unmarshal(String
Reads in a Java object tree from the given XML input.
|
| Modifier and Type | Method and Description |
|---|---|
static JAXBContext |
JAXBContext.newInstance(Class
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
| Constructor and Description | |
|---|---|
DataBindingException(String
|
|
JAXBException(String
Construct a JAXBException with the specified detail message.
|
|
JAXBException(String
Construct a JAXBException with the specified detail message and vendor specific errorCode.
|
|
JAXBException(String
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
|
|
JAXBException(String
Construct a JAXBException with the specified detail message and linkedException.
|
|
JAXBPermission(String
Creates a new JAXBPermission with the specified name.
|
|
MarshalException(String
Construct a MarshalException with the specified detail message.
|
|
MarshalException(String
Construct a MarshalException with the specified detail message and vendor specific errorCode.
|
|
MarshalException(String
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
|
|
MarshalException(String
Construct a MarshalException with the specified detail message and linkedException.
|
|
PropertyException(String
Construct a PropertyException with the specified detail message.
|
|
PropertyException(String
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
|
|
PropertyException(String
Construct a PropertyException with the specified detail message and vendor specific errorCode.
|
|
PropertyException(String
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
|
|
PropertyException(String
Construct a PropertyException with the specified detail message and linkedException.
|
|
TypeConstraintException(String
Construct a TypeConstraintException with the specified detail message.
|
|
TypeConstraintException(String
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
|
|
TypeConstraintException(String
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
|
|
TypeConstraintException(String
Construct a TypeConstraintException with the specified detail message and linkedException.
|
|
UnmarshalException(String
Construct an UnmarshalException with the specified detail message.
|
|
UnmarshalException(String
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
|
|
UnmarshalException(String
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
|
|
UnmarshalException(String
Construct an UnmarshalException with the specified detail message and linkedException.
|
|
ValidationException(String
Construct an ValidationException with the specified detail message.
|
|
ValidationException(String
Construct an ValidationException with the specified detail message and vendor specific errorCode.
|
|
ValidationException(String
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
|
|
ValidationException(String
Construct an ValidationException with the specified detail message and linkedException.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
XmlSchema.NO_LOCATION
The default value of the
XmlSchema attribute, which indicates that the schema generator will generate components in this namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlAccessType |
XmlAccessType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static XmlAccessOrder |
XmlAccessOrder.valueOf(String
Returns the enum constant of this type with the specified name.
|
static XmlNsForm |
XmlNsForm.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
HexBinaryAdapter.marshal(byte[] bytes)
|
String |
NormalizedStringAdapter.marshal(String
No-op.
|
String |
CollapsedStringAdapter.marshal(String
No-op.
|
String |
NormalizedStringAdapter.unmarshal(String
Replace any tab, CR, and LF by a whitespace character ' ', as specified in
the whitespace facet 'replace'
|
String |
CollapsedStringAdapter.unmarshal(String
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequnce of tab, CR, LF, and SP by a single whitespace character ' '.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NormalizedStringAdapter.marshal(String
No-op.
|
String |
CollapsedStringAdapter.marshal(String
No-op.
|
byte[] |
HexBinaryAdapter.unmarshal(String
|
String |
NormalizedStringAdapter.unmarshal(String
Replace any tab, CR, and LF by a whitespace character ' ', as specified in
the whitespace facet 'replace'
|
String |
CollapsedStringAdapter.unmarshal(String
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequnce of tab, CR, LF, and SP by a single whitespace character ' '.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AttachmentMarshaller.addMtomAttachment(byte[] data, int offset, int length, String
Consider binary
data for optimized binary storage as an attachment.
|
abstract String |
AttachmentMarshaller.addMtomAttachment(DataHandler
Consider MIME content
data for optimized binary storage as an attachment.
|
abstract String |
AttachmentMarshaller.addSwaRefAttachment(DataHandler
Add MIME
data as an attachment and return attachment's content-id, cid.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AttachmentMarshaller.addMtomAttachment(byte[] data, int offset, int length, String
Consider binary
data for optimized binary storage as an attachment.
|
abstract String |
AttachmentMarshaller.addMtomAttachment(DataHandler
Consider MIME content
data for optimized binary storage as an attachment.
|
abstract byte[] |
AttachmentUnmarshaller.getAttachmentAsByteArray(String
Retrieve the attachment identified by content-id,
cid, as a
byte[]
|
abstract DataHandler |
AttachmentUnmarshaller.getAttachmentAsDataHandler(String
Lookup MIME content by content-id,
cid, and return as a
DataHandler.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractMarshallerImpl.getEncoding()
Convenience method for getting the current output encoding.
|
protected String |
AbstractMarshallerImpl.getJavaEncoding(String
Gets the corresponding Java encoding name from an IANA name.
|
String |
ValidationEventImpl.getMessage()
|
protected String |
AbstractMarshallerImpl.getNoNSSchemaLocation()
Convenience method for getting the current noNamespaceSchemaLocation.
|
protected String |
AbstractMarshallerImpl.getSchemaLocation()
Convenience method for getting the current schemaLocation.
|
String |
ValidationEventLocatorImpl.toString()
Returns a string representation of this object in a format helpful to debugging.
|
String |
ValidationEventImpl.toString()
Returns a string representation of this object in a format helpful to debugging.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractMarshallerImpl.getJavaEncoding(String
Gets the corresponding Java encoding name from an IANA name.
|
Object |
AbstractMarshallerImpl.getProperty(String
Default implementation of the getProperty method handles the four defined properties in Marshaller.
|
Object |
AbstractUnmarshallerImpl.getProperty(String
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
|
protected void |
AbstractMarshallerImpl.setEncoding(String
Convenience method for setting the output encoding.
|
void |
ValidationEventImpl.setMessage(String
Set the message field of this event.
|
protected void |
AbstractMarshallerImpl.setNoNSSchemaLocation(String
Convenience method for setting the noNamespaceSchemaLocation.
|
void |
AbstractMarshallerImpl.setProperty(String
Default implementation of the setProperty method handles the four defined properties in Marshaller.
|
void |
AbstractUnmarshallerImpl.setProperty(String
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
|
protected void |
AbstractMarshallerImpl.setSchemaLocation(String
Convenience method for setting the schemaLocation.
|
| Constructor and Description | |
|---|---|
NotIdentifiableEventImpl(int _severity, String
Create a new NotIdentifiableEventImpl.
|
|
NotIdentifiableEventImpl(int _severity, String
Create a new NotIdentifiableEventImpl.
|
|
ParseConversionEventImpl(int _severity, String
Create a new ParseConversionEventImpl.
|
|
ParseConversionEventImpl(int _severity, String
Create a new ParseConversionEventImpl.
|
|
PrintConversionEventImpl(int _severity, String
Create a new PrintConversionEventImpl.
|
|
PrintConversionEventImpl(int _severity, String
Create a new PrintConversionEventImpl.
|
|
ValidationEventImpl(int _severity, String
Create a new ValidationEventImpl.
|
|
ValidationEventImpl(int _severity, String
Create a new ValidationEventImpl.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AlgorithmMethod.getAlgorithm()
Returns the algorithm URI of this
AlgorithmMethod.
|
String |
XMLCryptoContext.getBaseURI()
Returns the base URI.
|
String |
XMLCryptoContext.getDefaultNamespacePrefix()
Returns the default namespace prefix.
|
String |
OctetStreamData.getMimeType()
Returns the MIME type associated with the data object represented by this
OctetStreamData.
|
String |
XMLCryptoContext.getNamespacePrefix(String
Returns the namespace prefix that the specified namespace URI is associated with.
|
String |
URIReference.getType()
Returns the type of data referenced by this URI.
|
String |
URIReference.getURI()
Returns the URI of the referenced data object.
|
String |
OctetStreamData.getURI()
Returns the URI String identifying the data object represented by this
OctetStreamData.
|
String |
XMLCryptoContext.putNamespacePrefix(String
Maps the specified namespace URI to the specified prefix.
|
String |
KeySelector.Purpose.toString()
Returns a string representation of this purpose ("sign", "verify", "encrypt", or "decrypt").
|
| Modifier and Type | Method and Description |
|---|---|
String |
XMLCryptoContext.getNamespacePrefix(String
Returns the namespace prefix that the specified namespace URI is associated with.
|
Object |
XMLCryptoContext.getProperty(String
Returns the value of the specified property.
|
boolean |
XMLStructure.isFeatureSupported(String
Indicates whether a specified feature is supported.
|
String |
XMLCryptoContext.putNamespacePrefix(String
Maps the specified namespace URI to the specified prefix.
|
void |
XMLCryptoContext.setBaseURI(String
Sets the base URI.
|
void |
XMLCryptoContext.setDefaultNamespacePrefix(String
Sets the default namespace prefix.
|
Object |
XMLCryptoContext.setProperty(String
Sets the specified property.
|
| Constructor and Description | |
|---|---|
KeySelectorException(String
Constructs a new
KeySelectorException with the specified detail message.
|
|
KeySelectorException(String
Constructs a new
KeySelectorException with the specified detail message and cause.
|
|
MarshalException(String
Constructs a new
MarshalException with the specified detail message.
|
|
MarshalException(String
Constructs a new
MarshalException with the specified detail message and cause.
|
|
NoSuchMechanismException(String
Constructs a new
NoSuchMechanismException with the specified detail message.
|
|
NoSuchMechanismException(String
Constructs a new
NoSuchMechanismException with the specified detail message and cause.
|
|
OctetStreamData(InputStream
Creates a new
OctetStreamData.
|
|
URIReferenceException(String
Constructs a new
URIReferenceException with the specified detail message.
|
|
URIReferenceException(String
Constructs a new
URIReferenceException with the specified detail message and cause.
|
|
URIReferenceException(String
Constructs a new
URIReferenceException with the specified detail message, cause and
URIReference.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DOMCryptoContext.getBaseURI()
|
String |
DOMCryptoContext.getDefaultNamespacePrefix()
|
String |
DOMCryptoContext.getNamespacePrefix(String
This implementation uses an internal
HashMap to get the prefix that the specified URI maps to.
|
String |
DOMCryptoContext.putNamespacePrefix(String
This implementation uses an internal
HashMap to map the URI to the specified prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
DOMCryptoContext.getElementById(String
Returns the
Element with the specified ID attribute value.
|
String |
DOMCryptoContext.getNamespacePrefix(String
This implementation uses an internal
HashMap to get the prefix that the specified URI maps to.
|
Object |
DOMCryptoContext.getProperty(String
This implementation uses an internal
HashMap to get the object that the specified name maps to.
|
boolean |
DOMStructure.isFeatureSupported(String
|
String |
DOMCryptoContext.putNamespacePrefix(String
This implementation uses an internal
HashMap to map the URI to the specified prefix.
|
void |
DOMCryptoContext.setBaseURI(String
|
void |
DOMCryptoContext.setDefaultNamespacePrefix(String
|
void |
DOMCryptoContext.setIdAttributeNS(Element
Registers the element's attribute specified by the namespace URI and local name to be of type ID.
|
Object |
DOMCryptoContext.setProperty(String
This implementation uses an internal
HashMap to map the name to the specified object.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
Transform.BASE64
The
Base64 transform algorithm URI.
|
static String |
SignatureMethod.DSA_SHA1
The
DSAwithSHA1 (DSS) signature method algorithm URI.
|
static String |
Transform.ENVELOPED
The
Enveloped Signature transform algorithm URI.
|
static String |
CanonicalizationMethod.EXCLUSIVE
The
Exclusive Canonical XML (without comments) canonicalization method algorithm URI.
|
static String |
CanonicalizationMethod.EXCLUSIVE_WITH_COMMENTS
The
Exclusive Canonical XML with comments canonicalization method algorithm URI.
|
static String |
SignatureMethod.HMAC_SHA1
The
HMAC-SHA1 MAC signature method algorithm URI
|
static String |
CanonicalizationMethod.INCLUSIVE
The
Canonical XML (without comments) canonicalization method algorithm URI.
|
static String |
CanonicalizationMethod.INCLUSIVE_WITH_COMMENTS
The
Canonical XML with comments canonicalization method algorithm URI.
|
static String |
DigestMethod.RIPEMD160
The
RIPEMD-160 digest method algorithm URI.
|
static String |
SignatureMethod.RSA_SHA1
The
RSAwithSHA1 (PKCS #1) signature method algorithm URI.
|
static String |
DigestMethod.SHA1
The
SHA1 digest method algorithm URI.
|
static String |
DigestMethod.SHA256
The
SHA256 digest method algorithm URI.
|
static String |
DigestMethod.SHA512
The
SHA512 digest method algorithm URI.
|
static String |
SignatureProperties.TYPE
URI that identifies the
SignatureProperties element (this can be specified as the value of the
type parameter of the
Reference class to identify the referent's type).
|
static String |
Manifest.TYPE
URI that identifies the
Manifest element (this can be specified as the value of the
type parameter of the
Reference class to identify the referent's type).
|
static String |
XMLObject.TYPE
URI that identifies the
Object element (this can be specified as the value of the
type parameter of the
Reference class to identify the referent's type).
|
static String |
XMLSignature.XMLNS
The XML Namespace URI of the W3C Recommendation for XML-Signature Syntax and Processing.
|
static String |
Transform.XPATH
The
XPath transform algorithm URI.
|
static String |
Transform.XPATH2
The
XPath Filter 2 transform algorithm URI.
|
static String |
Transform.XSLT
The
XSLT transform algorithm URI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TransformService.getAlgorithm()
Returns the URI of the algorithm supported by this
TransformService.
|
String |
XMLObject.getEncoding()
Returns the encoding URI of this
XMLObject.
|
String |
XMLSignature.getId()
Returns the optional Id of this
XMLSignature.
|
String |
XMLSignature.SignatureValue.getId()
Returns the optional
Id attribute of this
SignatureValue, which permits this element to be referenced from elsewhere.
|
String |
SignatureProperties.getId()
Returns the Id of this
SignatureProperties.
|
String |
Manifest.getId()
Returns the Id of this
Manifest.
|
String |
SignedInfo.getId()
Returns the optional
Id attribute of this
SignedInfo.
|
String |
XMLObject.getId()
Returns the Id of this
XMLObject.
|
String |
SignatureProperty.getId()
Returns the Id of this
SignatureProperty.
|
String |
Reference.getId()
Returns the optional
Id attribute of this
Reference, which permits this reference to be referenced from elsewhere.
|
String |
TransformService.getMechanismType()
Returns the mechanism type supported by this
TransformService.
|
String |
XMLSignatureFactory.getMechanismType()
Returns the type of the XML processing mechanism and representation supported by this
XMLSignatureFactory (ex: "DOM").
|
String |
XMLObject.getMimeType()
Returns the mime type of this
XMLObject.
|
String |
SignatureProperty.getTarget()
Returns the target URI of this
SignatureProperty.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLSignatureFactory |
XMLSignatureFactory.getInstance(String
Returns an
XMLSignatureFactory that supports the specified XML processing mechanism and representation type (ex: "DOM").
|
static XMLSignatureFactory |
XMLSignatureFactory.getInstance(String
Returns an
XMLSignatureFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
|
static TransformService |
TransformService.getInstance(String
Returns a
TransformService that supports the specified algorithm URI (ex:
Transform) and mechanism type (ex: DOM).
|
static XMLSignatureFactory |
XMLSignatureFactory.getInstance(String
Returns an
XMLSignatureFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
|
static TransformService |
TransformService.getInstance(String
Returns a
TransformService that supports the specified algorithm URI (ex:
Transform) and mechanism type (ex: DOM) as supplied by the specified provider.
|
static TransformService |
TransformService.getInstance(String
Returns a
TransformService that supports the specified algorithm URI (ex:
Transform) and mechanism type (ex: DOM) as supplied by the specified provider.
|
abstract boolean |
XMLSignatureFactory.isFeatureSupported(String
Indicates whether a specified feature is supported.
|
abstract CanonicalizationMethod |
XMLSignatureFactory.newCanonicalizationMethod(String
Creates a
CanonicalizationMethod for the specified algorithm URI and parameters.
|
abstract CanonicalizationMethod |
XMLSignatureFactory.newCanonicalizationMethod(String
Creates a
CanonicalizationMethod for the specified algorithm URI and parameters.
|
abstract DigestMethod |
XMLSignatureFactory.newDigestMethod(String
Creates a
DigestMethod for the specified algorithm URI and parameters.
|
abstract Manifest |
XMLSignatureFactory.newManifest(List
Creates a
Manifest containing the specified list of
References and optional id.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified URI and digest method.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified parameters.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified parameters.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified parameters and pre-calculated digest value.
|
abstract SignatureMethod |
XMLSignatureFactory.newSignatureMethod(String
Creates a
SignatureMethod for the specified algorithm URI and parameters.
|
abstract SignatureProperties |
XMLSignatureFactory.newSignatureProperties(List
Creates a
SignatureProperties containing the specified list of
SignaturePropertys and optional id.
|
abstract SignatureProperty |
XMLSignatureFactory.newSignatureProperty(List
Creates a
SignatureProperty containing the specified list of
XMLStructures, target URI and optional id.
|
abstract SignedInfo |
XMLSignatureFactory.newSignedInfo(CanonicalizationMethod
Creates a
SignedInfo with the specified parameters.
|
abstract Transform |
XMLSignatureFactory.newTransform(String
Creates a
Transform for the specified algorithm URI and parameters.
|
abstract Transform |
XMLSignatureFactory.newTransform(String
Creates a
Transform for the specified algorithm URI and parameters.
|
abstract XMLObject |
XMLSignatureFactory.newXMLObject(List
Creates an
XMLObject from the specified parameters.
|
abstract XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo
Creates an
XMLSignature and initializes it with the specified parameters.
|
| Constructor and Description | |
|---|---|
TransformException(String
Constructs a new
TransformException with the specified detail message.
|
|
TransformException(String
Constructs a new
TransformException with the specified detail message and cause.
|
|
XMLSignatureException(String
Constructs a new
XMLSignatureException with the specified detail message.
|
|
XMLSignatureException(String
Constructs a new
XMLSignatureException with the specified detail message and cause.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
KeyValue.DSA_TYPE
URI identifying the DSA KeyValue KeyInfo type: http://www.w3.org/2000/09/xmldsig#DSAKeyValue.
|
static String |
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 String |
KeyValue.RSA_TYPE
URI identifying the RSA KeyValue KeyInfo type: http://www.w3.org/2000/09/xmldsig#RSAKeyValue.
|
static String |
X509Data.TYPE
URI identifying the X509Data KeyInfo type: http://www.w3.org/2000/09/xmldsig#X509Data.
|
static String |
PGPData.TYPE
URI identifying the PGPData KeyInfo type: http://www.w3.org/2000/09/xmldsig#PGPData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
KeyInfo.getId()
Return the optional Id attribute of this
KeyInfo, which may be useful for referencing this
KeyInfo from other XML structures.
|
String |
X509IssuerSerial.getIssuerName()
Returns the X.500 distinguished name of this
X509IssuerSerial in
RFC 2253 String format.
|
String |
KeyInfoFactory.getMechanismType()
Returns the type of the XML processing mechanism and representation supported by this
KeyInfoFactory (ex: "DOM")
|
String |
KeyName.getName()
Returns the name of this
KeyName.
|
String |
RetrievalMethod.getURI()
Returns the URI of the referenced
KeyInfo information.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyInfoFactory |
KeyInfoFactory.getInstance(String
Returns a
KeyInfoFactory that supports the specified XML processing mechanism and representation type (ex: "DOM").
|
static KeyInfoFactory |
KeyInfoFactory.getInstance(String
Returns a
KeyInfoFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
|
static KeyInfoFactory |
KeyInfoFactory.getInstance(String
Returns a
KeyInfoFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
|
abstract boolean |
KeyInfoFactory.isFeatureSupported(String
Indicates whether a specified feature is supported.
|
abstract KeyInfo |
KeyInfoFactory.newKeyInfo(List
Creates a
KeyInfo containing the specified list of key information types and optional id.
|
abstract KeyName |
KeyInfoFactory.newKeyName(String
Creates a
KeyName from the specified name.
|
abstract RetrievalMethod |
KeyInfoFactory.newRetrievalMethod(String
Creates a
RetrievalMethod from the specified URI.
|
abstract RetrievalMethod |
KeyInfoFactory.newRetrievalMethod(String
Creates a
RetrievalMethod from the specified parameters.
|
abstract X509IssuerSerial |
KeyInfoFactory.newX509IssuerSerial(String
Creates an
X509IssuerSerial from the specified X.500 issuer distinguished name and serial number.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ExcC14NParameterSpec.DEFAULT
Indicates the default namespace ("#default").
|
| Modifier and Type | Method and Description |
|---|---|
String |
XPathType.getExpression()
Returns the XPath expression to be evaluated.
|
String |
XPathFilterParameterSpec.getXPath()
Returns the XPath expression to be evaluated.
|
String |
XPathType.Filter.toString()
Returns the string form of the operation.
|
| Constructor and Description | |
|---|---|
XPathFilterParameterSpec(String
Creates an
XPathFilterParameterSpec with the specified XPath expression.
|
|
XPathFilterParameterSpec(String
Creates an
XPathFilterParameterSpec with the specified XPath expression and namespace map.
|
|
XPathType(String
Creates an
XPathType instance with the specified XPath expression and filter.
|
|
XPathType(String
Creates an
XPathType instance with the specified XPath expression, filter, and namespace map.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DatatypeFactory.DATATYPEFACTORY_IMPLEMENTATION_CLASS
Default implementation class name as defined in
JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
|
static String |
DatatypeFactory.DATATYPEFACTORY_PROPERTY
Default property name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DatatypeConstants.Field.toString()
Returns a field name in English.
|
String |
XMLGregorianCalendar.toString()
Returns a
String representation of this
XMLGregorianCalendar
Object.
|
String |
Duration.toString()
Returns a
String representation of this
Duration
Object.
|
abstract String |
XMLGregorianCalendar.toXMLFormat()
Return the lexical representation of
this instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Duration |
DatatypeFactory.newDuration(String
Obtain a new instance of a
Duration specifying the
Duration as its string representation, "PnYnMnDTnHnMnS", as defined in XML Schema 1.0 section 3.2.6.1.
|
Duration |
DatatypeFactory.newDurationDayTime(String
Create a
Duration of type
xdt:dayTimeDuration by parsing its
String representation, "
PnDTnHnMnS",
XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration.
|
Duration |
DatatypeFactory.newDurationYearMonth(String
Create a
Duration of type
xdt:yearMonthDuration by parsing its
String representation, "
PnYnM",
XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration.
|
static DatatypeFactory |
DatatypeFactory.newInstance(String
Obtain a new instance of a
DatatypeFactory from class name.
|
abstract XMLGregorianCalendar |
DatatypeFactory.newXMLGregorianCalendar(String
Create a new XMLGregorianCalendar by parsing the String as a lexical representation.
|
| Constructor and Description | |
|---|---|
DatatypeConfigurationException(String
Create a new
DatatypeConfigurationException with the specified detail message.
|
|
DatatypeConfigurationException(String
Create a new
DatatypeConfigurationException with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
QName.getLocalPart()
Get the local part of this
QName.
|
String |
QName.getNamespaceURI()
Get the Namespace URI of this
QName.
|
String |
NamespaceContext.getNamespaceURI(String
Get Namespace URI bound to a prefix in the current scope.
|
String |
QName.getPrefix()
Get the prefix of this
QName.
|
String |
NamespaceContext.getPrefix(String
Get prefix bound to Namespace URI in the current scope.
|
String |
QName.toString()
String representation of this
QName.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NamespaceContext.getNamespaceURI(String
Get Namespace URI bound to a prefix in the current scope.
|
String |
NamespaceContext.getPrefix(String
Get prefix bound to Namespace URI in the current scope.
|
Iterator |
NamespaceContext.getPrefixes(String
Get all prefixes bound to a Namespace URI in the current scope.
|
static QName |
QName.valueOf(String
QName derived from parsing the formatted
String.
|
| Constructor and Description | |
|---|---|
QName(String
QName constructor specifying the local part.
|
|
QName(String
QName constructor specifying the Namespace URI and local part.
|
|
QName(String
QName constructor specifying the Namespace URI, local part and prefix.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FactoryConfigurationError.getMessage()
Return the message (if any) for this error .
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
DocumentBuilderFactory.getAttribute(String
Allows the user to retrieve specific attributes on the underlying implementation.
|
abstract boolean |
DocumentBuilderFactory.getFeature(String
Get the state of the named feature.
|
abstract boolean |
SAXParserFactory.getFeature(String
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
|
abstract Object |
SAXParser.getProperty(String
Returns the particular property requested for in the underlying implementation of
XMLReader.
|
static DocumentBuilderFactory |
DocumentBuilderFactory.newInstance(String
Obtain a new instance of a
DocumentBuilderFactory from class name.
|
static SAXParserFactory |
SAXParserFactory.newInstance(String
Obtain a new instance of a
SAXParserFactory from class name.
|
void |
SAXParser.parse(InputStream
Parse the content of the given
InputStream instance as XML using the specified
DefaultHandler.
|
void |
SAXParser.parse(InputStream
Parse the content of the given
InputStream instance as XML using the specified
HandlerBase.
|
Document |
DocumentBuilder.parse(InputStream
Parse the content of the given
InputStream as an XML document and return a new DOM
Document object.
|
Document |
DocumentBuilder.parse(String
Parse the content of the given URI as an XML document and return a new DOM
Document object.
|
void |
SAXParser.parse(String
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified
DefaultHandler.
|
void |
SAXParser.parse(String
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified
HandlerBase.
|
abstract void |
DocumentBuilderFactory.setAttribute(String
Allows the user to set specific attributes on the underlying implementation.
|
abstract void |
DocumentBuilderFactory.setFeature(String
Set a feature for this
DocumentBuilderFactory and
DocumentBuilders created by this factory.
|
abstract void |
SAXParserFactory.setFeature(String
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
|
abstract void |
SAXParser.setProperty(String
Sets the particular property in the underlying implementation of
XMLReader.
|
| Constructor and Description | |
|---|---|
FactoryConfigurationError(Exception
Create a new
FactoryConfigurationError with the given
Exception base cause and detail message.
|
|
FactoryConfigurationError(String
Create a new
FactoryConfigurationError with the
String specified as an error message.
|
|
ParserConfigurationException(String
Create a new
ParserConfigurationException with the
String specified as an error message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAPMessage.CHARACTER_SET_ENCODING
Specifies the character type encoding for the SOAP Message.
|
static String |
SOAPConstants.DEFAULT_SOAP_PROTOCOL
The default protocol: SOAP 1.1 for backwards compatibility.
|
static String |
SOAPConstants.DYNAMIC_SOAP_PROTOCOL
Used to create
MessageFactory instances that create
SOAPMessages whose concrete type is based on the
Content-Type MIME header passed to the
createMessage method.
|
static String |
SOAPConstants.SOAP_1_1_CONTENT_TYPE
The media type of the
Content-Type MIME header in SOAP 1.1.
|
static String |
SOAPConstants.SOAP_1_1_PROTOCOL
Used to create
MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.1 specification.
|
static String |
SOAPConstants.SOAP_1_2_CONTENT_TYPE
The media type of the
Content-Type MIME header in SOAP 1.2.
|
static String |
SOAPConstants.SOAP_1_2_PROTOCOL
Used to create
MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.2 specification
|
static String |
SOAPConstants.SOAP_ENV_PREFIX
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
|
static String |
SOAPConstants.URI_NS_SOAP_1_1_ENVELOPE
The namespace identifier for the SOAP 1.1 envelope.
|
static String |
SOAPConstants.URI_NS_SOAP_1_2_ENCODING
The namespace identifier for the SOAP 1.2 encoding.
|
static String |
SOAPConstants.URI_NS_SOAP_1_2_ENVELOPE
The namespace identifier for the SOAP 1.2 envelope.
|
static String |
SOAPConstants.URI_NS_SOAP_ENCODING
The namespace identifier for the SOAP 1.1 encoding.
|
static String |
SOAPConstants.URI_NS_SOAP_ENVELOPE
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
|
static String |
SOAPConstants.URI_SOAP_1_2_ROLE_NEXT
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
|
static String |
SOAPConstants.URI_SOAP_1_2_ROLE_NONE
The URI specifying the role None in SOAP 1.2.
|
static String |
SOAPConstants.URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
The URI identifying the ultimate receiver of the SOAP 1.2 message.
|
static String |
SOAPConstants.URI_SOAP_ACTOR_NEXT
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
|
static String |
SOAPMessage.WRITE_XML_DECLARATION
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SOAPHeaderElement.getActor()
Returns the uri of the
actor attribute of this
SOAPHeaderElement.
|
String |
SOAPElement.getAttributeValue(Name
Returns the value of the attribute with the specified name.
|
String |
SOAPElement.getAttributeValue(QName
Returns the value of the attribute with the specified qname.
|
abstract String |
SOAPMessage.getContentDescription()
Retrieves a description of this
SOAPMessage object's content.
|
String |
AttachmentPart.getContentId()
Gets the value of the MIME header whose name is "Content-ID".
|
String |
SOAPPart.getContentId()
Retrieves the value of the MIME header whose name is "Content-Id".
|
String |
AttachmentPart.getContentLocation()
Gets the value of the MIME header whose name is "Content-Location".
|
String |
SOAPPart.getContentLocation()
Retrieves the value of the MIME header whose name is "Content-Location".
|
String |
AttachmentPart.getContentType()
Gets the value of the MIME header whose name is "Content-Type".
|
String |
SOAPElement.getEncodingStyle()
Returns the encoding style for this
SOAPElement object.
|
String |
SOAPFault.getFaultActor()
Gets the fault actor for this
SOAPFault object.
|
String |
SOAPFault.getFaultCode()
Gets the fault code for this
SOAPFault object.
|
String |
SOAPFault.getFaultNode()
Returns the optional Node element value for this
SOAPFault object.
|
String |
SOAPFault.getFaultReasonText(Locale
Returns the Reason Text associated with the given
Locale.
|
String |
SOAPFault.getFaultRole()
Returns the optional Role element value for this
SOAPFault object.
|
String |
SOAPFault.getFaultString()
Gets the fault string for this
SOAPFault object.
|
String |
MimeHeaders.getHeader(String
Returns all of the values for the specified header as an array of
String objects.
|
String |
Name.getLocalName()
Gets the local name part of the XML name that this
Name object represents.
|
String |
SOAPException.getMessage()
Returns the detail message for this
SOAPException object.
|
abstract String |
AttachmentPart.getMimeHeader(String
Gets all the values of the header identified by the given
String.
|
abstract String |
SOAPPart.getMimeHeader(String
Gets all the values of the
MimeHeader object in this
SOAPPart object that is identified by the given
String.
|
String |
MimeHeader.getName()
Returns the name of this
MimeHeader object.
|
String |
SOAPElement.getNamespaceURI(String
Returns the URI of the namespace that has the given prefix.
|
String |
Name.getPrefix()
Returns the prefix that was specified when this
Name object was initialized.
|
String |
Name.getQualifiedName()
Gets the namespace-qualified name of the XML name that this
Name object represents.
|
String |
SOAPHeaderElement.getRole()
Returns the value of the
Role attribute of this
SOAPHeaderElement.
|
String |
Name.getURI()
Returns the URI of the namespace for the XML name that this
Name object represents.
|
String |
MimeHeader.getValue()
Returns the value of this
MimeHeader object.
|
String |
Node.getValue()
Returns the value of this node if this is a
Text node or the value of the immediate child of this node otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
SOAPElement.addAttribute(Name
Adds an attribute with the specified name and value to this
SOAPElement object.
|
SOAPElement |
SOAPElement.addAttribute(QName
Adds an attribute with the specified name and value to this
SOAPElement object.
|
SOAPElement |
SOAPElement.addChildElement(String
Creates a new
SOAPElement object initialized with the specified local name and adds the new element to this
SOAPElement object.
|
SOAPElement |
SOAPElement.addChildElement(String
Creates a new
SOAPElement object initialized with the specified local name and prefix and adds the new element to this
SOAPElement object.
|
SOAPElement |
SOAPElement.addChildElement(String
Creates a new
SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this
SOAPElement object.
|
SOAPFault |
SOAPBody.addFault(Name
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(Name
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(QName
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(QName
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
void |
SOAPFault.addFaultReasonText(String
Appends or replaces a Reason Text item containing the specified text message and an
xml:lang derived from
locale.
|
void |
MimeHeaders.addHeader(String
Adds a
MimeHeader object with the specified name and value to this
MimeHeaders object's list of headers.
|
abstract void |
AttachmentPart.addMimeHeader(String
Adds a MIME header with the specified name and value to this
AttachmentPart object.
|
abstract void |
SOAPPart.addMimeHeader(String
Creates a
MimeHeader object with the specified name and value and adds it to this
SOAPPart object.
|
SOAPElement |
SOAPElement.addNamespaceDeclaration(String
Adds a namespace declaration with the specified prefix and URI to this
SOAPElement object.
|
SOAPElement |
SOAPElement.addTextNode(String
Creates a new
Text object initialized with the given
String and adds it to this
SOAPElement object.
|
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(String
Creates a new Upgrade
SOAPHeaderElement object initialized with the specified supported SOAP URI and adds it to this
SOAPHeader object.
|
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(String
Creates a new Upgrade
SOAPHeaderElement object initialized with the specified array of supported SOAP URIs and adds it to this
SOAPHeader object.
|
SOAPElement |
SOAPElementFactory.create(String
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
|
SOAPElement |
SOAPElementFactory.create(String
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
|
AttachmentPart |
SOAPMessage.createAttachmentPart(Object
Creates an
AttachmentPart object and populates it with the specified data of the specified content type.
|
abstract SOAPElement |
SOAPFactory.createElement(String
Creates a
SOAPElement object initialized with the given local name.
|
abstract SOAPElement |
SOAPFactory.createElement(String
Creates a new
SOAPElement object with the given local name, prefix and uri.
|
abstract SOAPFault |
SOAPFactory.createFault(String
Creates a new
SOAPFault object initialized with the given
reasonText and
faultCode
|
Name |
SOAPEnvelope.createName(String
Creates a new
Name object initialized with the given local name.
|
abstract Name |
SOAPFactory.createName(String
Creates a new
Name object initialized with the given local name.
|
Name |
SOAPEnvelope.createName(String
Creates a new
Name object initialized with the given local name, namespace prefix, and namespace URI.
|
abstract Name |
SOAPFactory.createName(String
Creates a new
Name object initialized with the given local name, namespace prefix, and namespace URI.
|
QName |
SOAPElement.createQName(String
Creates a
QName whose namespace URI is the one associated with the parameter,
prefix, in the context of this
SOAPElement.
|
Iterator |
SOAPHeader.examineHeaderElements(String
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object that have the specified
actor.
|
Iterator |
SOAPHeader.examineMustUnderstandHeaderElements(String
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object that have the specified
actor and that have a MustUnderstand attribute whose value is equivalent to
true.
|
Iterator |
SOAPHeader.extractHeaderElements(String
Returns an
Iterator over all the
SOAPHeaderElement objects in this
SOAPHeader object that have the specified
actor and detaches them from this
SOAPHeader object.
|
String |
MimeHeaders.getHeader(String
Returns all of the values for the specified header as an array of
String objects.
|
Iterator |
MimeHeaders.getMatchingHeaders(String
Returns all the
MimeHeader objects whose name matches a name in the given array of names.
|
abstract Iterator |
AttachmentPart.getMatchingMimeHeaders(String
Retrieves all
MimeHeader objects that match a name in the given array.
|
abstract Iterator |
SOAPPart.getMatchingMimeHeaders(String
Retrieves all
MimeHeader objects that match a name in the given array.
|
abstract String |
AttachmentPart.getMimeHeader(String
Gets all the values of the header identified by the given
String.
|
abstract String |
SOAPPart.getMimeHeader(String
Gets all the values of the
MimeHeader object in this
SOAPPart object that is identified by the given
String.
|
String |
SOAPElement.getNamespaceURI(String
Returns the URI of the namespace that has the given prefix.
|
Iterator |
MimeHeaders.getNonMatchingHeaders(String
Returns all of the
MimeHeader objects whose name does not match a name in the given array of names.
|
abstract Iterator |
AttachmentPart.getNonMatchingMimeHeaders(String
Retrieves all
MimeHeader objects whose name does not match a name in the given array.
|
abstract Iterator |
SOAPPart.getNonMatchingMimeHeaders(String
Retrieves all
MimeHeader objects whose name does not match a name in the given array.
|
Object |
SOAPMessage.getProperty(String
Retrieves value of the specified property.
|
static MessageFactory |
MessageFactory.newInstance(String
Creates a new
MessageFactory object that is an instance of the specified implementation.
|
static SOAPFactory |
SOAPFactory.newInstance(String
Creates a new
SOAPFactory object that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance.
|
protected abstract MessageFactory |
SAAJMetaFactory.newMessageFactory(String
Creates a
MessageFactory object for the given
String protocol.
|
protected abstract SOAPFactory |
SAAJMetaFactory.newSOAPFactory(String
Creates a
SOAPFactory object for the given
String protocol.
|
void |
MimeHeaders.removeHeader(String
Remove all
MimeHeader objects whose name matches the given name.
|
abstract void |
AttachmentPart.removeMimeHeader(String
Removes all MIME headers that match the given name.
|
abstract void |
SOAPPart.removeMimeHeader(String
Removes all MIME headers that match the given name.
|
boolean |
SOAPElement.removeNamespaceDeclaration(String
Removes the namespace declaration corresponding to the given prefix.
|
void |
SOAPHeaderElement.setActor(String
Sets the actor associated with this
SOAPHeaderElement object to the specified actor.
|
abstract void |
AttachmentPart.setBase64Content(InputStream
Sets the content of this attachment part from the Base64 source
InputStream and sets the value of the
Content-Type header to the value contained in
contentType, This method would first decode the base64 input and write the resulting raw bytes to the attachment.
|
abstract void |
AttachmentPart.setContent(Object
Sets the content of this attachment part to that of the given
Object and sets the value of the
Content-Type header to the given type.
|
abstract void |
SOAPMessage.setContentDescription(String
Sets the description of this
SOAPMessage object's content with the given description.
|
void |
AttachmentPart.setContentId(String
Sets the MIME header whose name is "Content-ID" with the given value.
|
void |
SOAPPart.setContentId(String
Sets the value of the MIME header named "Content-Id" to the given
String.
|
void |
AttachmentPart.setContentLocation(String
Sets the MIME header whose name is "Content-Location" with the given value.
|
void |
SOAPPart.setContentLocation(String
Sets the value of the MIME header "Content-Location" to the given
String.
|
void |
AttachmentPart.setContentType(String
Sets the MIME header whose name is "Content-Type" with the given value.
|
void |
SOAPElement.setEncodingStyle(String
Sets the encoding style for this
SOAPElement object to one specified.
|
void |
SOAPFault.setFaultActor(String
Sets this
SOAPFault object with the given fault actor.
|
void |
SOAPFault.setFaultCode(String
Sets this
SOAPFault object with the give fault code.
|
void |
SOAPFault.setFaultNode(String
Creates or replaces any existing Node element value for this
SOAPFault object.
|
void |
SOAPFault.setFaultRole(String
Creates or replaces any existing Role element value for this
SOAPFault object.
|
void |
SOAPFault.setFaultString(String
Sets the fault string for this
SOAPFault object to the given string.
|
void |
SOAPFault.setFaultString(String
Sets the fault string for this
SOAPFault object to the given string and localized to the given locale.
|
void |
MimeHeaders.setHeader(String
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
|
abstract void |
AttachmentPart.setMimeHeader(String
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
|
abstract void |
SOAPPart.setMimeHeader(String
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
|
void |
SOAPMessage.setProperty(String
Associates the specified value with the specified property.
|
abstract void |
AttachmentPart.setRawContent(InputStream
Sets the content of this attachment part to that contained by the
InputStream
content and sets the value of the
Content-Type header to the value contained in
contentType.
|
abstract void |
AttachmentPart.setRawContentBytes(byte[] content, int offset, int len, String
Sets the content of this attachment part to that contained by the
byte[] array
content and sets the value of the
Content-Type header to the value contained in
contentType.
|
void |
SOAPHeaderElement.setRole(String
Sets the
Role associated with this
SOAPHeaderElement object to the specified
Role.
|
void |
Node.setValue(String
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
|
| Constructor and Description | |
|---|---|
MimeHeader(String
Constructs a
MimeHeader object initialized with the given name and value.
|
|
SAAJResult(String
Creates a
SAAJResult that will present results in the form of a SAAJ tree that supports the specified protocol.
|
|
SOAPException(String
Constructs a
SOAPException object with the given
String as the reason for the exception being thrown.
|
|
SOAPException(String
Constructs a
SOAPException object with the given
String as the reason for the exception being thrown and the given
Throwable object as an embedded exception.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
XMLInputFactory.ALLOCATOR
The property used to set/get the implementation of the allocator
|
static String |
XMLInputFactory.IS_COALESCING
The property that requires the parser to coalesce adjacent character data sections
|
static String |
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 supported
|
static String |
XMLOutputFactory.IS_REPAIRING_NAMESPACES
Property used to set prefix defaulting on the output side
|
static String |
XMLInputFactory.IS_REPLACING_ENTITY_REFERENCES
Requires the parser to replace internal entity references with their replacement text and report them as characters
|
static String |
XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES
The property that requires the parser to resolve external parsed entities
|
static String |
XMLInputFactory.IS_VALIDATING
The property used to turn on/off implementation specific validation
|
static String |
XMLInputFactory.REPORTER
The property used to set/get the implementation of the XMLReporter interface
|
static String |
XMLInputFactory.RESOLVER
The property used to set/get the implementation of the XMLResolver
|
static String |
XMLInputFactory.SUPPORT_DTD
The property that requires the parser to support DTDs
|
| Modifier and Type | Method and Description |
|---|---|
String |
XMLStreamReader.getAttributeLocalName(int index)
Returns the localName of the attribute at the provided index
|
String |
XMLStreamReader.getAttributeNamespace(int index)
Returns the namespace of the attribute at the provided index
|
String |
XMLStreamReader.getAttributePrefix(int index)
Returns the prefix of this attribute at the provided index
|
String |
XMLStreamReader.getAttributeType(int index)
Returns the XML type of the attribute at the provided index
|
String |
XMLStreamReader.getAttributeValue(int index)
Returns the value of the attribute at the index
|
String |
XMLStreamReader.getAttributeValue(String
Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality
|
String |
XMLStreamReader.getCharacterEncodingScheme()
Returns the character encoding declared on the xml declaration Returns null if none was declared
|
String |
XMLStreamReader.getElementText()
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
|
String |
XMLEventReader.getElementText()
Reads the content of a text-only element.
|
String |
XMLStreamReader.getEncoding()
Return input encoding if known or null if unknown.
|
String |
XMLStreamReader.getLocalName()
Returns the (local) name of the current event.
|
String |
FactoryConfigurationError.getMessage()
Report the message associated with this error
|
String |
XMLStreamReader.getNamespacePrefix(int index)
Returns the prefix for the namespace declared at the index.
|
String |
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.
|
String |
XMLStreamReader.getNamespaceURI(int index)
Returns the uri for the namespace declared at the index.
|
String |
XMLStreamReader.getNamespaceURI(String
Return the uri for the given prefix.
|
String |
XMLStreamReader.getPIData()
Get the data section of a processing instruction
|
String |
XMLStreamReader.getPITarget()
Get the target of a processing instruction
|
String |
XMLStreamReader.getPrefix()
Returns the prefix of the current event or null if the event does not have a prefix
|
String |
XMLStreamWriter.getPrefix(String
Gets the prefix the uri is bound to
|
String |
XMLEventWriter.getPrefix(String
Gets the prefix the uri is bound to
|
String |
Location.getPublicId()
Returns the public ID of the XML
|
String |
Location.getSystemId()
Returns the system ID of the XML
|
String |
XMLStreamReader.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.
|
String |
XMLStreamReader.getVersion()
Get the xml version declared on the xml declaration Returns null if none was declared
|
| Modifier and Type | Method and Description |
|---|---|
abstract Attribute |
XMLEventFactory.createAttribute(QName
Create a new Attribute
|
abstract Attribute |
XMLEventFactory.createAttribute(String
Create a new Attribute
|
abstract Attribute |
XMLEventFactory.createAttribute(String
Create a new Attribute
|
abstract Characters |
XMLEventFactory.createCData(String
Create a Characters event with the CData flag set to true
|
abstract Characters |
XMLEventFactory.createCharacters(String
Create a Characters event, this method does not check if the content is all whitespace.
|
abstract Comment |
XMLEventFactory.createComment(String
Create a comment
|
abstract DTD |
XMLEventFactory.createDTD(String
Create a document type definition event This string contains the entire document type declaration that matches the doctypedecl in the XML 1.0 specification
|
abstract EndElement |
XMLEventFactory.createEndElement(String
Create a new EndElement
|
abstract EndElement |
XMLEventFactory.createEndElement(String
Create a new EndElement
|
abstract EntityReference |
XMLEventFactory.createEntityReference(String
Creates a new instance of a EntityReference event
|
abstract Characters |
XMLEventFactory.createIgnorableSpace(String
Create an ignorable space
|
abstract Namespace |
XMLEventFactory.createNamespace(String
Create a new default Namespace
|
abstract Namespace |
XMLEventFactory.createNamespace(String
Create a new Namespace
|
abstract ProcessingInstruction |
XMLEventFactory.createProcessingInstruction(String
Create a processing instruction
|
abstract Characters |
XMLEventFactory.createSpace(String
Create a Characters event with the isSpace flag set to true
|
abstract StartDocument |
XMLEventFactory.createStartDocument(String
Creates a new instance of a StartDocument event
|
abstract StartDocument |
XMLEventFactory.createStartDocument(String
Creates a new instance of a StartDocument event
|
abstract StartDocument |
XMLEventFactory.createStartDocument(String
Creates a new instance of a StartDocument event
|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(InputStream
Create a new XMLEventReader from a java.io.InputStream
|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(String
Create a new XMLEventReader from a java.io.InputStream
|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(String
Create a new XMLEventReader from a reader
|
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(OutputStream
Create a new XMLEventWriter that writes to a stream
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(InputStream
Create a new XMLStreamReader from a java.io.InputStream
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(String
Create a new XMLStreamReader from a java.io.InputStream
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(String
Create a new XMLStreamReader from a java.io.InputStream
|
abstract XMLStreamWriter |
XMLOutputFactory.createXMLStreamWriter(OutputStream
Create a new XMLStreamWriter that writes to a stream
|
String |
XMLStreamReader.getAttributeValue(String
Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality
|
String |
XMLStreamReader.getNamespaceURI(String
Return the uri for the given prefix.
|
String |
XMLStreamWriter.getPrefix(String
Gets the prefix the uri is bound to
|
String |
XMLEventWriter.getPrefix(String
Gets the prefix the uri is bound to
|
abstract Object |
XMLOutputFactory.getProperty(String
Get a feature/property on the underlying implementation
|
Object |
XMLStreamReader.getProperty(String
Get the value of a feature/property from the underlying implementation
|
Object |
XMLEventReader.getProperty(String
Get the value of a feature/property from the underlying implementation
|
abstract Object |
XMLInputFactory.getProperty(String
Get the value of a feature/property from the underlying implementation
|
Object |
XMLStreamWriter.getProperty(String
Get the value of a feature/property from the underlying implementation
|
abstract boolean |
XMLOutputFactory.isPropertySupported(String
Query the set of properties that this factory supports.
|
abstract boolean |
XMLInputFactory.isPropertySupported(String
Query the set of properties that this factory supports.
|
static XMLOutputFactory |
XMLOutputFactory.newFactory(String
Create a new instance of the factory.
|
static XMLEventFactory |
XMLEventFactory.newFactory(String
Create a new instance of the factory.
|
static XMLInputFactory |
XMLInputFactory.newFactory(String
Create a new instance of the factory.
|
static XMLInputFactory |
XMLOutputFactory.newInstance(String
Deprecated.
This method has been deprecated because it returns an instance of XMLInputFactory, which is of the wrong class. Use the new method
XMLOutputFactory instead.
|
static XMLEventFactory |
XMLEventFactory.newInstance(String
Deprecated.
This method has been deprecated to maintain API consistency. All newInstance methods have been replaced with corresponding newFactory methods. The replacement
XMLEventFactory method defines no changes in behavior.
|
static XMLInputFactory |
XMLInputFactory.newInstance(String
Deprecated.
This method has been deprecated to maintain API consistency. All newInstance methods have been replaced with corresponding newFactory methods. The replacement
XMLInputFactory method defines no changes in behavior.
|
void |
XMLReporter.report(String
Report the desired message in an application specific format.
|
void |
XMLStreamReader.require(int type, String
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.
|
Object |
XMLResolver.resolveEntity(String
Retrieves a resource.
|
void |
XMLStreamWriter.setDefaultNamespace(String
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
|
void |
XMLEventWriter.setDefaultNamespace(String
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
|
void |
XMLStreamWriter.setPrefix(String
Sets the prefix the uri is bound to.
|
void |
XMLEventWriter.setPrefix(String
Sets the prefix the uri is bound to.
|
abstract void |
XMLOutputFactory.setProperty(String
Allows the user to set specific features/properties on the underlying implementation.
|
abstract void |
XMLInputFactory.setProperty(String
Allows the user to set specific feature/property on the underlying implementation.
|
void |
XMLStreamWriter.writeAttribute(String
Writes an attribute to the output stream without a prefix.
|
void |
XMLStreamWriter.writeAttribute(String
Writes an attribute to the output stream
|
void |
XMLStreamWriter.writeAttribute(String
Writes an attribute to the output stream
|
void |
XMLStreamWriter.writeCData(String
Writes a CData section
|
void |
XMLStreamWriter.writeCharacters(String
Write text to the output
|
void |
XMLStreamWriter.writeComment(String
Writes an xml comment with the data enclosed
|
void |
XMLStreamWriter.writeDefaultNamespace(String
Writes the default namespace to the stream
|
void |
XMLStreamWriter.writeDTD(String
Write a DTD section.
|
void |
XMLStreamWriter.writeEmptyElement(String
Writes an empty element tag to the output
|
void |
XMLStreamWriter.writeEmptyElement(String
Writes an empty element tag to the output
|
void |
XMLStreamWriter.writeEmptyElement(String
Writes an empty element tag to the output
|
void |
XMLStreamWriter.writeEntityRef(String
Writes an entity reference
|
void |
XMLStreamWriter.writeNamespace(String
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 writeDefaultNamespace
|
void |
XMLStreamWriter.writeProcessingInstruction(String
Writes a processing instruction
|
void |
XMLStreamWriter.writeProcessingInstruction(String
Writes a processing instruction
|
void |
XMLStreamWriter.writeStartDocument(String
Write the XML Declaration.
|
void |
XMLStreamWriter.writeStartDocument(String
Write the XML Declaration.
|
void |
XMLStreamWriter.writeStartElement(String
Writes a start tag to the output.
|
void |
XMLStreamWriter.writeStartElement(String
Writes a start tag to the output
|
void |
XMLStreamWriter.writeStartElement(String
Writes a start tag to the output
|
| Constructor and Description | |
|---|---|
FactoryConfigurationError(Exception
Construct an exception with a nested inner exception and a message
|
|
FactoryConfigurationError(String
Construct an exception with associated message
|
|
FactoryConfigurationError(String
Construct an exception with a nested inner exception and a message
|
|
XMLStreamException(String
Construct an exception with the assocated message.
|
|
XMLStreamException(String
Construct an exception with the assocated message, exception and location.
|
|
XMLStreamException(String
Construct an exception with the assocated message, exception and location.
|
|
XMLStreamException(String
Construct an exception with the assocated message and exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
EntityDeclaration.getBaseURI()
Get the base URI for this reference or null if this information is not available
|
String |
StartDocument.getCharacterEncodingScheme()
Returns the encoding style of the XML data
|
String |
Characters.getData()
Get the character data of this event
|
String |
ProcessingInstruction.getData()
The data section of the processing instruction
|
String |
DTD.getDocumentTypeDeclaration()
Returns the entire Document Type Declaration as a string, including the internal DTD subset.
|
String |
Attribute.getDTDType()
Gets the type of this attribute, default is the String "CDATA"
|
String |
EntityReference.getName()
The name of the entity
|
String |
NotationDeclaration.getName()
The notation name.
|
String |
EntityDeclaration.getName()
The entity's name
|
String |
Namespace.getNamespaceURI()
Gets the uri bound to the prefix of this namespace
|
String |
StartElement.getNamespaceURI(String
Gets the value that the prefix is bound to in the context of this element.
|
String |
EntityDeclaration.getNotationName()
The name of the associated notation.
|
String |
Namespace.getPrefix()
Gets the prefix, returns "" if this is a default namespace declaration.
|
String |
NotationDeclaration.getPublicId()
The notation's public identifier, or null if none was given.
|
String |
EntityDeclaration.getPublicId()
The entity's public identifier, or null if none was given
|
String |
EntityDeclaration.getReplacementText()
The replacement text of the entity.
|
String |
NotationDeclaration.getSystemId()
The notation's system identifier, or null if none was given.
|
String |
EntityDeclaration.getSystemId()
The entity's system identifier.
|
String |
StartDocument.getSystemId()
Returns the system ID of the XML data
|
String |
ProcessingInstruction.getTarget()
The target section of the processing instruction
|
String |
Comment.getText()
Return the string data of the comment, returns empty string if it does not exist
|
String |
Attribute.getValue()
Gets the normalized value of this attribute
|
String |
StartDocument.getVersion()
Returns the version of XML of this XML stream
|
| Modifier and Type | Method and Description |
|---|---|
String |
StartElement.getNamespaceURI(String
Gets the value that the prefix is bound to in the context of this element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StreamReaderDelegate.getAttributeLocalName(int index)
|
String |
StreamReaderDelegate.getAttributeNamespace(int index)
|
String |
StreamReaderDelegate.getAttributePrefix(int index)
|
String |
StreamReaderDelegate.getAttributeType(int index)
|
String |
StreamReaderDelegate.getAttributeValue(int index)
|
String |
StreamReaderDelegate.getAttributeValue(String
|
String |
StreamReaderDelegate.getCharacterEncodingScheme()
|
String |
EventReaderDelegate.getElementText()
|
String |
StreamReaderDelegate.getElementText()
|
String |
StreamReaderDelegate.getEncoding()
|
String |
StreamReaderDelegate.getLocalName()
|
String |
StreamReaderDelegate.getNamespacePrefix(int index)
|
String |
StreamReaderDelegate.getNamespaceURI()
|
String |
StreamReaderDelegate.getNamespaceURI(int index)
|
String |
StreamReaderDelegate.getNamespaceURI(String
|
String |
StreamReaderDelegate.getPIData()
|
String |
StreamReaderDelegate.getPITarget()
|
String |
StreamReaderDelegate.getPrefix()
|
String |
StreamReaderDelegate.getText()
|
String |
StreamReaderDelegate.getVersion()
|
| Modifier and Type | Method and Description |
|---|---|
String |
StreamReaderDelegate.getAttributeValue(String
|
String |
StreamReaderDelegate.getNamespaceURI(String
|
Object |
EventReaderDelegate.getProperty(String
|
Object |
StreamReaderDelegate.getProperty(String
|
void |
StreamReaderDelegate.require(int type, String
|
| Modifier and Type | Field and Description |
|---|---|
static String |
OutputKeys.CDATA_SECTION_ELEMENTS
cdata-section-elements = expanded names.
|
static String |
OutputKeys.DOCTYPE_PUBLIC
doctype-public = string.
|
static String |
OutputKeys.DOCTYPE_SYSTEM
doctype-system = string.
|
static String |
OutputKeys.ENCODING
encoding = string.
|
static String |
OutputKeys.INDENT
indent = "yes" | "no".
|
static String |
OutputKeys.MEDIA_TYPE
media-type = string.
|
static String |
OutputKeys.METHOD
method = "xml" | "html" | "text" | expanded name.
|
static String |
OutputKeys.OMIT_XML_DECLARATION
omit-xml-declaration = "yes" | "no".
|
static String |
Result.PI_DISABLE_OUTPUT_ESCAPING
The name of the processing instruction that is sent if the result tree disables output escaping.
|
static String |
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 String |
OutputKeys.STANDALONE
standalone = "yes" | "no".
|
static String |
OutputKeys.VERSION
version = nmtoken.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TransformerException.getLocationAsString()
Get the location information as a string.
|
String |
TransformerFactoryConfigurationError.getMessage()
Return the message (if any) for this error .
|
String |
TransformerException.getMessageAndLocation()
Get the error message with location information appended.
|
abstract String |
Transformer.getOutputProperty(String
Get an output property that is in effect for the transformer.
|
String |
SourceLocator.getPublicId()
Return the public identifier for the current document event.
|
String |
SourceLocator.getSystemId()
Return the system identifier for the current document event.
|
String |
Result.getSystemId()
Get the system identifier that was set with setSystemId.
|
String |
Source.getSystemId()
Get the system identifier that was set with setSystemId.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Source |
TransformerFactory.getAssociatedStylesheet(Source
Get the stylesheet specification(s) associated with the XML
Source document via the
xml-stylesheet processing instruction that match the given criteria.
|
abstract Object |
TransformerFactory.getAttribute(String
Allows the user to retrieve specific attributes on the underlying implementation.
|
abstract boolean |
TransformerFactory.getFeature(String
Look up the value of a feature.
|
abstract String |
Transformer.getOutputProperty(String
Get an output property that is in effect for the transformer.
|
abstract Object |
Transformer.getParameter(String
Get a parameter that was explicitly set with setParameter.
|
static TransformerFactory |
TransformerFactory.newInstance(String
Obtain a new instance of a
TransformerFactory from factory class name.
|
Source |
URIResolver.resolve(String
Called by the processor when it encounters an xsl:include, xsl:import, or document() function.
|
abstract void |
TransformerFactory.setAttribute(String
Allows the user to set specific attributes on the underlying implementation.
|
abstract void |
TransformerFactory.setFeature(String
Set a feature for this
TransformerFactory and
Transformers or
Templates created by this factory.
|
abstract void |
Transformer.setOutputProperty(String
Set an output property that will be in effect for the transformation.
|
abstract void |
Transformer.setParameter(String
Add a parameter for the transformation.
|
void |
Result.setSystemId(String
Set the system identifier for this Result.
|
void |
Source.setSystemId(String
Set the system identifier for this Source.
|
| Constructor and Description | |
|---|---|
TransformerConfigurationException(String
Create a new
TransformerConfigurationException with the
String specified as an error message.
|
|
TransformerConfigurationException(String
Create a new TransformerConfigurationException from a message and a Locator.
|
|
TransformerConfigurationException(String
Wrap an existing exception in a TransformerConfigurationException.
|
|
TransformerConfigurationException(String
Create a new
TransformerConfigurationException with the given
Exception base cause and detail message.
|
|
TransformerException(String
Create a new TransformerException.
|
|
TransformerException(String
Create a new TransformerException from a message and a Locator.
|
|
TransformerException(String
Wrap an existing exception in a TransformerException.
|
|
TransformerException(String
Wrap an existing exception in a TransformerException.
|
|
TransformerFactoryConfigurationError(Exception
Create a new
TransformerFactoryConfigurationError with the given
Exception base cause and detail message.
|
|
TransformerFactoryConfigurationError(String
Create a new
TransformerFactoryConfigurationError with the
String specified as an error message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DOMSource.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the Transformer supports Source input of this type.
|
static String |
DOMResult.FEATURE
If
TransformerFactory returns
true when passed this value as an argument, the
Transformer supports
Result output of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DOMSource.getSystemId()
Get the base ID (URL or system ID) from where URLs will be resolved.
|
String |
DOMResult.getSystemId()
Get the System Identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMSource.setSystemId(String
Set the base ID (URL or system ID) from where URLs will be resolved.
|
void |
DOMResult.setSystemId(String
Set the systemId that may be used in association with the node.
|
| Constructor and Description | |
|---|---|
DOMResult(Node
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.
|
|
DOMResult(Node
Use a DOM node to create a new output target with the specified System ID.
|
|
DOMSource(Node
Create a new input source with a DOM node, and with the system ID also passed in as the base URI.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SAXTransformerFactory.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the TransformerFactory returned from
TransformerFactory may be safely cast to a SAXTransformerFactory.
|
static String |
SAXSource.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the Transformer supports Source input of this type.
|
static String |
SAXResult.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the Transformer supports Result output of this type.
|
static String |
SAXTransformerFactory.FEATURE_XMLFILTER
If
TransformerFactory returns true when passed this value as an argument, the
SAXTransformerFactory and
SAXTransformerFactory methods are supported.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SAXSource.getSystemId()
Get the base ID (URI or system ID) from where URIs will be resolved.
|
String |
TemplatesHandler.getSystemId()
Get the base ID (URI or system ID) from where relative URLs will be resolved.
|
String |
TransformerHandler.getSystemId()
Get the base ID (URI or system ID) from where relative URLs will be resolved.
|
String |
SAXResult.getSystemId()
Get the system identifier that was set with setSystemId.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAXSource.setSystemId(String
Set the system identifier for this Source.
|
void |
TemplatesHandler.setSystemId(String
Set the base ID (URI or system ID) for the Templates object created by this builder.
|
void |
TransformerHandler.setSystemId(String
Set the base ID (URI or system ID) from where relative URLs will be resolved.
|
void |
SAXResult.setSystemId(String
Method setSystemId Set the systemID that may be used in association with the
ContentHandler.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
StAXResult.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the Transformer supports Result output of this type.
|
static String |
StAXSource.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the Transformer supports Source input of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StAXResult.getSystemId()
The returned system identifier is always
null.
|
String |
StAXSource.getSystemId()
Get the system identifier used by this
StAXSource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StAXResult.setSystemId(String
In the context of a
StAXResult, it is not appropriate to explicitly set the system identifier.
|
void |
StAXSource.setSystemId(String
In the context of a
StAXSource, it is not appropriate to explicitly set the system identifier.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
StreamResult.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the Transformer supports Result output of this type.
|
static String |
StreamSource.FEATURE
If
TransformerFactory returns true when passed this value as an argument, the Transformer supports Source input of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StreamSource.getPublicId()
Get the public identifier that was set with setPublicId.
|
String |
StreamResult.getSystemId()
Get the system identifier that was set with setSystemId.
|
String |
StreamSource.getSystemId()
Get the system identifier that was set with setSystemId.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSource.setPublicId(String
Set the public identifier for this Source.
|
void |
StreamResult.setSystemId(String
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
Set the system identifier for this Source.
|
| Constructor and Description | |
|---|---|
StreamResult(String
Construct a StreamResult from a URL.
|
|
StreamSource(InputStream
Construct a StreamSource from a byte stream.
|
|
StreamSource(Reader
Construct a StreamSource from a character reader.
|
|
StreamSource(String
Construct a StreamSource from a URL.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaFactory.getFeature(String
Look up the value of a feature flag.
|
boolean |
Validator.getFeature(String
Look up the value of a feature flag.
|
boolean |
ValidatorHandler.getFeature(String
Look up the value of a feature flag.
|
Object |
SchemaFactory.getProperty(String
Look up the value of a property.
|
Object |
Validator.getProperty(String
Look up the value of a property.
|
Object |
ValidatorHandler.getProperty(String
Look up the value of a property.
|
abstract boolean |
SchemaFactory.isSchemaLanguageSupported(String
Is specified schema supported by this
SchemaFactory?
|
abstract SchemaFactory |
SchemaFactoryLoader.newFactory(String
Creates a new
SchemaFactory object for the specified schema language.
|
static SchemaFactory |
SchemaFactory.newInstance(String
Lookup an implementation of the
SchemaFactory that supports the specified schema language and return it.
|
static SchemaFactory |
SchemaFactory.newInstance(String
Obtain a new instance of a
SchemaFactory from class name.
|
void |
SchemaFactory.setFeature(String
Set a feature for this
SchemaFactory,
Schemas created by this factory, and by extension,
Validators and
ValidatorHandlers created by those
Schemas.
|
void |
Validator.setFeature(String
Set the value of a feature flag.
|
void |
ValidatorHandler.setFeature(String
Set a feature for this
ValidatorHandler.
|
void |
SchemaFactory.setProperty(String
Set the value of a property.
|
void |
Validator.setProperty(String
Set the value of a property.
|
void |
ValidatorHandler.setProperty(String
Set the value of a property.
|
| Constructor and Description | |
|---|---|
SchemaFactoryConfigurationError(String
Create a new
SchemaFactoryConfigurationError with the
String specified as an error message.
|
|
SchemaFactoryConfigurationError(String
Create a new
SchemaFactoryConfigurationError with the given
Throwable base cause and detail message.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
BindingProvider.ENDPOINT_ADDRESS_PROPERTY
Standard property: Target service endpoint address.
|
static String |
RespectBindingFeature.ID
Constant value identifying the RespectBindingFeature
|
static String |
BindingProvider.PASSWORD_PROPERTY
Standard property: Password for authentication.
|
static String |
BindingProvider.SESSION_MAINTAIN_PROPERTY
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
|
static String |
BindingProvider.SOAPACTION_URI_PROPERTY
Standard property for SOAPAction.
|
static String |
BindingProvider.SOAPACTION_USE_PROPERTY
Standard property for SOAPAction.
|
static String |
BindingProvider.USERNAME_PROPERTY
Standard property: User name for authentication.
|
static String |
Endpoint.WSDL_PORT
Standard property: name of WSDL port.
|
static String |
Endpoint.WSDL_SERVICE
Standard property: name of WSDL service.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Binding.getBindingID()
Get the URI for this binding instance.
|
String |
RespectBindingFeature.getID()
Get the unique identifier for this WebServiceFeature.
|
abstract String |
WebServiceFeature.getID()
Get the unique identifier for this WebServiceFeature.
|
String |
EndpointReference.toString()
Displays EPR infoset for debugging convenience.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Response.getContext()
Gets the contained response context.
|
abstract Map |
Endpoint.getProperties()
Returns the property bag for this
Endpoint instance.
|
Map |
BindingProvider.getRequestContext()
Get the context that is used to initialize the message context for request messages.
|
Map |
BindingProvider.getResponseContext()
Get the context that resulted from processing a response message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addPort(QName
Creates a new port for the service.
|
static Endpoint |
Endpoint.create(String
Creates an endpoint with the specified binding type and implementor object.
|
static Endpoint |
Endpoint.create(String
Creates an endpoint with the specified binding type, implementor object, and web service features.
|
boolean |
WebServiceContext.isUserInRole(String
Returns a boolean indicating whether the authenticated user is included in the specified logical role.
|
abstract void |
Endpoint.publish(String
Publishes this endpoint at the given address.
|
static Endpoint |
Endpoint.publish(String
Creates and publishes an endpoint for the specified implementor object at the given address.
|
static Endpoint |
Endpoint.publish(String
Creates and publishes an endpoint for the specified implementor object at the given address.
|
static Service |
Service.Mode.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Endpoint.setProperties(Map
Sets the property bag for this
Endpoint instance.
|
| Constructor and Description | |
|---|---|
ProtocolException(String
Constructs a new protocol exception with the specified detail message.
|
|
ProtocolException(String
Constructs a new runtime exception with the specified detail message and cause.
|
|
WebServiceException(String
Constructs a new exception with the specified detail message.
|
|
WebServiceException(String
Constructs a new exception with the specified detail message and cause.
|
|
WebServicePermission(String
Creates a new permission with the specified name.
|
|
WebServicePermission(String
Creates a new permission with the specified name and actions.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
MessageContext.HTTP_REQUEST_HEADERS
Standard property: HTTP request headers.
|
static String |
MessageContext.HTTP_REQUEST_METHOD
Standard property: HTTP request method.
|
static String |
MessageContext.HTTP_RESPONSE_CODE
Standard property: HTTP response status code.
|
static String |
MessageContext.HTTP_RESPONSE_HEADERS
Standard property: HTTP response headers.
|
static String |
MessageContext.INBOUND_MESSAGE_ATTACHMENTS
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
|
static String |
MessageContext.MESSAGE_OUTBOUND_PROPERTY
Standard property: message direction,
true for outbound messages,
false for inbound.
|
static String |
MessageContext.OUTBOUND_MESSAGE_ATTACHMENTS
Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
|
static String |
MessageContext.PATH_INFO
Standard property: Request Path Info
|
static String |
MessageContext.QUERY_STRING
Standard property: Query string for request.
|
static String |
MessageContext.REFERENCE_PARAMETERS
Standard property: WS Addressing Reference Parameters.
|
static String |
MessageContext.SERVLET_CONTEXT
Standard property: servlet context object.
|
static String |
MessageContext.SERVLET_REQUEST
Standard property: servlet request object.
|
static String |
MessageContext.SERVLET_RESPONSE
Standard property: servlet response object.
|
static String |
MessageContext.WSDL_DESCRIPTION
Standard property: input source for WSDL document.
|
static String |
MessageContext.WSDL_INTERFACE
Standard property: name of wsdl interface (2.0) or port type (1.1).
|
static String |
MessageContext.WSDL_OPERATION
Standard property: name of WSDL operation.
|
static String |
MessageContext.WSDL_PORT
Standard property: name of WSDL port.
|
static String |
MessageContext.WSDL_SERVICE
Standard property: name of WSDL service.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PortInfo.getBindingID()
Gets the URI identifying the binding used by the port being accessed.
|
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
MessageContext.getScope(String
Gets the scope of a property.
|
void |
MessageContext.setScope(String
Sets the scope of a property.
|
static MessageContext |
MessageContext.Scope.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
SOAPMessageContext.getRoles()
Gets the SOAP actor roles associated with an execution of the handler chain.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTPBinding.HTTP_BINDING
A constant representing the identity of the XML/HTTP binding.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
MTOMFeature.ID
Constant value identifying the MTOMFeature
|
static String |
AddressingFeature.ID
Constant value identifying the AddressingFeature
|
static String |
SOAPBinding.SOAP11HTTP_BINDING
A constant representing the identity of the SOAP 1.1 over HTTP binding.
|
static String |
SOAPBinding.SOAP11HTTP_MTOM_BINDING
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
|
static String |
SOAPBinding.SOAP12HTTP_BINDING
A constant representing the identity of the SOAP 1.2 over HTTP binding.
|
static String |
SOAPBinding.SOAP12HTTP_MTOM_BINDING
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MTOMFeature.getID()
Get the unique identifier for this WebServiceFeature.
|
String |
AddressingFeature.getID()
Get the unique identifier for this WebServiceFeature.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
SOAPBinding.getRoles()
Gets the roles played by the SOAP binding instance.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressingFeature |
AddressingFeature.Responses.valueOf(String
Returns the enum constant of this type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SOAPBinding.setRoles(Set
Sets the roles played by the SOAP binding instance.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
Provider.JAXWSPROVIDER_PROPERTY
A constant representing the property used to lookup the name of a
Provider implementation class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceDelegate.addPort(QName
Creates a new port for the service.
|
abstract Endpoint |
Provider.createAndPublishEndpoint(String
Creates and publishes an endpoint object with the specified address and implementation object.
|
Endpoint |
Provider.createAndPublishEndpoint(String
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
|
Endpoint |
Provider.createEndpoint(String
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
|
abstract Endpoint |
Provider.createEndpoint(String
Creates an endpoint object with the provided binding and implementation object.
|
Endpoint |
Provider.createEndpoint(String
Creates an endpoint object with the provided binding, implementation object and web service features.
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
HttpExchange.REQUEST_CIPHER_SUITE
Standard property: cipher suite value when the request is received over HTTPS
|
static String |
HttpExchange.REQUEST_KEY_SIZE
Standard property: bit size of the algorithm when the request is received over HTTPS
|
static String |
HttpExchange.REQUEST_X509CERTIFICATE
Standard property: A SSL certificate, if any, associated with the request
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
HttpExchange.getContextPath()
Returns the context path of all the endpoints in an application.
|
abstract String |
HttpContext.getPath()
Returns the path for this context.
|
abstract String |
HttpExchange.getPathInfo()
Returns the extra path information that follows the web service path but precedes the query string in the request URI and will start with a "/" character.
|
abstract String |
HttpExchange.getProtocol()
Returns the protocol string from the request in the form
protocol/majorVersion.minorVersion.
|
abstract String |
HttpExchange.getQueryString()
Returns the query string that is contained in the request URI after the path.
|
abstract String |
HttpExchange.getRequestHeader(String
Returns the value of the specified request header.
|
abstract String |
HttpExchange.getRequestMethod()
Get the HTTP request method
|
abstract String |
HttpExchange.getRequestURI()
Returns the part of the request's URI from the protocol name up to the query string in the first line of the HTTP request.
|
abstract String |
HttpExchange.getScheme()
Returns the name of the scheme used to make this request, for example: http, or https.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set |
HttpExchange.getAttributeNames()
Gives all the attribute names that are associated with this
HttpExchange.
|
abstract Set |
HttpContext.getAttributeNames()
Returns all attribute names for container's configuration and other data that can be used by jax-ws runtime.
|
abstract Map |
HttpExchange.getRequestHeaders()
Returns an immutable Map containing the HTTP headers that were included with this request.
|
abstract Map |
HttpExchange.getRequestHeaders()
Returns an immutable Map containing the HTTP headers that were included with this request.
|
abstract Map |
HttpExchange.getResponseHeaders()
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
|
abstract Map |
HttpExchange.getResponseHeaders()
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HttpExchange.addResponseHeader(String
Adds a response header with the given name and value.
|
abstract Object |
HttpExchange.getAttribute(String
Returns an attribute that is associated with this
HttpExchange.
|
abstract Object |
HttpContext.getAttribute(String
Returns an attribute value for container's configuration and other data that can be used by jax-ws runtime.
|
abstract String |
HttpExchange.getRequestHeader(String
Returns the value of the specified request header.
|
abstract boolean |
HttpExchange.isUserInRole(String
Indicates whether an authenticated user is included in the specified logical "role".
|
| Modifier and Type | Field and Description |
|---|---|
protected static String |
W3CEndpointReference.NS
|
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.address(String
Sets the
address to the
W3CEndpointReference instance's
wsa:Address.
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.attribute(QName
Adds an extension attribute to the
W3CEndpointReference instance's
wsa:EndpointReference element.
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.wsdlDocumentLocation(String
Sets the
wsdlDocumentLocation that will be referenced as
wsa:Metadata/@wsdli:wsdlLocation.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
XPathFactory.DEFAULT_OBJECT_MODEL_URI
Default Object Model URI.
|
static String |
XPathFactory.DEFAULT_PROPERTY_NAME
The default property name according to the JAXP spec.
|
static String |
XPathConstants.DOM_OBJECT_MODEL
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
|
| Modifier and Type | Method and Description |
|---|---|
String |
XPathExpression.evaluate(InputSource
Evaluate the compiled XPath expression in the context of the specified
InputSource and return the result as a
String.
|
String |
XPathExpression.evaluate(Object
Evaluate the compiled XPath expression in the specified context and return the result as a
String.
|
String |
XPath.evaluate(String
Evaluate an XPath expression in the context of the specified
InputSource and return the result as a
String.
|
String |
XPath.evaluate(String
Evaluate an XPath expression in the specified context and return the result as a
String.
|
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
XPath.compile(String
Compile an XPath expression for later evaluation.
|
String |
XPath.evaluate(String
Evaluate an XPath expression in the context of the specified
InputSource and return the result as a
String.
|
Object |
XPath.evaluate(String
Evaluate an XPath expression in the context of the specified
InputSource and return the result as the specified type.
|
String |
XPath.evaluate(String
Evaluate an XPath expression in the specified context and return the result as a
String.
|
Object |
XPath.evaluate(String
Evaluate an
XPath expression in the specified context and return the result as the specified type.
|
abstract boolean |
XPathFactory.getFeature(String
Get the state of the named feature.
|
abstract boolean |
XPathFactory.isObjectModelSupported(String
Is specified object model supported by this
XPathFactory?
|
static XPathFactory |
XPathFactory.newInstance(String
Get a new
XPathFactory instance using the specified object model.
|
static XPathFactory |
XPathFactory.newInstance(String
Obtain a new instance of a
XPathFactory from a factory class name.
|
abstract void |
XPathFactory.setFeature(String
Set a feature for this
XPathFactory and
XPaths created by this factory.
|
| Constructor and Description | |
|---|---|
XPathException(String
Constructs a new
XPathException with the specified detail
message.
|
|
XPathExpressionException(String
Constructs a new
XPathExpressionException with the specified detail
message.
|
|
XPathFactoryConfigurationException(String
Constructs a new
XPathFactoryConfigurationException with the specified detail
message.
|
|
XPathFunctionException(String
Constructs a new
XPathFunctionException with the specified detail
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GSSException.getMajorString()
Returns a string explaining the GSS-API level major error code in this exception.
|
String |
GSSException.getMessage()
Returns a textual representation of both the major and the minor status codes.
|
String |
GSSException.getMinorString()
Returns a string explaining the mechanism specific error code.
|
String |
MessageProp.getMinorString()
Retrieves a string explaining the minor status code.
|
String |
GSSException.toString()
Returns a textual representation of both the major and the minor status codes.
|
String |
Oid.toString()
Returns a string representation of the oid's integer components in dot separated notation.
|
String |
GSSName.toString()
Returns a textual representation of the
GSSName object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GSSName |
GSSManager.createName(String
Factory method to convert a string name from the specified namespace to a GSSName object.
|
abstract GSSName |
GSSManager.createName(String
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 |
GSSException.setMinor(int minorCode, String
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
This method sets the state for the supplementary information flags and the minor status in MessageProp.
|
| Constructor and Description | |
|---|---|
GSSException(int majorCode, int minorCode, String
Creates a GSSException object with the specified major code, minor code, and minor code textual explanation.
|
|
Oid(String
Constructs an Oid object from a string representation of its integer components.
|
| Modifier and Type | Field and Description |
|---|---|
String |
ValueMember.defined_in
The repository ID of the
value in which this member is defined.
|
String |
ValueMember.id
The repository ID of the
value member described by this
ValueMember object;
|
String |
NameValuePair.id
The name to be associated with a value by this
NameValuePair object.
|
String |
UnionMember.name
The name of the union member described by this
UnionMember object.
|
String |
ValueMember.name
The name of the
value member described by this
ValueMember object.
|
String |
StructMember.name
The name of the struct member described by this
StructMember object.
|
String |
StringHolder.value
The
String value held by this
StringHolder object.
|
String |
StringSeqHolder.value
|
String |
WStringSeqHolder.value
|
String |
ValueMember.version
The version of the
value in which this member is defined.
|
| Modifier and Type | Method and Description |
|---|---|
String |
_PolicyStub._ids()
|
String |
_IDLTypeStub._ids()
|
String |
DynamicImplementation._ids()
Deprecated.
|
abstract String |
Context.context_name()
Retrieves the name of this
Context object.
|
String |
DynValue.current_member_name()
Deprecated.
Returns the name of the current member while traversing a
DynAny object that represents a Value object.
|
String |
DynStruct.current_member_name()
Deprecated.
During a traversal, returns the name of the current member.
|
abstract String |
Any.extract_string()
Extracts the
String object in this
Any object's
value field.
|
abstract String |
Any.extract_wstring()
Extracts the
String object in this
Any object's
value field.
|
static String |
VersionSpecHelper.extract(Any
|
static String |
RepositoryIdHelper.extract(Any
|
static String |
StringValueHelper.extract(Any
|
static String |
IdentifierHelper.extract(Any
|
static String |
WStringValueHelper.extract(Any
|
static String |
FieldNameHelper.extract(Any
|
static String |
WStringSeqHelper.extract(Any
|
static String |
StringSeqHelper.extract(Any
|
String |
StringValueHelper.get_id()
|
String |
WStringValueHelper.get_id()
|
String |
DynAny.get_string()
Deprecated.
Retrieves the
String contained in this
DynAny object.
|
String |
DynAny.get_wstring()
Deprecated.
Retrieves the
String contained in this
DynAny object.
|
static String |
VersionSpecHelper.id()
|
static String |
RepositoryIdHelper.id()
|
abstract String |
TypeCode.id()
Retrieves the RepositoryId globally identifying the type of this
TypeCode object.
|
static String |
OctetSeqHelper.id()
|
static String |
LongSeqHelper.id()
|
static String |
PolicyTypeHelper.id()
|
static String |
PolicyHelper.id()
|
static String |
UnknownUserExceptionHelper.id()
|
static String |
CompletionStatusHelper.id()
|
static String |
SetOverrideTypeHelper.id()
|
static String |
ServiceInformationHelper.id()
|
static String |
DoubleSeqHelper.id()
|
static String |
ObjectHelper.id()
|
static String |
ValueMemberHelper.id()
|
static String |
LongLongSeqHelper.id()
|
static String |
PolicyListHelper.id()
|
static String |
StringValueHelper.id()
|
static String |
ULongLongSeqHelper.id()
|
static String |
UnionMemberHelper.id()
|
static String |
CurrentHelper.id()
|
static String |
WCharSeqHelper.id()
|
static String |
CharSeqHelper.id()
|
static String |
ShortSeqHelper.id()
|
static String |
ServiceDetailHelper.id()
|
static String |
DefinitionKindHelper.id()
|
static String |
ULongSeqHelper.id()
|
static String |
ValueBaseHelper.id()
|
static String |
WrongTransactionHelper.id()
|
static String |
IDLTypeHelper.id()
|
static String |
NameValuePairHelper.id()
|
static String |
IdentifierHelper.id()
|
static String |
BooleanSeqHelper.id()
|
static String |
FloatSeqHelper.id()
|
static String |
VisibilityHelper.id()
|
static String |
StructMemberHelper.id()
|
static String |
AnySeqHelper.id()
|
static String |
WStringValueHelper.id()
|
static String |
UShortSeqHelper.id()
|
static String |
FieldNameHelper.id()
|
static String |
WStringSeqHelper.id()
|
static String |
PolicyErrorHelper.id()
|
static String |
StringSeqHelper.id()
|
static String |
ParameterModeHelper.id()
|
static String |
PolicyErrorCodeHelper.id()
|
abstract String |
ContextList.item(int index)
Returns the
String object at the given index.
|
abstract String |
ORB.list_initial_services()
Returns a list of the initially available CORBA object references, such as "NameService" and "InterfaceRepository".
|
String |
DynUnion.member_name()
Deprecated.
Allows for the inspection of the name of this union member without checking the value of the discriminator.
|
abstract String |
TypeCode.member_name(int index)
Retrieves the simple name of the member identified by the given index.
|
abstract String |
TypeCode.name()
Retrieves the simple name identifying this
TypeCode object within its enclosing scope.
|
abstract String |
NamedValue.name()
Retrieves the name for this
NamedValue object.
|
abstract String |
ORB.object_to_string(Object
Converts the given CORBA object reference to a string.
|
String |
ServerRequest.op_name()
Deprecated.
use operation()
|
String |
ServerRequest.operation()
Throws an
org.omg.CORBA.NO_IMPLEMENT exception.
|
abstract String |
Request.operation()
Retrieves the name of the method to be invoked.
|
String |
DataInputStream.read_string()
Reads an IDL string from the input stream.
|
String |
DataInputStream.read_wstring()
Reads an IDL wide string from the input stream.
|
static String |
VersionSpecHelper.read(InputStream
|
static String |
RepositoryIdHelper.read(InputStream
|
static String |
StringValueHelper.read(InputStream
|
static String |
IdentifierHelper.read(InputStream
|
static String |
WStringValueHelper.read(InputStream
|
static String |
FieldNameHelper.read(InputStream
|
static String |
WStringSeqHelper.read(InputStream
|
static String |
StringSeqHelper.read(InputStream
|
String |
SystemException.toString()
Converts this exception to a representative string.
|
String |
DynEnum.value_as_string()
Deprecated.
Return the value of the IDL enum stored in this
DynEnum as a string.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
LocalObject._create_request(Context
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the
org.omg.CORBA.Object method.
|
Request |
Object._create_request(Context
Creates a
Request instance initialized with the given context, method name, list of arguments, and container for the method's return value.
|
Request |
LocalObject._create_request(Context
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the
org.omg.CORBA.Object method.
|
Request |
Object._create_request(Context
Creates a
Request instance initialized with the given context, method name, list of arguments, container for the method's return value, list of possible exceptions, and list of context strings needing to be resolved.
|
boolean |
LocalObject._is_a(String
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.
|
boolean |
Object._is_a(String
Checks whether this object is an instance of a class that implements the given interface.
|
Request |
LocalObject._request(String
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the
org.omg.CORBA.Object method.
|
Request |
Object._request(String
Creates a
Request instance for use in the Dynamic Invocation Interface.
|
OutputStream |
LocalObject._request(String
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the
org.omg.CORBA.Object method.
|
ServantObject |
LocalObject._servant_preinvoke(String
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the
org.omg.CORBA.Object method.
|
abstract NamedValue |
NVList.add_item(String
Creates a new
NamedValue object initialized with the given name and flag, and adds it to the end of this
NVList object.
|
abstract Any |
Request.add_named_in_arg(String
Creates an input argument with the given name and adds it to this
Request object.
|
abstract Any |
Request.add_named_inout_arg(String
Adds an input/output argument with the given name to this
Request object.
|
abstract Any |
Request.add_named_out_arg(String
Adds an output argument with the given name to this
Request object.
|
abstract NamedValue |
NVList.add_value(String
Creates a new
NamedValue object initialized with the given name, value, and flag, and adds it to the end of this
NVList object.
|
abstract void |
ContextList.add(String
Adds a
String object to this
ContextList object.
|
TypeCode |
ORB.create_abstract_interface_tc(String
Create a
TypeCode object for an IDL abstract interface.
|
abstract TypeCode |
ORB.create_alias_tc(String
Creates a
TypeCode object representing an IDL
alias (
typedef).
|
abstract Context |
Context.create_child(String
Creates a
Context object with the given string as its name and with this
Context object set as its parent.
|
abstract TypeCode |
ORB.create_enum_tc(String
Creates a
TypeCode object representing an IDL
enum.
|
abstract TypeCode |
ORB.create_enum_tc(String
Creates a
TypeCode object representing an IDL
enum.
|
abstract TypeCode |
ORB.create_exception_tc(String
Creates a
TypeCode object representing an IDL
exception.
|
abstract TypeCode |
ORB.create_interface_tc(String
Creates a
TypeCode object representing an IDL
interface.
|
abstract NamedValue |
ORB.create_named_value(String
Creates a
NamedValue object using the given name, value, and argument mode flags.
|
TypeCode |
ORB.create_native_tc(String
Create a
TypeCode object for an IDL native type.
|
TypeCode |
ORB.create_recursive_tc(String
Create a recursive
TypeCode object which serves as a placeholder for a concrete TypeCode during the process of creating TypeCodes which contain recursion.
|
abstract TypeCode |
ORB.create_struct_tc(String
Creates a
TypeCode object representing an IDL
struct.
|
abstract TypeCode |
ORB.create_union_tc(String
Creates a
TypeCode object representing an IDL
union.
|
TypeCode |
ORB.create_value_box_tc(String
Creates a
TypeCode object for an IDL value box.
|
TypeCode |
ORB.create_value_tc(String
Create a
TypeCode object for an IDL value type.
|
abstract void |
Context.delete_values(String
Deletes from this
Context object the
NamedValue object(s) whose
name field matches the given property name.
|
abstract NVList |
Context.get_values(String
Retrieves the
NamedValue objects whose
name field matches the given name or name pattern.
|
static ORB |
ORB.init(String
Creates a new
ORB instance for a standalone application.
|
void |
DynAny.insert_string(String
Deprecated.
Inserts the given
String object as the value for this
DynAny object.
|
abstract void |
Any.insert_string(String
Inserts the given
String object into this
Any object's
value field.
|
void |
DynAny.insert_wstring(String
Deprecated.
Inserts the given
String as the value for this
DynAny object.
|
abstract void |
Any.insert_wstring(String
Inserts the given
String object into this
Any object's
value field.
|
static void |
VersionSpecHelper.insert(Any
|
static void |
RepositoryIdHelper.insert(Any
|
static void |
StringValueHelper.insert(Any
|
static void |
IdentifierHelper.insert(Any
|
static void |
WStringValueHelper.insert(Any
|
static void |
FieldNameHelper.insert(Any
|
static void |
WStringSeqHelper.insert(Any
|
static void |
StringSeqHelper.insert(Any
|
void |
DynUnion.member_name(String
Deprecated.
Allows for the assignment of the name of this union member.
|
abstract Object |
ORB.resolve_initial_references(String
Resolves a specific object reference from the set of available initial service names.
|
abstract void |
Context.set_one_value(String
Creates a
NamedValue object and adds it to this
Context object.
|
protected abstract void |
ORB.set_parameters(String
Allows the ORB implementation to be initialized with the given parameters and properties.
|
abstract Object |
ORB.string_to_object(String
Converts a string produced by the method
object_to_string back to a CORBA object reference.
|
void |
DynEnum.value_as_string(String
Deprecated.
Set a particular enum in this
DynEnum.
|
void |
DataOutputStream.write_string(String
Writes the IDL string value to the output stream.
|
void |
DataOutputStream.write_wstring(String
Writes the IDL wide string value (represented as a Java String) to the output stream.
|
static void |
VersionSpecHelper.write(OutputStream
|
static void |
RepositoryIdHelper.write(OutputStream
|
static void |
StringValueHelper.write(OutputStream
|
static void |
IdentifierHelper.write(OutputStream
|
static void |
WStringValueHelper.write(OutputStream
|
static void |
FieldNameHelper.write(OutputStream
|
static void |
WStringSeqHelper.write(OutputStream
|
static void |
StringSeqHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
ACTIVITY_COMPLETED(String
Constructs an
ACTIVITY_COMPLETED exception with the specified message.
|
|
ACTIVITY_COMPLETED(String
Constructs an
ACTIVITY_COMPLETED exception with the specified message, minor code, and completion status.
|
|
ACTIVITY_REQUIRED(String
Constructs an
ACTIVITY_REQUIRED exception with the specified message.
|
|
ACTIVITY_REQUIRED(String
Constructs an
ACTIVITY_REQUIRED exception with the specified message, minor code, and completion status.
|
|
BAD_CONTEXT(String
Constructs a
BAD_CONTEXT exception with the specified detail message, a minor code of 0 and a completion state of COMPLETED_NO.
|
|
BAD_CONTEXT(String
Constructs a
BAD_CONTEXT exception with the specified detail message, minor code, and completion status.
|
|
BAD_INV_ORDER(String
Constructs a
BAD_INV_ORDER exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
BAD_INV_ORDER(String
Constructs a
BAD_INV_ORDER exception with the specified detail message, minor code, and completion status.
|
|
BAD_OPERATION(String
Constructs a
BAD_OPERATION exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
BAD_OPERATION(String
Constructs a
BAD_OPERATION exception with the specified detail message, minor code, and completion status.
|
|
BAD_PARAM(String
Constructs a
BAD_PARAM exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
BAD_PARAM(String
Constructs a
BAD_PARAM exception with the specified detail message, minor code, and completion status.
|
|
BAD_QOS(String
Constructs an
BAD_QOS exception with the specified message.
|
|
BAD_QOS(String
Constructs an
BAD_QOS exception with the specified message, minor code, and completion status.
|
|
BAD_TYPECODE(String
Constructs a
BAD_TYPECODE exception with the specified detail, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
BAD_TYPECODE(String
Constructs a
BAD_TYPECODE exception with the specified detail message, minor code, and completion status.
|
|
Bounds(String
Constructs an
Bounds with the specified detail message.
|
|
CODESET_INCOMPATIBLE(String
Constructs an
CODESET_INCOMPATIBLE exception with the specified message.
|
|
CODESET_INCOMPATIBLE(String
Constructs an
CODESET_INCOMPATIBLE exception with the specified message, minor code, and completion status.
|
|
COMM_FAILURE(String
Constructs a
COMM_FAILURE exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
COMM_FAILURE(String
Constructs a
COMM_FAILURE exception with the specified detail message, minor code, and completion status.
|
|
DATA_CONVERSION(String
Constructs a
DATA_CONVERSION exception with the specified detail.
|
|
DATA_CONVERSION(String
Constructs a
DATA_CONVERSION exception with the specified detail message, minor code, and completion status.
|
|
FREE_MEM(String
Constructs a
FREE_MEM exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
FREE_MEM(String
Constructs a
FREE_MEM exception with the specified detail message, minor code, and completion status.
|
|
IMP_LIMIT(String
Constructs an
IMP_LIMIT exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
IMP_LIMIT(String
Constructs an
IMP_LIMIT exception with the specified detail message, minor code, and completion status.
|
|
INITIALIZE(String
Constructs an
INITIALIZE exception with the specified detail message, a minor code of 0, and a completion state of
CompletionStatus.COMPLETED_NO.
|
|
INITIALIZE(String
Constructs an
INITIALIZE exception with the specified detail message, minor code, and completion status.
|
|
INTERNAL(String
Constructs an
INTERNAL exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
INTERNAL(String
Constructs an
INTERNAL exception with the specified detail message, minor code, and completion status.
|
|
INTF_REPOS(String
Constructs an
INTF_REPOS exception with the specified detail.
|
|
INTF_REPOS(String
Constructs an
INTF_REPOS exception with the specified detail message, minor code, and completion status.
|
|
INV_FLAG(String
Constructs an
INV_FLAG exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
INV_FLAG(String
Constructs an
INV_FLAG exception with the specified detail message, minor code, and completion status.
|
|
INV_IDENT(String
Constructs an
INV_IDENT exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
INV_IDENT(String
Constructs an
INV_IDENT exception with the specified detail message, minor code, and completion status.
|
|
INV_OBJREF(String
Constructs an
INV_OBJREF exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
INV_OBJREF(String
Constructs an
INV_OBJREF exception with the specified detail message, minor code, and completion status.
|
|
INV_POLICY(String
Constructs a
INV_POLICY exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
INV_POLICY(String
Constructs a
INV_POLICY exception with the specified description message, minor code, and completion status.
|
|
INVALID_ACTIVITY(String
Constructs an
INVALID_ACTIVITY exception with the specified message.
|
|
INVALID_ACTIVITY(String
Constructs an
INVALID_ACTIVITY exception with the specified message, minor code, and completion status.
|
|
INVALID_TRANSACTION(String
Constructs an
INVALID_TRANSACTION exception with the specified detail message.
|
|
INVALID_TRANSACTION(String
Constructs an
INVALID_TRANSACTION exception with the specified detail message, minor code, and completion status.
|
|
MARSHAL(String
Constructs a
MARSHAL exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
MARSHAL(String
Constructs a
MARSHAL exception with the specified description message, minor code, and completion status.
|
|
NameValuePair(String
Constructs a
NameValuePair object that associates the given name with the given
org.omg.CORBA.Any object.
|
|
NO_IMPLEMENT(String
Constructs a
NO_IMPLEMENT exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
NO_IMPLEMENT(String
Constructs a
NO_IMPLEMENT exception with the specified description message, minor code, and completion status.
|
|
NO_MEMORY(String
Constructs a
NO_MEMORY exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
NO_MEMORY(String
Constructs a
NO_MEMORY exception with the specified description message, minor code, and completion status.
|
|
NO_PERMISSION(String
Constructs a
NO_PERMISSION exception with the specified description, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
NO_PERMISSION(String
Constructs a
NO_PERMISSION exception with the specified description message, minor code, and completion status.
|
|
NO_RESOURCES(String
Constructs a
NO_RESOURCES exception with the specified description, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
NO_RESOURCES(String
Constructs a
NO_RESOURCES exception with the specified description message, minor code, and completion status.
|
|
NO_RESPONSE(String
Constructs a
NO_RESPONSE exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
NO_RESPONSE(String
Constructs a
NO_RESPONSE exception with the specified description message, minor code, and completion status.
|
|
OBJ_ADAPTER(String
Constructs an
OBJ_ADAPTER exception with the specified description, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
OBJ_ADAPTER(String
Constructs an
OBJ_ADAPTER exception with the specified description message, minor code, and completion status.
|
|
OBJECT_NOT_EXIST(String
Constructs an
OBJECT_NOT_EXIST exception with the specified description, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
OBJECT_NOT_EXIST(String
Constructs an
OBJECT_NOT_EXIST exception with the specified description message, minor code, and completion status.
|
|
PERSIST_STORE(String
Constructs a
PERSIST_STORE exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
PERSIST_STORE(String
Constructs a
PERSIST_STORE exception with the specified description message, minor code, and completion status.
|
|
PolicyError(String
Constructs a
PolicyError user exception initialized with the given reason detail message and reason code.
|
|
REBIND(String
Constructs an
REBIND exception with the specified message.
|
|
REBIND(String
Constructs an
REBIND exception with the specified message, minor code, and completion status.
|
|
StringHolder(String
Constructs a new
StringHolder object with its
value field initialized to the given
String.
|
|
StringSeqHolder(String
|
|
StructMember(String
Constructs a
StructMember object initialized with the given values.
|
|
SystemException(String
Constructs a
SystemException exception with the specified detail message, minor code, and completion status.
|
|
TIMEOUT(String
Constructs an
TIMEOUT exception with the specified message.
|
|
TIMEOUT(String
Constructs an
TIMEOUT exception with the specified message, minor code, and completion status.
|
|
TRANSACTION_MODE(String
Constructs a
TRANSACTION_MODE exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
TRANSACTION_MODE(String
Constructs a
TRANSACTION_MODE exception with the specified description message, minor code, and completion status.
|
|
TRANSACTION_REQUIRED(String
Constructs a
TRANSACTION_REQUIRED exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
TRANSACTION_REQUIRED(String
Constructs a
TRANSACTION_REQUIRED exception with the specified description message, minor code, and completion status.
|
|
TRANSACTION_ROLLEDBACK(String
Constructs a
TRANSACTION_ROLLEDBACK exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
TRANSACTION_ROLLEDBACK(String
Constructs a
TRANSACTION_ROLLEDBACK exception with the specified description message, minor code, and completion status.
|
|
TRANSACTION_UNAVAILABLE(String
Constructs a
TRANSACTION_UNAVAILABLE exception with the specifieddescription message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
TRANSACTION_UNAVAILABLE(String
Constructs a
TRANSACTION_UNAVAILABLE exception with the specified description message, minor code, and completion status.
|
|
TRANSIENT(String
Constructs a
TRANSIENT exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
TRANSIENT(String
Constructs a
TRANSIENT exception with the specified description message, minor code, and completion status.
|
|
UnionMember(String
Constructs a new
UnionMember object with its fields initialized to the given values.
|
|
UNKNOWN(String
Constructs an
UNKNOWN exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
|
|
UNKNOWN(String
Constructs an
UNKNOWN exception with the specified description message, minor code, and completion status.
|
|
UserException(String
Constructs a
UserException object with a detail message.
|
|
ValueMember(String
Constructs a
ValueMember object initialized with the given values.
|
|
WrongTransaction(String
Constructs a WrongTransaction object with the given detail message.
|
|
WStringSeqHolder(String
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ORB.get_value_def(String
|
ValueFactory |
ORB.lookup_value_factory(String
|
ValueFactory |
ORB.register_value_factory(String
|
void |
ORB.unregister_value_factory(String
|
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectImpl._get_codebase()
Returns the codebase for this object reference.
|
String |
Delegate.get_codebase(Object
Returns the codebase for object reference provided.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
InputStream.read_value(String
Unmarshalls a value type from the input stream.
|
void |
OutputStream.write_value(Serializable
Marshals a value type to the output stream.
|
| Constructor and Description | |
|---|---|
Invalid(String
Constructs an
Invalid object.
|
|
InvalidSeq(String
Constructs an
InvalidSeq object.
|
|
InvalidValue(String
Constructs an
InvalidValue object.
|
|
TypeMismatch(String
Constructs a
TypeMismatch object.
|
| Constructor and Description | |
|---|---|
InconsistentTypeCode(String
Constructs an
InconsistentTypeCode user exception with the specified reason message.
|
|
InvalidName(String
Constructs an
InvalidName exception with the specified reason message.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
ObjectImpl._ids()
Retrieves a string array containing the repository identifiers supported by this
ObjectImpl object.
|
String |
ValueBase._truncatable_ids()
Provides truncatable repository ids.
|
String |
BoxedValueHelper.get_id()
|
String |
ApplicationException.getId()
Returns the CORBA repository ID of the exception without removing it from the exceptions input stream.
|
abstract String |
InputStream.read_string()
Reads a string value from this input stream.
|
abstract String |
InputStream.read_wstring()
Reads a wide string value from this input stream.
|
String |
ObjectImpl.toString()
Returns a
String object that represents this
ObjectImpl object.
|
String |
Delegate.toString(Object
Provides the implementation to override the toString() method of the delegating CORBA object.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
ObjectImpl._create_request(Context
Creates a
Request object that contains the given context, method, argument list, and container for the result.
|
Request |
ObjectImpl._create_request(Context
Creates a
Request object that contains the given context, method, argument list, container for the result, exceptions, and list of property names to be used in resolving the context strings.
|
OutputStream |
InvokeHandler._invoke(String
Invoked by the ORB to dispatch a request to the servant.
|
boolean |
ObjectImpl._is_a(String
Checks whether the object identified by the given repository identifier is an
ObjectImpl object.
|
Request |
ObjectImpl._request(String
Creates a
Request object containing the given method that can be used with the Dynamic Invocation Interface.
|
OutputStream |
ObjectImpl._request(String
Returns an
OutputStream object to use for marshalling the arguments of the given method.
|
ServantObject |
ObjectImpl._servant_preinvoke(String
Returns a Java reference to the local servant that should be used for sending a request for the method specified.
|
abstract Request |
Delegate.create_request(Object
Creates a Request instance for use in the Dynamic Invocation Interface.
|
abstract Request |
Delegate.create_request(Object
Creates a Request instance for use in the Dynamic Invocation Interface.
|
abstract boolean |
Delegate.is_a(Object
Checks if the object reference is an instance of the given interface.
|
abstract Request |
Delegate.request(Object
Creates a Request instance for use in the Dynamic Invocation Interface.
|
OutputStream |
Delegate.request(Object
request is called by a stub to obtain an OutputStream for marshaling arguments.
|
ServantObject |
Delegate.servant_preinvoke(Object
Returns a Java reference to the servant which should be used for this request.
|
void |
ValueOutputStream.start_value(String
The start_value method ends any currently open chunk, writes a valuetype header for a nested custom valuetype (with a null codebase and the specified repository ID), and increments the valuetype nesting depth.
|
abstract void |
OutputStream.write_string(String
Writes a string value to this stream.
|
abstract void |
OutputStream.write_wstring(String
Writes a wide string value to this stream.
|
| Constructor and Description | |
|---|---|
ApplicationException(String
Constructs an ApplicationException from the CORBA repository ID of the exception and an input stream from which the exception data can be read as its parameters.
|
| Constructor and Description | |
|---|---|
BadKind(String
Constructs a
BadKind exception with the specified reason message.
|
|
Bounds(String
Constructs a
Bounds exception with the specified reason message.
|
| Modifier and Type | Field and Description |
|---|---|
String |
NameComponent.id
|
String |
NameComponent.kind
|
| Modifier and Type | Method and Description |
|---|---|
String |
NamingContextPOA._all_interfaces(POA
|
String |
NamingContextExtPOA._all_interfaces(POA
|
String |
BindingIteratorPOA._all_interfaces(POA
|
String |
_BindingIteratorImplBase._ids()
|
String |
_NamingContextImplBase._ids()
|
String |
_NamingContextStub._ids()
|
String |
_NamingContextExtStub._ids()
|
String |
_BindingIteratorStub._ids()
|
static String |
IstringHelper.extract(Any
|
static String |
NameHelper.id()
|
static String |
NameComponentHelper.id()
|
static String |
BindingHelper.id()
|
static String |
IstringHelper.id()
|
static String |
NamingContextExtHelper.id()
|
static String |
BindingListHelper.id()
|
static String |
BindingTypeHelper.id()
|
static String |
NamingContextHelper.id()
|
static String |
BindingIteratorHelper.id()
|
static String |
IstringHelper.read(InputStream
|
String |
NamingContextExtOperations.to_string(NameComponent
This operation creates a stringified name from the array of Name components.
|
String |
_NamingContextExtStub.to_string(NameComponent
This operation creates a stringified name from the array of Name components.
|
String |
NamingContextExtOperations.to_url(String
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.
|
String |
_NamingContextExtStub.to_url(String
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
NamingContextPOA._invoke(String
|
OutputStream |
NamingContextExtPOA._invoke(String
|
OutputStream |
BindingIteratorPOA._invoke(String
|
static void |
IstringHelper.insert(Any
|
Object |
NamingContextExtOperations.resolve_str(String
This operation resolves the Stringified name into the object reference.
|
Object |
_NamingContextExtStub.resolve_str(String
This operation resolves the Stringified name into the object reference.
|
NameComponent |
NamingContextExtOperations.to_name(String
This operation converts a Stringified Name into an equivalent array of Name Components.
|
NameComponent |
_NamingContextExtStub.to_name(String
This operation converts a Stringified Name into an equivalent array of Name Components.
|
String |
NamingContextExtOperations.to_url(String
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.
|
String |
_NamingContextExtStub.to_url(String
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.
|
static void |
IstringHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
NameComponent(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AddressHelper.extract(Any
|
static String |
StringNameHelper.extract(Any
|
static String |
URLStringHelper.extract(Any
|
static String |
InvalidAddressHelper.id()
|
static String |
AddressHelper.id()
|
static String |
StringNameHelper.id()
|
static String |
URLStringHelper.id()
|
static String |
AddressHelper.read(InputStream
|
static String |
StringNameHelper.read(InputStream
|
static String |
URLStringHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AddressHelper.insert(Any
|
static void |
StringNameHelper.insert(Any
|
static void |
URLStringHelper.insert(Any
|
static void |
AddressHelper.write(OutputStream
|
static void |
StringNameHelper.write(OutputStream
|
static void |
URLStringHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
InvalidAddress(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AlreadyBoundHelper.id()
|
static String |
NotEmptyHelper.id()
|
static String |
CannotProceedHelper.id()
|
static String |
NotFoundReasonHelper.id()
|
static String |
NotFoundHelper.id()
|
static String |
InvalidNameHelper.id()
|
| Constructor and Description | |
|---|---|
AlreadyBound(String
|
|
CannotProceed(String
|
|
InvalidName(String
|
|
NotEmpty(String
|
|
NotFound(String
|
| Modifier and Type | Field and Description |
|---|---|
String |
NameValuePair.id
The name associated with the Any.
|
String |
NameDynAnyPair.id
The name associated with the DynAny.
|
| Modifier and Type | Method and Description |
|---|---|
String |
_DynValueStub._ids()
|
String |
_DynUnionStub._ids()
|
String |
_DynAnyStub._ids()
|
String |
_DynAnyFactoryStub._ids()
|
String |
_DynStructStub._ids()
|
String |
_DynArrayStub._ids()
|
String |
_DynFixedStub._ids()
|
String |
_DynEnumStub._ids()
|
String |
_DynSequenceStub._ids()
|
String |
_DynValueStub.current_member_name()
Returns the name of the member at the current position.
|
String |
_DynStructStub.current_member_name()
Returns the name of the member at the current position.
|
String |
DynValueOperations.current_member_name()
Returns the name of the member at the current position.
|
String |
DynStructOperations.current_member_name()
Returns the name of the member at the current position.
|
static String |
FieldNameHelper.extract(Any
|
String |
DynEnumOperations.get_as_string()
Returns the value of the DynEnum as an IDL identifier.
|
String |
_DynEnumStub.get_as_string()
Returns the value of the DynEnum as an IDL identifier.
|
String |
_DynValueStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynUnionStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynAnyStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynStructStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynArrayStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynFixedStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynEnumStub.get_string()
Extracts the string value from this DynAny.
|
String |
DynAnyOperations.get_string()
Extracts the string value from this DynAny.
|
String |
_DynSequenceStub.get_string()
Extracts the string value from this DynAny.
|
String |
DynFixedOperations.get_value()
Returns the value of a DynFixed.
|
String |
_DynFixedStub.get_value()
Returns the value of a DynFixed.
|
String |
_DynValueStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynUnionStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynAnyStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynStructStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynArrayStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynFixedStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynEnumStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynAnyOperations.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynSequenceStub.get_wstring()
Extracts the string value from this DynAny.
|
static String |
DynEnumHelper.id()
|
static String |
NameValuePairSeqHelper.id()
|
static String |
DynUnionHelper.id()
|
static String |
DynAnySeqHelper.id()
|
static String |
DynArrayHelper.id()
|
static String |
DynAnyFactoryHelper.id()
|
static String |
NameDynAnyPairSeqHelper.id()
|
static String |
DynFixedHelper.id()
|
static String |
NameValuePairHelper.id()
|
static String |
DynSequenceHelper.id()
|
static String |
DynAnyHelper.id()
|
static String |
AnySeqHelper.id()
|
static String |
NameDynAnyPairHelper.id()
|
static String |
DynStructHelper.id()
|
static String |
DynValueHelper.id()
|
static String |
FieldNameHelper.id()
|
String |
_DynUnionStub.member_name()
Returns the name of the currently active member.
|
String |
DynUnionOperations.member_name()
Returns the name of the currently active member.
|
static String |
FieldNameHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
_DynValueStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynUnionStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynAnyStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynStructStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynArrayStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynFixedStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynEnumStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
DynAnyOperations.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynSequenceStub.insert_string(String
Inserts a string value into the DynAny.
|
void |
_DynValueStub.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
_DynUnionStub.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
_DynAnyStub.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
_DynStructStub.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
_DynArrayStub.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
_DynFixedStub.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
_DynEnumStub.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
DynAnyOperations.insert_wstring(String
Inserts a string value into the DynAny.
|
void |
_DynSequenceStub.insert_wstring(String
Inserts a string value into the DynAny.
|
static void |
FieldNameHelper.insert(Any
|
void |
DynEnumOperations.set_as_string(String
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
|
void |
_DynEnumStub.set_as_string(String
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
|
boolean |
DynFixedOperations.set_value(String
Sets the value of the DynFixed.
|
boolean |
_DynFixedStub.set_value(String
Sets the value of the DynFixed.
|
static void |
FieldNameHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
NameDynAnyPair(String
|
|
NameValuePair(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
InconsistentTypeCodeHelper.id()
|
| Constructor and Description | |
|---|---|
InconsistentTypeCode(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeMismatchHelper.id()
|
static String |
InvalidValueHelper.id()
|
| Constructor and Description | |
|---|---|
InvalidValue(String
|
|
TypeMismatch(String
|
| Modifier and Type | Field and Description |
|---|---|
String |
IOR.type_id
The type id, represented as a String.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IORHelper.id()
|
static String |
ServiceContextHelper.id()
|
static String |
ServiceIdHelper.id()
|
static String |
MultipleComponentProfileHelper.id()
|
static String |
ComponentIdHelper.id()
|
static String |
ProfileIdHelper.id()
|
static String |
CodecFactoryHelper.id()
|
static String |
TaggedProfileHelper.id()
|
static String |
ServiceContextListHelper.id()
|
static String |
TaggedComponentHelper.id()
|
| Constructor and Description | |
|---|---|
IOR(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
UnknownEncodingHelper.id()
|
| Constructor and Description | |
|---|---|
UnknownEncoding(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
InvalidTypeForEncodingHelper.id()
|
static String |
TypeMismatchHelper.id()
|
static String |
FormatMismatchHelper.id()
|
| Constructor and Description | |
|---|---|
FormatMismatch(String
|
|
InvalidTypeForEncoding(String
|
|
TypeMismatch(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SyncScopeHelper.id()
|
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectReferenceTemplate.adapter_name()
|
String |
ServerRequestInfoOperations.adapter_name()
Returns the sequence of strings that identifies the object adapter instance that is handling this request.
|
String |
ORBInitInfoOperations.arguments()
Returns the arguments passed to
ORB.init.
|
String |
RequestInfoOperations.contexts()
Returns an array of
String objects describing the contexts that may be passed on this operation invocation.
|
static String |
ServerIdHelper.extract(Any
|
static String |
AdapterNameHelper.extract(Any
|
static String |
ORBIdHelper.extract(Any
|
static String |
ServerIdHelper.id()
|
static String |
IORInterceptor_3_0Helper.id()
|
static String |
AdapterManagerIdHelper.id()
|
static String |
InvalidSlotHelper.id()
|
static String |
ObjectReferenceFactoryHelper.id()
|
static String |
ObjectReferenceTemplateSeqHelper.id()
|
static String |
ForwardRequestHelper.id()
|
static String |
ObjectIdHelper.id()
|
static String |
CurrentHelper.id()
|
static String |
AdapterStateHelper.id()
|
static String |
ObjectReferenceTemplateHelper.id()
|
static String |
AdapterNameHelper.id()
|
static String |
ORBIdHelper.id()
|
String |
InterceptorOperations.name()
Returns the name of the interceptor.
|
String |
RequestInfoOperations.operation_context()
Returns an array of
String objects containing the contexts being sent on the request.
|
String |
RequestInfoOperations.operation()
Returns the name of the operation being invoked.
|
String |
ObjectReferenceTemplate.orb_id()
|
String |
ServerRequestInfoOperations.orb_id()
Returns the ID that was used to create the ORB.
|
String |
ORBInitInfoOperations.orb_id()
Returns the ID of the ORB being initialized.
|
static String |
ServerIdHelper.read(InputStream
|
static String |
AdapterNameHelper.read(InputStream
|
static String |
ORBIdHelper.read(InputStream
|
String |
ClientRequestInfoOperations.received_exception_id()
Returns the repository id of the exception to be returned to the client.
|
String |
ObjectReferenceTemplate.server_id()
|
String |
ServerRequestInfoOperations.server_id()
Returns the server ID that was specified on ORB::init using the -ORBServerId argument.
|
String |
ServerRequestInfoOperations.target_most_derived_interface()
Returns the repository id for the most derived interface of the servant.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerIdHelper.insert(Any
|
static void |
ORBIdHelper.insert(Any
|
static void |
AdapterNameHelper.insert(Any
|
Object |
ObjectReferenceFactory.make_object(String
make_object creates a CORBA object reference according to the data in this template, with the given repository ID and object ID.
|
void |
ORBInitInfoOperations.register_initial_reference(String
Identical to
ORB.register_initial_reference.
|
Object |
ORBInitInfoOperations.resolve_initial_references(String
Identical to
ORB.resolve_initial_references.
|
boolean |
ServerRequestInfoOperations.target_is_a(String
Returns true if the servant is the given repository id, false if it is not.
|
static void |
ServerIdHelper.write(OutputStream
|
static void |
ORBIdHelper.write(OutputStream
|
static void |
AdapterNameHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
ForwardRequest(String
|
|
InvalidSlot(String
|
| Modifier and Type | Field and Description |
|---|---|
String |
DuplicateName.name
The name for which there was already an interceptor registered.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectIdHelper.extract(Any
|
static String |
ObjectIdHelper.id()
|
static String |
DuplicateNameHelper.id()
|
static String |
InvalidNameHelper.id()
|
static String |
ObjectIdHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectIdHelper.insert(Any
|
static void |
ObjectIdHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
DuplicateName(String
|
|
DuplicateName(String
|
|
InvalidName(String
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
Servant._all_interfaces(POA
Used by the ORB to obtain complete type information from the servant.
|
String |
ServantActivatorPOA._all_interfaces(POA
|
String |
ServantLocatorPOA._all_interfaces(POA
|
String |
_ServantLocatorStub._ids()
|
String |
_ServantActivatorStub._ids()
|
static String |
CurrentHelper.id()
|
static String |
POAHelper.id()
|
static String |
ServantLocatorHelper.id()
|
static String |
ForwardRequestHelper.id()
|
static String |
ServantActivatorHelper.id()
|
String |
POAOperations.the_name()
This attribute identifies the POA relative to its parent.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
ServantActivatorPOA._invoke(String
|
OutputStream |
ServantLocatorPOA._invoke(String
|
boolean |
Servant._is_a(String
Checks to see if the specified
repository_id is present on the list returned by
_all_interfaces() or is the
repository_id for the generic CORBA Object.
|
POA |
POAOperations.create_POA(String
This operation creates a new POA as a child of the target POA.
|
Object |
POAOperations.create_reference_with_id(byte[] oid, String
This operation creates an object reference that encapsulates the specified Object Id and interface repository Id values.
|
Object |
POAOperations.create_reference(String
This operation creates an object reference that encapsulates a POA-generated Object Id value and the specified interface repository id.
|
POA |
POAOperations.find_POA(String
If the target POA is the parent of a child POA with the specified name (relative to the target POA), that child POA is returned.
|
void |
ServantLocatorOperations.postinvoke(byte[] oid, POA
This operation is invoked whenener a servant completes a request.
|
void |
_ServantLocatorStub.postinvoke(byte[] oid, POA
This operation is invoked whenener a servant completes a request.
|
Servant |
ServantLocatorOperations.preinvoke(byte[] oid, POA
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.
|
Servant |
_ServantLocatorStub.preinvoke(byte[] oid, POA
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.
|
boolean |
AdapterActivatorOperations.unknown_adapter(POA
This operation is invoked when the ORB receives a request for an object reference that identifies a target POA that does not exist.
|
| Constructor and Description | |
|---|---|
ForwardRequest(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
NoContextHelper.id()
|
| Constructor and Description | |
|---|---|
NoContext(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AdapterInactiveHelper.id()
|
| Constructor and Description | |
|---|---|
AdapterInactive(String
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectAlreadyActiveHelper.id()
|
static String |
AdapterAlreadyExistsHelper.id()
|
static String |
NoServantHelper.id()
|
static String |
ServantNotActiveHelper.id()
|
static String |
InvalidPolicyHelper.id()
|
static String |
ObjectNotActiveHelper.id()
|
static String |
ServantAlreadyActiveHelper.id()
|
static String |
AdapterNonExistentHelper.id()
|
static String |
WrongAdapterHelper.id()
|
static String |
WrongPolicyHelper.id()
|
| Constructor and Description | |
|---|---|
AdapterAlreadyExists(String
|
|
AdapterNonExistent(String
|
|
InvalidPolicy(String
|
|
NoServant(String
|
|
ObjectAlreadyActive(String
|
|
ObjectNotActive(String
|
|
ServantAlreadyActive(String
|
|
ServantNotActive(String
|
|
WrongAdapter(String
|
|
WrongPolicy(String
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Delegate.is_a(Servant
This method checks to see if the specified repid is present on the list returned by _all_interfaces() or is the repository id for the generic CORBA Object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
_Remote_Stub._ids()
Returns an array of repository ids that an object implements.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Element.getAttribute(String
Retrieves an attribute value by name.
|
String |
Element.getAttributeNS(String
Retrieves an attribute value by local name and namespace URI.
|
String |
Node.getBaseURI()
The absolute base URI of this node or
null if the implementation wasn't able to obtain an absolute URI.
|
String |
ProcessingInstruction.getData()
The content of this processing instruction.
|
String |
CharacterData.getData()
The character data of the node that implements this interface.
|
String |
Document.getDocumentURI()
The location of the document or
null if undefined or if the
Document was created using
DOMImplementation.createDocument.
|
String |
Document.getInputEncoding()
An attribute specifying the encoding used for this document at the time of the parsing.
|
String |
Entity.getInputEncoding()
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
|
String |
DocumentType.getInternalSubset()
The internal subset as a string, or
null if there is none.
|
String |
Node.getLocalName()
Returns the local part of the qualified name of this node.
|
String |
DOMError.getMessage()
An implementation specific string describing the error that occurred.
|
String |
DocumentType.getName()
The name of DTD; i.e., the name immediately following the
DOCTYPE keyword.
|
String |
Attr.getName()
Returns the name of this attribute.
|
String |
NameList.getName(int index)
Returns the
indexth name item in the collection.
|
String |
Node.getNamespaceURI()
The namespace URI of this node, or
null if it is unspecified (see ).
|
String |
NameList.getNamespaceURI(int index)
Returns the
indexth namespaceURI item in the collection.
|
String |
Node.getNodeName()
The name of this node, depending on its type; see the table above.
|
String |
Node.getNodeValue()
The value of this node, depending on its type; see the table above.
|
String |
Entity.getNotationName()
For unparsed entities, the name of the notation for the entity.
|
String |
Node.getPrefix()
The namespace prefix of this node, or
null if it is unspecified.
|
String |
DocumentType.getPublicId()
The public identifier of the external subset.
|
String |
Notation.getPublicId()
The public identifier of this notation.
|
String |
Entity.getPublicId()
The public identifier associated with the entity if specified, and
null otherwise.
|
String |
DocumentType.getSystemId()
The system identifier of the external subset.
|
String |
Notation.getSystemId()
The system identifier of this notation.
|
String |
Entity.getSystemId()
The system identifier associated with the entity if specified, and
null otherwise.
|
String |
Element.getTagName()
The name of the element.
|
String |
ProcessingInstruction.getTarget()
The target of this processing instruction.
|
String |
Node.getTextContent()
This attribute returns the text content of this node and its descendants.
|
String |
DOMError.getType()
A
DOMString indicating which related data is expected in
relatedData.
|
String |
TypeInfo.getTypeName()
The name of a type declared for the associated element or attribute, or
null if unknown.
|
String |
TypeInfo.getTypeNamespace()
The namespace of the type declared for the associated element or attribute or
null if the element does not have declaration or if no namespace information is available.
|
String |
DOMLocator.getUri()
The URI this locator is pointing to, or
null if no URI is available.
|
String |
Attr.getValue()
On retrieval, the value of the attribute is returned as a string.
|
String |
Text.getWholeText()
Returns all text of
Text nodes logically-adjacent text nodes to this node, concatenated in document order.
|
String |
Document.getXmlEncoding()
An attribute specifying, as part of the
XML declaration, the encoding of this document.
|
String |
Entity.getXmlEncoding()
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
|
String |
Document.getXmlVersion()
An attribute specifying, as part of the
XML declaration, the version number of this document.
|
String |
Entity.getXmlVersion()
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
|
String |
DOMStringList.item(int index)
Returns the
indexth item in the collection.
|
String |
Node.lookupNamespaceURI(String
Look up the namespace URI associated to the given prefix, starting from this node.
|
String |
Node.lookupPrefix(String
Look up the prefix associated to the given namespace URI, starting from this node.
|
String |
CharacterData.substringData(int offset, int count)
Extracts a range of data from the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CharacterData.appendData(String
Append the string to the end of the character data of the node.
|
boolean |
DOMConfiguration.canSetParameter(String
Check if setting a parameter to a specific value is supported.
|
boolean |
DOMStringList.contains(String
Test if a string is part of this
DOMStringList.
|
boolean |
NameList.contains(String
Test if a name is part of this
NameList.
|
boolean |
NameList.containsNS(String
Test if the pair namespaceURI/name is part of this
NameList.
|
Attr |
Document.createAttribute(String
Creates an
Attr of the given name.
|
Attr |
Document.createAttributeNS(String
Creates an attribute of the given qualified name and namespace URI.
|
CDATASection |
Document.createCDATASection(String
Creates a
CDATASection node whose value is the specified string.
|
Comment |
Document.createComment(String
Creates a
Comment node given the specified string.
|
Document |
DOMImplementation.createDocument(String
Creates a DOM Document object of the specified type with its document element.
|
DocumentType |
DOMImplementation.createDocumentType(String
Creates an empty
DocumentType node.
|
Element |
Document.createElement(String
Creates an element of the type specified.
|
Element |
Document.createElementNS(String
Creates an element of the given qualified name and namespace URI.
|
EntityReference |
Document.createEntityReference(String
Creates an
EntityReference object.
|
ProcessingInstruction |
Document.createProcessingInstruction(String
Creates a
ProcessingInstruction node given the specified name and data strings.
|
Text |
Document.createTextNode(String
Creates a
Text node given the specified string.
|
String |
Element.getAttribute(String
Retrieves an attribute value by name.
|
Attr |
Element.getAttributeNode(String
Retrieves an attribute node by name.
|
Attr |
Element.getAttributeNodeNS(String
Retrieves an
Attr node by local name and namespace URI.
|
String |
Element.getAttributeNS(String
Retrieves an attribute value by local name and namespace URI.
|
DOMImplementation |
DOMImplementationSource.getDOMImplementation(String
A method to request the first DOM implementation that supports the specified features.
|
DOMImplementationList |
DOMImplementationSource.getDOMImplementationList(String
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
|
Element |
Document.getElementById(String
Returns the
Element that has an ID attribute with the given value.
|
NodeList |
Element.getElementsByTagName(String
Returns a
NodeList of all descendant
Elements with a given tag name, in document order.
|
NodeList |
Document.getElementsByTagName(String
Returns a
NodeList of all the
Elements in document order with a given tag name and are contained in the document.
|
NodeList |
Element.getElementsByTagNameNS(String
Returns a
NodeList of all the descendant
Elements with a given local name and namespace URI in document order.
|
NodeList |
Document.getElementsByTagNameNS(String
Returns a
NodeList of all the
Elements with a given local name and namespace URI in document order.
|
Object |
DOMImplementation.getFeature(String
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in
DOM Features.
|
Object |
Node.getFeature(String
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
|
Node |
NamedNodeMap.getNamedItem(String
Retrieves a node specified by name.
|
Node |
NamedNodeMap.getNamedItemNS(String
Retrieves a node specified by local name and namespace URI.
|
Object |
DOMConfiguration.getParameter(String
Return the value of a parameter if known.
|
Object |
Node.getUserData(String
Retrieves the object associated to a key on a this node.
|
void |
UserDataHandler.handle(short operation, String
This method is called whenever the node for which this handler is registered is imported or cloned.
|
boolean |
Element.hasAttribute(String
Returns
true when an attribute with a given name is specified on this element or has a default value,
false otherwise.
|
boolean |
Element.hasAttributeNS(String
Returns
true 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
Test if the DOM implementation implements a specific feature and version, as specified in
DOM Features.
|
void |
CharacterData.insertData(int offset, String
Insert a string at the specified 16-bit unit offset.
|
boolean |
Node.isDefaultNamespace(String
This method checks if the specified
namespaceURI is the default namespace or not.
|
boolean |
TypeInfo.isDerivedFrom(String
This method returns if there is a derivation between the reference type definition, i.e.
|
boolean |
Node.isSupported(String
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node, as specified in .
|
String |
Node.lookupNamespaceURI(String
Look up the namespace URI associated to the given prefix, starting from this node.
|
String |
Node.lookupPrefix(String
Look up the prefix associated to the given namespace URI, starting from this node.
|
void |
Element.removeAttribute(String
Removes an attribute by name.
|
void |
Element.removeAttributeNS(String
Removes an attribute by local name and namespace URI.
|
Node |
NamedNodeMap.removeNamedItem(String
Removes a node specified by name.
|
Node |
NamedNodeMap.removeNamedItemNS(String
Removes a node specified by local name and namespace URI.
|
Node |
Document.renameNode(Node
Rename an existing node of type
ELEMENT_NODE or
ATTRIBUTE_NODE.
|
void |
CharacterData.replaceData(int offset, int count, String
Replace the characters starting at the specified 16-bit unit offset with the specified string.
|
Text |
Text.replaceWholeText(String
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
|
void |
Element.setAttribute(String
Adds a new attribute.
|
void |
Element.setAttributeNS(String
Adds a new attribute.
|
void |
ProcessingInstruction.setData(String
The content of this processing instruction.
|
void |
CharacterData.setData(String
The character data of the node that implements this interface.
|
void |
Document.setDocumentURI(String
The location of the document or
null if undefined or if the
Document was created using
DOMImplementation.createDocument.
|
void |
Element.setIdAttribute(String
If the parameter
isId is
true, this method declares the specified attribute to be a user-determined ID attribute .
|
void |
Element.setIdAttributeNS(String
If the parameter
isId is
true, this method declares the specified attribute to be a user-determined ID attribute .
|
void |
Node.setNodeValue(String
The value of this node, depending on its type; see the table above.
|
void |
DOMConfiguration.setParameter(String
Set the value of a parameter.
|
void |
Node.setPrefix(String
The namespace prefix of this node, or
null if it is unspecified.
|
void |
Node.setTextContent(String
This attribute returns the text content of this node and its descendants.
|
Object |
Node.setUserData(String
Associate an object to a key on this node.
|
void |
Attr.setValue(String
On retrieval, the value of the attribute is returned as a string.
|
void |
Document.setXmlVersion(String
An attribute specifying, as part of the
XML declaration, the version number of this document.
|
| Constructor and Description | |
|---|---|
DOMException(short code, String
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DOMImplementationRegistry.PROPERTY
The system property to specify the DOMImplementationSource class names.
|
| Modifier and Type | Method and Description |
|---|---|
DOMImplementation |
DOMImplementationRegistry.getDOMImplementation(String
Return the first implementation that has the desired features, or
null if none is found.
|
DOMImplementationList |
DOMImplementationRegistry.getDOMImplementationList(String
Return a list of implementations that support the desired features.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CSS2Properties.getAzimuth()
See the azimuth property definition in CSS2.
|
String |
CSS2Properties.getBackground()
See the background property definition in CSS2.
|
String |
CSS2Properties.getBackgroundAttachment()
See the background-attachment property definition in CSS2.
|
String |
CSS2Properties.getBackgroundColor()
See the background-color property definition in CSS2.
|
String |
CSS2Properties.getBackgroundImage()
See the background-image property definition in CSS2.
|
String |
CSS2Properties.getBackgroundPosition()
See the background-position property definition in CSS2.
|
String |
CSS2Properties.getBackgroundRepeat()
See the background-repeat property definition in CSS2.
|
String |
CSS2Properties.getBorder()
See the border property definition in CSS2.
|
String |
CSS2Properties.getBorderBottom()
See the border-bottom property definition in CSS2.
|
String |
CSS2Properties.getBorderBottomColor()
See the border-bottom-color property definition in CSS2.
|
String |
CSS2Properties.getBorderBottomStyle()
See the border-bottom-style property definition in CSS2.
|
String |
CSS2Properties.getBorderBottomWidth()
See the border-bottom-width property definition in CSS2.
|
String |
CSS2Properties.getBorderCollapse()
See the border-collapse property definition in CSS2.
|
String |
CSS2Properties.getBorderColor()
See the border-color property definition in CSS2.
|
String |
CSS2Properties.getBorderLeft()
See the border-left property definition in CSS2.
|
String |
CSS2Properties.getBorderLeftColor()
See the border-left-color property definition in CSS2.
|
String |
CSS2Properties.getBorderLeftStyle()
See the border-left-style property definition in CSS2.
|
String |
CSS2Properties.getBorderLeftWidth()
See the border-left-width property definition in CSS2.
|
String |
CSS2Properties.getBorderRight()
See the border-right property definition in CSS2.
|
String |
CSS2Properties.getBorderRightColor()
See the border-right-color property definition in CSS2.
|
String |
CSS2Properties.getBorderRightStyle()
See the border-right-style property definition in CSS2.
|
String |
CSS2Properties.getBorderRightWidth()
See the border-right-width property definition in CSS2.
|
String |
CSS2Properties.getBorderSpacing()
See the border-spacing property definition in CSS2.
|
String |
CSS2Properties.getBorderStyle()
See the border-style property definition in CSS2.
|
String |
CSS2Properties.getBorderTop()
See the border-top property definition in CSS2.
|
String |
CSS2Properties.getBorderTopColor()
See the border-top-color property definition in CSS2.
|
String |
CSS2Properties.getBorderTopStyle()
See the border-top-style property definition in CSS2.
|
String |
CSS2Properties.getBorderTopWidth()
See the border-top-width property definition in CSS2.
|
String |
CSS2Properties.getBorderWidth()
See the border-width property definition in CSS2.
|
String |
CSS2Properties.getBottom()
See the bottom property definition in CSS2.
|
String |
CSS2Properties.getCaptionSide()
See the caption-side property definition in CSS2.
|
String |
CSS2Properties.getClear()
See the clear property definition in CSS2.
|
String |
CSS2Properties.getClip()
See the clip property definition in CSS2.
|
String |
CSS2Properties.getColor()
See the color property definition in CSS2.
|
String |
CSS2Properties.getContent()
See the content property definition in CSS2.
|
String |
CSS2Properties.getCounterIncrement()
See the counter-increment property definition in CSS2.
|
String |
CSS2Properties.getCounterReset()
See the counter-reset property definition in CSS2.
|
String |
CSS2Properties.getCssFloat()
See the float property definition in CSS2.
|
String |
CSSStyleDeclaration.getCssText()
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
|
String |
CSSRule.getCssText()
The parsable textual representation of the rule.
|
String |
CSSValue.getCssText()
A string representation of the current value.
|
String |
CSS2Properties.getCue()
See the cue property definition in CSS2.
|
String |
CSS2Properties.getCueAfter()
See the cue-after property definition in CSS2.
|
String |
CSS2Properties.getCueBefore()
See the cue-before property definition in CSS2.
|
String |
CSS2Properties.getCursor()
See the cursor property definition in CSS2.
|
String |
CSS2Properties.getDirection()
See the direction property definition in CSS2.
|
String |
CSS2Properties.getDisplay()
See the display property definition in CSS2.
|
String |
CSS2Properties.getElevation()
See the elevation property definition in CSS2.
|
String |
CSS2Properties.getEmptyCells()
See the empty-cells property definition in CSS2.
|
String |
CSSCharsetRule.getEncoding()
The encoding information used in this
@charset rule.
|
String |
CSS2Properties.getFont()
See the font property definition in CSS2.
|
String |
CSS2Properties.getFontFamily()
See the font-family property definition in CSS2.
|
String |
CSS2Properties.getFontSize()
See the font-size property definition in CSS2.
|
String |
CSS2Properties.getFontSizeAdjust()
See the font-size-adjust property definition in CSS2.
|
String |
CSS2Properties.getFontStretch()
See the font-stretch property definition in CSS2.
|
String |
CSS2Properties.getFontStyle()
See the font-style property definition in CSS2.
|
String |
CSS2Properties.getFontVariant()
See the font-variant property definition in CSS2.
|
String |
CSS2Properties.getFontWeight()
See the font-weight property definition in CSS2.
|
String |
CSS2Properties.getHeight()
See the height property definition in CSS2.
|
String |
CSSImportRule.getHref()
The location of the style sheet to be imported.
|
String |
Counter.getIdentifier()
This attribute is used for the identifier of the counter.
|
String |
CSS2Properties.getLeft()
See the left property definition in CSS2.
|
String |
CSS2Properties.getLetterSpacing()
See the letter-spacing property definition in CSS2.
|
String |
CSS2Properties.getLineHeight()
See the line-height property definition in CSS2.
|
String |
Counter.getListStyle()
This attribute is used for the style of the list.
|
String |
CSS2Properties.getListStyle()
See the list-style property definition in CSS2.
|
String |
CSS2Properties.getListStyleImage()
See the list-style-image property definition in CSS2.
|
String |
CSS2Properties.getListStylePosition()
See the list-style-position property definition in CSS2.
|
String |
CSS2Properties.getListStyleType()
See the list-style-type property definition in CSS2.
|
String |
CSS2Properties.getMargin()
See the margin property definition in CSS2.
|
String |
CSS2Properties.getMarginBottom()
See the margin-bottom property definition in CSS2.
|
String |
CSS2Properties.getMarginLeft()
See the margin-left property definition in CSS2.
|
String |
CSS2Properties.getMarginRight()
See the margin-right property definition in CSS2.
|
String |
CSS2Properties.getMarginTop()
See the margin-top property definition in CSS2.
|
String |
CSS2Properties.getMarkerOffset()
See the marker-offset property definition in CSS2.
|
String |
CSS2Properties.getMarks()
See the marks property definition in CSS2.
|
String |
CSS2Properties.getMaxHeight()
See the max-height property definition in CSS2.
|
String |
CSS2Properties.getMaxWidth()
See the max-width property definition in CSS2.
|
String |
CSS2Properties.getMinHeight()
See the min-height property definition in CSS2.
|
String |
CSS2Properties.getMinWidth()
See the min-width property definition in CSS2.
|
String |
CSS2Properties.getOrphans()
See the orphans property definition in CSS2.
|
String |
CSS2Properties.getOutline()
See the outline property definition in CSS2.
|
String |
CSS2Properties.getOutlineColor()
See the outline-color property definition in CSS2.
|
String |
CSS2Properties.getOutlineStyle()
See the outline-style property definition in CSS2.
|
String |
CSS2Properties.getOutlineWidth()
See the outline-width property definition in CSS2.
|
String |
CSS2Properties.getOverflow()
See the overflow property definition in CSS2.
|
String |
CSS2Properties.getPadding()
See the padding property definition in CSS2.
|
String |
CSS2Properties.getPaddingBottom()
See the padding-bottom property definition in CSS2.
|
String |
CSS2Properties.getPaddingLeft()
See the padding-left property definition in CSS2.
|
String |
CSS2Properties.getPaddingRight()
See the padding-right property definition in CSS2.
|
String |
CSS2Properties.getPaddingTop()
See the padding-top property definition in CSS2.
|
String |
CSS2Properties.getPage()
See the page property definition in CSS2.
|
String |
CSS2Properties.getPageBreakAfter()
See the page-break-after property definition in CSS2.
|
String |
CSS2Properties.getPageBreakBefore()
See the page-break-before property definition in CSS2.
|
String |
CSS2Properties.getPageBreakInside()
See the page-break-inside property definition in CSS2.
|
String |
CSS2Properties.getPause()
See the pause property definition in CSS2.
|
String |
CSS2Properties.getPauseAfter()
See the pause-after property definition in CSS2.
|
String |
CSS2Properties.getPauseBefore()
See the pause-before property definition in CSS2.
|
String |
CSS2Properties.getPitch()
See the pitch property definition in CSS2.
|
String |
CSS2Properties.getPitchRange()
See the pitch-range property definition in CSS2.
|
String |
CSS2Properties.getPlayDuring()
See the play-during property definition in CSS2.
|
String |
CSS2Properties.getPosition()
See the position property definition in CSS2.
|
String |
CSSStyleDeclaration.getPropertyPriority(String
Used to retrieve the priority of a CSS property (e.g.
|
String |
CSSStyleDeclaration.getPropertyValue(String
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
|
String |
CSS2Properties.getQuotes()
See the quotes property definition in CSS2.
|
String |
CSS2Properties.getRichness()
See the richness property definition in CSS2.
|
String |
CSS2Properties.getRight()
See the right property definition in CSS2.
|
String |
CSSPageRule.getSelectorText()
The parsable textual representation of the page selector for the rule.
|
String |
CSSStyleRule.getSelectorText()
The textual representation of the selector for the rule set.
|
String |
Counter.getSeparator()
This attribute is used for the separator of the nested counters.
|
String |
CSS2Properties.getSize()
See the size property definition in CSS2.
|
String |
CSS2Properties.getSpeak()
See the speak property definition in CSS2.
|
String |
CSS2Properties.getSpeakHeader()
See the speak-header property definition in CSS2.
|
String |
CSS2Properties.getSpeakNumeral()
See the speak-numeral property definition in CSS2.
|
String |
CSS2Properties.getSpeakPunctuation()
See the speak-punctuation property definition in CSS2.
|
String |
CSS2Properties.getSpeechRate()
See the speech-rate property definition in CSS2.
|
String |
CSS2Properties.getStress()
See the stress property definition in CSS2.
|
String |
CSSPrimitiveValue.getStringValue()
This method is used to get the string value.
|
String |
CSS2Properties.getTableLayout()
See the table-layout property definition in CSS2.
|
String |
CSS2Properties.getTextAlign()
See the text-align property definition in CSS2.
|
String |
CSS2Properties.getTextDecoration()
See the text-decoration property definition in CSS2.
|
String |
CSS2Properties.getTextIndent()
See the text-indent property definition in CSS2.
|
String |
CSS2Properties.getTextShadow()
See the text-shadow property definition in CSS2.
|
String |
CSS2Properties.getTextTransform()
See the text-transform property definition in CSS2.
|
String |
CSS2Properties.getTop()
See the top property definition in CSS2.
|
String |
CSS2Properties.getUnicodeBidi()
See the unicode-bidi property definition in CSS2.
|
String |
CSS2Properties.getVerticalAlign()
See the vertical-align property definition in CSS2.
|
String |
CSS2Properties.getVisibility()
See the visibility property definition in CSS2.
|
String |
CSS2Properties.getVoiceFamily()
See the voice-family property definition in CSS2.
|
String |
CSS2Properties.getVolume()
See the volume property definition in CSS2.
|
String |
CSS2Properties.getWhiteSpace()
See the white-space property definition in CSS2.
|
String |
CSS2Properties.getWidows()
See the widows property definition in CSS2.
|
String |
CSS2Properties.getWidth()
See the width property definition in CSS2.
|
String |
CSS2Properties.getWordSpacing()
See the word-spacing property definition in CSS2.
|
String |
CSS2Properties.getZIndex()
See the z-index property definition in CSS2.
|
String |
CSSStyleDeclaration.item(int index)
Used to retrieve the properties that have been explicitly set in this declaration block.
|
String |
CSSStyleDeclaration.removeProperty(String
Used to remove a CSS property if it has been explicitly set within this declaration block.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyleSheet |
DOMImplementationCSS.createCSSStyleSheet(String
Creates a new
CSSStyleSheet.
|
CSSStyleDeclaration |
ViewCSS.getComputedStyle(Element
This method is used to get the computed style as it is defined in [
CSS2].
|
CSSStyleDeclaration |
DocumentCSS.getOverrideStyle(Element
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
|
CSSValue |
CSSStyleDeclaration.getPropertyCSSValue(String
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
|
String |
CSSStyleDeclaration.getPropertyPriority(String
Used to retrieve the priority of a CSS property (e.g.
|
String |
CSSStyleDeclaration.getPropertyValue(String
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
|
int |
CSSStyleSheet.insertRule(String
Used to insert a new rule into the style sheet.
|
int |
CSSMediaRule.insertRule(String
Used to insert a new rule into the media block.
|
String |
CSSStyleDeclaration.removeProperty(String
Used to remove a CSS property if it has been explicitly set within this declaration block.
|
void |
CSS2Properties.setAzimuth(String
See the azimuth property definition in CSS2.
|
void |
CSS2Properties.setBackground(String
See the background property definition in CSS2.
|
void |
CSS2Properties.setBackgroundAttachment(String
See the background-attachment property definition in CSS2.
|
void |
CSS2Properties.setBackgroundColor(String
See the background-color property definition in CSS2.
|
void |
CSS2Properties.setBackgroundImage(String
See the background-image property definition in CSS2.
|
void |
CSS2Properties.setBackgroundPosition(String
See the background-position property definition in CSS2.
|
void |
CSS2Properties.setBackgroundRepeat(String
See the background-repeat property definition in CSS2.
|
void |
CSS2Properties.setBorder(String
See the border property definition in CSS2.
|
void |
CSS2Properties.setBorderBottom(String
See the border-bottom property definition in CSS2.
|
void |
CSS2Properties.setBorderBottomColor(String
See the border-bottom-color property definition in CSS2.
|
void |
CSS2Properties.setBorderBottomStyle(String
See the border-bottom-style property definition in CSS2.
|
void |
CSS2Properties.setBorderBottomWidth(String
See the border-bottom-width property definition in CSS2.
|
void |
CSS2Properties.setBorderCollapse(String
See the border-collapse property definition in CSS2.
|
void |
CSS2Properties.setBorderColor(String
See the border-color property definition in CSS2.
|
void |
CSS2Properties.setBorderLeft(String
See the border-left property definition in CSS2.
|
void |
CSS2Properties.setBorderLeftColor(String
See the border-left-color property definition in CSS2.
|
void |
CSS2Properties.setBorderLeftStyle(String
See the border-left-style property definition in CSS2.
|
void |
CSS2Properties.setBorderLeftWidth(String
See the border-left-width property definition in CSS2.
|
void |
CSS2Properties.setBorderRight(String
See the border-right property definition in CSS2.
|
void |
CSS2Properties.setBorderRightColor(String
See the border-right-color property definition in CSS2.
|
void |
CSS2Properties.setBorderRightStyle(String
See the border-right-style property definition in CSS2.
|
void |
CSS2Properties.setBorderRightWidth(String
See the border-right-width property definition in CSS2.
|
void |
CSS2Properties.setBorderSpacing(String
See the border-spacing property definition in CSS2.
|
void |
CSS2Properties.setBorderStyle(String
See the border-style property definition in CSS2.
|
void |
CSS2Properties.setBorderTop(String
See the border-top property definition in CSS2.
|
void |
CSS2Properties.setBorderTopColor(String
See the border-top-color property definition in CSS2.
|
void |
CSS2Properties.setBorderTopStyle(String
See the border-top-style property definition in CSS2.
|
void |
CSS2Properties.setBorderTopWidth(String
See the border-top-width property definition in CSS2.
|
void |
CSS2Properties.setBorderWidth(String
See the border-width property definition in CSS2.
|
void |
CSS2Properties.setBottom(String
See the bottom property definition in CSS2.
|
void |
CSS2Properties.setCaptionSide(String
See the caption-side property definition in CSS2.
|
void |
CSS2Properties.setClear(String
See the clear property definition in CSS2.
|
void |
CSS2Properties.setClip(String
See the clip property definition in CSS2.
|
void |
CSS2Properties.setColor(String
See the color property definition in CSS2.
|
void |
CSS2Properties.setContent(String
See the content property definition in CSS2.
|
void |
CSS2Properties.setCounterIncrement(String
See the counter-increment property definition in CSS2.
|
void |
CSS2Properties.setCounterReset(String
See the counter-reset property definition in CSS2.
|
void |
CSS2Properties.setCssFloat(String
See the float property definition in CSS2.
|
void |
CSSStyleDeclaration.setCssText(String
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
|
void |
CSSRule.setCssText(String
The parsable textual representation of the rule.
|
void |
CSSValue.setCssText(String
A string representation of the current value.
|
void |
CSS2Properties.setCue(String
See the cue property definition in CSS2.
|
void |
CSS2Properties.setCueAfter(String
See the cue-after property definition in CSS2.
|
void |
CSS2Properties.setCueBefore(String
See the cue-before property definition in CSS2.
|
void |
CSS2Properties.setCursor(String
See the cursor property definition in CSS2.
|
void |
CSS2Properties.setDirection(String
See the direction property definition in CSS2.
|
void |
CSS2Properties.setDisplay(String
See the display property definition in CSS2.
|
void |
CSS2Properties.setElevation(String
See the elevation property definition in CSS2.
|
void |
CSS2Properties.setEmptyCells(String
See the empty-cells property definition in CSS2.
|
void |
CSSCharsetRule.setEncoding(String
The encoding information used in this
@charset rule.
|
void |
CSS2Properties.setFont(String
See the font property definition in CSS2.
|
void |
CSS2Properties.setFontFamily(String
See the font-family property definition in CSS2.
|
void |
CSS2Properties.setFontSize(String
See the font-size property definition in CSS2.
|
void |
CSS2Properties.setFontSizeAdjust(String
See the font-size-adjust property definition in CSS2.
|
void |
CSS2Properties.setFontStretch(String
See the font-stretch property definition in CSS2.
|
void |
CSS2Properties.setFontStyle(String
See the font-style property definition in CSS2.
|
void |
CSS2Properties.setFontVariant(String
See the font-variant property definition in CSS2.
|
void |
CSS2Properties.setFontWeight(String
See the font-weight property definition in CSS2.
|
void |
CSS2Properties.setHeight(String
See the height property definition in CSS2.
|
void |
CSS2Properties.setLeft(String
See the left property definition in CSS2.
|
void |
CSS2Properties.setLetterSpacing(String
See the letter-spacing property definition in CSS2.
|
void |
CSS2Properties.setLineHeight(String
See the line-height property definition in CSS2.
|
void |
CSS2Properties.setListStyle(String
See the list-style property definition in CSS2.
|
void |
CSS2Properties.setListStyleImage(String
See the list-style-image property definition in CSS2.
|
void |
CSS2Properties.setListStylePosition(String
See the list-style-position property definition in CSS2.
|
void |
CSS2Properties.setListStyleType(String
See the list-style-type property definition in CSS2.
|
void |
CSS2Properties.setMargin(String
See the margin property definition in CSS2.
|
void |
CSS2Properties.setMarginBottom(String
See the margin-bottom property definition in CSS2.
|
void |
CSS2Properties.setMarginLeft(String
See the margin-left property definition in CSS2.
|
void |
CSS2Properties.setMarginRight(String
See the margin-right property definition in CSS2.
|
void |
CSS2Properties.setMarginTop(String
See the margin-top property definition in CSS2.
|
void |
CSS2Properties.setMarkerOffset(String
See the marker-offset property definition in CSS2.
|
void |
CSS2Properties.setMarks(String
See the marks property definition in CSS2.
|
void |
CSS2Properties.setMaxHeight(String
See the max-height property definition in CSS2.
|
void |
CSS2Properties.setMaxWidth(String
See the max-width property definition in CSS2.
|
void |
CSS2Properties.setMinHeight(String
See the min-height property definition in CSS2.
|
void |
CSS2Properties.setMinWidth(String
See the min-width property definition in CSS2.
|
void |
CSS2Properties.setOrphans(String
See the orphans property definition in CSS2.
|
void |
CSS2Properties.setOutline(String
See the outline property definition in CSS2.
|
void |
CSS2Properties.setOutlineColor(String
See the outline-color property definition in CSS2.
|
void |
CSS2Properties.setOutlineStyle(String
See the outline-style property definition in CSS2.
|
void |
CSS2Properties.setOutlineWidth(String
See the outline-width property definition in CSS2.
|
void |
CSS2Properties.setOverflow(String
See the overflow property definition in CSS2.
|
void |
CSS2Properties.setPadding(String
See the padding property definition in CSS2.
|
void |
CSS2Properties.setPaddingBottom(String
See the padding-bottom property definition in CSS2.
|
void |
CSS2Properties.setPaddingLeft(String
See the padding-left property definition in CSS2.
|
void |
CSS2Properties.setPaddingRight(String
See the padding-right property definition in CSS2.
|
void |
CSS2Properties.setPaddingTop(String
See the padding-top property definition in CSS2.
|
void |
CSS2Properties.setPage(String
See the page property definition in CSS2.
|
void |
CSS2Properties.setPageBreakAfter(String
See the page-break-after property definition in CSS2.
|
void |
CSS2Properties.setPageBreakBefore(String
See the page-break-before property definition in CSS2.
|
void |
CSS2Properties.setPageBreakInside(String
See the page-break-inside property definition in CSS2.
|
void |
CSS2Properties.setPause(String
See the pause property definition in CSS2.
|
void |
CSS2Properties.setPauseAfter(String
See the pause-after property definition in CSS2.
|
void |
CSS2Properties.setPauseBefore(String
See the pause-before property definition in CSS2.
|
void |
CSS2Properties.setPitch(String
See the pitch property definition in CSS2.
|
void |
CSS2Properties.setPitchRange(String
See the pitch-range property definition in CSS2.
|
void |
CSS2Properties.setPlayDuring(String
See the play-during property definition in CSS2.
|
void |
CSS2Properties.setPosition(String
See the position property definition in CSS2.
|
void |
CSSStyleDeclaration.setProperty(String
Used to set a property value and priority within this declaration block.
|
void |
CSS2Properties.setQuotes(String
See the quotes property definition in CSS2.
|
void |
CSS2Properties.setRichness(String
See the richness property definition in CSS2.
|
void |
CSS2Properties.setRight(String
See the right property definition in CSS2.
|
void |
CSSPageRule.setSelectorText(String
The parsable textual representation of the page selector for the rule.
|
void |
CSSStyleRule.setSelectorText(String
The textual representation of the selector for the rule set.
|
void |
CSS2Properties.setSize(String
See the size property definition in CSS2.
|
void |
CSS2Properties.setSpeak(String
See the speak property definition in CSS2.
|
void |
CSS2Properties.setSpeakHeader(String
See the speak-header property definition in CSS2.
|
void |
CSS2Properties.setSpeakNumeral(String
See the speak-numeral property definition in CSS2.
|
void |
CSS2Properties.setSpeakPunctuation(String
See the speak-punctuation property definition in CSS2.
|
void |
CSS2Properties.setSpeechRate(String
See the speech-rate property definition in CSS2.
|
void |
CSS2Properties.setStress(String
See the stress property definition in CSS2.
|
void |
CSSPrimitiveValue.setStringValue(short stringType, String
A method to set the string value with the specified unit.
|
void |
CSS2Properties.setTableLayout(String
See the table-layout property definition in CSS2.
|
void |
CSS2Properties.setTextAlign(String
See the text-align property definition in CSS2.
|
void |
CSS2Properties.setTextDecoration(String
See the text-decoration property definition in CSS2.
|
void |
CSS2Properties.setTextIndent(String
See the text-indent property definition in CSS2.
|
void |
CSS2Properties.setTextShadow(String
See the text-shadow property definition in CSS2.
|
void |
CSS2Properties.setTextTransform(String
See the text-transform property definition in CSS2.
|
void |
CSS2Properties.setTop(String
See the top property definition in CSS2.
|
void |
CSS2Properties.setUnicodeBidi(String
See the unicode-bidi property definition in CSS2.
|
void |
CSS2Properties.setVerticalAlign(String
See the vertical-align property definition in CSS2.
|
void |
CSS2Properties.setVisibility(String
See the visibility property definition in CSS2.
|
void |
CSS2Properties.setVoiceFamily(String
See the voice-family property definition in CSS2.
|
void |
CSS2Properties.setVolume(String
See the volume property definition in CSS2.
|
void |
CSS2Properties.setWhiteSpace(String
See the white-space property definition in CSS2.
|
void |
CSS2Properties.setWidows(String
See the widows property definition in CSS2.
|
void |
CSS2Properties.setWidth(String
See the width property definition in CSS2.
|
void |
CSS2Properties.setWordSpacing(String
See the word-spacing property definition in CSS2.
|
void |
CSS2Properties.setZIndex(String
See the z-index property definition in CSS2.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MutationEvent.getAttrName()
attrName indicates the name of the changed
Attr node in a DOMAttrModified event.
|
String |
MutationEvent.getNewValue()
newValue indicates the new value of the
Attr node in DOMAttrModified events, and of the
CharacterData node in DOMCharacterDataModified events.
|
String |
MutationEvent.getPrevValue()
prevValue indicates the previous value of the
Attr node in DOMAttrModified events, and of the
CharacterData node in DOMCharacterDataModified events.
|
String |
Event.getType()
The name of the event (case-insensitive).
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventTarget.addEventListener(String
This method allows the registration of event listeners on the event target.
|
Event |
DocumentEvent.createEvent(String
|
void |
Event.initEvent(String
The
initEvent method is used to initialize the value of an
Event created through the
DocumentEvent interface.
|
void |
MouseEvent.initMouseEvent(String
The
initMouseEvent method is used to initialize the value of a
MouseEvent created through the
DocumentEvent interface.
|
void |
MutationEvent.initMutationEvent(String
The
initMutationEvent method is used to initialize the value of a
MutationEvent created through the
DocumentEvent interface.
|
void |
UIEvent.initUIEvent(String
The
initUIEvent method is used to initialize the value of a
UIEvent created through the
DocumentEvent interface.
|
void |
EventTarget.removeEventListener(String
This method allows the removal of event listeners from the event target.
|
| Constructor and Description | |
|---|---|
EventException(short code, String
|
| Modifier and Type | Method and Description |
|---|---|
String |
HTMLTableCellElement.getAbbr()
Abbreviation for header cells.
|
String |
HTMLInputElement.getAccept()
A comma-separated list of content types that a server processing this form will handle correctly.
|
String |
HTMLFormElement.getAcceptCharset()
List of character sets supported by the server.
|
String |
HTMLAreaElement.getAccessKey()
A single character access key to give access to the form control.
|
String |
HTMLInputElement.getAccessKey()
A single character access key to give access to the form control.
|
String |
HTMLLabelElement.getAccessKey()
A single character access key to give access to the form control.
|
String |
HTMLButtonElement.getAccessKey()
A single character access key to give access to the form control.
|
String |
HTMLLegendElement.getAccessKey()
A single character access key to give access to the form control.
|
String |
HTMLAnchorElement.getAccessKey()
A single character access key to give access to the form control.
|
String |
HTMLTextAreaElement.getAccessKey()
A single character access key to give access to the form control.
|
String |
HTMLFormElement.getAction()
Server-side form handler.
|
String |
HTMLAppletElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
|
String |
HTMLParagraphElement.getAlign()
Horizontal text alignment.
|
String |
HTMLInputElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
|
String |
HTMLTableCaptionElement.getAlign()
Caption alignment with respect to the table.
|
String |
HTMLDivElement.getAlign()
Horizontal text alignment.
|
String |
HTMLIFrameElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
|
String |
HTMLHeadingElement.getAlign()
Horizontal text alignment.
|
String |
HTMLTableColElement.getAlign()
Horizontal alignment of cell data in column.
|
String |
HTMLHRElement.getAlign()
Align the rule on the page.
|
String |
HTMLTableElement.getAlign()
Specifies the table's position with respect to the rest of the document.
|
String |
HTMLObjectElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
|
String |
HTMLTableCellElement.getAlign()
Horizontal alignment of data in cell.
|
String |
HTMLImageElement.getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
|
String |
HTMLTableSectionElement.getAlign()
Horizontal alignment of data in cells.
|
String |
HTMLTableRowElement.getAlign()
Horizontal alignment of data within cells of this row.
|
String |
HTMLLegendElement.getAlign()
Text alignment relative to
FIELDSET .
|
String |
HTMLBodyElement.getALink()
Color of active links (after mouse-button down, but before mouse-button up).
|
String |
HTMLAppletElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.
|
String |
HTMLAreaElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.
|
String |
HTMLInputElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.
|
String |
HTMLImageElement.getAlt()
Alternate text for user agents not rendering the normal content of this element.
|
String |
HTMLAppletElement.getArchive()
Comma-separated archive list.
|
String |
HTMLObjectElement.getArchive()
Space-separated list of archives.
|
String |
HTMLTableCellElement.getAxis()
Names group of related headers.
|
String |
HTMLBodyElement.getBackground()
URI of the background texture tile image.
|
String |
HTMLBodyElement.getBgColor()
Document background color.
|
String |
HTMLTableElement.getBgColor()
Cell background color.
|
String |
HTMLTableCellElement.getBgColor()
Cell background color.
|
String |
HTMLTableRowElement.getBgColor()
Background color for rows.
|
String |
HTMLTableElement.getBorder()
The width of the border around the table.
|
String |
HTMLObjectElement.getBorder()
Width of border around the object.
|
String |
HTMLImageElement.getBorder()
Width of border around image.
|
String |
HTMLTableElement.getCellPadding()
Specifies the horizontal and vertical space between cell content and cell borders.
|
String |
HTMLTableElement.getCellSpacing()
Specifies the horizontal and vertical separation between cells.
|
String |
HTMLTableColElement.getCh()
Alignment character for cells in a column.
|
String |
HTMLTableCellElement.getCh()
Alignment character for cells in a column.
|
String |
HTMLTableSectionElement.getCh()
Alignment character for cells in a column.
|
String |
HTMLTableRowElement.getCh()
Alignment character for cells in a column.
|
String |
HTMLLinkElement.getCharset()
The character encoding of the resource being linked to.
|
String |
HTMLScriptElement.getCharset()
The character encoding of the linked resource.
|
String |
HTMLAnchorElement.getCharset()
The character encoding of the linked resource.
|
String |
HTMLTableColElement.getChOff()
Offset of alignment character.
|
String |
HTMLTableCellElement.getChOff()
Offset of alignment character.
|
String |
HTMLTableSectionElement.getChOff()
Offset of alignment character.
|
String |
HTMLTableRowElement.getChOff()
Offset of alignment character.
|
String |
HTMLModElement.getCite()
A URI designating a document that describes the reason for the change.
|
String |
HTMLQuoteElement.getCite()
A URI designating a source document or message.
|
String |
HTMLElement.getClassName()
The class attribute of the element.
|
String |
HTMLBRElement.getClear()
Control flow of text around floats.
|
String |
HTMLAppletElement.getCode()
Applet class file.
|
String |
HTMLObjectElement.getCode()
Applet class file.
|
String |
HTMLAppletElement.getCodeBase()
Optional base URI for applet.
|
String |
HTMLObjectElement.getCodeBase()
Base URI for
classid ,
data , and
archive attributes.
|
String |
HTMLObjectElement.getCodeType()
Content type for data downloaded via
classid attribute.
|
String |
HTMLBaseFontElement.getColor()
Font color.
|
String |
HTMLFontElement.getColor()
Font color.
|
String |
HTMLFrameSetElement.getCols()
The number of columns of frames in the frameset.
|
String |
HTMLMetaElement.getContent()
Associated information.
|
String |
HTMLDocument.getCookie()
The cookies associated with this document.
|
String |
HTMLAreaElement.getCoords()
Comma-separated list of lengths, defining an active region geometry.
|
String |
HTMLAnchorElement.getCoords()
Comma-separated list of lengths, defining an active region geometry.
|
String |
HTMLObjectElement.getData()
A URI specifying the location of the object's data.
|
String |
HTMLModElement.getDateTime()
The date and time of the change.
|
String |
HTMLInputElement.getDefaultValue()
When the
type attribute of the element has the value "Text", "File" or "Password", this represents the HTML value attribute of the element.
|
String |
HTMLTextAreaElement.getDefaultValue()
Represents the contents of the element.
|
String |
HTMLElement.getDir()
Specifies the base direction of directionally neutral text and the directionality of tables.
|
String |
HTMLDocument.getDomain()
The domain name of the server that served the document, or
null if the server cannot be identified by a domain name.
|
String |
HTMLFormElement.getEnctype()
The content type of the submitted form, generally "application/x-www-form-urlencoded".
|
String |
HTMLScriptElement.getEvent()
Reserved for future use.
|
String |
HTMLBaseFontElement.getFace()
Font face identifier.
|
String |
HTMLFontElement.getFace()
Font face identifier.
|
String |
HTMLTableElement.getFrame()
Specifies which external table borders to render.
|
String |
HTMLFrameElement.getFrameBorder()
Request frame borders.
|
String |
HTMLIFrameElement.getFrameBorder()
Request frame borders.
|
String |
HTMLTableCellElement.getHeaders()
List of
id attribute values for header cells.
|
String |
HTMLAppletElement.getHeight()
Override height.
|
String |
HTMLIFrameElement.getHeight()
Frame height.
|
String |
HTMLObjectElement.getHeight()
Override height.
|
String |
HTMLTableCellElement.getHeight()
Cell height.
|
String |
HTMLImageElement.getHeight()
Override height.
|
String |
HTMLAreaElement.getHref()
The URI of the linked resource.
|
String |
HTMLLinkElement.getHref()
The URI of the linked resource.
|
String |
HTMLAnchorElement.getHref()
The URI of the linked resource.
|
String |
HTMLBaseElement.getHref()
The base URI.
|
String |
HTMLLinkElement.getHreflang()
Language code of the linked resource.
|
String |
HTMLAnchorElement.getHreflang()
Language code of the linked resource.
|
String |
HTMLAppletElement.getHspace()
Horizontal space to the left and right of this image, applet, or object.
|
String |
HTMLObjectElement.getHspace()
Horizontal space to the left and right of this image, applet, or object.
|
String |
HTMLImageElement.getHspace()
Horizontal space to the left and right of this image.
|
String |
HTMLLabelElement.getHtmlFor()
This attribute links this label with another form control by
id attribute.
|
String |
HTMLScriptElement.getHtmlFor()
Reserved for future use.
|
String |
HTMLMetaElement.getHttpEquiv()
HTTP response header name.
|
String |
HTMLElement.getId()
The element's identifier.
|
String |
HTMLOptionElement.getLabel()
Option label for use in hierarchical menus.
|
String |
HTMLOptGroupElement.getLabel()
Assigns a label to this option group.
|
String |
HTMLElement.getLang()
Language code defined in RFC 1766.
|
String |
HTMLBodyElement.getLink()
Color of links that are not active and unvisited.
|
String |
HTMLFrameElement.getLongDesc()
URI designating a long description of this image or frame.
|
String |
HTMLIFrameElement.getLongDesc()
URI designating a long description of this image or frame.
|
String |
HTMLImageElement.getLongDesc()
URI designating a long description of this image or frame.
|
String |
HTMLImageElement.getLowSrc()
URI designating the source of this image, for low-resolution output.
|
String |
HTMLFrameElement.getMarginHeight()
Frame margin height, in pixels.
|
String |
HTMLIFrameElement.getMarginHeight()
Frame margin height, in pixels.
|
String |
HTMLFrameElement.getMarginWidth()
Frame margin width, in pixels.
|
String |
HTMLIFrameElement.getMarginWidth()
Frame margin width, in pixels.
|
String |
HTMLLinkElement.getMedia()
Designed for use with one or more target media.
|
String |
HTMLStyleElement.getMedia()
Designed for use with one or more target media.
|
String |
HTMLFormElement.getMethod()
HTTP method used to submit form.
|
String |
HTMLAppletElement.getName()
The name of the applet.
|
String |
HTMLSelectElement.getName()
Form control or object name when submitted with a form.
|
String |
HTMLInputElement.getName()
Form control or object name when submitted with a form.
|
String |
HTMLMapElement.getName()
Names the map (for use with
usemap ).
|
String |
HTMLFrameElement.getName()
The frame name (object of the
target attribute).
|
String |
HTMLIFrameElement.getName()
The frame name (object of the
target attribute).
|
String |
HTMLFormElement.getName()
Names the form.
|
String |
HTMLButtonElement.getName()
Form control or object name when submitted with a form.
|
String |
HTMLObjectElement.getName()
Form control or object name when submitted with a form.
|
String |
HTMLMetaElement.getName()
Meta information name.
|
String |
HTMLImageElement.getName()
The name of the element (for backwards compatibility).
|
String |
HTMLParamElement.getName()
The name of a run-time parameter.
|
String |
HTMLAnchorElement.getName()
Anchor name.
|
String |
HTMLTextAreaElement.getName()
Form control or object name when submitted with a form.
|
String |
HTMLAppletElement.getObject()
Serialized applet file.
|
String |
HTMLHeadElement.getProfile()
URI designating a metadata profile.
|
String |
HTMLIsIndexElement.getPrompt()
The prompt message.
|
String |
HTMLDocument.getReferrer()
Returns the URI of the page that linked to this page.
|
String |
HTMLLinkElement.getRel()
Forward link type.
|
String |
HTMLAnchorElement.getRel()
Forward link type.
|
String |
HTMLLinkElement.getRev()
Reverse link type.
|
String |
HTMLAnchorElement.getRev()
Reverse link type.
|
String |
HTMLFrameSetElement.getRows()
The number of rows of frames in the frameset.
|
String |
HTMLTableElement.getRules()
Specifies which internal table borders to render.
|
String |
HTMLMetaElement.getScheme()
Select form of content.
|
String |
HTMLTableCellElement.getScope()
Scope covered by header cells.
|
String |
HTMLFrameElement.getScrolling()
Specify whether or not the frame should have scrollbars.
|
String |
HTMLIFrameElement.getScrolling()
Specify whether or not the frame should have scrollbars.
|
String |
HTMLAreaElement.getShape()
The shape of the active area.
|
String |
HTMLAnchorElement.getShape()
The shape of the active area.
|
String |
HTMLBaseFontElement.getSize()
Font size.
|
String |
HTMLInputElement.getSize()
Size information.
|
String |
HTMLHRElement.getSize()
The height of the rule.
|
String |
HTMLFontElement.getSize()
Font size.
|
String |
HTMLInputElement.getSrc()
When the
type attribute has the value "Image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
|
String |
HTMLFrameElement.getSrc()
A URI designating the initial frame contents.
|
String |
HTMLScriptElement.getSrc()
URI designating an external script.
|
String |
HTMLIFrameElement.getSrc()
A URI designating the initial frame contents.
|
String |
HTMLImageElement.getSrc()
URI designating the source of this image.
|
String |
HTMLObjectElement.getStandby()
Message to render while loading the object.
|
String |
HTMLTableElement.getSummary()
Description about the purpose or structure of a table.
|
String |
HTMLAreaElement.getTarget()
Frame to render the resource in.
|
String |
HTMLLinkElement.getTarget()
Frame to render the resource in.
|
String |
HTMLFormElement.getTarget()
Frame to render the resource in.
|
String |
HTMLAnchorElement.getTarget()
Frame to render the resource in.
|
String |
HTMLBaseElement.getTarget()
The default target frame.
|
String |
HTMLBodyElement.getText()
Document text color.
|
String |
HTMLTitleElement.getText()
The specified title as a string.
|
String |
HTMLOptionElement.getText()
The text contained within the option element.
|
String |
HTMLScriptElement.getText()
The script content of the element.
|
String |
HTMLDocument.getTitle()
The title of a document as specified by the
TITLE element in the head of the document.
|
String |
HTMLElement.getTitle()
The element's advisory title.
|
String |
HTMLSelectElement.getType()
The type of this form control.
|
String |
HTMLLinkElement.getType()
Advisory content type.
|
String |
HTMLUListElement.getType()
Bullet style.
|
String |
HTMLInputElement.getType()
The type of control created.
|
String |
HTMLScriptElement.getType()
The content type of the script language.
|
String |
HTMLOListElement.getType()
Numbering style.
|
String |
HTMLButtonElement.getType()
The type of button.
|
String |
HTMLObjectElement.getType()
Content type for data downloaded via
data attribute.
|
String |
HTMLStyleElement.getType()
The content type pf the style sheet language.
|
String |
HTMLLIElement.getType()
List item bullet style.
|
String |
HTMLParamElement.getType()
Content type for the
value attribute when
valuetype has the value "ref".
|
String |
HTMLAnchorElement.getType()
Advisory content type.
|
String |
HTMLTextAreaElement.getType()
The type of this form control.
|
String |
HTMLDocument.getURL()
The complete URI of the document.
|
String |
HTMLInputElement.getUseMap()
Use client-side image map.
|
String |
HTMLObjectElement.getUseMap()
Use client-side image map.
|
String |
HTMLImageElement.getUseMap()
Use client-side image map.
|
String |
HTMLTableColElement.getVAlign()
Vertical alignment of cell data in column.
|
String |
HTMLTableCellElement.getVAlign()
Vertical alignment of data in cell.
|
String |
HTMLTableSectionElement.getVAlign()
Vertical alignment of data in cells.
|
String |
HTMLTableRowElement.getVAlign()
Vertical alignment of data within cells of this row.
|
String |
HTMLSelectElement.getValue()
The current form control value.
|
String |
HTMLOptionElement.getValue()
The current form control value.
|
String |
HTMLInputElement.getValue()
When the
type 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.
|
String |
HTMLButtonElement.getValue()
The current form control value.
|
String |
HTMLParamElement.getValue()
The value of a run-time parameter.
|
String |
HTMLTextAreaElement.getValue()
Represents the current contents of the corresponding form control, in an interactive user agent.
|
String |
HTMLParamElement.getValueType()
Information about the meaning of the
value attribute value.
|
String |
HTMLHtmlElement.getVersion()
Version information about the document's DTD.
|
String |
HTMLBodyElement.getVLink()
Color of links that have been visited by the user.
|
String |
HTMLAppletElement.getVspace()
Vertical space above and below this image, applet, or object.
|
String |
HTMLObjectElement.getVspace()
Vertical space above and below this image, applet, or object.
|
String |
HTMLImageElement.getVspace()
Vertical space above and below this image.
|
String |
HTMLAppletElement.getWidth()
Override width.
|
String |
HTMLIFrameElement.getWidth()
Frame width.
|
String |
HTMLTableColElement.getWidth()
Default column width.
|
String |
HTMLHRElement.getWidth()
The width of the rule.
|
String |
HTMLTableElement.getWidth()
Specifies the desired table width.
|
String |
HTMLObjectElement.getWidth()
Override width.
|
String |
HTMLTableCellElement.getWidth()
Cell width.
|
String |
HTMLImageElement.getWidth()
Override width.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLDocument |
HTMLDOMImplementation.createHTMLDocument(String
Creates an
HTMLDocument object with the minimal tree made of the following elements:
HTML ,
HEAD ,
TITLE , and
BODY .
|
NodeList |
HTMLDocument.getElementsByName(String
Returns the (possibly empty) collection of elements whose
name value is given by
elementName .
|
Node |
HTMLCollection.namedItem(String
This method retrieves a
Node using a name.
|
void |
HTMLTableCellElement.setAbbr(String
|
void |
HTMLInputElement.setAccept(String
|
void |
HTMLFormElement.setAcceptCharset(String
|
void |
HTMLAreaElement.setAccessKey(String
|
void |
HTMLInputElement.setAccessKey(String
|
void |
HTMLLabelElement.setAccessKey(String
|
void |
HTMLButtonElement.setAccessKey(String
|
void |
HTMLLegendElement.setAccessKey(String
|
void |
HTMLAnchorElement.setAccessKey(String
|
void |
HTMLTextAreaElement.setAccessKey(String
|
void |
HTMLFormElement.setAction(String
|
void |
HTMLAppletElement.setAlign(String
|
void |
HTMLParagraphElement.setAlign(String
|
void |
HTMLInputElement.setAlign(String
|
void |
HTMLTableCaptionElement.setAlign(String
|
void |
HTMLDivElement.setAlign(String
|
void |
HTMLIFrameElement.setAlign(String
|
void |
HTMLHeadingElement.setAlign(String
|
void |
HTMLTableColElement.setAlign(String
|
void |
HTMLHRElement.setAlign(String
|
void |
HTMLTableElement.setAlign(String
|
void |
HTMLObjectElement.setAlign(String
|
void |
HTMLTableCellElement.setAlign(String
|
void |
HTMLImageElement.setAlign(String
|
void |
HTMLTableSectionElement.setAlign(String
|
void |
HTMLTableRowElement.setAlign(String
|
void |
HTMLLegendElement.setAlign(String
|
void |
HTMLBodyElement.setALink(String
|
void |
HTMLAppletElement.setAlt(String
|
void |
HTMLAreaElement.setAlt(String
|
void |
HTMLInputElement.setAlt(String
|
void |
HTMLImageElement.setAlt(String
|
void |
HTMLAppletElement.setArchive(String
|
void |
HTMLObjectElement.setArchive(String
|
void |
HTMLTableCellElement.setAxis(String
|
void |
HTMLBodyElement.setBackground(String
|
void |
HTMLBodyElement.setBgColor(String
|
void |
HTMLTableElement.setBgColor(String
|
void |
HTMLTableCellElement.setBgColor(String
|
void |
HTMLTableRowElement.setBgColor(String
|
void |
HTMLTableElement.setBorder(String
|
void |
HTMLObjectElement.setBorder(String
|
void |
HTMLImageElement.setBorder(String
|
void |
HTMLTableElement.setCellPadding(String
|
void |
HTMLTableElement.setCellSpacing(String
|
void |
HTMLTableColElement.setCh(String
|
void |
HTMLTableCellElement.setCh(String
|
void |
HTMLTableSectionElement.setCh(String
|
void |
HTMLTableRowElement.setCh(String
|
void |
HTMLLinkElement.setCharset(String
|
void |
HTMLScriptElement.setCharset(String
|
void |
HTMLAnchorElement.setCharset(String
|
void |
HTMLTableColElement.setChOff(String
|
void |
HTMLTableCellElement.setChOff(String
|
void |
HTMLTableSectionElement.setChOff(String
|
void |
HTMLTableRowElement.setChOff(String
|
void |
HTMLModElement.setCite(String
|
void |
HTMLQuoteElement.setCite(String
|
void |
HTMLElement.setClassName(String
|
void |
HTMLBRElement.setClear(String
|
void |
HTMLAppletElement.setCode(String
|
void |
HTMLObjectElement.setCode(String
|
void |
HTMLAppletElement.setCodeBase(String
|
void |
HTMLObjectElement.setCodeBase(String
|
void |
HTMLObjectElement.setCodeType(String
|
void |
HTMLBaseFontElement.setColor(String
|
void |
HTMLFontElement.setColor(String
|
void |
HTMLFrameSetElement.setCols(String
|
void |
HTMLMetaElement.setContent(String
|
void |
HTMLDocument.setCookie(String
|
void |
HTMLAreaElement.setCoords(String
|
void |
HTMLAnchorElement.setCoords(String
|
void |
HTMLObjectElement.setData(String
|
void |
HTMLModElement.setDateTime(String
|
void |
HTMLInputElement.setDefaultValue(String
|
void |
HTMLTextAreaElement.setDefaultValue(String
|
void |
HTMLElement.setDir(String
|
void |
HTMLFormElement.setEnctype(String
|
void |
HTMLScriptElement.setEvent(String
|
void |
HTMLBaseFontElement.setFace(String
|
void |
HTMLFontElement.setFace(String
|
void |
HTMLTableElement.setFrame(String
|
void |
HTMLFrameElement.setFrameBorder(String
|
void |
HTMLIFrameElement.setFrameBorder(String
|
void |
HTMLTableCellElement.setHeaders(String
|
void |
HTMLAppletElement.setHeight(String
|
void |
HTMLIFrameElement.setHeight(String
|
void |
HTMLObjectElement.setHeight(String
|
void |
HTMLTableCellElement.setHeight(String
|
void |
HTMLImageElement.setHeight(String
|
void |
HTMLAreaElement.setHref(String
|
void |
HTMLLinkElement.setHref(String
|
void |
HTMLAnchorElement.setHref(String
|
void |
HTMLBaseElement.setHref(String
|
void |
HTMLLinkElement.setHreflang(String
|
void |
HTMLAnchorElement.setHreflang(String
|
void |
HTMLAppletElement.setHspace(String
|
void |
HTMLObjectElement.setHspace(String
|
void |
HTMLImageElement.setHspace(String
|
void |
HTMLLabelElement.setHtmlFor(String
|
void |
HTMLScriptElement.setHtmlFor(String
|
void |
HTMLMetaElement.setHttpEquiv(String
|
void |
HTMLElement.setId(String
|
void |
HTMLOptionElement.setLabel(String
|
void |
HTMLOptGroupElement.setLabel(String
|
void |
HTMLElement.setLang(String
|
void |
HTMLBodyElement.setLink(String
|
void |
HTMLFrameElement.setLongDesc(String
|
void |
HTMLIFrameElement.setLongDesc(String
|
void |
HTMLImageElement.setLongDesc(String
|
void |
HTMLImageElement.setLowSrc(String
|
void |
HTMLFrameElement.setMarginHeight(String
|
void |
HTMLIFrameElement.setMarginHeight(String
|
void |
HTMLFrameElement.setMarginWidth(String
|
void |
HTMLIFrameElement.setMarginWidth(String
|
void |
HTMLLinkElement.setMedia(String
|
void |
HTMLStyleElement.setMedia(String
|
void |
HTMLFormElement.setMethod(String
|
void |
HTMLAppletElement.setName(String
|
void |
HTMLSelectElement.setName(String
|
void |
HTMLInputElement.setName(String
|
void |
HTMLMapElement.setName(String
|
void |
HTMLFrameElement.setName(String
|
void |
HTMLIFrameElement.setName(String
|
void |
HTMLFormElement.setName(String
|
void |
HTMLButtonElement.setName(String
|
void |
HTMLObjectElement.setName(String
|
void |
HTMLMetaElement.setName(String
|
void |
HTMLImageElement.setName(String
|
void |
HTMLParamElement.setName(String
|
void |
HTMLAnchorElement.setName(String
|
void |
HTMLTextAreaElement.setName(String
|
void |
HTMLAppletElement.setObject(String
|
void |
HTMLHeadElement.setProfile(String
|
void |
HTMLIsIndexElement.setPrompt(String
|
void |
HTMLLinkElement.setRel(String
|
void |
HTMLAnchorElement.setRel(String
|
void |
HTMLLinkElement.setRev(String
|
void |
HTMLAnchorElement.setRev(String
|
void |
HTMLFrameSetElement.setRows(String
|
void |
HTMLTableElement.setRules(String
|
void |
HTMLMetaElement.setScheme(String
|
void |
HTMLTableCellElement.setScope(String
|
void |
HTMLFrameElement.setScrolling(String
|
void |
HTMLIFrameElement.setScrolling(String
|
void |
HTMLAreaElement.setShape(String
|
void |
HTMLAnchorElement.setShape(String
|
void |
HTMLBaseFontElement.setSize(String
|
void |
HTMLInputElement.setSize(String
|
void |
HTMLHRElement.setSize(String
|
void |
HTMLFontElement.setSize(String
|
void |
HTMLInputElement.setSrc(String
|
void |
HTMLFrameElement.setSrc(String
|
void |
HTMLScriptElement.setSrc(String
|
void |
HTMLIFrameElement.setSrc(String
|
void |
HTMLImageElement.setSrc(String
|
void |
HTMLObjectElement.setStandby(String
|
void |
HTMLTableElement.setSummary(String
|
void |
HTMLAreaElement.setTarget(String
|
void |
HTMLLinkElement.setTarget(String
|
void |
HTMLFormElement.setTarget(String
|
void |
HTMLAnchorElement.setTarget(String
|
void |
HTMLBaseElement.setTarget(String
|
void |
HTMLBodyElement.setText(String
|
void |
HTMLTitleElement.setText(String
|
void |
HTMLScriptElement.setText(String
|
void |
HTMLDocument.setTitle(String
|
void |
HTMLElement.setTitle(String
|
void |
HTMLLinkElement.setType(String
|
void |
HTMLUListElement.setType(String
|
void |
HTMLScriptElement.setType(String
|
void |
HTMLOListElement.setType(String
|
void |
HTMLObjectElement.setType(String
|
void |
HTMLStyleElement.setType(String
|
void |
HTMLLIElement.setType(String
|
void |
HTMLParamElement.setType(String
|
void |
HTMLAnchorElement.setType(String
|
void |
HTMLInputElement.setUseMap(String
|
void |
HTMLObjectElement.setUseMap(String
|
void |
HTMLImageElement.setUseMap(String
|
void |
HTMLTableColElement.setVAlign(String
|
void |
HTMLTableCellElement.setVAlign(String
|
void |
HTMLTableSectionElement.setVAlign(String
|
void |
HTMLTableRowElement.setVAlign(String
|
void |
HTMLSelectElement.setValue(String
|
void |
HTMLOptionElement.setValue(String
|
void |
HTMLInputElement.setValue(String
|
void |
HTMLButtonElement.setValue(String
|
void |
HTMLParamElement.setValue(String
|
void |
HTMLTextAreaElement.setValue(String
|
void |
HTMLParamElement.setValueType(String
|
void |
HTMLHtmlElement.setVersion(String
|
void |
HTMLBodyElement.setVLink(String
|
void |
HTMLAppletElement.setVspace(String
|
void |
HTMLObjectElement.setVspace(String
|
void |
HTMLImageElement.setVspace(String
|
void |
HTMLAppletElement.setWidth(String
|
void |
HTMLIFrameElement.setWidth(String
|
void |
HTMLTableColElement.setWidth(String
|
void |
HTMLHRElement.setWidth(String
|
void |
HTMLTableElement.setWidth(String
|
void |
HTMLObjectElement.setWidth(String
|
void |
HTMLTableCellElement.setWidth(String
|
void |
HTMLImageElement.setWidth(String
|
void |
HTMLDocument.write(String
Write a string of text to a document stream opened by
open() .
|
void |
HTMLDocument.writeln(String
Write a string of text followed by a newline character to a document stream opened by
open() .
|
| Modifier and Type | Method and Description |
|---|---|
String |
LSInput.getBaseURI()
The base URI to be used (see section 5.1.4 in [
IETF RFC 2396]) for resolving a relative
systemId to an absolute URI.
|
String |
LSInput.getEncoding()
The character encoding, if known.
|
String |
LSOutput.getEncoding()
The character encoding to use for the output.
|
String |
LSSerializer.getNewLine()
The end-of-line sequence of characters to be used in the XML being written out.
|
String |
LSInput.getPublicId()
The public identifier for this input source.
|
String |
LSInput.getStringData()
String data to parse.
|
String |
LSInput.getSystemId()
The system identifier, a URI reference [
IETF RFC 2396], for this input source.
|
String |
LSOutput.getSystemId()
The system identifier, a URI reference [
IETF RFC 2396], for this output destination.
|
String |
LSSerializer.writeToString(Node
Serialize the specified node as described above in the general description of the
LSSerializer interface.
|
| Modifier and Type | Method and Description |
|---|---|
LSParser |
DOMImplementationLS.createLSParser(short mode, String
Create a new
LSParser.
|
Document |
LSParser.parseURI(String
Parse an XML document from a location identified by a URI reference [
IETF RFC 2396].
|
LSInput |
LSResourceResolver.resolveResource(String
Allow the application to resolve external resources.
|
void |
LSInput.setBaseURI(String
The base URI to be used (see section 5.1.4 in [
IETF RFC 2396]) for resolving a relative
systemId to an absolute URI.
|
void |
LSInput.setEncoding(String
The character encoding, if known.
|
void |
LSOutput.setEncoding(String
The character encoding to use for the output.
|
void |
LSSerializer.setNewLine(String
The end-of-line sequence of characters to be used in the XML being written out.
|
void |
LSInput.setPublicId(String
The public identifier for this input source.
|
void |
LSInput.setStringData(String
String data to parse.
|
void |
LSInput.setSystemId(String
The system identifier, a URI reference [
IETF RFC 2396], for this input source.
|
void |
LSOutput.setSystemId(String
The system identifier, a URI reference [
IETF RFC 2396], for this output destination.
|
boolean |
LSSerializer.writeToURI(Node
A convenience method that acts as if
LSSerializer.write was called with a
LSOutput with no encoding specified and
LSOutput.systemId set to the
uri argument.
|
| Constructor and Description | |
|---|---|
LSException(short code, String
|
| Modifier and Type | Method and Description |
|---|---|
String |
Range.toString()
Returns the contents of a Range as a string.
|
| Constructor and Description | |
|---|---|
RangeException(short code, String
|
| Modifier and Type | Method and Description |
|---|---|
String |
StyleSheet.getHref()
If the style sheet is a linked style sheet, the value of its attribute is its location.
|
String |
MediaList.getMediaText()
The parsable textual representation of the media list.
|
String |
StyleSheet.getTitle()
The advisory title.
|
String |
StyleSheet.getType()
This specifies the style sheet language for this style sheet.
|
String |
MediaList.item(int index)
Returns the
indexth in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaList.appendMedium(String
Adds the medium
newMedium to the end of the list.
|
void |
MediaList.deleteMedium(String
Deletes the medium indicated by
oldMedium from the list.
|
void |
MediaList.setMediaText(String
The parsable textual representation of the media list.
|
| Modifier and Type | Method and Description |
|---|---|
String |
XPathResult.getStringValue()
The value of this string result.
|
String |
XPathNSResolver.lookupNamespaceURI(String
Look up the namespace URI associated to the given namespace prefix.
|
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
XPathEvaluator.createExpression(String
Creates a parsed XPath expression with resolved namespaces.
|
Object |
XPathEvaluator.evaluate(String
Evaluates an XPath expression string and returns a result of the specified type if possible.
|
String |
XPathNSResolver.lookupNamespaceURI(String
Look up the namespace URI associated to the given namespace prefix.
|
| Constructor and Description | |
|---|---|
XPathException(short code, String
|
| Modifier and Type | Method and Description |
|---|---|
String |
InputSource.getEncoding()
Get the character encoding for a byte stream or URI.
|
String |
Attributes.getLocalName(int index)
Look up an attribute's local name by index.
|
String |
SAXException.getMessage()
Return a detail message for this exception.
|
String |
AttributeList.getName(int i)
Deprecated.
Return the name of an attribute in this list (by position).
|
String |
SAXParseException.getPublicId()
Get the public identifier of the entity where the exception occurred.
|
String |
Locator.getPublicId()
Return the public identifier for the current document event.
|
String |
InputSource.getPublicId()
Get the public identifier for this input source.
|
String |
Attributes.getQName(int index)
Look up an attribute's XML qualified (prefixed) name by index.
|
String |
SAXParseException.getSystemId()
Get the system identifier of the entity where the exception occurred.
|
String |
Locator.getSystemId()
Return the system identifier for the current document event.
|
String |
InputSource.getSystemId()
Get the system identifier for this input source.
|
String |
AttributeList.getType(int i)
Deprecated.
Return the type of an attribute in the list (by position).
|
String |
Attributes.getType(int index)
Look up an attribute's type by index.
|
String |
AttributeList.getType(String
Deprecated.
Return the type of an attribute in the list (by name).
|
String |
Attributes.getType(String
Look up an attribute's type by XML qualified (prefixed) name.
|
String |
Attributes.getType(String
Look up an attribute's type by Namespace name.
|
String |
Attributes.getURI(int index)
Look up an attribute's Namespace URI by index.
|
String |
AttributeList.getValue(int i)
Deprecated.
Return the value of an attribute in the list (by position).
|
String |
Attributes.getValue(int index)
Look up an attribute's value by index.
|
String |
AttributeList.getValue(String
Deprecated.
Return the value of an attribute in the list (by name).
|
String |
Attributes.getValue(String
Look up an attribute's value by XML qualified (prefixed) name.
|
String |
Attributes.getValue(String
Look up an attribute's value by Namespace name.
|
String |
SAXParseException.toString()
Override toString to provide more detailed error message.
|
String |
SAXException.toString()
Override toString to pick up any embedded exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBase.endElement(String
Deprecated.
Receive notification of the end of an element.
|
void |
DocumentHandler.endElement(String
Deprecated.
Receive notification of the end of an element.
|
void |
ContentHandler.endElement(String
Receive notification of the end of an element.
|
void |
ContentHandler.endPrefixMapping(String
End the scope of a prefix-URI mapping.
|
boolean |
XMLReader.getFeature(String
Look up the value of a feature flag.
|
int |
Attributes.getIndex(String
Look up the index of an attribute by XML qualified (prefixed) name.
|
int |
Attributes.getIndex(String
Look up the index of an attribute by Namespace name.
|
Object |
XMLReader.getProperty(String
Look up the value of a property.
|
String |
AttributeList.getType(String
Deprecated.
Return the type of an attribute in the list (by name).
|
String |
Attributes.getType(String
Look up an attribute's type by XML qualified (prefixed) name.
|
String |
Attributes.getType(String
Look up an attribute's type by Namespace name.
|
String |
AttributeList.getValue(String
Deprecated.
Return the value of an attribute in the list (by name).
|
String |
Attributes.getValue(String
Look up an attribute's value by XML qualified (prefixed) name.
|
String |
Attributes.getValue(String
Look up an attribute's value by Namespace name.
|
void |
HandlerBase.notationDecl(String
Deprecated.
Receive notification of a notation declaration.
|
void |
DTDHandler.notationDecl(String
Receive notification of a notation declaration event.
|
void |
XMLReader.parse(String
Parse an XML document from a system identifier (URI).
|
void |
Parser.parse(String
Deprecated.
Parse an XML document from a system identifier (URI).
|
void |
HandlerBase.processingInstruction(String
Deprecated.
Receive notification of a processing instruction.
|
void |
ContentHandler.processingInstruction(String
Receive notification of a processing instruction.
|
void |
DocumentHandler.processingInstruction(String
Deprecated.
Receive notification of a processing instruction.
|
InputSource |
EntityResolver.resolveEntity(String
Allow the application to resolve external entities.
|
InputSource |
HandlerBase.resolveEntity(String
Deprecated.
Resolve an external entity.
|
void |
InputSource.setEncoding(String
Set the character encoding, if known.
|
void |
XMLReader.setFeature(String
Set the value of a feature flag.
|
void |
XMLReader.setProperty(String
Set the value of a property.
|
void |
InputSource.setPublicId(String
Set the public identifier for this input source.
|
void |
InputSource.setSystemId(String
Set the system identifier for this input source.
|
void |
ContentHandler.skippedEntity(String
Receive notification of a skipped entity.
|
void |
HandlerBase.startElement(String
Deprecated.
Receive notification of the start of an element.
|
void |
DocumentHandler.startElement(String
Deprecated.
Receive notification of the beginning of an element.
|
void |
ContentHandler.startElement(String
Receive notification of the beginning of an element.
|
void |
ContentHandler.startPrefixMapping(String
Begin the scope of a prefix-URI Namespace mapping.
|
void |
HandlerBase.unparsedEntityDecl(String
Deprecated.
Receive notification of an unparsed entity declaration.
|
void |
DTDHandler.unparsedEntityDecl(String
Receive notification of an unparsed entity declaration event.
|
| Constructor and Description | |
|---|---|
InputSource(String
Create a new input source with a system identifier.
|
|
SAXException(String
Create a new SAXException.
|
|
SAXException(String
Create a new SAXException from an existing exception.
|
|
SAXNotRecognizedException(String
Construct a new exception with the given message.
|
|
SAXNotSupportedException(String
Construct a new exception with the given message.
|
|
SAXParseException(String
Create a new SAXParseException from a message and a Locator.
|
|
SAXParseException(String
Wrap an existing exception in a SAXParseException.
|
|
SAXParseException(String
Create a new SAXParseException.
|
|
SAXParseException(String
Create a new SAXParseException with an embedded exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Locator2.getEncoding()
Returns the name of the character encoding for the entity.
|
String |
Locator2Impl.getEncoding()
Returns the current value of the encoding property.
|
String |
Locator2.getXMLVersion()
Returns the version of XML used for the entity.
|
String |
Locator2Impl.getXMLVersion()
Returns the current value of the version property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes2Impl.addAttribute(String
Add an attribute to the end of the list, setting its "specified" flag to true.
|
void |
DeclHandler.attributeDecl(String
Report an attribute type declaration.
|
void |
DefaultHandler2.attributeDecl(String
|
void |
DeclHandler.elementDecl(String
Report an element type declaration.
|
void |
DefaultHandler2.elementDecl(String
|
void |
LexicalHandler.endEntity(String
Report the end of an entity.
|
void |
DefaultHandler2.endEntity(String
|
void |
DeclHandler.externalEntityDecl(String
Report a parsed external entity declaration.
|
void |
DefaultHandler2.externalEntityDecl(String
|
InputSource |
EntityResolver2.getExternalSubset(String
Allows applications to provide an external subset for documents that don't explicitly define one.
|
InputSource |
DefaultHandler2.getExternalSubset(String
Tells the parser that if no external subset has been declared in the document text, none should be used.
|
void |
DeclHandler.internalEntityDecl(String
Report an internal entity declaration.
|
void |
DefaultHandler2.internalEntityDecl(String
|
boolean |
Attributes2.isDeclared(String
Returns false unless the attribute was declared in the DTD.
|
boolean |
Attributes2Impl.isDeclared(String
Returns the current value of the attribute's "declared" flag.
|
boolean |
Attributes2.isDeclared(String
Returns false unless the attribute was declared in the DTD.
|
boolean |
Attributes2Impl.isDeclared(String
Returns the current value of the attribute's "declared" flag.
|
boolean |
Attributes2.isSpecified(String
Returns true unless the attribute value was provided by DTD defaulting.
|
boolean |
Attributes2Impl.isSpecified(String
Returns the current value of an attribute's "specified" flag.
|
boolean |
Attributes2.isSpecified(String
Returns true unless the attribute value was provided by DTD defaulting.
|
boolean |
Attributes2Impl.isSpecified(String
Returns the current value of an attribute's "specified" flag.
|
InputSource |
DefaultHandler2.resolveEntity(String
Invokes
EntityResolver2.resolveEntity() with null entity name and base URI.
|
InputSource |
EntityResolver2.resolveEntity(String
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
|
InputSource |
DefaultHandler2.resolveEntity(String
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
|
void |
Locator2Impl.setEncoding(String
Assigns the current value of the encoding property.
|
void |
Locator2Impl.setXMLVersion(String
Assigns the current value of the version property.
|
void |
LexicalHandler.startDTD(String
Report the start of DTD declarations, if any.
|
void |
DefaultHandler2.startDTD(String
|
void |
LexicalHandler.startEntity(String
Report the beginning of some internal and external XML entities.
|
void |
DefaultHandler2.startEntity(String
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NamespaceSupport.NSDECL
The namespace declaration URI as a constant.
|
static String |
NamespaceSupport.XMLNS
The XML Namespace URI as a constant.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AttributesImpl.getLocalName(int index)
Return an attribute's local name.
|
String |
AttributeListImpl.getName(int i)
Deprecated.
Get the name of an attribute (by position).
|
String |
NamespaceSupport.getPrefix(String
Return one of the prefixes mapped to a Namespace URI.
|
String |
LocatorImpl.getPublicId()
Return the saved public identifier.
|
String |
AttributesImpl.getQName(int index)
Return an attribute's qualified (prefixed) name.
|
String |
LocatorImpl.getSystemId()
Return the saved system identifier.
|
String |
AttributeListImpl.getType(int i)
Deprecated.
Get the type of an attribute (by position).
|
String |
AttributesImpl.getType(int index)
Return an attribute's type by index.
|
String |
AttributeListImpl.getType(String
Deprecated.
Get the type of an attribute (by name).
|
String |
AttributesImpl.getType(String
Look up an attribute's type by qualified (prefixed) name.
|
String |
AttributesImpl.getType(String
Look up an attribute's type by Namespace-qualified name.
|
String |
AttributesImpl.getURI(int index)
Return an attribute's Namespace URI.
|
String |
NamespaceSupport.getURI(String
Look up a prefix and get the currently-mapped Namespace URI.
|
String |
AttributeListImpl.getValue(int i)
Deprecated.
Get the value of an attribute (by position).
|
String |
AttributesImpl.getValue(int index)
Return an attribute's value by index.
|
String |
AttributeListImpl.getValue(String
Deprecated.
Get the value of an attribute (by name).
|
String |
AttributesImpl.getValue(String
Look up an attribute's value by qualified (prefixed) name.
|
String |
AttributesImpl.getValue(String
Look up an attribute's value by Namespace-qualified name.
|
String |
NamespaceSupport.processName(String
Process a raw XML qualified name, after all declarations in the current context have been handled by
declarePrefix().
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeListImpl.addAttribute(String
Deprecated.
Add an attribute to an attribute list.
|
void |
AttributesImpl.addAttribute(String
Add an attribute to the end of the list.
|
static XMLReader |
XMLReaderFactory.createXMLReader(String
Attempt to create an XML reader from a class name.
|
boolean |
NamespaceSupport.declarePrefix(String
Declare a Namespace prefix.
|
void |
ParserAdapter.endElement(String
Adapter implementation method; do not call.
|
void |
DefaultHandler.endElement(String
Receive notification of the end of an element.
|
void |
XMLReaderAdapter.endElement(String
Adapt a SAX2 end element event.
|
void |
XMLFilterImpl.endElement(String
Filter an end element event.
|
void |
DefaultHandler.endPrefixMapping(String
Receive notification of the end of a Namespace mapping.
|
void |
XMLReaderAdapter.endPrefixMapping(String
Adapt a SAX2 end prefix mapping event.
|
void |
XMLFilterImpl.endPrefixMapping(String
Filter an end Namespace prefix mapping event.
|
boolean |
ParserAdapter.getFeature(String
Check a parser feature flag.
|
boolean |
XMLFilterImpl.getFeature(String
Look up the value of a feature.
|
int |
AttributesImpl.getIndex(String
Look up an attribute's index by qualified (prefixed) name.
|
int |
AttributesImpl.getIndex(String
Look up an attribute's index by Namespace name.
|
String |
NamespaceSupport.getPrefix(String
Return one of the prefixes mapped to a Namespace URI.
|
Enumeration |
NamespaceSupport.getPrefixes(String
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
|
Object |
ParserAdapter.getProperty(String
Get a parser property.
|
Object |
XMLFilterImpl.getProperty(String
Look up the value of a property.
|
String |
AttributeListImpl.getType(String
Deprecated.
Get the type of an attribute (by name).
|
String |
AttributesImpl.getType(String
Look up an attribute's type by qualified (prefixed) name.
|
String |
AttributesImpl.getType(String
Look up an attribute's type by Namespace-qualified name.
|
String |
NamespaceSupport.getURI(String
Look up a prefix and get the currently-mapped Namespace URI.
|
String |
AttributeListImpl.getValue(String
Deprecated.
Get the value of an attribute (by name).
|
String |
AttributesImpl.getValue(String
Look up an attribute's value by qualified (prefixed) name.
|
String |
AttributesImpl.getValue(String
Look up an attribute's value by Namespace-qualified name.
|
static Parser |
ParserFactory.makeParser(String
Deprecated.
Create a new SAX parser object using the class name provided.
|
void |
DefaultHandler.notationDecl(String
Receive notification of a notation declaration.
|
void |
XMLFilterImpl.notationDecl(String
Filter a notation declaration event.
|
void |
ParserAdapter.parse(String
Parse an XML document.
|
void |
XMLReaderAdapter.parse(String
Parse the document.
|
void |
XMLFilterImpl.parse(String
Parse a document.
|
void |
DefaultHandler.processingInstruction(String
Receive notification of a processing instruction.
|
void |
ParserAdapter.processingInstruction(String
Adapter implementation method; do not call.
|
void |
XMLReaderAdapter.processingInstruction(String
Adapt a SAX2 processing instruction event.
|
void |
XMLFilterImpl.processingInstruction(String
Filter a processing instruction event.
|
String |
NamespaceSupport.processName(String
Process a raw XML qualified name, after all declarations in the current context have been handled by
declarePrefix().
|
String |
NamespaceSupport.processName(String
Process a raw XML qualified name, after all declarations in the current context have been handled by
declarePrefix().
|
void |
AttributeListImpl.removeAttribute(String
Deprecated.
Remove an attribute from the list.
|
InputSource |
DefaultHandler.resolveEntity(String
Resolve an external entity.
|
InputSource |
XMLFilterImpl.resolveEntity(String
Filter an external entity resolution.
|
void |
AttributesImpl.setAttribute(int index, String
Set an attribute in the list.
|
void |
ParserAdapter.setFeature(String
Set a feature flag for the parser.
|
void |
XMLFilterImpl.setFeature(String
Set the value of a feature.
|
void |
AttributesImpl.setLocalName(int index, String
Set the local name of a specific attribute.
|
void |
ParserAdapter.setProperty(String
Set a parser property.
|
void |
XMLFilterImpl.setProperty(String
Set the value of a property.
|
void |
LocatorImpl.setPublicId(String
Set the public identifier for this locator.
|
void |
AttributesImpl.setQName(int index, String
Set the qualified name of a specific attribute.
|
void |
LocatorImpl.setSystemId(String
Set the system identifier for this locator.
|
void |
AttributesImpl.setType(int index, String
Set the type of a specific attribute.
|
void |
AttributesImpl.setURI(int index, String
Set the Namespace URI of a specific attribute.
|
void |
AttributesImpl.setValue(int index, String
Set the value of a specific attribute.
|
void |
DefaultHandler.skippedEntity(String
Receive notification of a skipped entity.
|
void |
XMLReaderAdapter.skippedEntity(String
Adapt a SAX2 skipped entity event.
|
void |
XMLFilterImpl.skippedEntity(String
Filter a skipped entity event.
|
void |
ParserAdapter.startElement(String
Adapter implementation method; do not call.
|
void |
DefaultHandler.startElement(String
Receive notification of the start of an element.
|
void |
XMLReaderAdapter.startElement(String
Adapt a SAX2 start element event.
|
void |
XMLFilterImpl.startElement(String
Filter a start element event.
|
void |
DefaultHandler.startPrefixMapping(String
Receive notification of the start of a Namespace mapping.
|
void |
XMLReaderAdapter.startPrefixMapping(String
Adapt a SAX2 start prefix mapping event.
|
void |
XMLFilterImpl.startPrefixMapping(String
Filter a start Namespace prefix mapping event.
|
void |
DefaultHandler.unparsedEntityDecl(String
Receive notification of an unparsed entity declaration.
|
void |
XMLFilterImpl.unparsedEntityDecl(String
Filter an unparsed entity declaration event.
|