Modifier and Type | Method and Description |
---|---|
static String |
WebProducer.escapePath(String path)
This function returns a copy of a path string with anything other than
"unreserved" and the forward-slash character percent-encoded
according to the URI encoding rules.
|
String |
IOServer.getConfigParam(String paramName,
String defaultValue)
Read one parameter for the user defined configuration.
|
String |
IOTag.getIoName() |
String |
SysControlBlock.getItem(String itemName)
Read one item of the current block by its name.
|
static String |
NetManager.getPppIp()
Read the current PPP IP address.
|
String |
SmsMessage.getSmsFrom() |
String |
SmsMessage.getSmsMessage() |
String |
TagControl.getTagName()
Return the Name of tag associated to this TagControl instance.
|
String |
MqttMessage.getTopic() |
String |
IOTag.getTopicName() |
String |
ScheduledAction.getTypeAsString() |
static String |
NetManager.getVpnIp()
Read the current eWON VPN IP address.
|
static String |
NetManager.getWanIp()
Read the current WAN IP address.
|
String |
WebProducer.getWebVar(String varName,
String defaultValue) |
static String |
WebProducer.unescapePath(String path)
This function returns a copy of a path that was encoded with the forward-slash character percent-encoded
according to the URI encoding rules in an UNENCODED form.
|
Modifier and Type | Method and Description |
---|---|
void |
TagControl.ackAlarm(String userLogin)
Used to acknowledge an active alarm.
The userLogin provided will appear in the alarm log. |
void |
NamedListenerRegistry.addListener(String listenerName,
EvtListener listener)
Add a new listener object to the listener list.
|
static void |
DefaultEventHandler.addWebAstListener(String AstName,
EvtWebAstListener webAstListener)
This function will install an AST handler for the specific keyword.
|
static void |
DefaultEventHandler.addWebFormListener(String formName,
EvtWebFormListener webFormListener)
Install a listener for the given formName: http://ewon_ip/rcgi.bin/jvmForm?formName=NNNN
|
static long |
FileSystemDriver.availableSizeImpl(String root)
Return the available size for the give path
|
void |
EvtListener.call(int eventHandler,
String ParamStr,
int ParamInt) |
void |
EvtListenerBase.call(int eventHandler,
String paramName,
int paramInt) |
void |
EvtTagListener.call(int eventHandler,
String nullStr,
int tagId)
Internal use only, this will trigger execution of the user defined callTagChanged method.
|
void |
EvtWebAstListener.call(int eventHandler,
String paramName,
int zero) |
void |
EvtWebFormListener.call(int eventHandler,
String formName,
int zero) |
void |
IOServer.call(int eventHandler,
String nullStr,
int iHandle)
Internal use only, this will trigger execution of the requested IO Server function
|
void |
MqttClient.call(int eventHandler,
String nullStr,
int clientHandle)
Internal use only, this function will be called when an MQTT event occurs.
|
abstract void |
EvtWebAstListener.callAst(String paramName) |
abstract void |
EvtListenerBase.callEvent(String paramName) |
abstract void |
EvtWebFormListener.callForm(String formName) |
void |
ListenerRegistryBase.callListener(int eventHandler,
String listenerName,
int listenerInfo) |
protected void |
IOServerListenerRegistry.callListenerInternal(int eventHandler,
String nullStr,
int instanceId)
This function actually executes the Event action
|
protected void |
IntListenerRegistry.callListenerInternal(int eventHandler,
String nullStr,
int intRef)
This function actually executes the Event action
|
protected void |
ListenerRegistryBase.callListenerInternal(int eventHandler,
String listenerName,
int listenerInfo)
This function actually executes the Event action
It can be redefined in the actual class.
|
protected void |
NamedListenerRegistry.callListenerInternal(int eventHandler,
String listenerName,
int paramInt)
This function actually executes the Event action
|
protected void |
TagListenerRegistry.callListenerInternal(int eventHandler,
String nullStr,
int tagId)
This function actually executes the Event action
|
static void |
RuntimeControl.configureNextRunCommand(String runCommand)
This function is used to schedule a new JVM execution.
|
static String |
WebProducer.escapePath(String path)
This function returns a copy of a path string with anything other than
"unreserved" and the forward-slash character percent-encoded
according to the URI encoding rules.
|
void |
Exporter.ExportTo(String fileName)
Transfert the data from the export block descriptor to the given connector.
This function is typically used after the stream (the Exporter) has been created. |
String |
IOServer.getConfigParam(String paramName,
String defaultValue)
Read one parameter for the user defined configuration.
|
static int |
EwonSystem.getDirectInfoLong(String ParamName)
Internal use for diagnosis information access
|
static int |
ScheduledActionManager.GetFtp(String ServerSideFile,
String eWonSideFile,
String CnxParam)
Use the Scheduled Action Manager to read a file by FTP.
See also BASIC GETFTP command documentation. |
static int |
ScheduledActionManager.GetHttp(String CnxParam,
String FileName,
String FileUrl)
Use the Scheduled Action Manager to read an HTTP content.
See also BASIC GETHTTP command documentation. |
IOTag |
IOServer.getIOTag(String topicName,
String ioName)
This function will find a tag in a topic.
|
String |
SysControlBlock.getItem(String itemName)
Read one item of the current block by its name.
|
String |
WebProducer.getWebVar(String varName,
String defaultValue) |
void |
Loader.LoadFrom(String fileName)
Write the file described by the given connector to the Loader Stream.
This function is typically used after the stream has been created. |
static void |
EventManager.logEvent(String message,
int number)
Log an event in the eWON events file.
|
static void |
EventManager.logRTEvent(String message)
Log an event in the eWON events file.
|
abstract IOTag |
IOServer.onGetIoInfo(String topicName,
String ioName)
This is the first function called when trying to access a new IOName.
|
static int |
CommDriver.openByNameImpl(String name,
int baud,
int flags)
Open a serial port by system dependent device name.
|
void |
WebProducer.produceAstPage(String astPageURL)
Send the content of the given web page URL (relative or absolute URL example: /usr/mytemplate.shtm), to
to web client connected.
|
static int |
ScheduledActionManager.PutFtp(String FileName,
String Content,
String CnxParam)
Use the Scheduled Action Manager to send data by FTP.
The function will push the eMail request in the Scheduled Action Manager queue. |
static int |
ScheduledActionManager.PutHttp(String CnxParam,
String UrlForm,
String TextFields,
String FileFields,
String Response)
Use the Scheduled Action Manager to post an HTTP form.
See also BASIC PUTHTTP command documentation. |
static float |
IOManager.readTag(String tagName)
Read a tag with the given name and returns itf value.
|
static int |
ScheduledActionManager.RequestHttpX(String CnxParam,
String Method,
String Headers,
String TextFields,
String FileFields,
String FileName)
Use the Scheduled Action Manager to trigger a complete custom HTTP request.
See also BASIC REQUESTHTTPX command documentation. |
static int |
ScheduledActionManager.SendMail(String FromSrc,
String ToDest,
String CcDest,
String Subject,
String Content)
Use the Scheduled Action Manager to send an eMail.
The function will push the eMail request in the Scheduled Action Manager queue. |
static int |
ScheduledActionManager.SendSMSAction(String SMSDest,
String Message)
Use the Scheduled Action Manager to send an SMS.
See also BASIC SENDSMS command documentation. |
static int |
ScheduledActionManager.SensSMSAction(String SMSDest,
String Message)
For compatibility - see
SendSMSAction .See also BASIC SENDSMS command documentation. |
void |
SysControlBlock.setItem(String itemName,
String itemValue)
Read one item of the current block by its name.
|
void |
MqttClient.setOption(String paramName,
String paramValue)
Configure an option in the client.
|
void |
MqttMessage.setPayload(String payloadStr) |
protected void |
IOServer.setServerName(String name)
Define the IO Server name.
|
protected void |
IOServer.setTagHelper(String tagHelper)
Define the IOServer tag helper string.
|
void |
TagControl.setTagName(String TagName)
Associates the TagControl instance with a tag by the tag's name.
|
void |
MqttMessage.setTopic(String topic) |
static void |
NetManager.setTransparentForwardingDest(String Address)
Configure the destination address for transparent forwarding.
|
void |
WebProducer.setWebHeader(String mimeType) |
void |
WebProducer.setWebVar(String varName,
String varValue) |
void |
MqttClient.subscribe(String subscriptionPattern,
int QoS)
Subscribe to a topic pattern.
|
static void |
NetManager.t2mCfgCommand(String ActivationKey)
Triggers a Talk2M configuration by providing ActivationKey.
|
static void |
NetManager.t2mCfgCommand(String ActivationKey,
int CnxType)
Triggers a Talk2M configuration by providing ActivationKey.
|
static void |
NetManager.t2mCfgCommand(String eWonName,
String UserName,
String UserPassword)
Triggers a Talk2M configuration by providing ActivationKey
|
static void |
NetManager.t2mCfgCommand(String eWonName,
String UserName,
String UserPassword,
int CnxType)
Triggers a Talk2M configuration by providing ActivationKey
|
static long |
FileSystemDriver.totalSizeImpl(String root)
Return the total size for the give path
|
static String |
WebProducer.unescapePath(String path)
This function returns a copy of a path that was encoded with the forward-slash character percent-encoded
according to the URI encoding rules in an UNENCODED form.
|
static void |
IOManager.writeTag(String tagName,
double tagValue)
Write to tag passing a double.
|
static void |
IOManager.writeTag(String tagName,
float tagValue)
Write a tag with the given name.
|
Constructor and Description |
---|
EvtTagAlarmListener(String RecordName) |
EvtTagListener(String RecordName) |
EvtTagValueListener(String RecordName) |
EWException(String s)
Constructs an
EWException with the specified detail
message. |
Exporter(String exportBlockDescriptor)
Creates a new instance of Exporter.
|
IOTag(String topicName,
String ioName,
int defaultDataType,
boolean isOutput)
The IOTag object is used to manage one tag in the IOServer.
The user will need to instantiate this type of object in the IOServer.onGetIoInfo(java.lang.String, java.lang.String)
implementation. |
Loader(String fileName)
Creates a new instance of Loader
|
MqttClient(String MqttId,
String Host)
Create an MQTT client instance.
|
MqttMessage(String topic,
byte[] payload) |
MqttMessage(String topic,
String payload) |
ScheduledAction(int id,
int type,
String typeAsString,
int status,
long startDateTime,
long endDateTime)
Creates a new instance of ScheduledAction.
|
SmsMessage(long ndx,
String from,
long rxDateTime,
String message)
Creates a new instance of SmsMessage.
|
SysControlBlock(int BlockType,
String RecordName)
Creates a new instance of SysControlBlock.
|
TagControl(String TagName)
Creates a new instance of TagControl associated to a Tag Name.
|
Modifier and Type | Field and Description |
---|---|
protected String |
StringBufferInputStream.buffer
Deprecated.
|
String |
InvalidClassException.classname |
static String |
File.pathSeparator |
static String |
File.separator |
String |
StreamTokenizer.sval
Contains a string if the current token is a word (
ttype
is TT_WORD ) |
Modifier and Type | Method and Description |
---|---|
String[] |
File._list() |
String |
File.getAbsolutePath() |
String |
FilePermission.getActions() |
String |
File.getCanonicalPath() |
String |
InputStreamReader.getEncoding()
Return the encoding being used, in its canonical form.
|
String |
OutputStreamWriter.getEncoding() |
String |
InvalidClassException.getMessage() |
String |
WriteAbortedException.getMessage() |
String |
File.getName() |
String |
ObjectStreamClass.getName() |
String |
ObjectStreamField.getName() |
String |
File.getParent() |
String |
File.getPath() |
String |
ObjectStreamField.getTypeString() |
String[] |
File.list() |
String[] |
File.list(FilenameFilter filter) |
String |
BufferedReader.readLine() |
String |
DataInput.readLine() |
String |
DataInputStream.readLine() |
String |
LineNumberReader.readLine() |
String |
ObjectInputStream.readLine() |
String |
RandomAccessFile.readLine() |
String |
DataInput.readUTF() |
String |
DataInputStream.readUTF() |
String |
ObjectInputStream.readUTF() |
String |
RandomAccessFile.readUTF() |
static String |
DataInputStream.readUTF(DataInput in) |
String |
ByteArrayOutputStream.toString() |
String |
CharArrayWriter.toString() |
String |
File.toString() |
String |
ObjectStreamClass.toString() |
String |
ObjectStreamField.toString() |
String |
StreamTokenizer.toString()
Answer the state of this tokenizer in a readable format.
|
String |
StringWriter.toString() |
String |
ByteArrayOutputStream.toString(int hibyte)
Deprecated.
|
String |
ByteArrayOutputStream.toString(String enc) |
Modifier and Type | Method and Description |
---|---|
boolean |
FilenameFilter.accept(File dir,
String name) |
static File |
File.createTempFile(String pre,
String suf) |
static File |
File.createTempFile(String pre,
String suf,
File dir) |
abstract boolean |
ObjectInputStream.GetField.defaulted(String name) |
abstract boolean |
ObjectInputStream.GetField.get(String name,
boolean defvalue) |
abstract byte |
ObjectInputStream.GetField.get(String name,
byte defvalue) |
abstract char |
ObjectInputStream.GetField.get(String name,
char defvalue) |
abstract double |
ObjectInputStream.GetField.get(String name,
double defvalue) |
abstract float |
ObjectInputStream.GetField.get(String name,
float defvalue) |
abstract int |
ObjectInputStream.GetField.get(String name,
int defvalue) |
abstract long |
ObjectInputStream.GetField.get(String name,
long defvalue) |
abstract Object |
ObjectInputStream.GetField.get(String name,
Object defvalue) |
abstract short |
ObjectInputStream.GetField.get(String name,
short defvalue) |
ObjectStreamField |
ObjectStreamClass.getField(String name) |
void |
PrintStream.print(String s) |
void |
PrintWriter.print(String s) |
void |
PrintStream.println(String s) |
void |
PrintWriter.println(String s) |
abstract void |
ObjectOutputStream.PutField.put(String name,
boolean value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
byte value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
char value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
double value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
float value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
int value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
long value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
Object value) |
abstract void |
ObjectOutputStream.PutField.put(String name,
short value) |
protected Class |
ObjectInputStream.resolveProxyClass(String[] interfaces) |
String |
ByteArrayOutputStream.toString(String enc) |
void |
PrintWriter.write(String s) |
void |
StringWriter.write(String str) |
void |
Writer.write(String string) |
void |
BufferedWriter.write(String str,
int offset,
int count) |
void |
CharArrayWriter.write(String str,
int offset,
int count) |
void |
FilterWriter.write(String str,
int offset,
int count) |
void |
OutputStreamWriter.write(String str,
int off,
int len) |
void |
PrintWriter.write(String s,
int off,
int len) |
void |
StringWriter.write(String str,
int offset,
int count) |
void |
Writer.write(String string,
int off,
int len) |
void |
DataOutput.writeBytes(String s) |
void |
DataOutputStream.writeBytes(String s) |
void |
ObjectOutputStream.writeBytes(String string) |
void |
RandomAccessFile.writeBytes(String s) |
void |
DataOutput.writeChars(String s) |
void |
DataOutputStream.writeChars(String s) |
void |
ObjectOutputStream.writeChars(String string) |
void |
RandomAccessFile.writeChars(String s) |
void |
DataOutput.writeUTF(String s) |
void |
DataOutputStream.writeUTF(String s) |
void |
ObjectOutputStream.writeUTF(String s) |
void |
RandomAccessFile.writeUTF(String str) |
Modifier and Type | Method and Description |
---|---|
String |
String.concat(String str) |
static String |
String.copyValueOf(char[] chars) |
static String |
String.copyValueOf(char[] chars,
int offset,
int length) |
protected String |
ClassLoader.findLibrary(String libname)
default behaviour is to return null.
|
String |
StackTraceElement.getClassName() |
static String |
System.getenv(String name) |
String |
StackTraceElement.getFileName() |
String |
Package.getImplementationTitle()
Get the implementation title of this Package.
|
String |
Package.getImplementationVendor()
Get the implementation vendor of this Package.
|
String |
Package.getImplementationVersion()
Get the implementation version of this Package.
|
String |
Throwable.getLocalizedMessage()
Returns the extra information message which was provided when this
Throwable was created. |
String |
Throwable.getMessage()
Returns the extra information message which was provided when this
Throwable was created. |
String |
StackTraceElement.getMethodName() |
String |
Class.getName()
Get the unadorned, dotted fully qualified name of this Class.
|
String |
Package.getName()
Get the name of this Package.
|
String |
Thread.getName()
getName() returns the name of the Thread
|
String |
ThreadGroup.getName()
getName()
returns the name of this ThreadGroup.
|
static String |
System.getProperty(String key) |
static String |
System.getProperty(String key,
String defaults) |
String |
Package.getSpecificationTitle()
Get the specification title of this Package.
|
String |
Package.getSpecificationVendor()
Get the specification vendor of this Package.
|
String |
Package.getSpecificationVersion()
Get the specification version of this Package.
|
String |
String.intern() |
static String |
System.mapLibraryName(String libname) |
String |
String.replace(char oldChar,
char newChar) |
static String |
System.setProperty(String key,
String defaults) |
String |
String.substring(int offset) |
String |
StringBuffer.substring(int start) |
String |
String.substring(int offset,
int endIndex) |
String |
StringBuffer.substring(int start,
int end) |
static String |
Integer.toBinaryString(int i) |
static String |
Long.toBinaryString(long j) |
static String |
Integer.toHexString(int i) |
static String |
Long.toHexString(long j) |
String |
String.toLowerCase() |
String |
String.toLowerCase(Locale locale) |
static String |
Integer.toOctalString(int i) |
static String |
Long.toOctalString(long j) |
String |
Boolean.toString() |
String |
Byte.toString() |
String |
CharSequence.toString() |
String |
Character.toString()
The string representattion is simply a one-character string.
|
String |
Character.Subset.toString() |
String |
Class.toString()
Create the string representation of a Class.
|
String |
Double.toString() |
String |
Float.toString() |
String |
Integer.toString() |
String |
Long.toString() |
String |
Object.toString()
Default String representation: overriden by many classes.
|
String |
Package.toString()
The string representation is ``package'' plus name, title, version.
|
String |
Short.toString()
Use String.valueOf(short);
|
String |
StackTraceElement.toString() |
String |
String.toString() |
String |
StringBuffer.toString() |
String |
Thread.toString()
toString() creates a string which includes the thread's name, priority,
and parent ThreadGroup.
|
String |
ThreadGroup.toString()
toString()
creates a String describing the ThreadGroup..
|
String |
Throwable.toString() |
static String |
Boolean.toString(boolean b) |
static String |
Byte.toString(byte value) |
static String |
Character.toString(char c)
Convert a char to a String.
|
static String |
Double.toString(double d) |
static String |
Float.toString(float f) |
static String |
Integer.toString(int i) |
static String |
Integer.toString(int i,
int radix) |
static String |
Long.toString(long j) |
static String |
Long.toString(long j,
int radix) |
static String |
Short.toString(short i) |
String |
String.toUpperCase() |
String |
String.toUpperCase(Locale locale) |
String |
String.trim() |
static String |
String.valueOf(boolean b) |
static String |
String.valueOf(char c) |
static String |
String.valueOf(char[] data) |
static String |
String.valueOf(char[] data,
int offset,
int count) |
static String |
String.valueOf(double d) |
static String |
String.valueOf(float f) |
static String |
String.valueOf(int i) |
static String |
String.valueOf(long l) |
static String |
String.valueOf(Object obj) |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(String s) |
void |
SecurityManager.checkAccept(String host,
int port)
Checks whether the caller has permission to accept incoming connections.
|
void |
SecurityManager.checkConnect(String host,
int port)
Checks whether the caller has permission to connect to the given port.
|
void |
SecurityManager.checkConnect(String host,
int port,
Object context)
Checks whether the given context has permission to connect to the given port.
|
void |
SecurityManager.checkDelete(String file) |
void |
SecurityManager.checkExec(String cmd)
Checks whether the caller is allowed to execute the specified command.
|
void |
SecurityManager.checkLink(String libname)
Checks whether the caller has permission to load library ``libname''.
|
void |
SecurityManager.checkPackageAccess(String packageName)
Checks whether the caller has access to the given package.
|
void |
SecurityManager.checkPackageDefinition(String packageName)
Checks whether the caller has permission to define classes in the given package.
|
void |
SecurityManager.checkPropertyAccess(String propname)
Checks whether the caller has permission to read the given system property.
|
void |
SecurityManager.checkRead(String file)
Checks whether the caller has permission to read the file ``file''.
|
void |
SecurityManager.checkRead(String file,
Object context)
Checks whether the given context has permission to read the file ``file''.
|
void |
SecurityManager.checkSecurityAccess(String target)
Checks whether the caller has the SecurityPermission called ``target''.
|
void |
SecurityManager.checkWrite(String file)
Checks whether the caller has permission to write to the file ``file''.
|
protected int |
SecurityManager.classDepth(String name)
Gets the stack depth of the most recent call to a method of the given class.
|
int |
String.compareTo(String anotherString) |
int |
String.compareToIgnoreCase(String str) |
static boolean |
Compiler.compileClasses(String string) |
String |
String.concat(String str) |
static Byte |
Byte.decode(String nm) |
static Integer |
Integer.decode(String s) |
static Long |
Long.decode(String s) |
static Short |
Short.decode(String nm) |
protected Class |
ClassLoader.defineClass(String classname,
byte[] data,
int offset,
int length)
If no ProtectionDomain is specified, the default domain is used.
|
protected Class |
ClassLoader.defineClass(String classname,
byte[] data,
int offset,
int length,
ProtectionDomain pd)
Turns a bag of bytecodes into a Class and register it in the namespace of this ClassLoader.
|
protected Package |
ClassLoader.definePackage(String pkgname,
String spectitle,
String specversion,
String specvendor,
String impltitle,
String implversion,
String implvendor,
URL sealbase)
Define a package by name.
|
boolean |
String.endsWith(String suffix) |
boolean |
String.equalsIgnoreCase(String otherString) |
Process |
Runtime.exec(String command) |
Process |
Runtime.exec(String[] cmdarray) |
Process |
Runtime.exec(String[] cmdarray,
String[] envp) |
Process |
Runtime.exec(String[] cmdarray,
String[] envp) |
Process |
Runtime.exec(String[] cmdarray,
String[] envp,
File path) |
Process |
Runtime.exec(String[] cmdarray,
String[] envp,
File path) |
Process |
Runtime.exec(String command,
String[] envp) |
Process |
Runtime.exec(String command,
String[] envp) |
Process |
Runtime.exec(String command,
String[] envp,
File path) |
Process |
Runtime.exec(String command,
String[] envp,
File path) |
protected Class |
ClassLoader.findClass(String classname)
The default implementation of findClass() is just a mugtrap: any
real ClassLoader must override it.
|
protected String |
ClassLoader.findLibrary(String libname)
default behaviour is to return null.
|
protected Class |
ClassLoader.findLoadedClass(String classname)
findLoadedClass looks for a class in the cache of classes for which
this ClassLoader was the defining ClassLoader.
|
protected URL |
ClassLoader.findResource(String resname)
findResource returns null: real resource-aware ClassLoaders
override this method.
|
protected Enumeration |
ClassLoader.findResources(String resname)
findResources returns an empty Enumeration: real resource-aware
ClassLoaders override this method.
|
protected Class |
ClassLoader.findSystemClass(String classname)
findSystemClass tries to load the named class using the system ClassLoader
|
static Class |
Class.forName(String classname)
Find and initialize the class with the given name, using the
``current'' class loader (the one that loaded the calling class).
|
static Class |
Class.forName(String classname,
boolean initialize,
ClassLoader loader)
Find and optionally initialize the class with the given name, using
the given class loader.
|
static boolean |
Boolean.getBoolean(String nm) |
byte[] |
String.getBytes(String enc) |
Field |
Class.getDeclaredField(String fieldname)
Get this Class's declared field with the given name.
|
Method |
Class.getDeclaredMethod(String methodname,
Class[] parameterTypes)
Get this Class's public method with the given name and parameter types.
|
static String |
System.getenv(String name) |
Field |
Class.getField(String fieldname)
Get this Class's public field with the given name.
|
static Integer |
Integer.getInteger(String nm) |
static Integer |
Integer.getInteger(String nm,
int val) |
static Integer |
Integer.getInteger(String nm,
Integer val) |
static Long |
Long.getLong(String nm) |
static Long |
Long.getLong(String nm,
long val) |
static Long |
Long.getLong(String nm,
Long val) |
Method |
Class.getMethod(String methodname,
Class[] parameterTypes)
Get this Class's public method with the given name and parameter types.
|
protected Package |
ClassLoader.getPackage(String pkgname)
Get the Package object associated with the given package name.
|
static Package |
Package.getPackage(String name)
Find a package by name.
|
static String |
System.getProperty(String key) |
static String |
System.getProperty(String key,
String defaults) |
URL |
Class.getResource(String name)
As getResourceAsStream(String), but returns a URL instead of an InputStream.
|
URL |
ClassLoader.getResource(String resname)
getResource retrieves the named resource using "responsible
delegation", rather like loadClass (except that there is no
equivalent to "findLoadedClass").
|
InputStream |
Class.getResourceAsStream(String name)
Find the resource with a given name, using the namespace of this Class.
|
InputStream |
ClassLoader.getResourceAsStream(String resname)
Get a resource in the form of an InputStream.
|
Enumeration |
ClassLoader.getResources(String resname)
getResources retrieves all the resource matching "name" in a
responsibly delegating manner.
|
static URL |
ClassLoader.getSystemResource(String resname)
Get a resource using the system class loader.
|
static InputStream |
ClassLoader.getSystemResourceAsStream(String resname)
Get a system resource in the form of an InputStream.
|
static Enumeration |
ClassLoader.getSystemResources(String resname)
Get all resources using the system class loader.
|
protected boolean |
SecurityManager.inClass(String name)
See whether the given class is in the stack.
|
int |
String.indexOf(String str) |
int |
StringBuffer.indexOf(String string) |
int |
String.indexOf(String str,
int fromIndex) |
int |
StringBuffer.indexOf(String string,
int index) |
StringBuffer |
StringBuffer.insert(int offset,
String str) |
boolean |
Package.isCompatibleWith(String target)
Returns true iff this package is compatible with the given version.
|
int |
String.lastIndexOf(String str) |
int |
StringBuffer.lastIndexOf(String string) |
int |
String.lastIndexOf(String str,
int offset) |
int |
StringBuffer.lastIndexOf(String string,
int index) |
void |
Runtime.load(String libname) |
static void |
System.load(String libname) |
Class |
ClassLoader.loadClass(String classname)
If no 'resolve' parameter is supplied then the default is 'false'
(N.B.
|
protected Class |
ClassLoader.loadClass(String classname,
boolean resolve)
As of Java 1.2 this method is no longer abstract.
|
void |
Runtime.loadLibrary(String libname) |
static void |
System.loadLibrary(String libname) |
static String |
System.mapLibraryName(String libname) |
static byte |
Byte.parseByte(String str) |
static byte |
Byte.parseByte(String s,
int radix) |
static double |
Double.parseDouble(String s) |
static float |
Float.parseFloat(String s) |
static int |
Integer.parseInt(String s) |
static int |
Integer.parseInt(String s,
int radix) |
static long |
Long.parseLong(String s) |
static long |
Long.parseLong(String s,
int radix) |
static short |
Short.parseShort(String s) |
static short |
Short.parseShort(String s,
int radix) |
boolean |
String.regionMatches(boolean ignoreCase,
int toffset,
String other,
int ooffset,
int len) |
boolean |
String.regionMatches(int toffset,
String other,
int ooffset,
int len) |
StringBuffer |
StringBuffer.replace(int start,
int end,
String str) |
void |
ClassLoader.setClassAssertionStatus(String className,
boolean enabled)
Sets the desired assertion status for the named top-level class in this
class loader and any nested classes contained therein.
|
void |
Thread.setName(String name)
setName(String name) invokes checkAccess() before calling setName0(name).
|
void |
ClassLoader.setPackageAssertionStatus(String packageName,
boolean enabled)
Sets the package-default assertion status for the named
package in this class loader.
|
static String |
System.setProperty(String key,
String defaults) |
boolean |
String.startsWith(String prefix) |
boolean |
String.startsWith(String prefix,
int offset) |
static Boolean |
Boolean.valueOf(String s) |
static Byte |
Byte.valueOf(String str) |
static Double |
Double.valueOf(String s) |
static Float |
Float.valueOf(String s) |
static Integer |
Integer.valueOf(String s) |
static Long |
Long.valueOf(String s) |
static Short |
Short.valueOf(String s) |
static Byte |
Byte.valueOf(String str,
int radix) |
static Integer |
Integer.valueOf(String s,
int radix) |
static Long |
Long.valueOf(String s,
int radix) |
static Short |
Short.valueOf(String s,
int radix)
implemented
--> returns a Short with value parseShort(s, radix)
|
Constructor and Description |
---|
AbstractMethodError(String s) |
ArithmeticException(String s) |
ArrayIndexOutOfBoundsException(String s) |
ArrayStoreException(String s) |
Boolean(String s) |
Byte(String str) |
Character.Subset(String str) |
ClassCastException(String s) |
ClassCircularityError(String s) |
ClassFormatError(String s) |
ClassNotFoundException(String s) |
ClassNotFoundException(String s,
Throwable t) |
CloneNotSupportedException(String s) |
Double(String s) |
Error(String message) |
Error(String message,
Throwable cause) |
Exception(String message) |
Exception(String message,
Throwable cause) |
ExceptionInInitializerError(String s) |
Float(String s) |
IllegalAccessError(String s) |
IllegalAccessException(String s) |
IllegalArgumentException(String s) |
IllegalMonitorStateException(String s) |
IllegalStateException(String s) |
IllegalThreadStateException(String s) |
IncompatibleClassChangeError(String s) |
IndexOutOfBoundsException(String s) |
InstantiationError(String s) |
InstantiationException(String s) |
Integer(String s) |
InternalError(String s) |
InterruptedException(String s) |
LinkageError(String s) |
Long(String s) |
NegativeArraySizeException(String s) |
NoClassDefFoundError(String s) |
NoSuchFieldError(String s) |
NoSuchFieldException(String s) |
NoSuchMethodError(String s) |
NoSuchMethodException(String s) |
NullPointerException(String s) |
NumberFormatException(String s) |
OutOfMemoryError(String s) |
RuntimeException(String message) |
RuntimeException(String message,
Throwable cause) |
RuntimePermission(String name) |
RuntimePermission(String name,
String actions) |
SecurityException(String s) |
Short(String s) |
StackOverflowError(String s) |
String(byte[] value,
int offset,
int length,
String str) |
String(byte[] value,
String str) |
String(String value) |
StringBuffer(String string) |
StringIndexOutOfBoundsException(String s) |
Thread(Runnable runObject,
String name)
Thread constructor (Runnable runObject, String name)
--> Thread(ThreadGroup,Runnable,String) with null ThreadGroup
|
Thread(String name)
Thread constructor (String) --> name as specified, or "Thread-
|
Thread(ThreadGroup group,
Runnable runObject,
String myname)
Thread(ThreadGroup group, Runnable runObject, String name)
--> name as specified, or "Thread-
|
Thread(ThreadGroup group,
Runnable runObject,
String name,
long stacksize)
Thread(ThreadGroup group, Runnable runObject, String name, long stacksize)
--> Thread(ThreadGroup group, Runnable runObject, String name),
i.e.
|
Thread(ThreadGroup group,
String name)
Thread(ThreadGroup group,String name)
--> name as specified, or "Thread-
|
ThreadGroup(String name)
Constructor ThreadGroup(String)
- parent is the ThreadGroup of which the current (calling) Thread
is a member.
|
ThreadGroup(ThreadGroup parent,
String name)
Constructor ThreadGroup(ThreadGroup parent, String name)
constructs a ThreadGroup with the given name and parent.
|
Throwable(String detailMessage)
Constructs a new
Throwable with the current stack trace and the
specified detail message. |
Throwable(String detailMessage,
Throwable throwable)
Constructs a new
Throwable with the current stack trace, the
specified detail message and the specified cause. |
UnknownError(String s) |
UnsatisfiedLinkError(String s) |
UnsupportedClassVersionError(String s) |
UnsupportedOperationException(String s) |
VerifyError(String s) |
VirtualMachineError(String s) |
Modifier and Type | Method and Description |
---|---|
String |
Constructor.getName() |
String |
Field.getName() |
String |
Member.getName() |
String |
Method.getName() |
String |
Constructor.toString() |
String |
Field.toString() |
String |
Method.toString() |
String |
Proxy.toString() |
static String |
Modifier.toString(int mod) |
Constructor and Description |
---|
InvocationTargetException(Throwable target,
String detail) |
ReflectPermission(String name) |
ReflectPermission(String name,
String actions) |
UndeclaredThrowableException(Throwable undeclaredThrowable,
String detail) |
Modifier and Type | Method and Description |
---|---|
String |
BigDecimal.toString() |
String |
BigInteger.toString() |
String |
BigInteger.toString(int radix) |
Constructor and Description |
---|
BigDecimal(String val) |
BigInteger(String val) |
BigInteger(String val,
int radix) |
Modifier and Type | Field and Description |
---|---|
protected String |
HttpURLConnection.method
The HTTP request method of this
HttpURLConnection . |
protected String |
HttpURLConnection.responseMessage
The HTTP response message which corresponds to the response code.
|
Modifier and Type | Method and Description |
---|---|
static String |
URLDecoder.decode(String str) |
static String |
URLDecoder.decode(String str,
String enc) |
static String |
URLEncoder.encode(String str) |
static String |
URLEncoder.encode(String str,
String enc) |
String |
SocketPermission.getActions() |
String |
URI.getAuthority() |
String |
URL.getAuthority()
Gets the value of the authority part of this URL.
|
String |
Inet6Address.getCanonicalHostName() |
String |
InetAddress.getCanonicalHostName()
Returns the fully qualified hostname corresponding to this IP address.
|
String |
URLConnection.getContentEncoding()
Gets the content encoding type specified by the response header field
content-encoding or null if this field is not set. |
String |
URLConnection.getContentType()
Gets the MIME-type of the content specified by the response header field
content-type or null if type is unknown. |
String |
FileNameMap.getContentTypeFor(String fileName) |
static String |
URLConnection.getDefaultRequestProperty(String field)
Deprecated.
|
String |
NetworkInterface.getDisplayName() |
String |
JarURLConnection.getEntryName()
Return the name of the entry within the JarFile (or null if none was
specified).
|
String |
URL.getFile()
Gets the value of the file part of this URL.
|
String |
URI.getFragment()
Returns the fragment component.
|
String |
URLConnection.getHeaderField(int pos)
Gets the header value at the field position
pos or null
if the header has fewer than pos fields. |
String |
URLConnection.getHeaderField(String key)
Gets the value of the header field specified by
key or null if there is no field with this name. |
String |
URLConnection.getHeaderFieldKey(int posn)
Gets the name of the header field at the given position
posn or
null if there are fewer than posn fields. |
String |
URI.getHost()
Returns the host component.
|
String |
URL.getHost()
Gets the value of the host part of this URL.
|
String |
Inet6Address.getHostAddress() |
String |
InetAddress.getHostAddress()
Returns IP address 'xxx.xxx.xxx.xxx'
|
String |
InetAddress.getHostName()
Returns the hostname for this address
|
String |
InetSocketAddress.getHostName() |
String |
URISyntaxException.getInput() |
String |
URISyntaxException.getMessage() |
String |
NetworkInterface.getName() |
String |
URI.getPath()
Returns the path component.
|
String |
URL.getPath()
Gets the value of the path part of this URL.
|
String |
URL.getProtocol()
Gets the protocol of this URL.
|
String |
URI.getQuery()
Returns the query component.
|
String |
URL.getQuery()
Gets the value of the query part of this URL.
|
String |
URI.getRawAuthority()
Returns the authority component in raw form.
|
String |
URI.getRawFragment()
Returns the fragment component in raw form.
|
String |
URI.getRawPath()
Returns the path component in raw form.
|
String |
URI.getRawQuery()
Returns the query component in raw form.
|
String |
URI.getRawSchemeSpecificPart()
Returns the scheme-specific part component in raw form.
|
String |
URI.getRawUserInfo()
Returns the user-info component in raw form.
|
String |
URISyntaxException.getReason() |
String |
URL.getRef()
Gets the value of the reference part of this URL.
|
protected String |
Authenticator.getRequestingHost() |
protected String |
Authenticator.getRequestingPrompt() |
protected String |
Authenticator.getRequestingProtocol() |
protected String |
Authenticator.getRequestingScheme() |
String |
HttpURLConnection.getRequestMethod()
Returns the request method which will be used to make the request to the
remote HTTP server.
|
String |
URLConnection.getRequestProperty(String field)
Gets the value of the request header property specified by {code field}
or
null if there is no field with this name. |
String |
HttpURLConnection.getResponseMessage()
Returns the response message returned by the remote HTTP server.
|
String |
URI.getScheme()
Returns the scheme.
|
String |
URI.getSchemeSpecificPart()
Returns the scheme-specific part component.
|
String |
URI.getUserInfo()
Returns the userinfo.
|
String |
URL.getUserInfo()
Gets the value of the user-info part of this URL.
|
String |
PasswordAuthentication.getUserName() |
static String |
URLConnection.guessContentTypeFromName(String url)
Determines the MIME-type of the given resource
url by resolving
the filename extension with the internal FileNameMap. |
static String |
URLConnection.guessContentTypeFromStream(InputStream is)
Determines the MIME-type of the resource represented by the input stream
is by reading its first few characters. |
String |
URI.toASCIIString() |
String |
URL.toExternalForm()
Returns a string containing a concise, human-readable representation of
this URL.
|
protected String |
URLStreamHandler.toExternalForm(URL url)
Returns the clear text representation of a given URL using HTTP format.
|
String |
Inet6Address.toString() |
String |
InetAddress.toString()
InetAddress -> String conversion
|
String |
InetSocketAddress.toString() |
String |
NetworkInterface.toString() |
String |
ServerSocket.toString() |
String |
Socket.toString() |
String |
SocketImpl.toString() |
String |
URI.toString() |
String |
URL.toString()
Returns a string containing a concise, human-readable representation of
this URL.
|
String |
URLConnection.toString()
Returns the string representation containing the name of this class and
the URL.
|
Modifier and Type | Method and Description |
---|---|
void |
URLConnection.addRequestProperty(String field,
String newValue)
Adds the given property to the request header.
|
protected abstract void |
SocketImpl.connect(String host,
int port) |
static URI |
URI.create(String uri) |
ContentHandler |
ContentHandlerFactory.createContentHandler(String type) |
URLStreamHandler |
URLStreamHandlerFactory.createURLStreamHandler(String protocol) |
static String |
URLDecoder.decode(String str) |
static String |
URLDecoder.decode(String str,
String enc) |
protected Package |
URLClassLoader.definePackage(String pname,
Manifest man,
URL url) |
static String |
URLEncoder.encode(String str) |
static String |
URLEncoder.encode(String str,
String enc) |
protected Class |
URLClassLoader.findClass(String name) |
URL |
URLClassLoader.findResource(String name) |
Enumeration |
URLClassLoader.findResources(String name) |
static InetAddress[] |
InetAddress.getAllByName(String host)
Determines all the hosts IP addresses, given the hostname;
|
static InetAddress |
InetAddress.getByAddress(String hostName,
byte[] ipAddress)
Returns an
InetAddress corresponding to the given network-order
bytes ipAddress and scopeId . |
static InetAddress |
InetAddress.getByName(String host)
Determine the IP address, given the hostname
|
static NetworkInterface |
NetworkInterface.getByName(String name) |
String |
FileNameMap.getContentTypeFor(String fileName) |
static String |
URLConnection.getDefaultRequestProperty(String field)
Deprecated.
|
String |
URLConnection.getHeaderField(String key)
Gets the value of the header field specified by
key or null if there is no field with this name. |
long |
HttpURLConnection.getHeaderFieldDate(String field,
long defaultValue)
Returns the date value in milliseconds since
01.01.1970, 00:00h
corresponding to the header field field . |
long |
URLConnection.getHeaderFieldDate(String field,
long defaultValue)
Gets the specified header value as a date in milliseconds since January
1, 1970 GMT.
|
int |
URLConnection.getHeaderFieldInt(String field,
int defaultValue)
Gets the specified header value as a number.
|
String |
URLConnection.getRequestProperty(String field)
Gets the value of the request header property specified by {code field}
or
null if there is no field with this name. |
static String |
URLConnection.guessContentTypeFromName(String url)
Determines the MIME-type of the given resource
url by resolving
the filename extension with the internal FileNameMap. |
protected void |
URLStreamHandler.parseURL(URL u,
String str,
int start,
int end)
Parses the clear text URL in
str into a URL object. |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(InetAddress addr,
int port,
String protocol,
String prompt,
String scheme) |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String host,
InetAddress addr,
int port,
String protocol,
String prompt,
String scheme) |
URI |
URI.resolve(String relative) |
protected void |
URL.set(String protocol,
String host,
int port,
String file,
String ref)
Sets the properties of this URL using the provided arguments.
|
protected void |
URL.set(String protocol,
String host,
int port,
String authority,
String userInfo,
String path,
String query,
String ref)
Sets the properties of this URL using the provided arguments.
|
static void |
URLConnection.setDefaultRequestProperty(String field,
String value)
Deprecated.
Use
URLConnection.setRequestProperty(java.lang.String, java.lang.String) of an existing URLConnection instance. |
void |
HttpURLConnection.setRequestMethod(String method)
Sets the request command which will be sent to the remote HTTP server.
|
void |
URLConnection.setRequestProperty(String field,
String newValue)
Sets the value of the specified request header field.
|
protected void |
URLStreamHandler.setURL(URL u,
String protocol,
String host,
int port,
String file,
String ref)
Deprecated.
use setURL(URL, String String, int, String, String, String,
String, String) instead.
|
protected void |
URLStreamHandler.setURL(URL u,
String protocol,
String host,
int port,
String authority,
String userInfo,
String file,
String query,
String ref)
Sets the fields of the URL
u to the values of the supplied
arguments. |
Constructor and Description |
---|
BindException(String msg) |
ConnectException(String msg) |
InetSocketAddress(String hostname,
int port) |
MalformedURLException(String msg) |
NetPermission(String name) |
NetPermission(String name,
String action) |
NoRouteToHostException(String msg) |
PasswordAuthentication(String uname,
char[] pswd) |
PortUnreachableException(String message) |
ProtocolException(String msg) |
Socket(String host,
int port) |
Socket(String host,
int port,
boolean stream)
will always create a Stream Socket ...
|
Socket(String host,
int port,
InetAddress localAddr,
int localPort) |
SocketException(String s) |
SocketPermission(String host,
String action) |
SocketTimeoutException(String s) |
UnknownHostException(String s) |
UnknownServiceException(String msg) |
URI(String uri) |
URI(String scheme,
String ssp,
String frag) |
URI(String scheme,
String userinfo,
String host,
int port,
String path,
String query,
String fragment) |
URI(String scheme,
String host,
String path,
String fragment) |
URI(String scheme,
String authority,
String path,
String query,
String fragment) |
URISyntaxException(String message,
String input) |
URISyntaxException(String message,
String input,
int index) |
URL(String spec)
Creates a new URL instance by parsing the string
spec . |
URL(String protocol,
String host,
int port,
String file)
Creates a new URL instance using the given arguments.
|
URL(String protocol,
String host,
int port,
String file,
URLStreamHandler handler)
Creates a new URL instance using the given arguments.
|
URL(String protocol,
String host,
String file)
Creates a new URL instance using the given arguments.
|
URL(URL context,
String spec)
Creates a new URL to the specified resource
spec . |
URL(URL context,
String spec,
URLStreamHandler handler)
Creates a new URL to the specified resource
spec . |
Modifier and Type | Method and Description |
---|---|
String |
RemoteException.getMessage() |
static String[] |
Naming.list(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
Naming.bind(String name,
Remote obj) |
static String[] |
Naming.list(String name) |
static Remote |
Naming.lookup(String name) |
static void |
Naming.rebind(String name,
Remote obj) |
static void |
Naming.unbind(String name) |
Modifier and Type | Method and Description |
---|---|
String |
ActivationDesc.getClassName() |
String |
ActivationGroupDesc.getClassName() |
String[] |
ActivationGroupDesc.CommandEnvironment.getCommandOptions() |
String |
ActivationGroupDesc.CommandEnvironment.getCommandPath() |
String |
ActivationDesc.getLocation() |
String |
ActivationGroupDesc.getLocation() |
String |
ActivationException.getMessage() |
Modifier and Type | Method and Description |
---|---|
static ActivationID |
Activatable.exportObject(Remote obj,
String location,
MarshalledObject data,
boolean restart,
int port) |
static ActivationID |
Activatable.exportObject(Remote obj,
String location,
MarshalledObject data,
boolean restart,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
Modifier and Type | Method and Description |
---|---|
String |
VMID.toString() |
Modifier and Type | Method and Description |
---|---|
String[] |
Registry.list() |
Modifier and Type | Method and Description |
---|---|
void |
Registry.bind(String name,
Remote obj) |
static Registry |
LocateRegistry.getRegistry(String host) |
static Registry |
LocateRegistry.getRegistry(String host,
int port) |
static Registry |
LocateRegistry.getRegistry(String host,
int port,
RMIClientSocketFactory csf) |
Remote |
Registry.lookup(String name) |
void |
Registry.rebind(String name,
Remote obj) |
Registry |
RegistryHandler.registryStub(String host,
int port) |
void |
Registry.unbind(String name) |
Modifier and Type | Field and Description |
---|---|
static String |
LoaderHandler.packagePrefix |
static String |
RemoteRef.packagePrefix |
Modifier and Type | Method and Description |
---|---|
static String |
RMIClassLoader.getClassAnnotation(Class cl) |
static String |
RemoteServer.getClientHost() |
String |
ServerRef.getClientHost() |
String |
ServerCloneException.getMessage() |
String |
Operation.getOperation() |
String |
RemoteRef.getRefClass(ObjectOutput out) |
String |
RemoteRef.remoteToString() |
String |
LogStream.toString() |
String |
ObjID.toString() |
String |
Operation.toString() |
String |
RemoteObject.toString() |
String |
UID.toString() |
Modifier and Type | Method and Description |
---|---|
Socket |
RMIClientSocketFactory.createSocket(String host,
int port) |
abstract Socket |
RMISocketFactory.createSocket(String host,
int port) |
static ClassLoader |
RMIClassLoader.getClassLoader(String codebase) |
Class |
LoaderHandler.loadClass(String name) |
static Class |
RMIClassLoader.loadClass(String name)
Deprecated.
|
static Class |
RMIClassLoader.loadClass(String codebase,
String name) |
Class |
LoaderHandler.loadClass(URL codebase,
String name) |
static Class |
RMIClassLoader.loadClass(URL codebase,
String name) |
static LogStream |
LogStream.log(String name) |
static int |
LogStream.parseLevel(String s) |
Constructor and Description |
---|
ExportException(String s) |
ExportException(String s,
Exception ex) |
Operation(String op) |
ServerCloneException(String s) |
ServerCloneException(String s,
Exception ex) |
ServerException(String s) |
ServerException(String s,
Throwable ex) |
ServerNotActiveException(String s) |
SkeletonMismatchException(String s) |
SkeletonNotFoundException(String s) |
SkeletonNotFoundException(String s,
Exception ex) |
SocketSecurityException(String s) |
SocketSecurityException(String s,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
abstract String |
KeyStoreSpi.engineGetCertificateAlias(Certificate cert) |
protected abstract String |
AlgorithmParametersSpi.engineToString() |
String |
AllPermission.getActions() |
String |
BasicPermission.getActions() |
abstract String |
Permission.getActions() |
String |
UnresolvedPermission.getActions() |
String |
AlgorithmParameterGenerator.getAlgorithm() |
String |
AlgorithmParameters.getAlgorithm() |
String |
Key.getAlgorithm() |
String |
KeyFactory.getAlgorithm() |
String |
KeyPairGenerator.getAlgorithm() |
String |
MessageDigest.getAlgorithm() |
String |
SignedObject.getAlgorithm() |
String |
Signature.getAlgorithm() |
static String |
Security.getAlgorithmProperty(String algName,
String propName)
Deprecated.
|
String |
KeyStore.getCertificateAlias(Certificate cert) |
static String |
KeyStore.getDefaultType() |
String |
Certificate.getFormat()
Deprecated.
|
String |
Key.getFormat() |
String |
Identity.getInfo()
Deprecated.
|
String |
Provider.getInfo()
Returns a description of the services being provided.
|
String |
Identity.getName()
Deprecated.
|
String |
Permission.getName() |
String |
Principal.getName() |
String |
Provider.getName()
Returns the name of this provider.
|
static String |
Security.getProperty(String key) |
String |
KeyStore.getType() |
String |
AlgorithmParameters.toString() |
String |
DigestInputStream.toString() |
String |
DigestOutputStream.toString() |
String |
Identity.toString()
Deprecated.
|
String |
IdentityScope.toString()
Deprecated.
|
String |
MessageDigest.toString() |
String |
Permission.toString() |
String |
PermissionCollection.toString() |
String |
Principal.toString() |
String |
ProtectionDomain.toString()
String representation of this PermissionCollection.
|
String |
Signer.toString()
Deprecated.
|
String |
UnresolvedPermission.toString()
Returns a string describing this UnresolvedPermission.
|
String |
Signature.toString() |
String |
CodeSource.toString()
Returns a string containing a concise, human-readable description of the
this
CodeSource including its location, its certificates and its
signers. |
String |
Provider.toString()
Returns a string containing a concise, human-readable description of
this
Provider including its name and its version. |
String |
Certificate.toString(boolean detailed)
Deprecated.
|
String |
Identity.toString(boolean detailed)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KeyStore.containsAlias(String alias) |
protected Class |
SecureClassLoader.defineClass(String name,
byte[] b,
int off,
int len,
CodeSource cs) |
void |
KeyStore.deleteEntry(String alias) |
abstract boolean |
KeyStoreSpi.engineContainsAlias(String alias) |
abstract void |
KeyStoreSpi.engineDeleteEntry(String alias) |
abstract Certificate |
KeyStoreSpi.engineGetCertificate(String alias) |
abstract Certificate[] |
KeyStoreSpi.engineGetCertificateChain(String alias) |
abstract Date |
KeyStoreSpi.engineGetCreationDate(String alias) |
protected abstract byte[] |
AlgorithmParametersSpi.engineGetEncoded(String format) |
abstract Key |
KeyStoreSpi.engineGetKey(String alias,
char[] password) |
protected abstract Object |
SignatureSpi.engineGetParameter(String param)
Deprecated.
|
protected abstract void |
AlgorithmParametersSpi.engineInit(byte[] params,
String format) |
abstract boolean |
KeyStoreSpi.engineIsCertificateEntry(String alias) |
abstract boolean |
KeyStoreSpi.engineIsKeyEntry(String alias) |
abstract void |
KeyStoreSpi.engineSetCertificateEntry(String alias,
Certificate cert) |
abstract void |
KeyStoreSpi.engineSetKeyEntry(String alias,
byte[] key,
Certificate[] chain) |
abstract void |
KeyStoreSpi.engineSetKeyEntry(String alias,
Key key,
char[] password,
Certificate[] chain) |
protected abstract void |
SignatureSpi.engineSetParameter(String param,
Object value)
Deprecated.
Replaced by engineSetParameter.
|
static String |
Security.getAlgorithmProperty(String algName,
String propName)
Deprecated.
|
static Set |
Security.getAlgorithms(String serviceName) |
Certificate |
KeyStore.getCertificate(String alias) |
Certificate[] |
KeyStore.getCertificateChain(String alias) |
Date |
KeyStore.getCreationDate(String alias) |
byte[] |
AlgorithmParameters.getEncoded(String format) |
abstract Identity |
IdentityScope.getIdentity(String name)
Deprecated.
|
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String algorithm) |
static AlgorithmParameters |
AlgorithmParameters.getInstance(String algorithm) |
static KeyFactory |
KeyFactory.getInstance(String algorithm) |
static KeyPairGenerator |
KeyPairGenerator.getInstance(String algorithm) |
static KeyStore |
KeyStore.getInstance(String type) |
static MessageDigest |
MessageDigest.getInstance(String algorithm) |
static SecureRandom |
SecureRandom.getInstance(String algorithm) |
static Signature |
Signature.getInstance(String algorithm) |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String algorithm,
Provider provider) |
static AlgorithmParameters |
AlgorithmParameters.getInstance(String algorithm,
Provider provider) |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
Provider provider) |
static KeyPairGenerator |
KeyPairGenerator.getInstance(String algorithm,
Provider provider) |
static KeyStore |
KeyStore.getInstance(String type,
Provider provider) |
static MessageDigest |
MessageDigest.getInstance(String algorithm,
Provider provider) |
static SecureRandom |
SecureRandom.getInstance(String algorithm,
Provider provider) |
static Signature |
Signature.getInstance(String algorithm,
Provider provider) |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator.getInstance(String algorithm,
String provider) |
static AlgorithmParameters |
AlgorithmParameters.getInstance(String algorithm,
String provider) |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
String provider) |
static KeyPairGenerator |
KeyPairGenerator.getInstance(String algorithm,
String provider) |
static KeyStore |
KeyStore.getInstance(String type,
String provider) |
static MessageDigest |
MessageDigest.getInstance(String algorithm,
String provider) |
static SecureRandom |
SecureRandom.getInstance(String algorithm,
String provider) |
static Signature |
Signature.getInstance(String algorithm,
String provider) |
Key |
KeyStore.getKey(String alias,
char[] password) |
Object |
Signature.getParameter(String param)
Deprecated.
|
static String |
Security.getProperty(String key) |
static Provider |
Security.getProvider(String name) |
static Provider[] |
Security.getProviders(String name) |
void |
AlgorithmParameters.init(byte[] params,
String format) |
boolean |
KeyStore.isCertificateEntry(String alias) |
boolean |
KeyStore.isKeyEntry(String alias) |
static void |
Security.removeProvider(String name) |
void |
KeyStore.setCertificateEntry(String alias,
Certificate cert) |
void |
Identity.setInfo(String info)
Deprecated.
|
void |
KeyStore.setKeyEntry(String alias,
byte[] key,
Certificate[] chain) |
void |
KeyStore.setKeyEntry(String alias,
Key key,
char[] password,
Certificate[] chain) |
void |
Signature.setParameter(String param,
Object value) |
static void |
Security.setProperty(String key,
String datum) |
Modifier and Type | Method and Description |
---|---|
String |
Acl.getName() |
String |
Acl.toString() |
String |
AclEntry.toString() |
String |
Permission.toString() |
Modifier and Type | Method and Description |
---|---|
void |
Acl.setName(Principal caller,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
CertPathBuilder.getAlgorithm()
Returns the algorithm name of this instance.
|
String |
CertPathValidator.getAlgorithm()
Return the name of this validator.
|
String |
TrustAnchor.getCAName()
Return the certificate authority's distinguished name, or null if
none was specified.
|
static String |
CertPathBuilder.getDefaultType()
Returns the default
CertPathBuilder type from the Security
Properties. |
static String |
CertPathValidator.getDefaultType()
Returns the default validator type.
|
static String |
CertStore.getDefaultType()
Returns the default certificate store type.
|
String |
X509CertSelector.getIssuerAsString()
Returns the issuer criterion as a string, or
null if this
value was not set. |
String |
CertPathBuilderException.getMessage()
Get the detail message.
|
String |
CertPathValidatorException.getMessage()
Get the detail message.
|
String |
CertStoreException.getMessage()
Get the detail message.
|
String |
PolicyQualifierInfo.getPolicyQualifierId()
Returns the
policyQualifierId field of this structure,
as a dotted-decimal representation of the object identifier. |
String |
LDAPCertStoreParameters.getServerName() |
abstract String |
X509CRL.getSigAlgName() |
abstract String |
X509Certificate.getSigAlgName() |
abstract String |
X509CRL.getSigAlgOID() |
abstract String |
X509Certificate.getSigAlgOID() |
String |
PKIXParameters.getSigProvider()
Returns the signature algorithm provider, or null if not set.
|
String |
X509CertSelector.getSubjectAsString()
Returns the subject criterion as a string, of
null if
this value was not set. |
String |
X509CertSelector.getSubjectPublicKeyAlgID()
Returns the public key algorithm ID that matching certificates must have,
or
null if this criterion was not set. |
String |
Certificate.getType() |
String |
CRL.getType() |
String |
CertPath.getType()
Get the (non-null) type of all certificates in the path.
|
String |
CertStore.getType()
Return the type of certificate store this instance represents.
|
String |
CertificateFactory.getType() |
String |
PolicyNode.getValidPolicy()
Get the policy OID this node represents.
|
abstract String |
Certificate.toString() |
abstract String |
CRL.toString() |
String |
CertPath.toString() |
String |
CertPathBuilderException.toString()
Convert this to a string, including its cause.
|
String |
CertPathValidatorException.toString()
Convert this to a string, including its cause.
|
String |
CertStoreException.toString()
Convert this to a string, including its cause.
|
String |
CollectionCertStoreParameters.toString()
Return a string representation of these parameters.
|
String |
LDAPCertStoreParameters.toString() |
String |
PKIXBuilderParameters.toString() |
String |
PKIXCertPathBuilderResult.toString() |
String |
PKIXCertPathValidatorResult.toString()
Returns a printable string representation of this result.
|
String |
PKIXParameters.toString()
Returns a printable representation of these parameters.
|
String |
PolicyQualifierInfo.toString()
Returns a printable string representation of this object.
|
String |
TrustAnchor.toString()
Return a printable representation of this trust anchor.
|
abstract String |
X509CRLEntry.toString() |
String |
X509CRLSelector.toString()
Returns a string representation of this selector.
|
String |
X509CertSelector.toString() |
Modifier and Type | Method and Description |
---|---|
void |
X509CRLSelector.addIssuerName(String name)
Add an issuer name to the set of issuer names criteria, as a
String representation.
|
void |
X509CertSelector.addPathToName(int id,
String name) |
void |
X509CertSelector.addSubjectAlternativeName(int id,
String name)
Add a name to the subject alternative names criterion.
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream,
String encoding) |
CertPath |
CertificateFactory.generateCertPath(InputStream inStream,
String encoding) |
abstract byte[] |
CertPath.getEncoded(String encoding)
Returns the encoded form of this path, via the specified encoding.
|
byte[] |
X509Extension.getExtensionValue(String oid) |
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm)
Creates a new
CertPathBuilder instance with the specified
algorithm. |
static CertPathValidator |
CertPathValidator.getInstance(String algorithm)
Get an instance of the given validator from the first provider that
implements it.
|
static CertificateFactory |
CertificateFactory.getInstance(String type) |
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params)
Get an instance of the given certificate store from the first
installed provider.
|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params,
Provider provider)
Get an instance of the given certificate store from the given
provider.
|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params,
String provider)
Get an instance of the given certificate store from the named
provider.
|
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm,
Provider provider)
Creates a new
CertPathBuilder instance from the specified
provider providing the specified algorithm. |
static CertPathValidator |
CertPathValidator.getInstance(String algorithm,
Provider provider)
Get an instance of the given validator from the given provider.
|
static CertificateFactory |
CertificateFactory.getInstance(String type,
Provider provider) |
static CertPathBuilder |
CertPathBuilder.getInstance(String algorithm,
String provider)
Creates a new
CertPathBuilder instance from the specified
provider providing the specified algorithm. |
static CertPathValidator |
CertPathValidator.getInstance(String algorithm,
String provider)
Get an instance of the given validator from the named provider.
|
static CertificateFactory |
CertificateFactory.getInstance(String type,
String provider) |
void |
X509CertSelector.setIssuer(String name)
Sets the issuer, specified as a string representation of the issuer's
distinguished name.
|
void |
PKIXParameters.setSigProvider(String sigProvider)
Sets the signature algorithm provider, or null if there is no
preferred provider.
|
void |
X509CertSelector.setSubject(String name)
Sets the subject, specified as a string representation of the
subject's distinguished name.
|
void |
X509CertSelector.setSubjectPublicKeyAlgID(String sigId)
Sets the public key algorithm ID that matching certificates must have.
|
abstract void |
Certificate.verify(PublicKey key,
String sigProvider) |
abstract void |
X509CRL.verify(PublicKey key,
String sigProvider) |
Constructor and Description |
---|
Certificate(String type) |
CertificateEncodingException(String msg)
Constructs a new instance of this class with its walkback and message
filled in.
|
CertificateException(String msg)
Constructs a new instance of this class with its walkback and message
filled in.
|
CertificateExpiredException(String msg)
Constructs a new instance of this class with its walkback and message
filled in.
|
CertificateFactory(CertificateFactorySpi certFacSpi,
Provider provider,
String type) |
CertificateNotYetValidException(String msg)
Constructs a new instance of this class with its walkback and message
filled in.
|
CertificateParsingException(String msg)
Constructs a new instance of this class with its walkback and message
filled in.
|
CertPath.CertPathRep(String type,
byte[] data)
Create the new serial representation.
|
CertPath(String type)
Create a certificate path with the given type.
|
CertPathBuilder(CertPathBuilderSpi builderSpi,
Provider provider,
String algorithm)
Creates a new
CertPathBuilder . |
CertPathBuilderException(String msg)
Create an exception with a message.
|
CertPathBuilderException(String msg,
Throwable cause)
Create an exception with a cause and a message.
|
CertPathValidator(CertPathValidatorSpi validatorSpi,
Provider provider,
String algorithm)
Creates a new CertPathValidator.
|
CertPathValidatorException(String msg)
Create an exception with a message.
|
CertPathValidatorException(String msg,
Throwable cause)
Create an exception with a cause and a message.
|
CertPathValidatorException(String msg,
Throwable cause,
CertPath certPath,
int index)
Create an exception with a cause, message, failed object, and index of
failure in that CertPath.
|
CertStore(CertStoreSpi storeSpi,
Provider provider,
String type,
CertStoreParameters params)
Create a new CertStore.
|
CertStoreException(String msg)
Create an exception with a message.
|
CertStoreException(String msg,
Throwable cause)
Create an exception with a cause and a message.
|
CRL(String type) |
CRLException(String msg) |
LDAPCertStoreParameters(String string) |
LDAPCertStoreParameters(String string,
int port) |
TrustAnchor(String caName,
PublicKey caKey,
byte[] nameConstraints)
Create a new trust anchor from a certificate authority's
distinguished name, public key, and (optional) name constraints.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
EncodedKeySpec.getFormat() |
String |
PKCS8EncodedKeySpec.getFormat() |
String |
X509EncodedKeySpec.getFormat() |
Constructor and Description |
---|
InvalidKeySpecException(String msg) |
InvalidParameterSpecException(String msg) |
Modifier and Type | Field and Description |
---|---|
String[] |
DriverPropertyInfo.choices |
String |
DriverPropertyInfo.description |
String |
DriverPropertyInfo.name |
String |
DriverPropertyInfo.value |
Modifier and Type | Method and Description |
---|---|
String |
Array.getBaseTypeName() |
String |
Ref.getBaseTypeName() |
String |
Connection.getCatalog() |
String |
ResultSetMetaData.getCatalogName(int column) |
String |
DatabaseMetaData.getCatalogSeparator() |
String |
DatabaseMetaData.getCatalogTerm() |
String |
ResultSetMetaData.getColumnClassName(int column) |
String |
ResultSetMetaData.getColumnLabel(int column) |
String |
ResultSetMetaData.getColumnName(int column) |
String |
ResultSetMetaData.getColumnTypeName(int column) |
String |
ResultSet.getCursorName() |
String |
DatabaseMetaData.getDatabaseProductName() |
String |
DatabaseMetaData.getDatabaseProductVersion() |
String |
DatabaseMetaData.getDriverName() |
String |
DatabaseMetaData.getDriverVersion() |
String |
DatabaseMetaData.getExtraNameCharacters() |
String |
DatabaseMetaData.getIdentifierQuoteString() |
String |
DatabaseMetaData.getNumericFunctions() |
String |
ParameterMetaData.getParameterClassName(int paramIndex)
Gets the fully-qualified name of the Java class which should be passed as
a parameter to the method
PreparedStatement.setObject . |
String |
ParameterMetaData.getParameterTypeName(int paramIndex)
Gets the database-specific type name of a specified parameter.
|
String |
DatabaseMetaData.getProcedureTerm() |
String |
Savepoint.getSavepointName()
Returns the name for this savepoint.
|
String |
ResultSetMetaData.getSchemaName(int column) |
String |
DatabaseMetaData.getSchemaTerm() |
String |
DatabaseMetaData.getSearchStringEscape() |
String |
DatabaseMetaData.getSQLKeywords() |
String |
SQLException.getSQLState() |
String |
SQLData.getSQLTypeName() |
String |
Struct.getSQLTypeName() |
String |
CallableStatement.getString(int parameterIndex) |
String |
ResultSet.getString(int columnIndex) |
String |
ResultSet.getString(String columnName) |
String |
DatabaseMetaData.getStringFunctions() |
String |
Clob.getSubString(long pos,
int length) |
String |
DatabaseMetaData.getSystemFunctions() |
String |
ResultSetMetaData.getTableName(int column) |
String |
DatabaseMetaData.getTimeDateFunctions() |
String |
DatabaseMetaData.getURL() |
String |
DatabaseMetaData.getUserName() |
String |
Connection.nativeSQL(String sql) |
String |
SQLInput.readString() |
String |
Date.toString() |
String |
Time.toString() |
String |
Timestamp.toString() |
Modifier and Type | Method and Description |
---|---|
boolean |
Driver.acceptsURL(String url) |
void |
Statement.addBatch(String sql) |
Connection |
Driver.connect(String url,
Properties info) |
boolean |
Statement.execute(String sql) |
ResultSet |
Statement.executeQuery(String sql) |
int |
Statement.executeUpdate(String sql) |
int |
ResultSet.findColumn(String columnName) |
Array |
ResultSet.getArray(String colName) |
InputStream |
ResultSet.getAsciiStream(String columnName) |
ResultSet |
DatabaseMetaData.getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable) |
BigDecimal |
ResultSet.getBigDecimal(String columnName) |
BigDecimal |
ResultSet.getBigDecimal(String columnName,
int scale) |
InputStream |
ResultSet.getBinaryStream(String columnName) |
Blob |
ResultSet.getBlob(String colName) |
boolean |
ResultSet.getBoolean(String columnName) |
byte |
ResultSet.getByte(String columnName) |
byte[] |
ResultSet.getBytes(String columnName) |
Reader |
ResultSet.getCharacterStream(String columnName) |
Clob |
ResultSet.getClob(String colName) |
ResultSet |
DatabaseMetaData.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
ResultSet |
DatabaseMetaData.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
static Connection |
DriverManager.getConnection(String url) |
static Connection |
DriverManager.getConnection(String url,
Properties info) |
static Connection |
DriverManager.getConnection(String url,
String user,
String password) |
ResultSet |
DatabaseMetaData.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
Date |
ResultSet.getDate(String columnName) |
Date |
ResultSet.getDate(String columnName,
Calendar cal) |
double |
ResultSet.getDouble(String columnName) |
static Driver |
DriverManager.getDriver(String url) |
ResultSet |
DatabaseMetaData.getExportedKeys(String catalog,
String schema,
String table) |
float |
ResultSet.getFloat(String columnName) |
ResultSet |
DatabaseMetaData.getImportedKeys(String catalog,
String schema,
String table) |
ResultSet |
DatabaseMetaData.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) |
int |
ResultSet.getInt(String columnName) |
long |
ResultSet.getLong(String columnName) |
Object |
ResultSet.getObject(String columnName) |
Object |
ResultSet.getObject(String colName,
Map map) |
ResultSet |
DatabaseMetaData.getPrimaryKeys(String catalog,
String schema,
String table) |
ResultSet |
DatabaseMetaData.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
ResultSet |
DatabaseMetaData.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
DriverPropertyInfo[] |
Driver.getPropertyInfo(String url,
Properties info) |
Ref |
ResultSet.getRef(String colName) |
short |
ResultSet.getShort(String columnName) |
String |
ResultSet.getString(String columnName) |
ResultSet |
DatabaseMetaData.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultSet |
DatabaseMetaData.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
ResultSet |
DatabaseMetaData.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
Time |
ResultSet.getTime(String columnName) |
Time |
ResultSet.getTime(String columnName,
Calendar cal) |
Timestamp |
ResultSet.getTimestamp(String columnName) |
Timestamp |
ResultSet.getTimestamp(String columnName,
Calendar cal) |
ResultSet |
DatabaseMetaData.getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types) |
InputStream |
ResultSet.getUnicodeStream(String columnName) |
ResultSet |
DatabaseMetaData.getVersionColumns(String catalog,
String schema,
String table) |
String |
Connection.nativeSQL(String sql) |
long |
Clob.position(String searchstr,
long start) |
CallableStatement |
Connection.prepareCall(String sql) |
CallableStatement |
Connection.prepareCall(String sql,
int resultSetType,
int resultSetConcurrency) |
PreparedStatement |
Connection.prepareStatement(String sql) |
PreparedStatement |
Connection.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency) |
static void |
DriverManager.println(String message) |
void |
SQLData.readSQL(SQLInput stream,
String typeName) |
void |
CallableStatement.registerOutParameter(int paramIndex,
int sqlType,
String typeName) |
void |
Connection.setCatalog(String catalog) |
void |
Statement.setCursorName(String name) |
void |
PreparedStatement.setNull(int paramIndex,
int sqlType,
String typeName) |
void |
PreparedStatement.setString(int parameterIndex,
String x) |
void |
ResultSet.updateAsciiStream(String columnName,
InputStream x,
int length) |
void |
ResultSet.updateBigDecimal(String columnName,
BigDecimal x) |
void |
ResultSet.updateBinaryStream(String columnName,
InputStream x,
int length) |
void |
ResultSet.updateBoolean(String columnName,
boolean x) |
void |
ResultSet.updateByte(String columnName,
byte x) |
void |
ResultSet.updateBytes(String columnName,
byte[] x) |
void |
ResultSet.updateCharacterStream(String columnName,
Reader reader,
int length) |
void |
ResultSet.updateDate(String columnName,
Date x) |
void |
ResultSet.updateDouble(String columnName,
double x) |
void |
ResultSet.updateFloat(String columnName,
float x) |
void |
ResultSet.updateInt(String columnName,
int x) |
void |
ResultSet.updateLong(String columnName,
long x) |
void |
ResultSet.updateNull(String columnName) |
void |
ResultSet.updateObject(String columnName,
Object x) |
void |
ResultSet.updateObject(String columnName,
Object x,
int scale) |
void |
ResultSet.updateShort(String columnName,
short x) |
void |
ResultSet.updateString(int columnIndex,
String x) |
void |
ResultSet.updateString(String columnName,
String x) |
void |
ResultSet.updateTime(String columnName,
Time x) |
void |
ResultSet.updateTimestamp(String columnName,
Timestamp x) |
static Date |
Date.valueOf(String s) |
static Time |
Time.valueOf(String s) |
static Timestamp |
Timestamp.valueOf(String s) |
void |
SQLOutput.writeString(String x) |
Constructor and Description |
---|
BatchUpdateException(String reason,
int[] updateCounts) |
BatchUpdateException(String reason,
String SQLState,
int[] updateCounts) |
BatchUpdateException(String reason,
String SQLState,
int vendorCode,
int[] updateCounts) |
DriverPropertyInfo(String name,
String value) |
SQLException(String reason) |
SQLException(String reason,
String SQLState) |
SQLException(String reason,
String SQLState,
int vendorCode) |
SQLPermission(String name) |
SQLPermission(String name,
String actions) |
SQLWarning(String reason) |
SQLWarning(String reason,
String SQLstate) |
SQLWarning(String reason,
String SQLstate,
int vendorCode) |
Modifier and Type | Method and Description |
---|---|
String |
DateFormat.format(Date date)
Formats the specified date using the rules of this date format.
|
String |
NumberFormat.format(double number) |
String |
NumberFormat.format(long number) |
String |
Format.format(Object obj)
Formats the specified object using the rules of this format.
|
static String |
MessageFormat.format(String pattern,
Object[] args) |
String[] |
DateFormatSymbols.getAmPmStrings() |
String |
DecimalFormatSymbols.getCurrencySymbol() |
String[] |
DateFormatSymbols.getEras() |
String |
DecimalFormatSymbols.getInfinity() |
String |
DecimalFormatSymbols.getInternationalCurrencySymbol() |
String |
DateFormatSymbols.getLocalPatternChars() |
String[] |
DateFormatSymbols.getMonths() |
protected String |
AttributedCharacterIterator.Attribute.getName() |
String |
DecimalFormatSymbols.getNaN() |
String |
DecimalFormat.getNegativePrefix() |
String |
DecimalFormat.getNegativeSuffix() |
String |
DecimalFormat.getPositivePrefix() |
String |
DecimalFormat.getPositiveSuffix() |
String |
RuleBasedCollator.getRules() |
String[] |
DateFormatSymbols.getShortMonths() |
String[] |
DateFormatSymbols.getShortWeekdays() |
String |
CollationKey.getSourceString() |
String[] |
DateFormatSymbols.getWeekdays() |
String[][] |
DateFormatSymbols.getZoneStrings() |
String |
DecimalFormat.toLocalizedPattern() |
String |
SimpleDateFormat.toLocalizedPattern() |
String |
ChoiceFormat.toPattern() |
String |
DecimalFormat.toPattern() |
String |
MessageFormat.toPattern() |
String |
SimpleDateFormat.toPattern() |
String |
Annotation.toString() |
String |
AttributedCharacterIterator.Attribute.toString() |
String |
FieldPosition.toString() |
String |
ParsePosition.toString() |
Modifier and Type | Method and Description |
---|---|
void |
DecimalFormat.applyLocalizedPattern(String pattern) |
void |
SimpleDateFormat.applyLocalizedPattern(String pattern) |
void |
ChoiceFormat.applyPattern(String pattern) |
void |
DecimalFormat.applyPattern(String pattern) |
void |
MessageFormat.applyPattern(String pattern) |
void |
SimpleDateFormat.applyPattern(String pattern) |
abstract int |
Collator.compare(String one,
String two) |
int |
RuleBasedCollator.compare(String one,
String two) |
boolean |
Collator.equals(String one,
String two) |
static String |
MessageFormat.format(String pattern,
Object[] args) |
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(String src) |
abstract CollationKey |
Collator.getCollationKey(String src) |
CollationKey |
RuleBasedCollator.getCollationKey(String src) |
Date |
DateFormat.parse(String string)
Parses a date from the specified string using the rules of this date
format.
|
Object[] |
MessageFormat.parse(String src) |
Number |
NumberFormat.parse(String s) |
Number |
ChoiceFormat.parse(String srcStr,
ParsePosition pos) |
abstract Date |
DateFormat.parse(String date,
ParsePosition pp)
Parses a date from the specified string starting at the index specified
by
position . |
Number |
DecimalFormat.parse(String str,
ParsePosition pos) |
Object[] |
MessageFormat.parse(String src,
ParsePosition pos) |
abstract Number |
NumberFormat.parse(String s,
ParsePosition pos) |
Date |
SimpleDateFormat.parse(String str,
ParsePosition pos) |
Object |
Format.parseObject(String source)
Parses the specified string using the rules of this format.
|
Object |
DateFormat.parseObject(String string,
ParsePosition position)
Parses a date from the specified string starting at the index specified
by
position . |
abstract Object |
Format.parseObject(String source,
ParsePosition pos)
Parses the specified string starting at the index specified by
position . |
Object |
MessageFormat.parseObject(String source,
ParsePosition pos) |
Object |
NumberFormat.parseObject(String srcStr,
ParsePosition pos) |
void |
DateFormatSymbols.setAmPmStrings(String[] val) |
void |
ChoiceFormat.setChoices(double[] limits,
String[] formats) |
void |
DecimalFormatSymbols.setCurrencySymbol(String sym) |
void |
DateFormatSymbols.setEras(String[] val) |
void |
DecimalFormatSymbols.setInfinity(String inf) |
void |
DecimalFormatSymbols.setInternationalCurrencySymbol(String sym) |
void |
DateFormatSymbols.setLocalPatternChars(String val) |
void |
DateFormatSymbols.setMonths(String[] val) |
void |
DecimalFormatSymbols.setNaN(String nan) |
void |
DecimalFormat.setNegativePrefix(String prefix) |
void |
DecimalFormat.setNegativeSuffix(String suffix) |
void |
DecimalFormat.setPositivePrefix(String prefix) |
void |
DecimalFormat.setPositiveSuffix(String suffix) |
void |
DateFormatSymbols.setShortMonths(String[] val) |
void |
DateFormatSymbols.setShortWeekdays(String[] val) |
void |
BreakIterator.setText(String newText) |
void |
CollationElementIterator.setText(String text) |
void |
StringCharacterIterator.setText(String txt) |
void |
DateFormatSymbols.setWeekdays(String[] val) |
void |
DateFormatSymbols.setZoneStrings(String[][] val) |
Constructor and Description |
---|
AttributedCharacterIterator.Attribute(String name) |
AttributedString(String value)
Creates an
AttributedString from the given text. |
AttributedString(String value,
Map attributes)
Creates an
AttributedString from the given text and the
attributes. |
ChoiceFormat(double[] limits,
String[] formats) |
ChoiceFormat(String newPattern) |
DateFormat.Field(String fieldName,
int calendarField)
Constructs a new instance of
DateFormat.Field with the given
fieldName and calendar field. |
DecimalFormat(String pattern) |
DecimalFormat(String pattern,
DecimalFormatSymbols dfs) |
Format.Field(String fieldName)
Constructs a new instance of
Field with the given field name. |
MessageFormat(String pattern) |
MessageFormat(String pattern,
Locale locale) |
ParseException(String msg,
int errorOffset) |
RuleBasedCollator(String rules)
TODO: implement inverse accent ordering ('@')
TODO: ignore chars if sequence start with ',' or ';'
|
SimpleDateFormat(String pattern) |
SimpleDateFormat(String pattern,
DateFormatSymbols dfs) |
SimpleDateFormat(String pattern,
Locale loc) |
StringCharacterIterator(String text) |
StringCharacterIterator(String text,
int index) |
StringCharacterIterator(String text,
int begin,
int end,
int index) |
Modifier and Type | Method and Description |
---|---|
String |
PropertyPermission.getActions() |
static String[] |
TimeZone.getAvailableIDs() |
static String[] |
TimeZone.getAvailableIDs(int rawOffset) |
String |
MissingResourceException.getClassName() |
String |
Locale.getCountry() |
String |
Currency.getCurrencyCode() |
String |
Locale.getDisplayCountry() |
String |
Locale.getDisplayCountry(Locale inLocale) |
String |
Locale.getDisplayLanguage() |
String |
Locale.getDisplayLanguage(Locale inLocale) |
String |
Locale.getDisplayName() |
String |
TimeZone.getDisplayName() |
String |
TimeZone.getDisplayName(boolean daylight,
int style) |
String |
TimeZone.getDisplayName(boolean daylight,
int style,
Locale loc) |
String |
Locale.getDisplayName(Locale inLocale) |
String |
TimeZone.getDisplayName(Locale loc) |
String |
Locale.getDisplayVariant() |
String |
Locale.getDisplayVariant(Locale inLocale) |
String |
TimeZone.getID() |
String |
Locale.getISO3Country() |
String |
Locale.getISO3Language() |
static String[] |
Locale.getISOCountries() |
static String[] |
Locale.getISOLanguages() |
String |
MissingResourceException.getKey() |
String |
Locale.getLanguage() |
String |
Properties.getProperty(String key) |
String |
Properties.getProperty(String key,
String defaultValue) |
String |
ResourceBundle.getString(String key) |
String[] |
ResourceBundle.getStringArray(String key) |
String |
Currency.getSymbol() |
String |
Currency.getSymbol(Locale locale) |
String |
Locale.getVariant() |
String |
StringTokenizer.nextToken()
Returns the next token in the string as a
String . |
String |
StringTokenizer.nextToken(String delims)
Returns the next token in the string as a
String . |
String |
Date.toGMTString()
Deprecated.
use
DateFormat |
String |
Date.toLocaleString()
Deprecated.
use
DateFormat |
String |
AbstractCollection.toString()
Returns the string representation of this
Collection . |
String |
AbstractMap.toString()
Returns the string representation of this map.
|
String |
BitSet.toString() |
String |
Calendar.toString()
Answers the string representation of this Calendar.
|
String |
Currency.toString() |
String |
Date.toString()
Returns the string representation of this
Date in the format: Tue Jun 22
13:07:00 GMT 1999 |
String |
EventObject.toString() |
String |
Hashtable.toString()
Returns the string representation of this
Hashtable . |
String |
Locale.toString() |
String |
SimpleTimeZone.toString() |
String |
TimeZone.toString() |
String |
Vector.toString() |
Modifier and Type | Method and Description |
---|---|
static ResourceBundle |
ResourceBundle.getBundle(String baseName) |
static ResourceBundle |
ResourceBundle.getBundle(String baseName,
Locale locale) |
static ResourceBundle |
ResourceBundle.getBundle(String baseName,
Locale locale,
ClassLoader loader) |
static Currency |
Currency.getInstance(String code) |
Object |
ResourceBundle.getObject(String key) |
String |
Properties.getProperty(String key) |
String |
Properties.getProperty(String key,
String defaultValue) |
String |
ResourceBundle.getString(String key) |
String[] |
ResourceBundle.getStringArray(String key) |
static TimeZone |
TimeZone.getTimeZone(String rID) |
Object |
ListResourceBundle.handleGetObject(String key) |
Object |
PropertyResourceBundle.handleGetObject(String key) |
protected abstract Object |
ResourceBundle.handleGetObject(String key) |
String |
StringTokenizer.nextToken(String delims)
Returns the next token in the string as a
String . |
static long |
Date.parse(String string)
Deprecated.
use
DateFormat |
void |
Properties.save(OutputStream out,
String header) |
void |
TimeZone.setID(String newID)
Set this TimeZone's ID.
|
Object |
Properties.setProperty(String key,
String value) |
void |
Properties.store(OutputStream out,
String header) |
Constructor and Description |
---|
ConcurrentModificationException(String s) |
Date(String string)
Deprecated.
use
DateFormat |
Locale(String language) |
Locale(String l,
String c) |
Locale(String l,
String c,
String v) |
MissingResourceException(String s,
String className,
String key) |
NoSuchElementException(String s) |
PropertyPermission(String path,
String actions) |
SimpleTimeZone(int rawOffset,
String ID) |
SimpleTimeZone(int rawOffset,
String ID,
int startMonth,
int startDayOfWeekInMonth,
int startDayOfWeek,
int startTime,
int endMonth,
int endDayOfWeekInMonth,
int endDayOfWeek,
int endTime) |
SimpleTimeZone(int rawOffset,
String ID,
int startMonth,
int startDayOfWeekInMonth,
int startDayOfWeek,
int startTime,
int endMonth,
int endDayOfWeekInMonth,
int endDayOfWeek,
int endTime,
int dstSavings) |
SimpleTimeZone(int rawOffset,
String ID,
int startMonth,
int startDay,
int startDayOfWeek,
int startTime,
int startTimeMode,
int endMonth,
int endDay,
int endDayOfWeek,
int endTime,
int endTimeMode,
int dstSavings) |
StringTokenizer(String string)
Constructs a new
StringTokenizer for the parameter string using
whitespace as the delimiter. |
StringTokenizer(String string,
String delimiters)
Constructs a new
StringTokenizer for the parameter string using
the specified delimiters. |
StringTokenizer(String string,
String delimiters,
boolean returnDelimiters)
Constructs a new
StringTokenizer for the parameter string using
the specified delimiters, returning the delimiters as tokens if the
parameter returnDelimiters is true . |
TooManyListenersException(String message) |
Modifier and Type | Field and Description |
---|---|
static String |
JarFile.MANIFEST_NAME |
Modifier and Type | Method and Description |
---|---|
String |
Attributes.getValue(Attributes.Name name)
Returns the value associated with the parameter Attributes.Name key.
|
String |
Attributes.getValue(String name)
Returns the String associated with the parameter name.
|
String |
Attributes.putValue(String name,
String val)
Stores value val against key name in this Attributes
|
static String |
JarInputStream.toASCIIUpperCase(String s) |
String |
Attributes.Name.toString() |
Modifier and Type | Method and Description |
---|---|
protected ZipEntry |
JarInputStream.createZipEntry(String name) |
Attributes |
Manifest.getAttributes(String name)
Returns the Attributes associated with the parameter entry name
|
ZipEntry |
JarFile.getEntry(String name)
Return the JarEntry specified by name or null if no such entry exists
|
JarEntry |
JarFile.getJarEntry(String name)
Return the JarEntry specified by name or null if no such entry exists.
|
String |
Attributes.getValue(String name)
Returns the String associated with the parameter name.
|
String |
Attributes.putValue(String name,
String val)
Stores value val against key name in this Attributes
|
static String |
JarInputStream.toASCIIUpperCase(String s) |
Constructor and Description |
---|
Attributes.Name(String s) |
JarEntry(String name)
Create a new JarEntry named name
|
JarException(String msg) |
JarFile(String filename)
Create a new JarFile from the contents of the file specified by filename.
|
JarFile(String filename,
boolean verify)
Create a new JarFile from the contents of the file specified by filename.
|
Modifier and Type | Method and Description |
---|---|
String |
ZipEntry.getComment() |
String |
ZipEntry.getName() |
String |
ZipFile.getName() |
String |
ZipEntry.toString() |
Modifier and Type | Method and Description |
---|---|
protected ZipEntry |
ZipInputStream.createZipEntry(String zname) |
ZipEntry |
ZipFile.getEntry(String zname) |
void |
ZipEntry.setComment(String cmnt) |
void |
ZipOutputStream.setComment(String comment) |
Constructor and Description |
---|
DataFormatException(String s) |
ZipEntry(String zname) |
ZipException(String s) |
ZipFile(String name) |
Modifier and Type | Field and Description |
---|---|
static String |
X500Principal.CANONICAL |
static String |
X500Principal.RFC1779 |
static String |
X500Principal.RFC2253 |
Modifier and Type | Method and Description |
---|---|
String |
X500Principal.getName() |
String |
X500Principal.getName(String format) |
Modifier and Type | Method and Description |
---|---|
String |
X500Principal.getName(String format) |
Constructor and Description |
---|
X500Principal(String name) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Util.ASCIIIgnoreCaseRegionMatches(String s1,
int start1,
String s2,
int start2,
int length) |
Modifier and Type | Field and Description |
---|---|
static String |
MimeTable.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
MimeTable.getContentTypeFor(String filename)
Determines the MIME type for the given filename.
|
Modifier and Type | Method and Description |
---|---|
String |
MimeTable.getContentTypeFor(String filename)
Determines the MIME type for the given filename.
|
Modifier and Type | Method and Description |
---|---|
static String |
URLUtil.canonicalizePath(String path)
Canonicalize the path, i.e.
|
static String |
Util.convertFromUTF8(byte[] buf,
int offset,
int utfSize) |
static String |
Util.convertUTF8WithBuf(byte[] buf,
char[] out,
int offset,
int utfSize) |
static String |
Util.decode(String s,
boolean convertPlus)
'%' and two following hex digit characters are converted to the
equivalent byte value.
|
static String |
Util.toASCIILowerCase(String s) |
static String |
Util.toASCIIUpperCase(String s) |
static String |
Util.toString(byte[] bytes) |
static String |
Util.toString(byte[] bytes,
int offset,
int length) |
static String |
Util.toUTF8String(byte[] bytes) |
static String |
Util.toUTF8String(byte[] bytes,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
static String |
URLUtil.canonicalizePath(String path)
Canonicalize the path, i.e.
|
static String |
Util.decode(String s,
boolean convertPlus)
'%' and two following hex digit characters are converted to the
equivalent byte value.
|
static byte[] |
Util.getBytes(String name)
Get bytes from String using default encoding; default encoding can
be changed via "os.encoding" property
|
static PrivilegedAction |
PriviAction.getSecurityProperty(String property)
Creates a PrivilegedAction to get the security property with the given
name.
|
static byte[] |
Util.getUTF8Bytes(String name)
Get bytes from String with UTF8 encoding
|
static long |
Util.parseDate(String string)
Answers the millisecond value of the date and time parsed from the
specified String.
|
static String |
Util.toASCIILowerCase(String s) |
static String |
Util.toASCIIUpperCase(String s) |
Constructor and Description |
---|
PriviAction(String property)
Creates a PrivilegedAction to return the value of the system property
with the given key.
|
PriviAction(String property,
String defaultAnswer)
Creates a PrivilegedAction to return the value of the system property
with the given key.
|