A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

ABOVE_NORMAL - Static variable in class com.plumtree.openfoundation.util.XPThreadPriority
 
AES_128 - Static variable in class com.plumtree.openfoundation.security.XPCryptoType
128-bit AES.
AES_BLOCK_SIZE - Static variable in class com.plumtree.openfoundation.security.XPAESCrypto
Block size in bytes for both 256-bit and 128-bit AES encryption.
AES_ENCRYPTION_MARKER_128 - Static variable in class com.plumtree.openfoundation.security.XPAESCrypto
Encryption marker for Open Kernel 128-bit encrypted strings.
AIX - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for AIX.
AM - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating whether the HOUR is before or after noon.
ATTRIBUTE_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.Attr.
Abandon() - Method in interface com.plumtree.openfoundation.web.IXPSession
Invalidates this session then unbinds any objects bound to it.
Abandon() - Method in class com.plumtree.openfoundation.web.XPSession
Invalidates this session then unbinds any objects bound to it.
Abs() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger containing the absolute value of this.
Acquire() - Method in class com.plumtree.openfoundation.util.XPLock
Attempts to acquire the lock (possibly forever).
Add(Object) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Ensures that this collection contains the specified element (optional operation).
Add(Object) - Method in class com.plumtree.openfoundation.util.XPArrayList
Appends the specified element to the end of this list.
Add(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger whose value is this plus the passed in argument.
Add(int, int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Updates the calendar by adding the given amount of units to its current value.
AddCookie(XPCookie) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Adds the specified cookie to the response.
AddCookie(XPCookie) - Method in class com.plumtree.openfoundation.web.XPResponse
Adds the specified cookie to the response.
AddHeader(String, String) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Adds a response header with the given name and value.
AddHeader(String, String) - Method in class com.plumtree.openfoundation.web.XPResponse
Adds a response header with the given name and value.
AddRange(IXPCollection) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Adds all of the elements in the specified collection to this collection (optional operation).
AddRange(IXPCollection) - Method in class com.plumtree.openfoundation.util.XPArrayList
Appends all of the elements in the specified Collection to the end of this list.
After(XPCalendar) - Method in class com.plumtree.openfoundation.util.XPCalendar
Compares the time field records.
After(XPDateTime) - Method in class com.plumtree.openfoundation.util.XPDateTime
Tests if this date is after the given date.
And(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger whose value is the logical AND of this and the passed in argument.
Append(boolean) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of a specified Boolean value to the end of this instance.
Append(char) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of a specified Unicode character to the end of this instance.
Append(char[]) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of the Unicode characters in a specified array to the end of this instance.
Append(char[], int, int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of a specified subarray of Unicode characters to the end of this instance.
Append(double) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of a specified double-precision floating-point number to the end of this instance.
Append(int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of a specified 32-bit signed integer to the end of this instance.
Append(long) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of a specified 64-bit signed integer to the end of this instance.
Append(Object) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends the string representation of a specified object to the end of this instance.
Append(String) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends a copy of the specified string to the end of this instance.
Append(String, int, int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Appends a copy of a specified substring to the end of this instance.
AppendChild(XPNode) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Adds the node newChild to the end of the list of children of this node.
AppendData(String) - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
Append the string to the end of the character data of the node.
ApplyLocalizedPattern(String) - Method in class com.plumtree.openfoundation.util.XPDateFormat
Apply the given pattern string to this date format, also mapping any formatting characters with a preferred representation in the underlying locale; for example, MM/dd/yy might be mapped to MM-dd-yy.
ApplyPattern(String) - Method in class com.plumtree.openfoundation.util.XPDateFormat
Apply the given pattern string to this date format instance, subject to restrictions to make the pattern suitable for cross- platform use on Java and .NET.
AssertArgumentNotNull(String, Object) - Static method in class com.plumtree.openfoundation.util.XPAssert
Static Method that Asserts Argument not to be null.
AssertArgumentOutOfRange(String, int, int, int) - Static method in class com.plumtree.openfoundation.util.XPAssert
Static Method that Asserts Argument not to be Out of Range.
AssertNull(String, Object) - Static method in class com.plumtree.openfoundation.util.XPAssert
Static Method that Asserts Argument to be null.
Attempt(long) - Method in class com.plumtree.openfoundation.util.XPLock
Attempts to acquire the lock for approximately msecs milliseconds.

B

BEA - Static variable in class com.plumtree.openfoundation.platform.XPVendor
Predefined VM vendor for beaJRE.
BELOW_NORMAL - Static variable in class com.plumtree.openfoundation.util.XPThreadPriority
 
BOOLEAN - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type boolean.
BYTE - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type byte.
Before(XPCalendar) - Method in class com.plumtree.openfoundation.util.XPCalendar
Compares the time field records.
Before(XPDateTime) - Method in class com.plumtree.openfoundation.util.XPDateTime
Tests if this date is before the given date.
BinarySearch(byte[], byte) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array of bytes for the specified value using the binary search algorithm.
BinarySearch(char[], char) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array of chars for the specified value using the binary search algorithm.
BinarySearch(double[], double) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array of doubles for the specified value using the binary search algorithm.
BinarySearch(float[], float) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array of floats for the specified value using the binary search algorithm.
BinarySearch(int[], int) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array of ints for the specified value using the binary search algorithm.
BinarySearch(String[], String) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array for the specified object using the binary search algorithm.
BinarySearch(Object[], Object) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array for the specified object using the binary search algorithm.
BinarySearch(Object[], Object, IXPComparer) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array for the specified object using the binary search algorithm.
BinarySearch(short[], short) - Static method in class com.plumtree.openfoundation.util.XPArray
Searches the specified array of shorts for the specified value using the binary search algorithm.
BitLength() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns the position of the most significant bit in the XPBigInteger.

C

CDATA_SECTION_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.CDATASection.
CHAR - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type char.
COMMENT_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.Comment.
CanDecrypt(String) - Method in interface com.plumtree.openfoundation.security.IXPCrypto
Can this provider decrypt this string?
CanDecrypt(String) - Method in class com.plumtree.openfoundation.security.XPAESCrypto
 
CanDecrypt(String) - Method in class com.plumtree.openfoundation.security.XPRC2Crypto
True if recognized as a possible ciphertext compatible with this cryptographic engine.
CharAt(int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Returns the character at the specified position in this instance.
CharAt(String, int) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Return the value of the character at the specified index in the source string, for a non-null source and an index in bounds.
Clear() - Method in interface com.plumtree.openfoundation.util.IXPCollection
Removes all of the elements from this IXPCollection (optional operation).
Clear() - Method in class com.plumtree.openfoundation.util.XPArrayList
Removes all elements from this list.
Clear() - Method in class com.plumtree.openfoundation.util.XPCalendar
Clears the values of all the time fields.
Clear() - Method in class com.plumtree.openfoundation.util.XPFileProperty
Clears this this XPFileProperty set.
Clear() - Method in class com.plumtree.openfoundation.util.XPHashtable
Clears this hashtable so that it contains no keys.
Clear() - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
Removes all mappings from this TreeMap.
Clear() - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Removes all elements from this XPStringDictionary.
Clear() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Clears this hashtable so that it contains no keys.
Clear() - Method in interface com.plumtree.openfoundation.web.IXPResponse
Clears any data that exists in the buffer as well as the status code and headers.
Clear() - Method in class com.plumtree.openfoundation.web.XPResponse
Clears any data that exists in the buffer as well as the status code and headers.
ClearUnderlyingObject() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Clear all the member variables.
ClearUnderlyingObject() - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method clears all the instance variables to avoid memory leak.
ClearUnderlyingObject() - Method in class com.plumtree.openfoundation.web.XPRequest
This method clears all the instance variable to avoid memory leak.
ClearUnderlyingObject() - Method in class com.plumtree.openfoundation.web.XPResponse
This method clears all the instance variables to avoid memory leak.
Clone() - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Clone.
Clone() - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns a shallow copy of this XPArrayList instance.
Clone() - Method in class com.plumtree.openfoundation.util.XPHashtable
Creates a shallow copy of this hashtable.
Clone() - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Clone a property bag.
Clone() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Creates a shallow copy of this hashtable.
CloneNode(boolean) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
Close() - Method in class com.plumtree.openfoundation.io.XPBufferedReader
Close the stream.
Close() - Method in class com.plumtree.openfoundation.io.XPFileInputStream
Closes this file input stream and releases any system resources associated with the stream.
Close() - Method in class com.plumtree.openfoundation.io.XPFileOutputStream
Close the underlying stream.
Close() - Method in class com.plumtree.openfoundation.io.XPInputStream
Close the stream.
Close() - Method in class com.plumtree.openfoundation.io.XPInputStreamReader
Close the stream.
Close() - Method in class com.plumtree.openfoundation.io.XPOutputStream
Closes this output stream and releases any system resources associated with this stream.
Close() - Method in class com.plumtree.openfoundation.io.XPOutputStreamWriter
Close the stream.
Close() - Method in class com.plumtree.openfoundation.io.XPWriter
Close the underlying writer.
Compare(Object, Object) - Method in interface com.plumtree.openfoundation.util.IXPComparer
Compares two objects and returns a value indicating whether one is less than, equal to or greater than the other.
Compare(IXPPropertyBag) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Compare propertybags to see if they contains the same information.
Compare(IXPPropertyBag) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
IPTPropertyBag version of Compare.
Compare(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Compares two strings and returns an integer value that represents if the given strings are equal or stringA is greater that stringB or stringA is less than stringB.
CompareIgnoreCase(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Compares two strings and returns an integer value that represents if the given strings are equal or stringA is greater that stringB or stringA is less than stringB.
CompareTo(Object) - Method in interface com.plumtree.openfoundation.util.IXPComparable
Compares this object with Object passed to it and returns a value indicating whether one is less than, equal to or greater than the other.
CompareTo(Object) - Method in class com.plumtree.openfoundation.util.XPDateTime
 
CompareTo(XPDateTime) - Method in class com.plumtree.openfoundation.util.XPDateTime
Compare two XPDateTime objects; Return 0 if the argument Date is equal to this Date, a value less than 0 if this Date is before the Date argument, and a value greater than 0 if this Date is after the Date argument.
ComputeOS(String, String, String, XPOperatingSystem.FileChecker) - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Calculates the current OS, using the System properties.
Contains(Object) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Returns true if this collection contains the specified element.
Contains(Object) - Method in class com.plumtree.openfoundation.util.XPArrayList
Determines whether an element is in this list.
Contains(Object) - Method in class com.plumtree.openfoundation.util.XPHashtable
Tests if some key maps into the specified value in this hashtable.
Contains(Object) - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Tests if some key maps into the specified value in this hashtable.
ContainsAll(IXPCollection) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Returns true if this collection contains all of the elements in the specified collection.
ContainsAll(IXPCollection) - Method in class com.plumtree.openfoundation.util.XPArrayList
Determines if this list contains all of the elements in the specified collection.
ContainsKey(Object) - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Returns if the input key exists in this IXPDictionary.
ContainsKey(Object) - Method in class com.plumtree.openfoundation.util.XPHashtable
Tests if the specified object is a key in this hashtable.
ContainsKey(Object) - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
 
ContainsKey(String) - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Checks if the Key passed to exists in this XPStringDictionary.
ContainsKey(Object) - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Tests if the specified object is a key in this hashtable.
ContainsValue(Object) - Method in class com.plumtree.openfoundation.util.XPHashtable
Tests if this hashtable maps one or more keys to this value.
ContainsValue(Object) - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
Returns true if this map maps one or more keys to the specified value.
ContainsValue(String) - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Checks if the value passed to exists in this XPStringDictionary.
ContainsValue(Object) - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Tests if this hashtable maps one or more keys to this value.
Copy(Object, int, Object, int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
Create() - Method in class com.plumtree.openfoundation.io.XPDirectory
Create a subdirectory named by this abstract path name.
CreateAttribute(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates an XPAttr of the given name.
CreateAttributeNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates an attribute of the given qualified name and namespace URI.
CreateComment(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates a XPComment node given the specified string.
CreateDataSection(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates a XPCDATASection node whose value is the specified string.
CreateDocumentFragment() - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates an empty XPDocumentFragment object.
CreateElement(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates an element of the type specified.
CreateElementNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates an element of the given qualified name and namespace URI.
CreateFileBasedResourceSet(String) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceSet
Creates a resourcemanager using the given resource file name.
CreateInstance() - Method in class com.plumtree.openfoundation.util.XPType
Creates a new instance of the class represented by this XPType object.
CreateProcessingInstruction(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates a XPProcessingInstruction node given the specified name and data strings.
CreateResourceManager(String) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Single access point to obtain an instance of XPResourceManager.
CreateText() - Method in class com.plumtree.openfoundation.io.XPFile
Create an XPFileWriter that writes a new text file.
CreateTextNode(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Creates a XPText node given the specified string.
checkFile(String) - Method in class com.plumtree.openfoundation.platform.XPOperatingSystem.FileChecker
Determine if provided file path already exists.
com.plumtree.openfoundation.internationalization - package com.plumtree.openfoundation.internationalization
Cross-platform interface over the underlying platform implementation of localized string resources and locale (language + country).
com.plumtree.openfoundation.io - package com.plumtree.openfoundation.io
Cross-platform wrappers around the underlying platform file I/O classes.
com.plumtree.openfoundation.platform - package com.plumtree.openfoundation.platform
 
com.plumtree.openfoundation.reflect - package com.plumtree.openfoundation.reflect
Cross-platform interfaces allowing reflective construction of objects and invocation of methods.
com.plumtree.openfoundation.security - package com.plumtree.openfoundation.security
Offers facilities for symmetric and public-key encryption and construction of cryptographic keys, message authentication codes (HMAC-SHA1).
com.plumtree.openfoundation.util - package com.plumtree.openfoundation.util
Wrappers providing uniform interface and behavior over a variety of essential Java and C#.NET platform library classes, including collections, exceptions, strings, and date/time instances.
com.plumtree.openfoundation.web - package com.plumtree.openfoundation.web
Wraps the underlying classes related to HTTP servlet request and response objects, implementation depending on the underlying servlet engine as well as the language platform.
com.plumtree.openfoundation.xml.dom - package com.plumtree.openfoundation.xml.dom
Cross-platform wrapper over the underlying classes implementing the W3C xml document object model.
com.plumtree.openfoundation.xml.xsl - package com.plumtree.openfoundation.xml.xsl
Java XSL transform wrapper - designed against System.Xml.Xsl.XslTransform in c# .Net 1.1 api.
compareTo(Object) - Method in class com.plumtree.openfoundation.util.XPDateTime
Compare two XPDateTime objects; Return 0 if the argument Date is equal to this Date, a value less than 0 if this Date is before the Date argument, and a value greater than 0 if this Date is after the Date argument.
computeVendor(String) - Static method in class com.plumtree.openfoundation.platform.XPVendor
Create JVM's vendor object using vendors' name.
current - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Current working operating system.

D

DATE - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the day of the month.
DAY_OF_MONTH - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the day of the month.
DAY_OF_WEEK - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the day of the week.
DAY_OF_WEEK_IN_MONTH - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the ordinal number of the day of the week within the current month.
DAY_OF_YEAR - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the day number within the current year.
DEFAULT - Static variable in class com.plumtree.openfoundation.util.XPDateFormat
DEFAULT - display the default date format, which is the same as MEDIUM in java.
DEFAULT_ENCODING - Static variable in class com.plumtree.openfoundation.util.XPStringUtility
Default byte encoding for characters and strings.
DEFAULT_OPTION - Static variable in class com.plumtree.openfoundation.util.XPRegex
Perl5 regular expression default case.
DOCUMENT_FRAGMENT_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.DocumentFragment.
DOCUMENT_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.Document.
DOCUMENT_TYPE_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.DocumentType.
DOUBLE - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type double.
Decode(String) - Static method in class com.plumtree.openfoundation.util.XPBase64Coder
Decodes data from Base64 notation.
DecodeToString(String) - Static method in class com.plumtree.openfoundation.util.XPBase64Coder
Decodes data from Base64 notation and returns it as a string.
Decrypt(String, String) - Method in interface com.plumtree.openfoundation.security.IXPCrypto
Decrypts data which was encrypted using Encrypt.
Decrypt(String, byte[]) - Method in interface com.plumtree.openfoundation.security.IXPCrypto
Decrypts data which was encrypted using Encrypt.
Decrypt(String, IXPPKIPrivateKey) - Method in interface com.plumtree.openfoundation.security.IXPPKICrypto
Decrypts data which was encrypted using Encrypt.
Decrypt(String, String) - Method in class com.plumtree.openfoundation.security.XPAESCrypto
 
Decrypt(String, byte[]) - Method in class com.plumtree.openfoundation.security.XPAESCrypto
 
Decrypt(String, String) - Static method in class com.plumtree.openfoundation.security.XPCrypto
Decrypts data.
Decrypt(String, String) - Method in class com.plumtree.openfoundation.security.XPRC2Crypto
Decrypts the string with the key.
Decrypt(String, byte[]) - Method in class com.plumtree.openfoundation.security.XPRC2Crypto
Not implemented in this version, use the Encrypt/Decrypt methods taking a String key.
Decrypt(String, IXPPKIPrivateKey) - Method in class com.plumtree.openfoundation.security.XPRSACrypto
Decrypts the given string using RSA private-key decryption.
Delete() - Method in class com.plumtree.openfoundation.io.XPDirectory
Delete this directory.
Delete() - Method in class com.plumtree.openfoundation.io.XPFile
Delete this file.
Delete() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Delete this file/directory.
DeleteData(int, int) - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
Remove a range of 16-bit units from the node.
Destroy() - Method in class com.plumtree.openfoundation.util.XPProcess
Stop the process.
DivideAndRemainder(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an array of two XPBigIntegers that result when dividing this value by the argument passed in.
DumpStack() - Static method in class com.plumtree.openfoundation.util.XPThread
Print a stack trace of the current thread.
dt - Variable in class com.plumtree.openfoundation.util.XPDateTime
Internal Date.

E

ELEMENT_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.Element.
ERA - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the era, e.g., AD or BC in the Julian calendar.
EXPECTED_VALID_DAY_EXCEPTION_MSG - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Valid values for DAY are 1 and above.
EXPECTED_VALID_MONTH_EXCEPTION_MSG - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Valid values for MONTH are 1-12.
EXPECTED_VALID_YEAR_EXCEPTION_MSG - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Year must be a positive number.
Encode(byte[]) - Static method in class com.plumtree.openfoundation.util.XPBase64Coder
Encodes a byte array into Base64 notation.
EncodeRedirectURL(String) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Deprecated. This method is deprecated because Redirect() method already encodes url
EncodeRedirectURL(String) - Method in class com.plumtree.openfoundation.web.XPResponse
Deprecated. This method is deprecated because Redirect() method already encodes url
Encrypt(String, String) - Method in interface com.plumtree.openfoundation.security.IXPCrypto
Encrypts data.
Encrypt(String, byte[]) - Method in interface com.plumtree.openfoundation.security.IXPCrypto
Encrypts data.
Encrypt(String, IXPPKIPublicKey) - Method in interface com.plumtree.openfoundation.security.IXPPKICrypto
Encrypts data.
Encrypt(String, String) - Method in class com.plumtree.openfoundation.security.XPAESCrypto
 
Encrypt(String, byte[]) - Method in class com.plumtree.openfoundation.security.XPAESCrypto
 
Encrypt(String, String) - Method in class com.plumtree.openfoundation.security.XPRC2Crypto
Encrypts a string, based on the key.
Encrypt(String, byte[]) - Method in class com.plumtree.openfoundation.security.XPRC2Crypto
Not implemented in this version, use the Encrypt/Decrypt methods taking a String key.
Encrypt(String, IXPPKIPublicKey) - Method in class com.plumtree.openfoundation.security.XPRSACrypto
Encrypts the given string with the given key using RSA public-key encryption.
EndsWith(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Tests if this string ends with the specified suffix.
EnsureCapacity(int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Ensures that the capacity of this instance of XPStringBuilder is at least the specified value.
Equals(long[], long[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of longs are equal to one another.
Equals(int[], int[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of ints are equal to one another.
Equals(short[], short[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of shorts are equal to one another.
Equals(char[], char[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of chars are equal to one another.
Equals(byte[], byte[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of bytes are equal to one another.
Equals(boolean[], boolean[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of equals are equal to one another.
Equals(double[], double[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of doubles are equal to one another.
Equals(float[], float[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of floats are equal to one another.
Equals(Object[], Object[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Returns true if the two specified arrays of Objects are equal to one another.
Equals(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns true if this XPBigInteger has the same value as the passed in argument.
Equals(XPDateTime) - Method in class com.plumtree.openfoundation.util.XPDateTime
false if this Date does not have the same value as the Date argument.
Equals(Object) - Method in class com.plumtree.openfoundation.util.XPType
Compares an object with this XPType.
EqualsIgnoreCase(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Compares two strings, ignoring case considerations.
ExceptionToString(Throwable) - Static method in class com.plumtree.openfoundation.util.XPException
Returns string representation of an exception, with type, message, and stack trace.
Exists() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns true if this directory exists; false otherwise.
Exists() - Method in class com.plumtree.openfoundation.io.XPFile
Returns true if this file exists, false if it does not.
Exists() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns true if this file/directory exists; false otherwise.
Exit(int) - Static method in class com.plumtree.openfoundation.util.XPSystem
Terminates the currently running Java Virtual Machine.
equals(XPOSFamily) - Method in class com.plumtree.openfoundation.platform.XPOSFamily
Compare if two XPOSFamily instances are same using their IDs.
equals(XPOperatingSystem) - Method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Compare current os type with provided XPOperatingSystem object.
equals(XPVendor) - Method in class com.plumtree.openfoundation.platform.XPVendor
Compare if two objects represent the same vendor using their ID's.
equals(Object) - Method in class com.plumtree.openfoundation.util.XPDateTime
false if this Date does not have the same value as the Date argument.
equals(Object) - Method in class com.plumtree.openfoundation.util.XPType
Compares an object with this XPType.
error(SAXParseException) - Method in class com.plumtree.openfoundation.xml.dom.XPParserErrorHandler
 
exceptionToString(Throwable) - Static method in class com.plumtree.openfoundation.util.XPException
Deprecated. Use XPException.ExceptionToString() by preference in translatable code to match the preferred DotNet uppercase method style.

F

FLOAT - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type float.
FRIDAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the DAY_OF_WEEK field indicating Friday.
FULL - Static variable in class com.plumtree.openfoundation.util.XPDateFormat
Display the FULL date format.
FindPublicMethod(Object, String, Class) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Find a publicly declated method from the given target object.
Flush() - Method in class com.plumtree.openfoundation.io.XPFileOutputStream
Flush the underlying stream.
Flush() - Method in class com.plumtree.openfoundation.io.XPOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
Flush() - Method in class com.plumtree.openfoundation.io.XPOutputStreamWriter
Flush the stream.
Flush() - Method in class com.plumtree.openfoundation.io.XPWriter
Clears all the buffers for this stream and cause any buffered data to be written to the underlying device.
Flush() - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Flush the stream.
Flush() - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes all data to the client.
Flush() - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes all data to the client.
ForceEndsWith(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
This method forces strIn to end with strEndsWith.
Format(XPDateTime) - Method in class com.plumtree.openfoundation.util.XPDateFormat
Returns a formatted date with the selected length, using the default locale and timezone of the server.
Format(XPLocale, double) - Static method in class com.plumtree.openfoundation.util.XPFormat
Converts a double to its equivalent string representation using the specified locale format information.
Format(XPLocale, long) - Static method in class com.plumtree.openfoundation.util.XPFormat
Converts a long to its equivalent string representation using the specified locale format information.
Format(String, Object[]) - Static method in class com.plumtree.openfoundation.util.XPFormat
Returns pattern with formatted objects.
Format(XPLocale, String, Object[]) - Static method in class com.plumtree.openfoundation.util.XPFormat
Returns pattern with formatted objects using the specified locale format information.
FormatMessage(String, Object) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string with the placeholders {0} replaced with the given argument value.
FormatMessage(String, Object, Object) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string with the placeholders {0} and {1} replaced with the given argument values.
FormatMessage(String, Object, Object, Object) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string with the placeholders {0}, {1} and {2} replaced with the given argument values.
FormatMessage(String, Object, Object, Object, Object) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string with the placeholders {0}, {1}, {2} and {3} replaced with the given argument values.
fatalError(SAXParseException) - Method in class com.plumtree.openfoundation.xml.dom.XPParserErrorHandler
 

G

GarbageCollect() - Static method in class com.plumtree.openfoundation.util.XPSystem
Runs the garbage collector.
Gcd(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns the Greatest Common Denominator between this value, and the passed in argument.
GenCoPrime(int, XPSecureRandom) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns a random XPBigInteger whose value is relatively prime to the value of this XPBigInteger.
GenerateCRC32(String) - Static method in class com.plumtree.openfoundation.util.XPCRC
Calculates the 32-bit CRC from a String.
GenerateCRC64(String) - Static method in class com.plumtree.openfoundation.util.XPCRC
Calculates the 64-bit CRC from a String.
GenerateFileCRC32(String) - Static method in class com.plumtree.openfoundation.util.XPCRC
Calculates the 32-bit CRC from a file-based binary stream.
GenerateFileCRC64(String) - Static method in class com.plumtree.openfoundation.util.XPCRC
Calculates the 64-bit CRC from a file-based binary stream.
GenerateKey() - Method in interface com.plumtree.openfoundation.security.IXPCrypto
Generates a new random key.
GenerateKey() - Method in class com.plumtree.openfoundation.security.XPAESCrypto
Generate a key with default scenario, by allocating an array of the desired key size and add the size of the AES block and filling it with random bytes.
GenerateKey() - Method in class com.plumtree.openfoundation.security.XPRC2Crypto
Not implemented in this version, use the Encrypt/Decrypt methods taking a String key.
GenerateKeys(int, XPSecureRandom) - Method in interface com.plumtree.openfoundation.security.IXPPKICrypto
Generates the public and private keys to use for PKI encryption.
GenerateKeys(int, XPSecureRandom) - Method in class com.plumtree.openfoundation.security.XPRSACrypto
Call this method to generate an RSA public-key/private-key pair.
GenerateMACBase64(String) - Method in class com.plumtree.openfoundation.security.XPMACGenerator
Returns a string containing a Base64 encoding of the message authentication code bytes.
GenerateMACBytes(String) - Method in class com.plumtree.openfoundation.security.XPMACGenerator
Returns a byte array containing the message authentication code.
GenerateUUID() - Static method in class com.plumtree.openfoundation.util.XPUUID
Generates a unique identifier that follows Plumtree conventions- it will look something like: {38F78CAD-D28C-4AE8-8718-3A66A21EA04E}, and is guaranteed to be all upper case.
Get(int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Gets the value for a given time field.
GetASCIIDecimalValue(char) - Static method in class com.plumtree.openfoundation.util.XPCharacterUtility
Return 0 - 9 for '0' - '9'.
GetActualMaximum(int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Return the maximum value that this field could have, given the current date.
GetActualMinimum(int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Return the minimum value that this field could have, given the current date.
GetAmPmStrings() - Method in class com.plumtree.openfoundation.util.XPDateFormat
Returns an array of AM, PM strings.
GetArray(int) - Method in class com.plumtree.openfoundation.util.XPHashtable
Returns an array of keys or values in the hashtable as indicated by the type argument.
GetArray(int) - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Returns an array of keys or values in the hashtable as indicated by the type argument.
GetAttribute(String) - Method in interface com.plumtree.openfoundation.web.IXPApplication
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
GetAttribute(String) - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the named attribute.
GetAttribute(String) - Method in interface com.plumtree.openfoundation.web.IXPSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
GetAttribute(String) - Method in class com.plumtree.openfoundation.web.XPApplication
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
GetAttribute(String) - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
GetAttribute(String) - Method in class com.plumtree.openfoundation.web.XPSession
Returns the session object bound with the specified name in this session, or null if no object is bound under the name.
GetAttribute(String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Retrieves an attribute value by name.
GetAttributeNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Retrieves an attribute value by local name and namespace URI.
GetAttributeNode(String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Retrieves an attribute node by name.
GetAttributeNodeNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Retrieves a XPAttr node by local name and namespace URI.
GetAttributes() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
A XPNamedNodeMap containing the attributes of this node (if it is an XPElement) or null otherwise.
GetAuthType() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the name of the authentication scheme used.
GetAuthType() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the name of the authentication scheme used to protect the servlet.
GetAvailableBytes() - Method in class com.plumtree.openfoundation.io.XPFileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
GetAvailableBytes() - Method in class com.plumtree.openfoundation.io.XPInputStream
Returns the number of bytes that can be read from this input stream without blocking.
GetAvailableLocaleNames() - Static method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns an array of the display names of all locales installed in the runtime library.
GetAvailableLocales() - Static method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns an array of all locales installed in the runtime library, in cross-platform (XPLocale) form.
GetAvailableTimeZoneNames() - Static method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Gets all the available TimeZone IDs (e.g.
GetAvailableTimeZoneNames(long) - Static method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Gets all the available TimeZone IDs according to the given time zone offset (e.g.
GetBaseType() - Method in class com.plumtree.openfoundation.util.XPType
Returns the XPType representing the superclass of the entity (class, interface, primitive type or void) represented by this XPType.
GetBasicAuthPassword() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the password being used for basic authentication.
GetBasicAuthPassword() - Method in class com.plumtree.openfoundation.web.XPRequest
Get the basic authentication password.
GetBasicAuthUserName() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the user name being used for basic authentication.
GetBasicAuthUserName() - Method in class com.plumtree.openfoundation.web.XPRequest
Get the basic authentication user name.
GetBytes() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an array of bytes containing all the bits of this XPBigInteger.
GetBytes(String, String) - Static method in class com.plumtree.openfoundation.util.XPEncoding
Convert this String into bytes according to the specified character encoding, storing the result into the byte array.
GetBytes(byte[]) - Method in class com.plumtree.openfoundation.util.XPSecureRandom
Generates a user-specified number of random bytes.
GetBytes(String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Encodes this string into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
GetBytes() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the uploaded data.
GetBytes() - Method in class com.plumtree.openfoundation.web.XPRequest
MES- GetBytes allows a client to retrieve the uploaded data as a byte array.
GetCapacity() - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Returns the current capacity of the String buffer.
GetCauseException() - Method in class com.plumtree.openfoundation.reflect.XPInvocationTargetException
Wrap the cause as a new XPException object.
GetCharacterEncoding() - Method in interface com.plumtree.openfoundation.web.IXPResponse
Returns the name of the charset used for the MIME body sent in this response If no charset has been assigned, it is implicitly set to ISO-8859-1 (Latin-1).
GetCharacterEncoding() - Method in class com.plumtree.openfoundation.web.XPResponse
Returns the name of the charset used for the MIME body sent in this response If no charset has been assigned, it is implicitly set to ISO-8859-1 (Latin-1).
GetChars(String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Encodes this string into a sequence of chars, storing the result into a new char array.
GetChild(String) - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns a child directory or file that is represented by the name.
GetChildNodes() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
A XPNodeList that contains all children of this node.
GetChildren() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns an enumerator of XPFileSystemObjects of all files and sub-directories of this directory.
GetClientAddress() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the IP address of the client as a String in dotted quad form.
GetClientAddress() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the IP address of the client as a String in dotted quad form.
GetCompletePath() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the complete path to the uploaded file.
GetCompletePath() - Method in class com.plumtree.openfoundation.web.XPRequest
This method returns full name of the saved uploaded file.
GetConstructor(XPType[]) - Method in class com.plumtree.openfoundation.util.XPType
Returns a XPConstructor object that reflects the specified public constructor of the class represented by this XPType object.
GetContentLength() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the length of the content sent by the client in bytes.
GetContentLength() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
GetContentType() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the MIME type of the content sent by the client.
GetContentType() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the MIME type of the body of the request, or null if the type is not known.
GetCookies() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns an array of cookies sent by the client.
GetCookies() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns an array containing all of the Cookie objects the client sent with this request.
GetCount() - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Returns the count of elements in the property bag.
GetCount() - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Returns the count of elements in the property bag.
GetCountry() - Method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns the country/region code for this locale, which will either be the empty string or an ISO 3166 2-letter code.
GetCurrent() - Method in interface com.plumtree.openfoundation.util.IXPEnumerator
Gets the current element in the collection.
GetCurrent() - Method in class com.plumtree.openfoundation.util.XPEnumerator
Gets curret Object pointed by XPEnumerator.
GetCurrentDictionaryEntry() - Method in interface com.plumtree.openfoundation.util.IXPDictionaryEnumerator
When implemented by a class, gets both the key and the value of the current dictionary entry.
GetCurrentDirectory() - Static method in class com.plumtree.openfoundation.util.XPSystem
Gets the system property indicated by the specified key.
GetCurrentThread() - Static method in class com.plumtree.openfoundation.util.XPThread
Gets the currently running thread.
GetCurrentTimeMilliSec() - Static method in class com.plumtree.openfoundation.util.XPSystem
Returns the current time in milliseconds.
GetCurrentTimeZone() - Static method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Gets the default TimeZone for this host.
GetData() - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
The character data of the node.
GetData() - Method in class com.plumtree.openfoundation.xml.dom.XPProcessingInstruction
The content of this processing instruction.
GetDateInstance(int) - Static method in class com.plumtree.openfoundation.util.XPDateFormat
Create an XPDateFormat object.
GetDateInstance(int, XPLocale, XPTimeZone) - Static method in class com.plumtree.openfoundation.util.XPDateFormat
Create an XPDateFormat object.
GetDateTimeInstance(int, int) - Static method in class com.plumtree.openfoundation.util.XPDateFormat
Create an XPDateFormat object.
GetDateTimeInstance(int, int, XPLocale, XPTimeZone) - Static method in class com.plumtree.openfoundation.util.XPDateFormat
Create an XPDateFormat object.
GetDaylightName() - Method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Returns a short daylight name of the timezone in the default locale.
GetDeclaredFields() - Method in class com.plumtree.openfoundation.util.XPType
Gets all fields declared on this class (not superclasses).
GetDeclaredMethod(String, XPType[]) - Method in class com.plumtree.openfoundation.util.XPType
Returns a XPMethod object that reflects the specified declared method of the class or interface represented by this XPType object.
GetDeclaredMethods() - Method in class com.plumtree.openfoundation.util.XPType
Returns an array of XPMethod objects reflecting all the methods declared by the class or interface represented by this XPType object.
GetDefault() - Static method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns an instance of XPLocale wrapping the platform default locale, determined by runtime or operating system localization settings.
GetDevKitVersion() - Static method in class com.plumtree.openfoundation.util.XPSystem
Return the runtime environment version as a string (JDK version, .NET runtime version in Open Foundation .NET).
GetDirectorySeparator() - Static method in class com.plumtree.openfoundation.util.XPSystem
Returns the character that is used as a delimiter between the section of the path (on Windows, this should return "\"; on most UNIX platforms this should return "/").
GetDisplayCountry() - Method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns a name for the locale's country that is appropriate for display to the user.
GetDisplayLanguage() - Method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns a name for the locale's language that is appropriate for display to the user.
GetDisplayLanguageFromLocaleID(String) - Method in class com.plumtree.openfoundation.internationalization.XPLanguageResourceSet
MES- GetDisplayLanguageFromLocaleID is used to convert from a locale identifier (e.g.
GetDisplayLanguageFromLocaleID(String, String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Translates from a locale or language identifier to the human readable string for the language.
GetDisplayLocaleFromLocaleID(String) - Method in class com.plumtree.openfoundation.internationalization.XPLanguageResourceSet
This method converts from a locale identifier (e.g.
GetDisplayLocaleFromLocaleID(String, String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Translates from a locale or language identifier to the human readable string for that locale or language.
GetDisplayName() - Method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns a name for the locale that is appropriate for display to the user.
GetDocType() - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
The Document Type Declaration (see XPDocumentType) associated with this document.
GetDocumentAsByteArray(XPDocument) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Returns the marked-up document as a byte array using the encoding of the underlying document if there is one, otherwise default encoding is UTF-8.
GetDocumentAsByteArray(XPDocument, String) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Returns the marked-up document as a byte array using the encoding specified.
GetDocumentElement() - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
GetDocumentString(XPDocument) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Deprecated. As of XDK Release 2.4.5.0 use XPBuilder.GetDocumentAsByteArray(com.plumtree.openfoundation.xml.dom.XPDocument)instead.
GetDomain() - Method in class com.plumtree.openfoundation.web.XPCookie
Returns the domain to which the cookie is associated.
GetElement(Object) - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Returns the value to which the key is mapped in this dictionary.
GetElement(int) - Method in interface com.plumtree.openfoundation.util.IXPList
When implemented by a class, gets the element at the specified index.
GetElement(int) - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns the element at the specified position in this list.
GetElement(Object) - Method in class com.plumtree.openfoundation.util.XPHashtable
Returns the value to which the specified key is mapped in this hashtable.
GetElement(Object) - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
Return the object mapped to this key, or null if the key is not present in this XPSortedDictionary instance.
GetElement(String) - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Returns the Element in the XPStringDictionary.
GetElement(Object) - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Returns the value to which the specified key is mapped in this hashtable.
GetElementByID(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Returns the XPElement whose ID is given by elementId.
GetElements() - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Returns an enumeration of the Elements in this IXPDictionary.
GetElements() - Method in class com.plumtree.openfoundation.util.XPHashtable
Returns an XPEnumerator that can iterate through the values in this hashtable.
GetElements() - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
 
GetElements() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Returns an XPEnumerator that can iterate through the values in this hashtable.
GetElementsByTagName(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Returns a XPNodeList of all the XPElements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the XPDocument tree.
GetElementsByTagName(String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Returns a XPNodeList of all descendant XPElements with a given tag name, in the order in which they are encountered in a preorder traversal of this XPElement tree.
GetElementsByTagNameNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Returns a XPNodeList of all the XPElements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the XPDocument tree.
GetElementsByTagNameNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Returns a XPNodeList of all the descendant XPElements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this XPElement tree.
GetEncoding() - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Return this XPDocument's encoding string.
GetEntities() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentType
A XPNamedNodeMap containing the general entities, both external and internal, declared in the DTD.
GetEnumerator() - Method in interface com.plumtree.openfoundation.util.IXPCollection
Collections by default implement Iterators to Iterate through all Collection objects This returns Enumerator to go through this collection.
GetEnumerator() - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Returns IXPDictionaryEnumerator for this dictionary, each of whose elements is an XPDictionaryEntry.
GetEnumerator() - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Returns Enumerator for XPPropertyBag.
GetEnumerator() - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns an XPEnumerator that can iterate through this list.
GetEnumerator() - Method in class com.plumtree.openfoundation.util.XPHashtable
Returns IXPDictionaryEnumerator for this dictionary.
GetEnumerator() - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
GetEnumerator() - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
Returns IXPDictionaryEnumerator for this dictionary.
GetEnumerator() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Return a non-synchronized enumerator over the elements of the underlying XPHashtable per the common behavior of Java and C#.
GetEnvironmentVariable(String) - Static method in class com.plumtree.openfoundation.util.XPEnvironment
Getter of value for a given environment variable.
GetEnvironmentVariables() - Static method in class com.plumtree.openfoundation.util.XPEnvironment
Copies the name:value mappings in the operating system environment into a new IXPDictionary instance.
GetExistingPath(String) - Static method in class com.plumtree.openfoundation.io.XPFileSystemObject
Creates a new XPFile or XPDirectory based on the given path.
GetExpires() - Method in class com.plumtree.openfoundation.web.XPCookie
Returns the maximum age of the cookie, specified in seconds.
GetExponent() - Method in class com.plumtree.openfoundation.security.XPRSAPrivateKey
Returns the Exponent of this RSA Private Key.
GetExponent() - Method in class com.plumtree.openfoundation.security.XPRSAPublicKey
Returns the Exponent of this RSA Public Key.
GetFieldType() - Method in class com.plumtree.openfoundation.reflect.XPField
Gets the type/class of the field.
GetFileSize() - Method in class com.plumtree.openfoundation.io.XPFile
Returns the length of this file.
GetFirstChild() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The first child of this node.
GetFirstDayOfWeek() - Method in class com.plumtree.openfoundation.util.XPCalendar
Gets the first day of the week; e.g., Sunday in US, Monday in France.
GetFullName() - Static method in class com.plumtree.openfoundation.platform.XPVendor
Returns the full name of the JRE/CLR vendor.
GetFullPath() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns the full path for this directory (e.g.
GetFullPath() - Method in class com.plumtree.openfoundation.io.XPFile
Returns the full path for this file (e.g.
GetFullPath() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns the full path for this file/directory (e.g.
GetGregorianChange() - Method in class com.plumtree.openfoundation.util.XPCalendar
Gets the Gregorian Calendar change date.
GetHashCode() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Provides the BigInteger Object Hashcode value.
GetHeader(String) - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the value of the given HTTP header.
GetHeader(String) - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the value of the specified request header as a String.
GetHeaderNames() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns an Enumeration of names of all HTTP headers in the HTTP request.
GetHeaderNames() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns an enumeration of all the header names this request contains.
GetIndex() - Method in class com.plumtree.openfoundation.util.XPMatch
Returns the position in the original string where the first character of the matched substring was found.
GetInnerException() - Method in class com.plumtree.openfoundation.reflect.XPInvocationTargetException
Return the the underlying Throwable object.
GetInnerException() - Method in class com.plumtree.openfoundation.util.XPException
Return a reference to the inner native exception instance wrapped by this exception.
GetInputStream() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the content of the incoming HTTP body.
GetInputStream() - Method in class com.plumtree.openfoundation.web.XPRequest
Retrieves the body of the request as binary data using a ServletInputStream.
GetInstance(XPCryptoType) - Static method in class com.plumtree.openfoundation.security.XPCrypto
Gets an IXPCrypto instance which can be use to encrypt and decrypt data using private key encryption.
GetInstance() - Static method in class com.plumtree.openfoundation.util.XPCalendar
Gets a calendar using the default time zone and locale.
GetInstance(int, int, int) - Static method in class com.plumtree.openfoundation.util.XPCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GetInstance(int, int, int, int, int) - Static method in class com.plumtree.openfoundation.util.XPCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GetInstance(int, int, int, int, int, int) - Static method in class com.plumtree.openfoundation.util.XPCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GetInstance(XPLocale) - Static method in class com.plumtree.openfoundation.util.XPCalendar
Gets a calendar using the default time zone and specified locale.
GetInstance(XPTimeZone) - Static method in class com.plumtree.openfoundation.util.XPCalendar
Gets a calendar using the specified time zone and default locale.
GetInstance(XPTimeZone, XPLocale) - Static method in class com.plumtree.openfoundation.util.XPCalendar
Gets a calendar with the specified time zone and locale.
GetInstance(Throwable) - Static method in class com.plumtree.openfoundation.util.XPException
Creates an instance of a more specific subtype of XPException corresponding to the platform type passed as an argument and wrapping the argument as an inner exception, or returns an XPException unchanged.
GetInstance(String, Throwable) - Static method in class com.plumtree.openfoundation.util.XPException
Wraps a native exception instance as a corresponding subtype of XPException, supplying a context message, and is generally preferred to the XPException constructor for this purpose; XPException instances are augmented with a new "rethrow" stack trace and the new message, but the same instance is returned.
GetInstancesFromLib(String, String, String, String) - Static method in class com.plumtree.openfoundation.util.XPDynamicDiscovery
This method takes a war file or a jar file, iterates through that file and instantiates all classes of type represented by interfaceName.
GetInstancesFromXML(String, String) - Static method in class com.plumtree.openfoundation.util.XPDynamicDiscovery
This method takes an XML file and a WAR/web home path/or a .Net/bin path.
GetInternalSubset() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentType
The internal subset as a string, or null if there is none.
GetKey() - Method in interface com.plumtree.openfoundation.util.IXPDictionaryEntry
Gets the key in the key-and-value pair.
GetKeys() - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Returns an enumeration of the keys in this IXPDictionary.
GetKeys() - Method in class com.plumtree.openfoundation.util.XPFileProperty
Returns an enumeration of keys.
GetKeys() - Method in class com.plumtree.openfoundation.util.XPHashtable
Returns an XPEnumerator that can iterate through the keys in this hashtable.
GetKeys() - Method in class com.plumtree.openfoundation.util.XPPropertyBag
GetKeys returns an enumerator of the keys in the PropertyBag.
GetKeys() - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
 
GetKeys() - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Returns an Enumerator for all the Keys in this XPStringDictionary.
GetKeys() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Returns an XPEnumerator that can iterate through the keys in this hashtable.
GetLanguage() - Method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
GetLastChild() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The last child of this node.
GetLastModifiedTime() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns the last modified time of this directory.
GetLastModifiedTime() - Method in class com.plumtree.openfoundation.io.XPFile
Returns the last modified time of this file.
GetLastModifiedTime() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns the last modified time of this file system object.
GetLength() - Method in class com.plumtree.openfoundation.util.XPMatch
Returns the length of the matched substring.
GetLength() - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Returns the length (character count) of this string buffer.
GetLength() - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
The number of 16-bit units that are available through data and the substringData method below.
GetLength() - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
The number of nodes in this map.
GetLength() - Method in class com.plumtree.openfoundation.xml.dom.XPNodeList
The number of nodes in the list.
GetLocalHostName() - Static method in class com.plumtree.openfoundation.util.XPSystem
Returns the name of the local host.
GetLocalName() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Returns the local part of the qualified name of this node.
GetLocales() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns an Enumeration of XPLocale that the client will accept content in, based on the Accept-Language header.
GetLocales() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
GetMaximum(int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Gets the maximum value for the given time field.
GetMessage() - Method in class com.plumtree.openfoundation.util.XPException
Produces a detailed message string describing the XPException.
GetMethod(String, XPType[]) - Method in class com.plumtree.openfoundation.util.XPType
Return a reflective handle to a method by name.
GetMethod() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the HTTP data transfer method used by the client.
GetMethod() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
GetMethods() - Method in class com.plumtree.openfoundation.util.XPType
Returns all methods available on this type.
GetMinimum(int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Gets the minimum value for the given time field.
GetModulus() - Method in class com.plumtree.openfoundation.security.XPRSAPrivateKey
Returns the Modulus of this RSA Private Key.
GetModulus() - Method in class com.plumtree.openfoundation.security.XPRSAPublicKey
Returns the Modulus of this RSA Public Key.
GetName() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns the name of this directory (e.g.
GetName() - Method in class com.plumtree.openfoundation.io.XPFile
Returns the name of this file (e.g.
GetName() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns the name of this file/directory(e.g.
GetName() - Method in class com.plumtree.openfoundation.platform.XPOSFamily
Return the string value of current XPOSFamily instance.
GetName() - Method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Returns the name of current platform.
GetName() - Method in class com.plumtree.openfoundation.platform.XPVendor
Return XPVendor object's platform name.
GetName() - Method in class com.plumtree.openfoundation.reflect.XPConstructor
Return the class name of this constructor.
GetName() - Method in class com.plumtree.openfoundation.reflect.XPField
Gets the field name.
GetName() - Method in class com.plumtree.openfoundation.reflect.XPMethod
Returns the name of the method represented by this Method object, as a String.
GetName() - Method in class com.plumtree.openfoundation.util.XPThread
Gets the name of this thread.
GetName(Class) - Static method in class com.plumtree.openfoundation.util.XPType
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this XPType object, as a String.
GetName() - Method in class com.plumtree.openfoundation.util.XPType
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this XPType object, as a String.
GetName() - Method in class com.plumtree.openfoundation.web.XPCookie
Returns the name of the cookie.
GetName() - Method in class com.plumtree.openfoundation.xml.dom.XPAttr
Returns the name of this attribute.
GetName() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
GetNamedItem(String) - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Retrieves a node specified by name.
GetNamedItemNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Retrieves a node specified by local name and namespace URI.
GetNamespaceURI() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The namespace URI of this node, or null if it is unspecified.
GetNextElement() - Method in class com.plumtree.openfoundation.util.XPStringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
GetNextSibling() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The node immediately following this node.
GetNextToken() - Method in class com.plumtree.openfoundation.util.XPStringTokenizer
Returns the next token from this string tokenizer.
GetNodeName() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentFragment
 
GetNodeName() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The name of this node, depending on its type.
GetNodeType() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentFragment
 
GetNodeType() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
A code representing the type of the underlying object.
GetNodeValue() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The value of this node, depending on its type.
GetNotations() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentType
A XPNamedNodeMap containing the notations declared in the DTD.
GetOS(int) - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Gets OS by ID.
GetOSArch() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Return hardware architecture of current OS.
GetOSFamily(int) - Static method in class com.plumtree.openfoundation.platform.XPOSFamily
Gets OS family by ID.
GetOSFamily() - Static method in class com.plumtree.openfoundation.platform.XPOSFamily
Get XPOSFamily object of current OS by invoking static methods from XPOperatingSystem.
GetOSFamily() - Method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Return major OS types.
GetOSName() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Return currect OS name.
GetOSVersion() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Return version number of current OS.
GetObject(String, String) - Static method in class com.plumtree.openfoundation.util.XPDynamicDiscovery
This method returns an instantiated class object, given a fully-qualified class name and the path to a jar or zip file which must contain its binary implementation.
GetOperatingSystem() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Determine the current operating system object using JVM's system properties.
GetOutputStream() - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method returns an output stream for writing binary data to the client.
GetOutputStream() - Method in class com.plumtree.openfoundation.web.XPResponse
This method returns an output stream for writing binary data to the client.
GetOwnerDocument() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The XPDocument object associated with this node.
GetOwnerElement() - Method in class com.plumtree.openfoundation.xml.dom.XPAttr
The XPElement node this attribute is attached to or null if this attribute is not in use.
GetPKIInstance(XPPKICryptoType) - Static method in class com.plumtree.openfoundation.security.XPCrypto
Gets an IXPPKICrypto instance which can be use to encrypt, decrypt, sign and verify data using public key encryption.
GetParameterNames() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns an Enumeration of names of the parameters that are passed by the client using one of the HTTP data transfer methods like GET or POST.
GetParameterNames() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
GetParameterTypes() - Method in class com.plumtree.openfoundation.reflect.XPConstructor
Returns an array of XPType objects that represent the formal parameter types, in declaration order, of the constructor represented by this XPConstructor object.
GetParameterTypes() - Method in class com.plumtree.openfoundation.reflect.XPMethod
Returns an array of XPType objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
GetParameterValue(String) - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the value of the parameter given the parameter name.
GetParameterValue(String) - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
GetParameterValues(String) - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns an array of the values of the parameter given the parameter name.
GetParameterValues(String) - Method in class com.plumtree.openfoundation.web.XPRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
GetParent() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns an XPDirectory representing the directory this directory resides in.
GetParent() - Method in class com.plumtree.openfoundation.io.XPFile
Returns an XPDirectory representing the file this object is in.
GetParent() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns an XPDirectory representing the directory this object resides in.
GetParentNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The parent of this node.
GetPath() - Method in class com.plumtree.openfoundation.web.XPCookie
Returns the path on the server to which the browser returns this cookie.
GetPathSeparator() - Static method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns the character that is used as a delimiter between the section of the path (on Windows, this should return "\"; on most UNIX platforms this should return "/").
GetPrefix() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The namespace prefix of this node, or null if it is unspecified.
GetPreviousSibling() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The node immediately preceding this node.
GetPriority() - Method in class com.plumtree.openfoundation.util.XPThread
Gets the priority of this thread.
GetPriority() - Method in class com.plumtree.openfoundation.util.XPThreadPriority
 
GetPrivateKey() - Method in interface com.plumtree.openfoundation.security.IXPPKIKeyPair
Gets the value of the Private Key of this Key Pair in Public Key Infrastructure, when implemented.
GetPrivateKey() - Method in class com.plumtree.openfoundation.security.XPRSAKeyPair
 
GetProperty(String) - Method in class com.plumtree.openfoundation.util.XPFileProperty
Returns the selected property Returns null if the key does not existed.
GetPublicFields() - Method in class com.plumtree.openfoundation.util.XPType
Gets all public fields available on this class (and superclasses).
GetPublicID() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentType
The public identifier of the external subset.
GetPublicKey() - Method in interface com.plumtree.openfoundation.security.IXPPKIKeyPair
Gets the value of the Public Key of this Key Pair in Public Key Infrastructure, when implemented.
GetPublicKey() - Method in class com.plumtree.openfoundation.security.XPRSAKeyPair
 
GetQueryString() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the query string.
GetQueryString() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the query string that is contained in the request URL after the path.
GetReader() - Static method in class com.plumtree.openfoundation.util.XPSystem.In
GetReader() exposes System.in as a Reader to match the .NET platform, in which Console.In is a TextReader.
GetRemoteFilePath() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the path to the remote file to be uploaded.
GetRemoteFilePath() - Method in class com.plumtree.openfoundation.web.XPRequest
This method returns full name of the last file in the uploaded file list.
GetRemoteUser() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the name of the remote user, if present; otherwise empty string.
GetRemoteUser() - Method in class com.plumtree.openfoundation.web.XPRequest
This method returns the authenticated remote user name.
GetRequestURI() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the section of the URL between the protocol and the query string.
GetRequestURI() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
GetRequestURL() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the full URL, without the query string.
GetRequestURL() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the URL the client used to make the request, using information in the HttpServletRequest object.
GetRequestedSessionId() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the session ID specified by the client.
GetRequestedSessionId() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the session ID specified by the client.
GetResourceAsStream(String) - Method in class com.plumtree.openfoundation.util.XPType
Finds a resource with a given name.
GetReturnType() - Method in class com.plumtree.openfoundation.reflect.XPMethod
Returns a XPType object that represents the formal return type of the method represented by this Method object.
GetReturnValue() - Method in class com.plumtree.openfoundation.util.XPProcess
Return the external process's return value, if available.
GetScheme() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns a String containing the name of the scheme used to make this request (such as http, https, or ftp).
GetScheme() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
GetSearchPathSeparator() - Static method in class com.plumtree.openfoundation.util.XPSystem
Delimiter between the directory of the search path (on Windows, this should return ";"; on most UNIX platforms this should return ":").
GetSecure() - Method in class com.plumtree.openfoundation.web.XPCookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
GetServerName() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the host name of the server.
GetServerName() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the host name of the server that received the request.
GetServerPort() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the server port.
GetServerPort() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the port number on which this request was received.
GetServerVariable(String) - Method in interface com.plumtree.openfoundation.web.IXPRequest
Deprecated. This method is deprecated, because it will always behave differently in Java and .NET
GetServerVariable(String) - Method in class com.plumtree.openfoundation.web.XPRequest
Deprecated. This method is deprecated, because it will always behave differently in Java and .NET
GetServerVariableNames() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Deprecated. This method is deprecated, because it will always behave differently in Java and .NET
GetServerVariableNames() - Method in class com.plumtree.openfoundation.web.XPRequest
Deprecated. This method is deprecated, because it will always behave differently in Java and .NET
GetSession() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns the XPSession for this request.
GetSession() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns the current HttpSession associated with this request wrapped in XPSession, or if the request does not have a session, creates one.
GetShortName() - Method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns a short name for the locale that has the form language-country, which can be used to construct an XPLocale object; or return just the language component if the Locale doesn't have an country component.
GetSize() - Method in interface com.plumtree.openfoundation.util.IXPCollection
Returns the number of elements in this collection.
GetSize() - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Returns the number of entries (dinstint keys) in this dictionary.
GetSize() - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns the number of elements in this list.
GetSize() - Method in class com.plumtree.openfoundation.util.XPHashtable
Returns the number of elements in this hashtable.
GetSize() - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
 
GetSize() - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Gives the size of this XPStringDictionary.
GetSize() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Returns the number of elements in this hashtable.
GetSpecified() - Method in class com.plumtree.openfoundation.xml.dom.XPAttr
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
GetStackTrace() - Method in class com.plumtree.openfoundation.util.XPException
Gets a string representation of this exception's stack trace, including rethrow stack traces from XPException.GetInstance() and stack trace from an inner exception if present.
GetStackTrace() - Static method in class com.plumtree.openfoundation.util.XPThread
Get the current thread's stack trace.
GetStandardName() - Method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Returns a short standard name of the timezone in the default locale.
GetString(int, String, String) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object, Object, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object, Object, Object, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(String) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceSet
Returns the string value associated with the given key.
GetString(int) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceSet
Returns the string value associated with the given key.
GetString(String, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceSet
Returns the string associated with the given key and the placeholder {0} replaced with the given argument value.
GetString(String, Object, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceSet
Returns the string associated with the given key and the placeholders {0} and {1} replaced with the given argument values.
GetString(String, Object, Object, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceSet
Returns the string associated with the given key and the placeholders {0}, {1} and {2} replaced with the given argument values.
GetString(String, Object, Object, Object, Object) - Method in interface com.plumtree.openfoundation.internationalization.IXPResourceSet
Returns the string associated with the given key and the placeholders {0}, {1}, {2} and {3} replaced with the given argument values.
GetString(int, String, String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object, Object, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(int, String, String, Object, Object, Object, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the string corresponding to the given message ID, message file index or name and the language.
GetString(String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceSet
Returns the string value associated with the given key.
GetString(int) - Method in class com.plumtree.openfoundation.internationalization.XPResourceSet
Returns the string value associated with the given key.
GetString(String, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceSet
Returns the string associated with the given key and the placeholder {0} replaced with the given argument value.
GetString(String, Object, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceSet
Returns the string associated with the given key and the placeholders {0} and {1} replaced with the given argument value.
GetString(String, Object, Object, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceSet
Returns the string associated with the given key and the placeholders {0}, {1} and {2} replaced with the given argument value.
GetString(String, Object, Object, Object, Object) - Method in class com.plumtree.openfoundation.internationalization.XPResourceSet
Returns the string associated with the given key and the placeholders {0}, {1}, {2} and {3} replaced with the given argument value.
GetString(String, String) - Static method in class com.plumtree.openfoundation.util.XPEncoding
Construct a new String by converting the given string using the specified character encoding.
GetString(byte[], String) - Static method in class com.plumtree.openfoundation.util.XPEncoding
Construct a new String by converting the specified array of bytes using the specified character encoding.
GetStringDictionary() - Method in class com.plumtree.openfoundation.util.XPFileProperty
return a string dictionary.
GetSupportedLanguages() - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the supported languages that can be used as an argument to GetString(*) methods.
GetSupportedLocales() - Method in class com.plumtree.openfoundation.internationalization.XPLanguageResourceSet
MES- GetSupportedLocales returns an array of the locales that are mapped to languages in the UI.
GetSupportedLocales(String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Returns the supported locales that can be used as an argument to GetString(*) methods.
GetSynchronized(XPHashtable) - Static method in class com.plumtree.openfoundation.util.XPHashtable
Returns a sychronized wrapper of the give XPHashtable.
GetSystemID() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentType
The system identifier of the external subset.
GetTZName() - Method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Returns the ID (e.g.
GetTagName() - Method in class com.plumtree.openfoundation.xml.dom.XPElement
The name of the element.
GetTarget() - Method in class com.plumtree.openfoundation.xml.dom.XPProcessingInstruction
The target of this processing instruction.
GetTime() - Method in class com.plumtree.openfoundation.util.XPCalendar
Gets this Calendar's current time.
GetTimeInMilliSeconds() - Method in class com.plumtree.openfoundation.util.XPDateTime
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
GetTimeInstance(int) - Static method in class com.plumtree.openfoundation.util.XPDateFormat
Create an XPDateFormat object.
GetTimeInstance(int, XPLocale, XPTimeZone) - Static method in class com.plumtree.openfoundation.util.XPDateFormat
Create an XPDateFormat object.
GetTimeZone(String) - Static method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Gets the TimeZone for the given ID.
GetTimeZone() - Method in class com.plumtree.openfoundation.util.XPCalendar
Gets the time zone.
GetTokenCount() - Method in class com.plumtree.openfoundation.util.XPStringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
GetType(String) - Static method in class com.plumtree.openfoundation.util.XPType
Returns the XPType object associated with the class or interface with the given string name.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.internationalization.XPLocale
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPBufferedWriter
Returns the underlying platform-specific instance for framework use.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPFile
Returns the platform specific object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPFileInputStream
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPFileOutputStream
Return a reference to the underyling stream.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPInputStream
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPInputStreamReader
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPOutputStream
Return the underlying platform-specific object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.io.XPOutputStreamWriter
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.reflect.XPConstructor
Return the underlying Constructor object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.reflect.XPMethod
Return the underlying java.lang.reflect.Method object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns the platfrom specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPCalendar
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPDateTime
Returns the platform specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPHashtable
Returns the platfrom specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
 
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Returns the underlying data structure for this XPStringDictionary.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Returns the platfrom specific object that this class wraps.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPType
Gets the underlying Class of XPType.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.util.XPURL
Returns a platform-specific URL object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.web.XPApplication
This method returns underlying ServletContext object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.web.XPCookie
This retunrs underlying Cookie object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns underlying HttpServletRequest object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.web.XPResponse
Returns underlying HttpServletResponse object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.web.XPSession
This method retuns underlying HttpSession object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPAttr
Retrieve the underlying Node object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
Retrieve the underlying Node object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Retrieve the underlying Node object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentFragment
 
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPDocumentType
 
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPElement
 
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Retrieve the underlying NamedNodeMap object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Retrieve the underlying org.w3c.dom.Node object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPNodeList
Retrieve the underlying NodeList object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPProcessingInstruction
Retrieve the underlying Node object.
GetUnderlyingObject() - Method in class com.plumtree.openfoundation.xml.dom.XPText
Retrieve the underlying Node object.
GetUtcOffset(XPDateTime) - Method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Gets the time zone offset, for current date, modified in case of daylight savings time.
GetValue(Object) - Method in class com.plumtree.openfoundation.reflect.XPField
Gets the field value as an object.
GetValue() - Method in interface com.plumtree.openfoundation.util.IXPDictionaryEntry
Gets the value in the key-and-value pair.
GetValue() - Method in class com.plumtree.openfoundation.util.XPMatch
Returns the matched substring from the input string.
GetValue() - Method in class com.plumtree.openfoundation.web.XPCookie
Returns the value of the cookie.
GetValue() - Method in class com.plumtree.openfoundation.xml.dom.XPAttr
Return the attribute's value as a string.
GetVendor(int) - Static method in class com.plumtree.openfoundation.platform.XPVendor
Gets vendor by ID.
GetVendor() - Static method in class com.plumtree.openfoundation.platform.XPVendor
Returns the vendor object corresponding to the current VM vendor.
GetVersion() - Static method in class com.plumtree.openfoundation.platform.XPVendor
Returns the name of the version of the JRE/CLR.
GetWriter() - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
GetWriter() exposes System.err as a wrapper around Writer to match the .NET platform, which provides Console.Error as a TextWriter.
GetWriter() - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
GetWriter() exposes System.out as a wrapper around Writer to match .NET, in which Console.out is a TextWriter.
GetXPThreadPriority(int) - Static method in class com.plumtree.openfoundation.util.XPThreadPriority
 
GetXSLFilePath() - Method in class com.plumtree.openfoundation.xml.xsl.XPXslTransform
Returns the path to the currently loaded XSL file.
GreaterThan(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns true if this value is greater than the argument passed in.
gc - Variable in class com.plumtree.openfoundation.util.XPCalendar
Internal GregorianCalendar.
getMessage() - Method in class com.plumtree.openfoundation.util.XPException
Deprecated. Use GetMessage() instead.

H

HIGHEST - Static variable in class com.plumtree.openfoundation.util.XPThreadPriority
 
HOUR - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the hour of the day.
HPUX - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for HPUX.
HTTPGet - Static variable in class com.plumtree.openfoundation.web.XPRequest
Plublic Constant for GET Request.
HasAttribute(String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
HasAttributeNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
HasAttributes() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Returns whether this node (if it is an element) has any attributes.
HasChildNodes() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Returns whether this node has any children.
HasExited() - Method in class com.plumtree.openfoundation.util.XPProcess
Return true if the process has a valid return value available.
HasMoreElements() - Method in class com.plumtree.openfoundation.util.XPStringTokenizer
It exists so that this class can implement the Enumeration interface.
HasMoreTokens() - Method in class com.plumtree.openfoundation.util.XPStringTokenizer
Tests if there are more tokens available from this tokenizer's string.
HtmlDecode(String) - Static method in class com.plumtree.openfoundation.web.XPHttpUtility
Returns a decoded version of the input string, assuming it was a valid HTML encoding.
HtmlEncode(String) - Static method in class com.plumtree.openfoundation.web.XPHttpUtility
Returns an HTML-encoded version of the input string, or empty string if input is null.
hashCode() - Method in class com.plumtree.openfoundation.util.XPDateTime
Returns the hash code value for this map.
hashCode() - Method in class com.plumtree.openfoundation.util.XPType
Returns the hash code value for this type.
hashMap - Variable in class com.plumtree.openfoundation.util.XPHashtable
The Hashmap used beneath XPHashtable.

I

IBM - Static variable in class com.plumtree.openfoundation.platform.XPVendor
Predefined VM vendor for ibmJRE.
IGNORE_CASE - Static variable in class com.plumtree.openfoundation.util.XPRegex
Perl5 regular expression ignore case.
INTEGER - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type int.
ISO_8859_1_STRICT - Static variable in class com.plumtree.openfoundation.util.XPEncoding
Refer to this encoding name to avoid aliasing of ISO-8859-1 to Windows-1252 if desired.
IXPApplication - interface com.plumtree.openfoundation.web.IXPApplication.
Interface modeling.
IXPCollection - interface com.plumtree.openfoundation.util.IXPCollection.
The root interface in the collection hierarchy.
IXPComparable - interface com.plumtree.openfoundation.util.IXPComparable.
This interface imposes a total ordering on the objects of each class that implements it.
IXPComparer - interface com.plumtree.openfoundation.util.IXPComparer.
IXPComparer exposes a method that compares two objects.
IXPCrypto - interface com.plumtree.openfoundation.security.IXPCrypto.
Interface defining a class which can be used to encrypt or decrypt data as strings.
IXPDictionary - interface com.plumtree.openfoundation.util.IXPDictionary.
The IXPDictionary class is the abstract parent of any class, such as IXPHashtable, which maps keys to values.
IXPDictionaryEntry - interface com.plumtree.openfoundation.util.IXPDictionaryEntry.
Defines a dictionary key-and-value pair that can be set or retrieved.
IXPDictionaryEnumerator - interface com.plumtree.openfoundation.util.IXPDictionaryEnumerator.
Enumerators only allow reading the data in the collection.
IXPEnumerator - interface com.plumtree.openfoundation.util.IXPEnumerator.
IXPEnumerator is the base interface for all enumerators.
IXPList - interface com.plumtree.openfoundation.util.IXPList.
Represents a collection of objects that can be individually accessed by index.
IXPPKICrypto - interface com.plumtree.openfoundation.security.IXPPKICrypto.
Interface defining a class which can be used to encrypt, decrypt, sign or verify data.
IXPPKIKeyPair - interface com.plumtree.openfoundation.security.IXPPKIKeyPair.
Interface defining a class which holds the public and private keys for PKI encryption.
IXPPKIPrivateKey - interface com.plumtree.openfoundation.security.IXPPKIPrivateKey.
Represents a private key used in public key cryptography.
IXPPKIPublicKey - interface com.plumtree.openfoundation.security.IXPPKIPublicKey.
Represents a public key used in public key cryptography.
IXPPropertyBag - interface com.plumtree.openfoundation.util.IXPPropertyBag.
Defines the requirements for XPPropertyBag and its sub classes.
IXPRequest - interface com.plumtree.openfoundation.web.IXPRequest.
Summary description for IXPRequest.
IXPResourceManager - interface com.plumtree.openfoundation.internationalization.IXPResourceManager.
Interface modeling an XPResourceManager.
IXPResourceSet - interface com.plumtree.openfoundation.internationalization.IXPResourceSet.
Interface modeling XPResourceSet.
IXPResponse - interface com.plumtree.openfoundation.web.IXPResponse.
Summary description for IXPResponse.
IXPRunnable - interface com.plumtree.openfoundation.util.IXPRunnable.
Interface to be implemented by any class whose instances are intended to be executed by a thread.
IXPSession - interface com.plumtree.openfoundation.web.IXPSession.
This interface provides basis for client Session and procides accessor methods for setting and getting various session attributes, when implemented.
ImportNode(XPNode, boolean) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Imports a node from another document to this document.
IndexOf(Object) - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
IndexOf(String, char) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.indexOf(ch), returning -1 if the character is not found.
IndexOf(String, char, int) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.indexOf(ch, fromIndex), returning -1 if the character is not found.
IndexOf(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.indexOf(token), returning -1 if the token is not found.
IndexOf(String, String, int) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.indexOf(token, fromIndex), returning -1 if the token is not found.
InitializeMACGenerator(String) - Method in class com.plumtree.openfoundation.security.XPMACGenerator
Convenience method to allow storing/passing seed key as a String value.
InitializeMACGenerator(byte[]) - Method in class com.plumtree.openfoundation.security.XPMACGenerator
Initializes MAC generator from byte array seed key via application of MD5 (to shorten key length) and XOR operations.
Insert(int, Object) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Inserts into this collection at a given index.
Insert(int, Object) - Method in class com.plumtree.openfoundation.util.XPArrayList
Inserts an element into this list at the specified index, shifting the current element at that index and the rest of the list to the right by 1.
Insert(int, boolean) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of the boolean argument into this string buffer.
Insert(int, char) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of the char argument into this string buffer.
Insert(int, char[]) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of the char array argument into this string buffer.
Insert(int, char[], int, int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of a subarray of the str array argument into this string buffer.
Insert(int, double) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of the double argument into this string buffer.
Insert(int, int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of the second int argument into this string buffer.
Insert(int, long) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of the long argument into this XPStringBuilder.
Insert(int, Object) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of the Object argument into this XPStringBuilder.
Insert(int, String) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string into this XPStringBuilder.
Insert(int, String, int, int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Inserts the string representation of a subarray of the str array argument into this XPStringBuilder.
InsertBefore(XPNode, XPNode) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Inserts the node newChild before the existing child node refChild.
InsertData(int, String) - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
Insert a string at the specified 16-bit unit offset.
InsertRange(int, IXPCollection) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Inserts a collection into this collection at a given index.
InsertRange(int, IXPCollection) - Method in class com.plumtree.openfoundation.util.XPArrayList
Inserts the elements of a collection into this list at the specified index.
IntValue() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an int representing the lowest order 32 bits of this XPBigInteger.
Interrupt() - Method in class com.plumtree.openfoundation.util.XPThread
Interrupts this thread.
Invoke(Object[]) - Method in class com.plumtree.openfoundation.reflect.XPConstructor
Uses the constructor represented by this XPConstructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
Invoke(Object, Object[]) - Method in class com.plumtree.openfoundation.reflect.XPMethod
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
InvokeGetMethod(Object, String) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a getMethod from target object.
InvokeMethod(Object, String) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a method with no input parameters from target object.
InvokeMethod(Object, String, Object) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a method with one input parameters from target object.
InvokeMethod(Object, String, Object[]) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a method with required parameters from target object.
InvokeMethod(Object, String, Class[], Object[]) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a method with required parameters and corresponding types from target object.
InvokePublicMethod(Object, String, Object) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a public method that requires only one parameter from target object.
InvokePublicMethodUnchecked(Object, String, Object) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a public method that requires only one parameter from target object.
InvokeSetMethod(Object, String, Object) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Invoke a setMethod from target object.
IsASCIIDecimalDigit(char) - Static method in class com.plumtree.openfoundation.util.XPCharacterUtility
True for '0' - '9' (\\u0030 - \\u0039).
IsAlive() - Method in class com.plumtree.openfoundation.util.XPThread
Tests if this thread is alive.
IsAssignableFrom(XPType) - Method in class com.plumtree.openfoundation.util.XPType
Determines if the class or interface represented by this XPType object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified XPType parameter.
IsAttributeNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is an Attr node.
IsBackgroundThread() - Method in class com.plumtree.openfoundation.util.XPThread
Tests if this thread is a background thread.
IsCDATASectionNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a CDATASection node.
IsCommentNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a Comment node.
IsDaylightSavingTime(XPDateTime) - Method in class com.plumtree.openfoundation.internationalization.XPTimeZone
Queries if the given date is in daylight savings time in this time zone.
IsDirectory() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns a boolean value that determines if this object is a directory or not.
IsDirectory() - Method in class com.plumtree.openfoundation.io.XPFile
Returns a boolean value that determines if this object is a directory or not.
IsDirectory() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns a boolean value that determines if this object is a directory or not.
IsDocumentFragmentNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a DocumentFragment node.
IsDocumentNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a Document node.
IsDocumentTypeNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a DocumentType node.
IsElementNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a Element node.
IsEmpty() - Method in interface com.plumtree.openfoundation.util.IXPCollection
Returns true if this collection contains no elements.
IsEmpty() - Method in class com.plumtree.openfoundation.util.XPArrayList
Tests if this list has no elements.
IsEmpty() - Method in class com.plumtree.openfoundation.util.XPHashtable
Tests if this hashtable has no elements.
IsEmpty() - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
Returns true if this map contains no key-value mappings.
IsEmpty() - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Checks if the current XPStringDictionary is empty or not.
IsEmpty() - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Tests if this hashtable has no elements.
IsHidden() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns a boolean value that determines if this directory is hidden.
IsHidden() - Method in class com.plumtree.openfoundation.io.XPFile
Returns a boolean value that determines if this file is hidden.
IsHidden() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns a boolean value that determines if this file system object is hidden.
IsLetterOrDigit(char) - Static method in class com.plumtree.openfoundation.util.XPCharacterUtility
From JDK API 1.3.1 Documentation for Character.isLetterOrDigit() Determines if the specified character is a letter or digit.
IsLinux() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Determine if this is a Linux operating system.
IsMatch(String) - Method in class com.plumtree.openfoundation.util.XPRegex
Indicates whether the regular expression finds a match in the input string.
IsMatch(String, String) - Static method in class com.plumtree.openfoundation.util.XPRegex
Indicates whether the regular expression finds a match in the input string.
IsNear(XPDateTime, int) - Method in class com.plumtree.openfoundation.util.XPDateTime
Determine if this instance date are close to the argument date given a time interval.
IsProbablePrime(int) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns true if this XPBigInteger is probably prime.
IsProcessingInstructionNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a ProcessingInstruction node.
IsPublic() - Method in class com.plumtree.openfoundation.reflect.XPField
Gets whether the field is public.
IsPublic() - Method in class com.plumtree.openfoundation.reflect.XPMethod
Verify if this is a public method.
IsPublic() - Method in class com.plumtree.openfoundation.util.XPType
Return true if the integer argument includes the public modifer, false otherwise.
IsReadOnly() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns a boolean value that determines if this directory is read only or not.
IsReadOnly() - Method in class com.plumtree.openfoundation.io.XPFile
Returns a boolean value that determines if this file is read only or not.
IsReadOnly() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns a boolean value that determines if this file system object is read only or not.
IsRunningInDotNet() - Static method in class com.plumtree.openfoundation.util.XPSystem
This is to check if dotnet is running.
IsSecureConnection() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
IsSecureConnection() - Method in class com.plumtree.openfoundation.web.XPRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
IsSolaris() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Determine if this is a Solaris operating system regardless of its hardware architecture.
IsStatic() - Method in class com.plumtree.openfoundation.reflect.XPField
Gets whether the field is static.
IsStatic() - Method in class com.plumtree.openfoundation.reflect.XPMethod
Verify if this is a static method.
IsSupported(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
IsTextNode() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Whether this underlying object is a Text node.
IsUnix() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Find out if current OS belongs to Unix family.
IsVoidType() - Method in class com.plumtree.openfoundation.util.XPType
Indicates whether some other object is "equal to" this one.
IsWindows() - Static method in class com.plumtree.openfoundation.platform.XPOperatingSystem
Find out if current OS belongs to Windows family.
Item(int) - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Returns the indexth item in the map.
Item(int) - Method in class com.plumtree.openfoundation.xml.dom.XPNodeList
Returns the indexth item in the collection.

J

Join() - Method in class com.plumtree.openfoundation.util.XPThread
Waits for this thread to die.
Join(int) - Method in class com.plumtree.openfoundation.util.XPThread
Waits at most the given milliseconds for this thread to die.
Join(int, int) - Method in class com.plumtree.openfoundation.util.XPThread
Waits at most the given milliseconds plus the given nanos nanoseconds for this thread to die.

K

KEYS - Static variable in class com.plumtree.openfoundation.util.XPHashtable
The type argument to GetArray that denotes the key.
KEYS - Static variable in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
The type argument to GetArray that denotes the key.
Kill() - Method in class com.plumtree.openfoundation.util.XPThread
Deprecated. Deprecated in JDK1.4 - behaviour not guaranteed. DO NOT USE IN PRODUCTION CODE!

L

LINUX_DEBIAN - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Debian).
LINUX_FEDORA - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Fedora).
LINUX_GENTOO - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Gentoo).
LINUX_MANDRAKE - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Mandrake).
LINUX_REDHAT - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Red Hat).
LINUX_SLACKWARE - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Slackware).
LINUX_STANDARDBASE - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Unknown, Standard Base).
LINUX_SUNJDS - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Sun JDS).
LINUX_SUSE - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (SuSE).
LINUX_UNIDENTIFIED - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Unknown, Distro).
LINUX_YELLOWDOG - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Linux (Yellow Dog).
LOCALES_RESOURCE_FILE - Static variable in class com.plumtree.openfoundation.internationalization.XPResourceManager
MES- The name of the file that holds the localized strings describing languages.
LONG - Static variable in class com.plumtree.openfoundation.util.XPDateFormat
Display the LONG date format.
LONG - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type long.
LOWEST - Static variable in class com.plumtree.openfoundation.util.XPThreadPriority
 
LastIndexOf(Object) - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns the index of the last occurrence of the specified object in this list.
LastIndexOf(String, char) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.lastIndexOf(ch), returning -1 if the character is not found.
LastIndexOf(String, char, int) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.lastIndexOf(ch, fromIndex), returning -1 if the character is not found.
LastIndexOf(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.lastIndexOf(token), returning -1 if the token is not found.
LastIndexOf(String, String, int) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Wraps String source.lastIndexOf(token, fromIndex), returning -1 if the token is not found.
LessThan(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns true if this value is less than the argument passed in.
Load(String) - Method in class com.plumtree.openfoundation.xml.xsl.XPXslTransform
Loads an XSLT file to be used for transformation.
LoadDocument(String, String, boolean) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Loads an XML document from a file using LoadDocumentFromString() method.
LoadDocument(String) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Loads an XML document from a file amd return an encoded XPDocument object.
LoadDocumentFromByteArray(byte[], String, boolean) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Loads an XML document from byte array representation.
LoadDocumentFromByteArray(byte[]) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Loads an XML document from byte array representation, with preset options to ignore DTD and retain whitespace characters.
LoadDocumentFromString(String, String, boolean) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Loads an XML document from a String representation.
LoadDocumentFromString(String) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Loads an XML document from a String representation, with preset options to ignore DTD and retain whitespace characters.
LoadDocumentFromURI(String) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Loads an XML file by locating its URI.
LoadFromBinary(byte[]) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
LoadFromBinary.
LoadFromBinary(byte[]) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
LoadFromFile(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
LoadFromFile.
LoadFromFile(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
LoadFromInputStream(XPInputStream) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Loads the property bag interpreting Input Stream.
LoadFromXML(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
LoadFromXML.
LoadFromXML(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
LoadResource(String, String[]) - Method in class com.plumtree.openfoundation.internationalization.XPLanguageResourceSet
MES- LoadResource is used to load an instance of this class with the contents of a PropertyBag file.
LoadResources() - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Loads the resources in all supported languages into an internal hashtable.
LongValue() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns a long representing the lowest order 64 bits of this XPBigInteger.

M

MACOSX - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Mac OS X.
MAX_KEY_SIZE_128 - Static variable in class com.plumtree.openfoundation.security.XPAESCrypto
Maximum number of bytes for a 128-bit AES key.
MEDIUM - Static variable in class com.plumtree.openfoundation.util.XPDateFormat
Display the MEDIUM date format.
MICROSOFT - Static variable in class com.plumtree.openfoundation.platform.XPVendor
Predefined VM vendor for .NET.
MILLISECOND - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the millisecond within the second.
MINUTE - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the minute within the hour.
MONDAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the month.
MapLocaleToSupportedUILangID(String, String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Converts from a locale chosen by the user (e.g.
MapLocaleToSupportedUILangID(String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Converts from a locale chosen by the user (e.g.
MapLocaleToUISupportedLocaleID(String, String) - Method in class com.plumtree.openfoundation.internationalization.XPResourceManager
Converts from a locale chosen by the user (e.g.
Match(String) - Method in class com.plumtree.openfoundation.util.XPRegex
Searches an input string for an occurrence of a regular expression and returns the first Match found.
Match(String, String) - Static method in class com.plumtree.openfoundation.util.XPRegex
Searches an input string for an occurrence of a regular expression and returns the first Match found.
Matches(String) - Method in class com.plumtree.openfoundation.util.XPRegex
Searches an input string for all occurrences of a regular expression and returns all the successful matches.
Matches(String, String) - Static method in class com.plumtree.openfoundation.util.XPRegex
Searches an input string for all occurrences of a regular expression and returns all the successful matches.
Max(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns the maximum of this or the passed in argument.
Min(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns the minimum of this or the passed in argument.
Mod(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger that contains (this % bi).
ModInverse(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger whose value is this ^ -1 (mod m).
ModPow(XPBigInteger, XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger whose value is this ^ exp (mod m).
MoveNext() - Method in interface com.plumtree.openfoundation.util.IXPEnumerator
Advances the enumerator to the next element of the collection.
MoveNext() - Method in class com.plumtree.openfoundation.util.XPEnumerator
Points to Next Element in the Collection if one Exists.
MoveTo(XPFile) - Method in class com.plumtree.openfoundation.io.XPFile
Moves a file.
Multiply(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Multiplies this value by the value passed in.
m_crcA - Variable in class com.plumtree.openfoundation.util.XPCRC.XPCRCValue
m_crcA to be the 32-bit CRC value.
m_crcB - Variable in class com.plumtree.openfoundation.util.XPCRC.XPCRCValue
m_crcB to always be 0.
m_id - Variable in class com.plumtree.openfoundation.platform.XPOSFamily
ID to identify a XPOSFamily object.
m_id - Variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
ID assigned for new XPOperatingSystem object.
m_id - Variable in class com.plumtree.openfoundation.platform.XPVendor
ID for each XPVendor instance.
m_linux - Variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
true if this is a linux system.
m_name - Variable in class com.plumtree.openfoundation.platform.XPOSFamily
String value for XPOSFamily object.
m_name - Variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
OS name for newly created XPOperatingSystem object.
m_name - Variable in class com.plumtree.openfoundation.platform.XPVendor
Short name of platform.
m_osArch - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Predefined OS name, hardware architecture and version number.
m_osFamily - Variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Major OS types/families.
m_osName - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Predefined OS name, hardware architecture and version number.
m_osVersion - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Predefined OS name, hardware architecture and version number.
m_realName - Static variable in class com.plumtree.openfoundation.platform.XPVendor
Vendor name for current OS using JVM's 'java.vendor' system property.
main(String[]) - Static method in class com.plumtree.openfoundation.security.XPRC2Crypto
Tests basic encryption and decryption functionality.
maxLength - Static variable in class com.plumtree.openfoundation.util.XPBigInteger
maximum length of the BigInteger in int (4 bytes) change this to suit the required level of precision.

N

NORMAL - Static variable in class com.plumtree.openfoundation.util.XPThreadPriority
 
Negate() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns the neagative value of this XPBigInteger.
NewLine() - Static method in class com.plumtree.openfoundation.util.XPSystem
This is to return new line charactor.
NextHex() - Method in class com.plumtree.openfoundation.util.XPRandom
Returns the next hex string.
NextHex() - Method in class com.plumtree.openfoundation.util.XPSecureRandom
Returns the next hex secured random string.
NextInt() - Method in class com.plumtree.openfoundation.util.XPRandom
Returns the next random integer.
NextInt() - Method in class com.plumtree.openfoundation.util.XPSecureRandom
Returns the next securerandom integer.
Normalize() - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes.
NormalizeLocaleList(String) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceManager
This helper method converts an accepts header into an XPSortedDictionary in decreasing order of q value.
Not() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger that is the logical negation of this value.
NullWriter() - Static method in class com.plumtree.openfoundation.io.XPWriter
Returns an instance of XPWriter not backed by a stream, which discards input.

O

OLDMAC - Static variable in class com.plumtree.openfoundation.platform.XPOSFamily
Predefined XPOSFamily object for Macintosh System 9.
OLDMAC - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Macintosh System 9.
ONE - Static variable in class com.plumtree.openfoundation.util.XPBigInteger
BigInteger Representation of One value.
OpenText() - Method in class com.plumtree.openfoundation.io.XPFile
Returns a file reader used to read the contents of this file.
Or(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger whose value is the logical OR of this and the passed in argument.

P

PM - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
PROCESSING_INSTRUCTION_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.ProcessInstrusion.
Parse(String) - Method in class com.plumtree.openfoundation.util.XPDateFormat
Creates an XPDateTime from a string, attempting to parse it according to the instance of the XPDateFormat previously supplied.
ParseRequest() - Method in interface com.plumtree.openfoundation.web.IXPRequest
Gets the QueryString and Form data and constructs a hashtable of parameter/value pairs.
ParseRequest() - Method in class com.plumtree.openfoundation.web.XPRequest
This method is a helper method to parse the request body.
PrintStackTrace() - Method in class com.plumtree.openfoundation.util.XPException
This method prints the stack trace of this exception on the standard error output stream.
PutElement(Object, Object) - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Removes the key (and its corresponding value) from this dictionary.
PutElement(Object, Object) - Method in class com.plumtree.openfoundation.util.XPHashtable
Maps the specified key to the specified value in this hashtable.
PutElement(Object, Object) - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
Store an object in this XPSortedDictionary instance.
PutElement(String, String) - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Maps the specified key to the specified value in this XPStringDictionary.
PutElement(Object, Object) - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Maps the specified key to the specified value in this hashtable.
platformList - Static variable in class com.plumtree.openfoundation.platform.XPOSFamily
XPOSFamily object array for predefined static values.
platformList - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object array for pre-defined operating systems.
platformList - Static variable in class com.plumtree.openfoundation.platform.XPVendor
Array of predefined XPVendor objects.
printStackTrace() - Method in class com.plumtree.openfoundation.util.XPException
This method prints the stack trace of this exception on the standard error output stream.
printStackTrace(PrintWriter) - Method in class com.plumtree.openfoundation.util.XPException
Deprecated. PrintStackTrace() is preferred for translatable code.

R

RC2_40 - Static variable in class com.plumtree.openfoundation.security.XPCryptoType
40-bit RC2.
RC2_ENCRYPTION_MARKER_40 - Static variable in class com.plumtree.openfoundation.security.XPRC2Crypto
40-bit RC2 encryption marker.
RSA - Static variable in class com.plumtree.openfoundation.security.XPPKICryptoType
Encryption using the RSA algorithm.
Read() - Method in class com.plumtree.openfoundation.io.XPBufferedReader
Read a single character.
Read(char[], int, int) - Method in class com.plumtree.openfoundation.io.XPBufferedReader
Read characters into a portion of an array.
Read() - Method in class com.plumtree.openfoundation.io.XPFileInputStream
Reads a byte of data from this input stream.
Read(byte[]) - Method in class com.plumtree.openfoundation.io.XPFileInputStream
Reads up to the length of buffer bytes of data from this input stream into an array of bytes.
Read(byte[], int, int) - Method in class com.plumtree.openfoundation.io.XPFileInputStream
Reads up to count bytes of data from this input stream into an array of bytes.
Read() - Method in class com.plumtree.openfoundation.io.XPInputStream
Reads a byte of data from this input stream.
Read(byte[]) - Method in class com.plumtree.openfoundation.io.XPInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
Read(byte[], int, int) - Method in class com.plumtree.openfoundation.io.XPInputStream
Reads up to count bytes of data from this input stream into an array of bytes.
Read() - Method in class com.plumtree.openfoundation.io.XPInputStreamReader
Read a single character.
Read(char[], int, int) - Method in class com.plumtree.openfoundation.io.XPInputStreamReader
Read characters into a portion of an array.
Read() - Static method in class com.plumtree.openfoundation.util.XPSystem.In
Reads the next byte of data from the input stream.
ReadAsDouble(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsDouble(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
ReadAsIXPPropertyBag(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsIXPPropertyBag(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
ReadAsInt(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsInt(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
ReadAsObject(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsObject(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
ReadAsObject1DArray(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsObject1DArray(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Returns the value to which the specified key is mapped in this hashtable.
ReadAsObject2DArray(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsObject2DArray(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Returns the value to which the specified key is mapped in this hashtable.
ReadAsString(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsString(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Returns the String value of the object stored under the specified property, rendered via toString(), or null if no value is present for that property name.
ReadAsXPDateTime(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Retrieve an individual property value by name.
ReadAsXPDateTime(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
ReadLine() - Method in class com.plumtree.openfoundation.io.XPBufferedReader
Read a line of text.
ReadLine() - Static method in class com.plumtree.openfoundation.util.XPSystem.In
Read a line of text from the standard input stream.
Redirect(String) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Sends a temporary redirect response to the client using the specified redirect location URL.
Redirect(String) - Method in class com.plumtree.openfoundation.web.XPResponse
Sends a temporary redirect response to the client using the specified redirect location URL.
Release() - Method in class com.plumtree.openfoundation.util.XPLock
Releases the Mutex aquired by XPLock.
Remove(Object) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Removes a single instance of the specified element from this XPCollection, if it is present (optional operation).
Remove(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Remove.
Remove(Object) - Method in class com.plumtree.openfoundation.util.XPArrayList
Removes a single instance of the specified element from this list, if it is present.
Remove(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Remove(int, int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Removes the characters in a substring of this XPStringBuilder.
RemoveAll(IXPCollection) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Removes all this XPCollection's elements that are also contained in the specified collection (optional operation).
RemoveAll() - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Removes All Elements.
RemoveAll(IXPCollection) - Method in class com.plumtree.openfoundation.util.XPArrayList
Removes from this list all of its elements that are contained in the specified collection.
RemoveAll() - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
RemoveAt(int) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Removes a single instance of the specified element from this XPCollection, if it is present (optional operation).
RemoveAt(int) - Method in class com.plumtree.openfoundation.util.XPArrayList
Removes the element at the specified position in this list.
RemoveAttribute(String) - Method in interface com.plumtree.openfoundation.web.IXPApplication
Removes the attribute with the given name from the servlet context.
RemoveAttribute(String) - Method in interface com.plumtree.openfoundation.web.IXPSession
Removes the object bound with the specified name from this session.
RemoveAttribute(String) - Method in class com.plumtree.openfoundation.web.XPApplication
Removes the attribute with the given name from the servlet context.
RemoveAttribute(String) - Method in class com.plumtree.openfoundation.web.XPSession
Removes the object bound with the specified name from this session.
RemoveAttributeNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Removes an attribute by local name and namespace URI.
RemoveAttributeNode(String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Removes the specified attribute node.
RemoveCharAt(int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
RemoveChild(XPNode) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Removes the child node indicated by oldChild from the list of children, and returns it.
RemoveElement(Object) - Method in interface com.plumtree.openfoundation.util.IXPDictionary
Removes the key (and its corresponding value) from this dictionary.
RemoveElement(Object) - Method in class com.plumtree.openfoundation.util.XPHashtable
Removes the key (and its corresponding value) from this hashtable.
RemoveElement(Object) - Method in class com.plumtree.openfoundation.util.XPSortedDictionary
 
RemoveElement(String) - Method in class com.plumtree.openfoundation.util.XPStringDictionary
Removes the Element for a given key.
RemoveElement(Object) - Method in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Removes the key (and its corresponding value) from this hashtable.
RemoveNamedItem(String) - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Removes a node specified by name.
RemoveNamedItemNS(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Adds a node using its namespaceURI and localName.
RemoveProperty(String) - Method in class com.plumtree.openfoundation.util.XPFileProperty
Removes a specific key in the property object.
Replace(int, int, String) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Replaces the characters in a substring of this XPStringBuilder with characters in the specified String.
ReplaceChild(XPNode, XPNode) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
ReplaceData(int, int, String) - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
RetainAll(IXPCollection) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Retains only the elements in this XPCollection that are contained in the specified collection (optional operation).
RetainAll(IXPCollection) - Method in class com.plumtree.openfoundation.util.XPArrayList
Retains only the elements in this list that are contained in the specified collection.
Reverse() - Method in class com.plumtree.openfoundation.util.XPStringBuilder
The character sequence contained in this XPStringBuilder is replaced by the reverse of the sequence.
read() - Method in class com.plumtree.openfoundation.util.XPPropertyBagXercesJ.LowASCIIFilterInputStream
 
reader - Variable in class com.plumtree.openfoundation.io.XPReader
The underlying Reader object wrapped by XPReader.

S

SATURDAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the DAY_OF_WEEK field indicating Saturday.
SECOND - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the second within the minute.
SHORT - Static variable in class com.plumtree.openfoundation.util.XPDateFormat
Display the SHORT format.
SHORT - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type short.
SUN - Static variable in class com.plumtree.openfoundation.platform.XPVendor
Predefined VM vendor for sunJRE.
SUNDAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the DAY_OF_WEEK field indicating Sunday.
SUNOS_SPARC - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Solaris (Sparc).
SUNOS_X86 - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Solaris (x86).
Save() - Method in class com.plumtree.openfoundation.util.XPFileProperty
Saves the property object to the file that was opened.
Save(String) - Method in interface com.plumtree.openfoundation.web.IXPRequest
Saves the last file to be uploaded from a multi-part MIME request to the specified directory.
Save(String) - Method in class com.plumtree.openfoundation.web.XPRequest
This method only saves the last file in the uploaded files list.
SaveDocument(String, XPDocument) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
Saves document to specified file location.
SaveDocument(String, XPDocument, boolean) - Static method in class com.plumtree.openfoundation.xml.dom.XPBuilder
 
SaveToBinary(int) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
SaveToBinary.
SaveToBinary(int) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Saves Property bag values in binary format.
SaveToBinary(IXPPropertyBag, int) - Method in class com.plumtree.openfoundation.util.XPPropertyBagXercesJ
Saves the given Property bag Serializes a DOM document from a property bag.
SaveToFile(String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
SaveToFile.
SaveToFile(String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Saves Property bag values to the given file.
SaveToFile(IXPPropertyBag, String) - Method in class com.plumtree.openfoundation.util.XPPropertyBagXercesJ
Saves the given Property bag Serializes a DOM document from a property bag.
SaveToXML(int) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
SaveToXML.
SaveToXML(int) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Saves the Property Bag values into XML format.
Set(int, int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Sets the time field with the given value.
Set(int, int, int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Sets the values for the fields year, month, and day.
Set(int, int, int, int, int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Sets the values for the fields year, month, day, hour, and minute.
Set(int, int, int, int, int, int) - Method in class com.plumtree.openfoundation.util.XPCalendar
Sets the values for the fields year, month, day, hour, minute, and second.
SetAttribute(String, Object) - Method in interface com.plumtree.openfoundation.web.IXPApplication
Binds an object to a given attribute name in this servlet context.
SetAttribute(String, Object) - Method in interface com.plumtree.openfoundation.web.IXPRequest
Sets the named attribute.
SetAttribute(String, Object) - Method in interface com.plumtree.openfoundation.web.IXPSession
Binds an object to this session, using the name specified.
SetAttribute(String, Object) - Method in class com.plumtree.openfoundation.web.XPApplication
Binds an object to a given attribute name in this servlet context.
SetAttribute(String, Object) - Method in class com.plumtree.openfoundation.web.XPRequest
Stores an attribute in this request.
SetAttribute(String, Object) - Method in class com.plumtree.openfoundation.web.XPSession
Binds an object to this session, using the name specified.
SetAttribute(String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Adds a new attribute.
SetAttributeNS(String, String, String) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Adds a new attribute.
SetAttributeNode(XPAttr) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Adds a new attribute node.
SetAttributeNodeNS(XPAttr) - Method in class com.plumtree.openfoundation.xml.dom.XPElement
Adds a new attribute.
SetBackground(boolean) - Method in class com.plumtree.openfoundation.util.XPThread
Marks this thread as either a daemon thread or a user thread.
SetBit(int) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Sets the bit at the given index to 1.
SetCharAt(int, char) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
The character at the specified index of this XPStringBuilder is set to ch.
SetContentType(String) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Sets the content type of the response being sent to the client.
SetContentType(String) - Method in class com.plumtree.openfoundation.web.XPResponse
Sets the content type of the response being sent to the client.
SetData(String) - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
Set the character data of the node.
SetData(String) - Method in class com.plumtree.openfoundation.xml.dom.XPProcessingInstruction
Set the content of this processing instruction.
SetDateHeader(String, long) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Sets a response header with the given name and date-value.
SetDateHeader(String, long) - Method in class com.plumtree.openfoundation.web.XPResponse
Sets a response header with the given name and date-value.
SetDeleteCookie() - Method in class com.plumtree.openfoundation.web.XPCookie
Deletes the cookie.
SetDomain(String) - Method in class com.plumtree.openfoundation.web.XPCookie
Specifies the domain within which this cookie should be presented.
SetElement(int, Object) - Method in interface com.plumtree.openfoundation.util.IXPList
When implemented by a class, sets the element at the specified index.
SetElement(int, Object) - Method in class com.plumtree.openfoundation.util.XPArrayList
Replaces the element at the specified position in this list with the specified element.
SetEncoding(String) - Method in class com.plumtree.openfoundation.xml.dom.XPDocument
Set the encoding of this XPDocument (part of XML Declaration).
SetExpireTime(int) - Method in class com.plumtree.openfoundation.web.XPCookie
Sets the time in seconds that the cookie will expire from the current time.
SetExpireWhenBrowserExits() - Method in class com.plumtree.openfoundation.web.XPCookie
Sets the cookie to expire and be deleted when a browser exists.
SetExpires(int) - Method in class com.plumtree.openfoundation.web.XPCookie
Deprecated. As of XDK 2.4.5.0. This method has inconsistent behavior in java and .NET Use SetExpireTime(), SetDeleteCookie() and SetExpireWhenBrowserCloses() instead.
SetLength(int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Sets the length of this XPStringBuilder.
SetName(String) - Method in class com.plumtree.openfoundation.util.XPThread
Sets the name of this thread.
SetNamedItem(XPNode) - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Adds a node using its nodeName attribute.
SetNamedItemNS(XPNode) - Method in class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Adds a node using its namespaceURI and localName.
SetNodeValue(String) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The value of this node, depending on its type.
SetPath(String) - Method in class com.plumtree.openfoundation.web.XPCookie
Specifies a path for the cookie to which the client should return the cookie.
SetPrefix(String) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
The namespace prefix of this node, or null if it is unspecified.
SetPriority(XPThreadPriority) - Method in class com.plumtree.openfoundation.util.XPThread
Changes the priority of this thread.
SetProperty(String, String) - Method in class com.plumtree.openfoundation.util.XPFileProperty
Sets a property.
SetReadOnly() - Method in class com.plumtree.openfoundation.io.XPDirectory
Returns a boolean value that determines if the Readonly property is set or not.
SetReadOnly() - Method in class com.plumtree.openfoundation.io.XPFile
Returns a boolean value that determines if the Readonly property is set or not.
SetReadOnly() - Method in class com.plumtree.openfoundation.io.XPFileSystemObject
Returns a boolean value that determines if the Readonly property is set or not.
SetSecure(boolean) - Method in class com.plumtree.openfoundation.web.XPCookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
SetStatus(int) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Sets the status code for this response.
SetStatus(int, String) - Method in interface com.plumtree.openfoundation.web.IXPResponse
Sets the status code and message for this response.
SetStatus(int) - Method in class com.plumtree.openfoundation.web.XPResponse
Sets the status code for this response.
SetStatus(int, String) - Method in class com.plumtree.openfoundation.web.XPResponse
Sets the status code and message for this response.
SetStringDictionary(XPStringDictionary) - Method in class com.plumtree.openfoundation.util.XPFileProperty
sets the properties object from a string dictionary.
SetTime(XPDateTime) - Method in class com.plumtree.openfoundation.util.XPCalendar
Sets this Calendar's current time with the given XPDateTime.
SetTimeZone(XPTimeZone) - Method in class com.plumtree.openfoundation.util.XPCalendar
Sets the timezone for the calendar.
SetValue(String) - Method in class com.plumtree.openfoundation.web.XPCookie
Assigns a new value to a cookie after the cookie is created.
SetValue(String) - Method in class com.plumtree.openfoundation.xml.dom.XPAttr
Set new attribute value.
ShiftLeft(int) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger that results from shifting the bits of this value left.
ShiftRight(int) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger that results from shifting the bits of this value right.
Sign(String, IXPPKIPrivateKey) - Method in interface com.plumtree.openfoundation.security.IXPPKICrypto
Signs the data using the supplied private key.
Sign(String, IXPPKIPrivateKey) - Method in class com.plumtree.openfoundation.security.XPRSACrypto
Signs the data in the given string with the RSA private-key.
Skip(long) - Method in class com.plumtree.openfoundation.io.XPFileInputStream
Skips over and discards n bytes of data from the input stream.
Skip(long) - Method in class com.plumtree.openfoundation.io.XPInputStream
Skips over and discards n bytes of data from the input stream.
Sleep(int) - Static method in class com.plumtree.openfoundation.util.XPThread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
Sort(byte[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of bytes into ascending numerical order.
Sort(byte[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of bytes into ascending numerical order.
Sort(char[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of chars into ascending numerical order.
Sort(char[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of chars into ascending numerical order.
Sort(double[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of doubles into ascending numerical order.
Sort(double[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of doubles into ascending numerical order.
Sort(float[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of floats into ascending numerical order.
Sort(float[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of floats into ascending numerical order.
Sort(int[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of ints into ascending numerical order.
Sort(int[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of ints into ascending numerical order.
Sort(String[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
Sort(String[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
Sort(Object[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
Sort(Object[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
Sort(short[]) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified array of shorts into ascending numerical order.
Sort(short[], int, int) - Static method in class com.plumtree.openfoundation.util.XPArray
Sorts the specified range of the specified array of shorts into ascending numerical order.
Sort(IXPList, IXPComparer) - Static method in class com.plumtree.openfoundation.util.XPCollections
Sorts the specified list according to the order induced by the specified comparator.
SplitText(int) - Method in class com.plumtree.openfoundation.xml.dom.XPText
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
Sqrt() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger whose value is equal to the square root of this.
Start(String) - Static method in class com.plumtree.openfoundation.util.XPProcess
Start-without-args creation method.
Start(String, String) - Static method in class com.plumtree.openfoundation.util.XPProcess
Initialize a Java Process object and wrap it in an XPProcess.
Start(String, String, XPWriter, XPWriter) - Static method in class com.plumtree.openfoundation.util.XPProcess
Initialize a Java Process object and wrap it in an XPProcess, providing one or two XPWriter instances to drain its standard output and/or standard error output.
Start() - Method in class com.plumtree.openfoundation.util.XPThread
Causes this thread to start being execution; the VM calls the run method of this thread.
StartsWith(String, String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Tests if this string starts with the specified prefix.
StoreNode(Node) - Method in class com.plumtree.openfoundation.xml.dom.XPNode
Store/set the underlying Node object.
SubStringData(int, int) - Method in class com.plumtree.openfoundation.xml.dom.XPCharacterData
Extracts a range of data from the node.
Substring(int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Returns a new String that contains a subsequence of characters currently contained in this XPStringBuilder.The substring begins at the specified index and extends to the end of the XPStringBuilder.
Substring(int, int) - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Returns a new String that contains a subsequence of characters currently contained in this XPStringBuilder.
Substring(String, int) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Returns a new string that is a substring of this string.
Substring(String, int, int) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Returns a new string that is a substring of this string.
Subtract(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBiginteger whose value is this minus the passed in argument.
Success() - Method in class com.plumtree.openfoundation.util.XPMatch
Gets a value indicating whether the match is successful.

T

TEXT_NODE - Static variable in class com.plumtree.openfoundation.xml.dom.XPNode
The underlying object is an org.w3c.dom.Text.
THURSDAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the DAY_OF_WEEK field indicating Thursday.
TUESDAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the DAY_OF_WEEK field indicating Tuesday.
TestBit(int) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns true of the bit at the given index is 1, false otherwise.
ToArray() - Method in interface com.plumtree.openfoundation.util.IXPCollection
Returns an array containing all of the elements in this collection.
ToArray(Object[]) - Method in interface com.plumtree.openfoundation.util.IXPCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
ToArray() - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns an array containing all of the elements in this list in the correct order.
ToArray(Object[]) - Method in class com.plumtree.openfoundation.util.XPArrayList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
ToBoolean(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified boolean value; no actual conversion is performed.
ToBoolean(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified byte (8-bit unsigned integer) to an equivalent boolean value.
ToBoolean(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Calling this method always throws XPFormatException.
ToBoolean(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified double (double-precision floating point number) to an equivalent boolean value.
ToBoolean(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified short (16-bit signed integer) to an equivalent boolean value.
ToBoolean(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified int (32-bit signed integer) to an equivalent boolean value.
ToBoolean(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified long (64-bit signed integer) to an equivalent Boolean value.
ToBoolean(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of a specified Object to an equivalent boolean value.
ToBoolean(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified float (single-precision floating point number) to an equivalent boolean value.
ToBoolean(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the specified String representation of a logical value to its boolean equivalent.
ToByte(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified boolean value to the equivalent byte (8-bit unsigned integer).
ToByte(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified byte (8-bit unsigned integer); no actual conversion is performed.
ToByte(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Unicode character to the equivalent byte (8-bit unsigned integer).
ToByte(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified double (double-precision floating point number) to an equivalent byte (8-bit unsigned integer).
ToByte(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified short (16-bit signed integer) to an equivalent byte (8-bit unsigned integer).
ToByte(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified int (32-bit signed integer) to an equivalent byte (8-bit unsigned integer).
ToByte(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified long (64-bit signed integer) to an equivalent byte (8-bit unsigned integer).
ToByte(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Object to a byte (8-bit unsigned integer).
ToByte(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified float (single-precision floating point number) to an equivalent byte (8-bit unsigned integer).
ToByte(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the specified String representation of a number to an equivalent byte (8-bit unsigned integer).
ToByteArray(String, String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Encodes the source string into a sequence of bytes using the named encoding, storing the result into a new byte array.
ToChar(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts an Int value to Char and only works if it is between Character.MAX_VALUE and Character.MIN_VALUE.
ToCharArray(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the String as a char array.
ToDouble(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified boolean value to the equivalent double (double-precision floating point number).
ToDouble(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified byte (8-bit unsigned integer) to the equivalent double (double-precision floating point number).
ToDouble(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Deprecated. Since this is not supported by Java Language.
ToDouble(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified double (double-precision floating point number); no actual conversion is performed.
ToDouble(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified short (16-bit signed integer) to an equivalent double (double-precision floating point number).
ToDouble(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified int (32-bit signed integer) to an equivalent double (double-precision floating point number).
ToDouble(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified long (64-bit signed integer) to an equivalent double (double-precision floating point number).
ToDouble(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Object to a double (double-precision floating point number).
ToDouble(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified float (single-precision floating point number) to an equivalent double (double-precision floating point number).
ToDouble(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the specified String representation of a number to an equivalent double (double-precision floating point number).
ToFloat(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified boolean value to the equivalent float (single-precision floating point number).
ToFloat(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified byte (8-bit unsigned integer) to the equivalent float (single-precision floating point number).
ToFloat(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Calling this method always throws XPFormatException.
ToFloat(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified double (double-precision floating point number) to an equivalent float (single-precision floating point number).
ToFloat(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified short (16-bit signed integer) to an equivalent float (single-precision floating point number).
ToFloat(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified int (32-bit signed integer) to an equivalent float (single-precision floating point number).
ToFloat(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified long (64-bit signed integer) to an equivalent float (single-precision floating point number).
ToFloat(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Object to a float (single-precision floating point number).
ToFloat(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified float (single-precision floating point number); no actual conversion is performed.
ToFloat(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the specified String representation of a number to an equivalent float (single-precision floating point number).
ToHexString(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns a Hexadecimal value on string format for a given integer.
ToHexString(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns a Hexadecimal value on string format for a given long value.
ToInitCase(String) - Static method in class com.plumtree.openfoundation.reflect.XPReflect
Capitalize 1st character of input string.
ToInteger(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified boolean value to the equivalent int (32-bit signed integer).
ToInteger(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified byte (8-bit unsigned integer) to the equivalent int (32-bit signed integer).
ToInteger(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Deprecated. Since this is not supported by Java Language.
ToInteger(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified double (double-precision floating point number) to an equivalent int (32-bit signed integer).
ToInteger(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified short (16-bit signed integer) to an equivalent int (32-bit signed integer).
ToInteger(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified int (32-bit signed integer); no actual conversion is performed.
ToInteger(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified long (64-bit signed integer) to an equivalent int (32-bit signed integer).
ToInteger(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Object to a 32-bit signed integer.
ToInteger(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified float (single-precision floating point number) to an equivalent int (32-bit signed integer).
ToInteger(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the specified String representation of a number to an equivalent int (32-bit signed integer).
ToLong(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified boolean value to the equivalent long (64-bit signed integer).
ToLong(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified byte (8-bit unsigned integer) to the equivalent long (64-bit signed integer).
ToLong(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Deprecated. Since this is not supported by Java Language.
ToLong(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified double (double-precision floating point number) to an equivalent long (64-bit signed integer).
ToLong(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified short (16-bit signed integer) to an equivalent long (64-bit signed integer).
ToLong(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified int (32-bit signed integer) to an equivalent long (64-bit signed integer).
ToLong(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified long (64-bit signed integer); no actual conversion is performed.
ToLong(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Object to a long (64-bit signed integer).
ToLong(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified float (single-precision floating point number) to an equivalent long (64-bit signed integer).
ToLong(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the specified String representation of a number to an equivalent long (64-bit signed integer).
ToLowerCase(String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Converts the supplied String instance to lower case.
ToLowerCase(String, XPLocale) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Converts the supplied String instance to lower case with regard to the supplied locale.
ToPattern() - Method in class com.plumtree.openfoundation.util.XPDateFormat
Returns the pattern string describing this format.
ToShort(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified boolean value to the equivalent short (16-bit signed integer).
ToShort(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified byte (8-bit unsigned integer) to the equivalent short (16-bit signed integer).
ToShort(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Unicode character to the equivalent short (16-bit signed integer).
ToShort(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified double (double-precision floating point number) to an equivalent short (16-bit signed integer).
ToShort(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified short (16-bit signed integer); no actual conversion is performed.
ToShort(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified int (32-bit signed integer) to an equivalent short (16-bit signed integer).
ToShort(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified long (64-bit signed integer) to an equivalent short (16-bit signed integer).
ToShort(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Object to a 16-bit signed integer.
ToShort(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified float (single-precision floating point number) to an equivalent short (16-bit signed integer).
ToShort(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the specified String representation of a number to an equivalent short (16-bit signed integer).
ToString() - Method in class com.plumtree.openfoundation.util.XPCalendar
Returns string representation of this XPCalendar.
ToString(boolean) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified boolean to its equivalent String representation.
ToString(byte) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified byte (8-bit unsigned integer) to its equivalent String representation.
ToString(char) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Unicode character to its equivalent String representation.
ToString(double) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified double (double-precision floating point number) to its equivalent String representation.
ToString(short) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified short (16-bit signed integer) to its equivalent String representation.
ToString(int) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified int (32-bit signed integer) to its equivalent String representation.
ToString(long) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified long (64-bit signed integer) to its equivalent String representation.
ToString(Object) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified Object to its String representation.
ToString(float) - Static method in class com.plumtree.openfoundation.util.XPConvert
Converts the value of the specified float (single-precision floating point number) to its equivalent String representation.
ToString(String) - Static method in class com.plumtree.openfoundation.util.XPConvert
Returns the specified instance of String; no actual conversion is performed.
ToString(XPLocale) - Method in class com.plumtree.openfoundation.util.XPDateTime
Converts the value of this object into it's string representation.
ToString() - Method in class com.plumtree.openfoundation.util.XPDateTime
Returns the string representation of this object in date/time LONG format based on the runtime locale.
ToString() - Method in class com.plumtree.openfoundation.util.XPException
Exception message formated as String or the String with which Exception is created.
ToString() - Method in class com.plumtree.openfoundation.util.XPMatch
Gets the matched substring from the input string.
ToString() - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Converts Propertybag values into String.
ToString() - Method in class com.plumtree.openfoundation.util.XPRegex
Returns the regular expression pattern that was passed into the XPRegex constructor.
ToString() - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Converts to a string representing the data in this XPStringBuilder.
ToString() - Method in class com.plumtree.openfoundation.util.XPURL
Returns the actual URL string.
ToUpperCase(String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Converts the supplied String instance to upper case.
ToUpperCase(String, XPLocale) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Converts the supplied String instance to upper case with regard to the supplied locale.
Transform(XPDocument, XPHashtable, XPStringBuilder) - Method in class com.plumtree.openfoundation.xml.xsl.XPXslTransform
Given an XPDocument, we apply the loaded XSL file and return the result in the supplied XPStringBuilder.
Trim(String) - Static method in class com.plumtree.openfoundation.util.XPStringUtility
Returns a new string instance based on the source, trimmed of leading and trailing whitespace.
TruncateLocaleID(String) - Static method in class com.plumtree.openfoundation.internationalization.XPResourceManager
An internal use funcation to truncates a locale ID to a language.
toString() - Method in class com.plumtree.openfoundation.platform.XPOSFamily
 
toString() - Method in class com.plumtree.openfoundation.platform.XPOperatingSystem
 
toString() - Method in class com.plumtree.openfoundation.platform.XPVendor
 
toString() - Method in class com.plumtree.openfoundation.security.XPRSAPrivateKey
Returns the String value of this RSA Private Key.
toString() - Method in class com.plumtree.openfoundation.security.XPRSAPublicKey
 
toString() - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns the string representation of this XPBigInteger in decimal notation.
toString(int) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns the string representation of this XPBigInteger in the given radix.
toString() - Method in class com.plumtree.openfoundation.util.XPCRC.XPCRCValue
 
toString() - Method in class com.plumtree.openfoundation.util.XPCalendar
Returns string representation of this XPCalendar forwarding from ToString().
toString() - Method in class com.plumtree.openfoundation.util.XPDateTime
Returns the string representation of this object in date/time LONG format based on the runtime locale.
toString() - Method in class com.plumtree.openfoundation.util.XPPropertyBag
Deprecated. Use ToString()
toString() - Method in class com.plumtree.openfoundation.util.XPRegex
Returns the regular expression pattern that was passed into the XPRegex constructor.
toString() - Method in class com.plumtree.openfoundation.util.XPStringBuilder
Converts to a string representing the data in this XPStringBuilder.
toString() - Method in class com.plumtree.openfoundation.util.XPType
Returns a string which may be useful in representing this object at runtime.

U

UNIDENTIFIED - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for unidentified operating system.
UNIX - Static variable in class com.plumtree.openfoundation.platform.XPOSFamily
Predefined XPOSFamily object for Unix-based OS.
UNKNOWN - Static variable in class com.plumtree.openfoundation.platform.XPVendor
Predefined VM vendor for unknown platform.
UnsetBit(int) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Sets the bit at the given index to 0.
UrlDecode(String, String) - Static method in class com.plumtree.openfoundation.web.XPHttpUtility
Returns a decoded version of the input string, assuming it was a valid URL encoding.
UrlEncode(String, String) - Static method in class com.plumtree.openfoundation.web.XPHttpUtility
Returns a URL-encoded version of the input string, or empty string if input is null.
UsesPKIEncrytion(String) - Static method in class com.plumtree.openfoundation.security.XPCrypto
Determines whether a string has been encrypted using PKI encryption.

V

VALUES - Static variable in class com.plumtree.openfoundation.util.XPHashtable
The type argument to GetArray() that denotes the value.
VALUES - Static variable in class com.plumtree.openfoundation.util.XPSynchronizedHashtable
The type argument to GetArray() that denotes the value.
VOID - Static variable in class com.plumtree.openfoundation.util.XPType
The XPType object representing the primitive type void.
VerifySignature(String, IXPPKIPublicKey) - Method in interface com.plumtree.openfoundation.security.IXPPKICrypto
Verifies the data using the supplied public key.
VerifySignature(String, IXPPKIPublicKey) - Method in class com.plumtree.openfoundation.security.XPRSACrypto
Verifies the signed text with the RSA public-key.

W

WEDNESDAY - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the week number within the current year.
WINDOWS - Static variable in class com.plumtree.openfoundation.platform.XPOSFamily
Predefined XPOSFamily object for Windows-based OS.
WINDOWS2000 - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Windows 2000.
WINDOWS2003 - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Windows 2003.
WINDOWS95 - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Windows 95.
WINDOWS98 - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Windows 98.
WINDOWSME - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Windows Me.
WINDOWSNT - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Windows NT.
WINDOWSXP - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for Windows XP.
WINDOWS_UNKNOWN - Static variable in class com.plumtree.openfoundation.platform.XPOperatingSystem
Static XPOperationSystem object for unknown Windows version.
WaitForExit() - Method in class com.plumtree.openfoundation.util.XPProcess
Exposes java.lang.Process.waitFor().
Write(int) - Method in class com.plumtree.openfoundation.io.XPFileOutputStream
 
Write(byte[]) - Method in class com.plumtree.openfoundation.io.XPFileOutputStream
Write an array of bytes to the underlying output stream.
Write(byte[], int, int) - Method in class com.plumtree.openfoundation.io.XPFileOutputStream
Write out part of a byte array to the underlying output stream.
Write(int) - Method in class com.plumtree.openfoundation.io.XPOutputStream
Writes the specified byte to this output stream.
Write(byte[]) - Method in class com.plumtree.openfoundation.io.XPOutputStream
Write a buffer of bytes (typically encoded characters) to the underlying output stream.
Write(byte[], int, int) - Method in class com.plumtree.openfoundation.io.XPOutputStream
Write part of a buffer of bytes (typically encoded characters) to the underlying output stream.
Write(int) - Method in class com.plumtree.openfoundation.io.XPOutputStreamWriter
Write a single character.
Write(char[]) - Method in class com.plumtree.openfoundation.io.XPOutputStreamWriter
Write an array of characters.
Write(String) - Method in class com.plumtree.openfoundation.io.XPOutputStreamWriter
Write a string.
Write(String, int, int) - Method in class com.plumtree.openfoundation.io.XPOutputStreamWriter
Write a portion of a string.
Write(int) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes a single character to the stream.
Write(char[]) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes an array of characters to the underlying writer.
Write(String, int, int) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes a portion of a string.
Write(String) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes a string.
Write(String, int) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Set/add an individual property value by name.
Write(String, String) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Set/add an individual property value by name.
Write(String, XPDateTime) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Set/add an individual property value by name.
Write(String, double) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Set/add an individual property value by name.
Write(String, IXPPropertyBag) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Set/add an individual property value by name.
Write(String, Object[]) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Write.
Write(String, Object[][]) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Write.
Write(String, Object) - Method in interface com.plumtree.openfoundation.util.IXPPropertyBag
Write.
Write(String, double) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(String, int) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(String, IXPPropertyBag) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(String, Object) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(String, Object[]) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(String, Object[][]) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(String, String) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(String, XPDateTime) - Method in class com.plumtree.openfoundation.util.XPPropertyBag
 
Write(boolean) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a boolean value.
Write(char) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a character.
Write(char[]) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print an array of characters.
Write(double) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a double-precision floating-point number.
Write(float) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a floating-point number.
Write(int) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print an integer.
Write(long) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a long integer.
Write(Object) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print an object.
Write(String) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a string.
Write(boolean) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a boolean value.
Write(char) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a character.
Write(char[]) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print an array of characters.
Write(double) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a double-precision floating-point number.
Write(float) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a floating-point number.
Write(int) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print an integer.
Write(long) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a long integer.
Write(Object) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print an object.
Write(String) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a string.
Write(char) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes a character to the client.
Write(Object) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes an object to the client.
Write(String) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes a string to the client.
Write(char[]) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes an array of characters to the client.
Write(char) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes a character to the client.
Write(Object) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes an object to the client.
Write(String) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes a string to the client.
Write(char[]) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes an array of characters to the client.
WriteLine(int) - Method in class com.plumtree.openfoundation.io.XPBufferedWriter
Writes a single character, followed by a line terminator to the stream.
WriteLine(char[]) - Method in class com.plumtree.openfoundation.io.XPBufferedWriter
Writes an array of characters, followed by a line terminator to the stream.
WriteLine(String, int, int) - Method in class com.plumtree.openfoundation.io.XPBufferedWriter
Writes a portion of a string, followed by a line terminator to the stream.
WriteLine(String) - Method in class com.plumtree.openfoundation.io.XPBufferedWriter
Writes a string, followed by a line terminator to the stream.
WriteLine() - Method in class com.plumtree.openfoundation.io.XPWriter
Writes the platform-defined line end character(s).
WriteLine(String) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes a string followed by the platform-defined line end character(s).
WriteLine(int) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes a character represented as an int, followed by the platform-defined line end character(s).
WriteLine(char[]) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes an array of characters to the stream, followed by a newline.
WriteLine(String, int, int) - Method in class com.plumtree.openfoundation.io.XPWriter
Writes a portion of a string followed by the platform-specific newline.
WriteLine(boolean) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a boolean and then terminate the line.
WriteLine(char) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a character and then terminate the line.
WriteLine(char[]) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print an array of characters and then terminate the line.
WriteLine(double) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a double and then terminate the line.
WriteLine(float) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a float and then terminate the line.
WriteLine(int) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print an integer and then terminate the line.
WriteLine(long) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print an integer and then terminate the line.
WriteLine(Object) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print an Object and then terminate the line.
WriteLine(String) - Static method in class com.plumtree.openfoundation.util.XPSystem.Error
Print a String and then terminate the line.
WriteLine(boolean) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a boolean and then terminate the line.
WriteLine(char) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a character and then terminate the line.
WriteLine(char[]) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print an array of characters and then terminate the line.
WriteLine(double) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a double and then terminate the line.
WriteLine(float) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a float and then terminate the line.
WriteLine(int) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print an integer and then terminate the line.
WriteLine(long) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a long and then terminate the line.
WriteLine(Object) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print an Object and then terminate the line.
WriteLine(String) - Static method in class com.plumtree.openfoundation.util.XPSystem.Out
Print a String and then terminate the line.
WriteLine(char) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes a character followed by an end of line to the client.
WriteLine(Object) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes an object followed by an end of line to the client.
WriteLine(String) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes a string followed by an end of line to the client.
WriteLine(char[]) - Method in interface com.plumtree.openfoundation.web.IXPResponse
This method writes an array of characters followed by an end of line to the client.
WriteLine(char) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes a character followed by an end of line to the client.
WriteLine(Object) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes an object followed by an end of line to the client.
WriteLine(String) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes a string followed by an end of line to the client.
WriteLine(char[]) - Method in class com.plumtree.openfoundation.web.XPResponse
This method writes an array of characters followed by an end of line to the client.
warning(SAXParseException) - Method in class com.plumtree.openfoundation.xml.dom.XPParserErrorHandler
 
writer - Variable in class com.plumtree.openfoundation.io.XPWriter
Not exposed via GetUnderlyingObject because that would break the polymorphism contract of the previously existing subclass XPBufferedWriter.

X

XPAESCrypto - class com.plumtree.openfoundation.security.XPAESCrypto.
XPAESCrypto implements AES 128-bit encryption for String values.
XPAESCrypto(XPCryptoType) - Constructor for class com.plumtree.openfoundation.security.XPAESCrypto
Creates a new XPAESCrypto object.
XPApplication - class com.plumtree.openfoundation.web.XPApplication.
XPApplication wraps ServletContext interface.
XPApplication(ServletContext) - Constructor for class com.plumtree.openfoundation.web.XPApplication
IXPApplication implementation, that provides Context for Open Foundation.
XPArithmeticException - exception com.plumtree.openfoundation.util.XPArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
XPArithmeticException() - Constructor for class com.plumtree.openfoundation.util.XPArithmeticException
Constructs an XPArithmeticException with no detail message.
XPArithmeticException(String) - Constructor for class com.plumtree.openfoundation.util.XPArithmeticException
Constructs an XPArithmeticException with the specified detail message.
XPArithmeticException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPArithmeticException
Constructs an wrapper XPArithmeticException with the specified Exception.
XPArithmeticException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPArithmeticException
Constructs an wrapper XPArithmeticException with the specified Exception.
XPArray - class com.plumtree.openfoundation.util.XPArray.
This class contains various methods for manipulating arrays (such as sorting and searching).
XPArray() - Constructor for class com.plumtree.openfoundation.util.XPArray
 
XPArrayList - class com.plumtree.openfoundation.util.XPArrayList.
XPArrayList is a wrapper over the ArrayList.
XPArrayList() - Constructor for class com.plumtree.openfoundation.util.XPArrayList
Creates an empty list.
XPArrayList(int) - Constructor for class com.plumtree.openfoundation.util.XPArrayList
Constructs an empty list with the specified initial capacity.
XPArrayList(Collection) - Constructor for class com.plumtree.openfoundation.util.XPArrayList
Constructs a list from a pre-existing ArrayList
XPArrayTypeMismatchException - exception com.plumtree.openfoundation.util.XPArrayTypeMismatchException.
ArrayTypeMismatchException is thrown when the system cannot convert the element to the type declared for the array.
XPArrayTypeMismatchException() - Constructor for class com.plumtree.openfoundation.util.XPArrayTypeMismatchException
Constructs an XPArrayTypeMismatchException with no detail message.
XPArrayTypeMismatchException(String) - Constructor for class com.plumtree.openfoundation.util.XPArrayTypeMismatchException
Constructs an XPArrayTypeMismatchException with the specified detail message.
XPArrayTypeMismatchException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPArrayTypeMismatchException
Constructs an wrapper XPArrayTypeMismatchException with the specified Exception.
XPArrayTypeMismatchException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPArrayTypeMismatchException
Constructs an wrapper XPArrayTypeMismatchException with the specified Exception.
XPAssert - class com.plumtree.openfoundation.util.XPAssert.
Provides assert functionality for Open Foundation.
XPAssert() - Constructor for class com.plumtree.openfoundation.util.XPAssert
 
XPAttr - class com.plumtree.openfoundation.xml.dom.XPAttr.
The XPAttr class is a wrapper for objects implementing org.w3c.dom.Attr interface.
XPAttr(Attr) - Constructor for class com.plumtree.openfoundation.xml.dom.XPAttr
Creates a new XPAttr object.
XPBase64Coder - class com.plumtree.openfoundation.util.XPBase64Coder.
Encodes and decodes to and from Base64 notation.
XPBigInteger - class com.plumtree.openfoundation.util.XPBigInteger.
XPBigInteger is an XP implementation of BigInteger based off of opensource code from codeproject.com.
XPBigInteger(String, int) - Constructor for class com.plumtree.openfoundation.util.XPBigInteger
Translates the String representation of a BigInteger in the specified radix into an XPBigInteger.
XPBigInteger(String) - Constructor for class com.plumtree.openfoundation.util.XPBigInteger
Translates the decimal String representation of an XPBigInteger into an XPBigInteger.
XPBigInteger(byte[]) - Constructor for class com.plumtree.openfoundation.util.XPBigInteger
Translates a byte array containing the binary representation of an XPBigInteger into an XPBigInteger.
XPBigInteger(int, byte[]) - Constructor for class com.plumtree.openfoundation.util.XPBigInteger
Translates the sign-magnitude representation of an XPBigInteger into an XPBigInteger.
XPBigInteger(int, XPSecureRandom) - Constructor for class com.plumtree.openfoundation.util.XPBigInteger
Populates the XPBigInteger with random bits, resulting in a random number uniformly distributed over the range 0 to (2^numBits - 1).
XPBigInteger(int, int, XPSecureRandom) - Constructor for class com.plumtree.openfoundation.util.XPBigInteger
Generates a random, positive XPBigInteger that is probably prime, with the specified length.
XPBufferedReader - class com.plumtree.openfoundation.io.XPBufferedReader.
Corresponds to java.io.BufferedReader or System.IO.StreamReader.
XPBufferedReader(Reader) - Constructor for class com.plumtree.openfoundation.io.XPBufferedReader
Creates a new XPBufferedReader object that wraps the Reader.
XPBufferedReader(BufferedReader) - Constructor for class com.plumtree.openfoundation.io.XPBufferedReader
Creates a new XPBufferedReader object that wraps the BufferedReader.
XPBufferedReader(XPInputStreamReader) - Constructor for class com.plumtree.openfoundation.io.XPBufferedReader
Creates a new XPBufferedReader object that wraps the InputStreamReader wrapped in the XPInputStreamReader.
XPBufferedWriter - class com.plumtree.openfoundation.io.XPBufferedWriter.
Corresponds to java.io.BufferedWriter or System.IO.TextWriter.
XPBufferedWriter(XPWriter) - Constructor for class com.plumtree.openfoundation.io.XPBufferedWriter
Constructs a XPBufferedWriter object.
XPBufferedWriter(Writer) - Constructor for class com.plumtree.openfoundation.io.XPBufferedWriter
Constructs a XPBufferedWriter object.
XPBufferedWriter(BufferedWriter) - Constructor for class com.plumtree.openfoundation.io.XPBufferedWriter
Creates a new XPBufferedWriter that wraps the BufferedWriter.
XPBuilder - class com.plumtree.openfoundation.xml.dom.XPBuilder.
XML parser utility.
XPBuilder() - Constructor for class com.plumtree.openfoundation.xml.dom.XPBuilder
 
XPCDATASection - class com.plumtree.openfoundation.xml.dom.XPCDATASection.
The XPCDATASection class is a wrapper for objects implementing org.w3c.dom.CDATASection interface.
XPCDATASection(CDATASection) - Constructor for class com.plumtree.openfoundation.xml.dom.XPCDATASection
Creates a new XPCDATASection object.
XPCRC - class com.plumtree.openfoundation.util.XPCRC.
Implements equivalent CRC algorithms as found in C++ versions in IPTUtility_CRC.
XPCRC() - Constructor for class com.plumtree.openfoundation.util.XPCRC
 
XPCRC.XPCRCValue - class com.plumtree.openfoundation.util.XPCRC.XPCRCValue.
Simple CRC data class representing a 64-bit CRC value.
XPCRC.XPCRCValue(int, int) - Constructor for class com.plumtree.openfoundation.util.XPCRC.XPCRCValue
Constructor for XPCRCValue Instantiation.
XPCRC.XPCRCValue(int) - Constructor for class com.plumtree.openfoundation.util.XPCRC.XPCRCValue
constructor for XPCRCValue Instantiation.
XPCalendar - class com.plumtree.openfoundation.util.XPCalendar.
XPCalendar is a wrapper over GregorianCalendar, which is the standard calendar used by most of the world.
XPCharacterData - class com.plumtree.openfoundation.xml.dom.XPCharacterData.
The XPCharacterData class is a wrapper for objects implementing org.w3c.dom.CharacterData interface.
XPCharacterData(CharacterData) - Constructor for class com.plumtree.openfoundation.xml.dom.XPCharacterData
Creates a new XPCharacterData object.
XPCharacterUtility - class com.plumtree.openfoundation.util.XPCharacterUtility.
XPCharacterUtility contains the utility methods that operate on chars.
XPCharacterUtility() - Constructor for class com.plumtree.openfoundation.util.XPCharacterUtility
 
XPClassCastException - exception com.plumtree.openfoundation.util.XPClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
XPClassCastException() - Constructor for class com.plumtree.openfoundation.util.XPClassCastException
Constructs a XPClassCastException with no detail message.
XPClassCastException(String) - Constructor for class com.plumtree.openfoundation.util.XPClassCastException
Constructs a XPClassCastException with the specified detail message.
XPClassCastException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPClassCastException
Constructs an wrapper XPClassCastException with the specified Exception.
XPClassCastException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPClassCastException
Constructs an wrapper XPClassCastException with the specified Exception.
XPClassNotFoundException - exception com.plumtree.openfoundation.util.XPClassNotFoundException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class. The findSystemClass method in class ClassLoader .
XPClassNotFoundException() - Constructor for class com.plumtree.openfoundation.util.XPClassNotFoundException
Constructs a XPClassNotFoundException with no detail message.
XPClassNotFoundException(String) - Constructor for class com.plumtree.openfoundation.util.XPClassNotFoundException
Constructs a XPClassNotFoundException with the specified detail message.
XPClassNotFoundException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPClassNotFoundException
Constructs an wrapper XPClassNotFoundException with the specified Exception.
XPClassNotFoundException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPClassNotFoundException
Constructs an wrapper XPClassNotFoundException with the specified Exception.
XPCollections - class com.plumtree.openfoundation.util.XPCollections.
XPCollections class contains exclusively of static methods that operate on or return Collections.
XPCollections() - Constructor for class com.plumtree.openfoundation.util.XPCollections
 
XPComment - class com.plumtree.openfoundation.xml.dom.XPComment.
The XPComment class is a wrapper for objects implementing org.w3c.dom.Comment interface.
XPComment(Comment) - Constructor for class com.plumtree.openfoundation.xml.dom.XPComment
Creates a new XPComment object.
XPConstructor - class com.plumtree.openfoundation.reflect.XPConstructor.
XPConstructor corresponds to java.lang.reflect.Constructor class.
XPConstructor(Constructor) - Constructor for class com.plumtree.openfoundation.reflect.XPConstructor
Construct an object from a native Constructor.
XPConvert - class com.plumtree.openfoundation.util.XPConvert.
Converts a base data type to another base data type.
XPConvert() - Constructor for class com.plumtree.openfoundation.util.XPConvert
 
XPCookie - class com.plumtree.openfoundation.web.XPCookie.
XPCookie wraps the Cookie object.
XPCookie(Cookie) - Constructor for class com.plumtree.openfoundation.web.XPCookie
Constructor that wraps the Cookie.
XPCookie(String, String) - Constructor for class com.plumtree.openfoundation.web.XPCookie
Constructor that creates a cookie using the name and value.
XPCrypto - class com.plumtree.openfoundation.security.XPCrypto.
Main class used for cryptography operations.
XPCryptoException - exception com.plumtree.openfoundation.security.XPCryptoException.
Reports general problems with the Open Foundation security classes.
XPCryptoException() - Constructor for class com.plumtree.openfoundation.security.XPCryptoException
Constructs an XPCryptoException with no detail message.
XPCryptoException(String) - Constructor for class com.plumtree.openfoundation.security.XPCryptoException
Constructs an XPCryptoException with the specified detail message.
XPCryptoException(Throwable) - Constructor for class com.plumtree.openfoundation.security.XPCryptoException
Constructs an wrapper XPCryptoException with the specified Exception.
XPCryptoException(String, Throwable) - Constructor for class com.plumtree.openfoundation.security.XPCryptoException
Constructs an wrapper XPCryptoException with the specified Exception.
XPCryptoType - class com.plumtree.openfoundation.security.XPCryptoType.
Private key encryption types.
XPDateFormat - class com.plumtree.openfoundation.util.XPDateFormat.
Collection of date format objects based off of the locale, timezone and if you want a short or long display.
XPDateTime - class com.plumtree.openfoundation.util.XPDateTime.
Represents an instant in time, typically expressed as a date and time of day.
XPDateTime() - Constructor for class com.plumtree.openfoundation.util.XPDateTime
Allocates a XPDateTime object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
XPDateTime(long) - Constructor for class com.plumtree.openfoundation.util.XPDateTime
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
XPDateTime(Date) - Constructor for class com.plumtree.openfoundation.util.XPDateTime
Allocates a XPDateTime object using the given date value.
XPDirectory - class com.plumtree.openfoundation.io.XPDirectory.
XPDirectory is an abstract representation of a directory pathname.
XPDirectory(String) - Constructor for class com.plumtree.openfoundation.io.XPDirectory
Create a new directory object (not the actual file system directory) by converting the given pathname string into an abstract pathname.
XPDirectoryNotFoundException - exception com.plumtree.openfoundation.io.XPDirectoryNotFoundException.
The exception that is thrown when a directory cannot be found.
XPDirectoryNotFoundException() - Constructor for class com.plumtree.openfoundation.io.XPDirectoryNotFoundException
Creates a new XPDirectoryNotFoundException object.
XPDirectoryNotFoundException(String) - Constructor for class com.plumtree.openfoundation.io.XPDirectoryNotFoundException
Creates a new XPDirectoryNotFoundException object.
XPDirectoryNotFoundException(Throwable) - Constructor for class com.plumtree.openfoundation.io.XPDirectoryNotFoundException
Creates a new XPDirectoryNotFoundException object.
XPDirectoryNotFoundException(String, Throwable) - Constructor for class com.plumtree.openfoundation.io.XPDirectoryNotFoundException
Creates a new XPDirectoryNotFoundException object.
XPDocument - class com.plumtree.openfoundation.xml.dom.XPDocument.
The XPDocument class is a wrapper for objects implementing org.w3c.dom.Document interface.
XPDocument() - Constructor for class com.plumtree.openfoundation.xml.dom.XPDocument
Creates a new XPDocument object.
XPDocument(Document) - Constructor for class com.plumtree.openfoundation.xml.dom.XPDocument
Creates a new XPDocument object.
XPDocumentFragment - class com.plumtree.openfoundation.xml.dom.XPDocumentFragment.
The XPDocumentFragment class is a wrapper for objects implementing org.w3c.dom.DocumentFragment interface.
XPDocumentFragment(DocumentFragment) - Constructor for class com.plumtree.openfoundation.xml.dom.XPDocumentFragment
Creates a new XPDocumentFragment object.
XPDocumentType - class com.plumtree.openfoundation.xml.dom.XPDocumentType.
The XPDocumentType class is a wrapper for objects implementing org.w3c.dom.DocumentType interface.
XPDocumentType(DocumentType) - Constructor for class com.plumtree.openfoundation.xml.dom.XPDocumentType
Creates a new XPDocumentType object.
XPDynamicDiscovery - class com.plumtree.openfoundation.util.XPDynamicDiscovery.
Given a set of class objects, and an interface type, the methods of this class will iterate through the set of available classes and return an instantiated array of classes that implement the given interface.
XPDynamicDiscovery() - Constructor for class com.plumtree.openfoundation.util.XPDynamicDiscovery
 
XPElement - class com.plumtree.openfoundation.xml.dom.XPElement.
The XPElement class is a wrapper for objects implementing org.w3c.dom.Element interface.
XPElement(Element) - Constructor for class com.plumtree.openfoundation.xml.dom.XPElement
Creates a new XPElement object.
XPEncoding - class com.plumtree.openfoundation.util.XPEncoding.
Provides methods to convert arrays and strings of Unicode characters to a specific encoding.
XPEnumerator - class com.plumtree.openfoundation.util.XPEnumerator.
A hashtable enumerator class.
XPEnumerator(Enumeration) - Constructor for class com.plumtree.openfoundation.util.XPEnumerator
Constructor with a given enumerator.
XPEnumerator(Iterator) - Constructor for class com.plumtree.openfoundation.util.XPEnumerator
Constructor with a given Iterator.
XPEnvironment - class com.plumtree.openfoundation.util.XPEnvironment.
Allows read-access to the name:value mappings in the standard operating system environment, either individually or as an IXPDictionary of key:value pairs.
XPEnvironment() - Constructor for class com.plumtree.openfoundation.util.XPEnvironment
This class should not be instantiated.
XPException - exception com.plumtree.openfoundation.util.XPException.
XPException indicates error conditions that an application might want to catch.
XPException() - Constructor for class com.plumtree.openfoundation.util.XPException
Constructs an XPException without any user defined message or native Exception to wrap.
XPException(String) - Constructor for class com.plumtree.openfoundation.util.XPException
Constructs an XPException with a user defined error message.
XPException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPException
Constructs an XPException that wraps a native exception.
XPException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPException
This constructor creates an XPException that wraps the native exception with custom message CAUTION: The XPException.GetInstance() method is preferred in most cases, because it maps native exceptions to more specific subtypes of XPException which can be tested for in a cross-platform way.
XPField - class com.plumtree.openfoundation.reflect.XPField.
Describes a field on a type.
XPField(Field) - Constructor for class com.plumtree.openfoundation.reflect.XPField
Constructs a XPField object.
XPFile - class com.plumtree.openfoundation.io.XPFile.
XPFile is an abstract representation of a file pathname.
XPFile(String) - Constructor for class com.plumtree.openfoundation.io.XPFile
Creates a new File Object (not the file system file) by converting the given pathname string into an abstract pathname.
XPFileInputStream - class com.plumtree.openfoundation.io.XPFileInputStream.
XPFileInputStream corresponds to java.io.FileInputStream or System.IO.FileStream.
XPFileInputStream(FileInputStream) - Constructor for class com.plumtree.openfoundation.io.XPFileInputStream
Creates a new XPFileInputStream object that wraps the FileInputStream.
XPFileInputStream(String) - Constructor for class com.plumtree.openfoundation.io.XPFileInputStream
Creates a new XPFileInputStream object by opening a connection to an actual file named by the filename.
XPFileNotFoundException - exception com.plumtree.openfoundation.io.XPFileNotFoundException.
Corresponds to java.io.FileNotFoundException.
XPFileNotFoundException() - Constructor for class com.plumtree.openfoundation.io.XPFileNotFoundException
Creates a new XPFileNotFoundException object.
XPFileNotFoundException(String) - Constructor for class com.plumtree.openfoundation.io.XPFileNotFoundException
Creates a new XPFileNotFoundException object.
XPFileNotFoundException(Throwable) - Constructor for class com.plumtree.openfoundation.io.XPFileNotFoundException
Creates a new XPFileNotFoundException object.
XPFileNotFoundException(String, Throwable) - Constructor for class com.plumtree.openfoundation.io.XPFileNotFoundException
Creates a new XPFileNotFoundException object.
XPFileOutputStream - class com.plumtree.openfoundation.io.XPFileOutputStream.
XPFileOutputStream corresponds to java.io.FileOutputStream or System.IO.FileStream.
XPFileOutputStream(FileOutputStream) - Constructor for class com.plumtree.openfoundation.io.XPFileOutputStream
Wrap the platform local equivalent in a new XPFileOutputStream.
XPFileOutputStream(String) - Constructor for class com.plumtree.openfoundation.io.XPFileOutputStream
Creates a new XPFileOutputStream object by opening a connection to an actual file named by the filename.
XPFileOutputStream(String, boolean) - Constructor for class com.plumtree.openfoundation.io.XPFileOutputStream
Creates a new XPFileOutputStream object by opening a connection to an actual file named by the filename.
XPFileProperty - class com.plumtree.openfoundation.util.XPFileProperty.
Loads an XML file containing name/value pairs.
XPFileProperty(String, String) - Constructor for class com.plumtree.openfoundation.util.XPFileProperty
Loads XML property file from the file_location with the file_name.
XPFileReader - class com.plumtree.openfoundation.io.XPFileReader.
XPFileReader is a wrapper over the InputStreamReader.
XPFileReader(InputStreamReader) - Constructor for class com.plumtree.openfoundation.io.XPFileReader
Creates a new XPFileReader object that wraps the InputStreamReader.
XPFileReader(InputStream) - Constructor for class com.plumtree.openfoundation.io.XPFileReader
Creates a new XPFileReader object that wraps the InputStream.
XPFileSystemObject - class com.plumtree.openfoundation.io.XPFileSystemObject.
XPFileSystemObject is the base class for XPFile and XPDirectory and it contains methods that are common to file and directory manipulation.
XPFileSystemObject() - Constructor for class com.plumtree.openfoundation.io.XPFileSystemObject
 
XPFileWriter - class com.plumtree.openfoundation.io.XPFileWriter.
XPFileWriter corresponds to java.io.OutputStreamWriter or System.IO.StreamWriter.
XPFileWriter(OutputStreamWriter) - Constructor for class com.plumtree.openfoundation.io.XPFileWriter
Creates a new XPFileWriter object that wraps the OutputStreamWriter.
XPFormat - class com.plumtree.openfoundation.util.XPFormat.
XPFormat provides methods for inserting formatted versions of numeric and date values into a format pattern string according to the numeric and date formats of a specified locale or the runtime default.
XPFormat() - Constructor for class com.plumtree.openfoundation.util.XPFormat
 
XPFormatException - exception com.plumtree.openfoundation.util.XPFormatException.
XPFormatException is thrown when the format of an argument in a method invocation does not match the format of the corresponding formal parameter type.
XPFormatException() - Constructor for class com.plumtree.openfoundation.util.XPFormatException
Creates a new XPFormatException object.
XPFormatException(String) - Constructor for class com.plumtree.openfoundation.util.XPFormatException
Creates a new XPFormatException object.
XPFormatException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPFormatException
Creates a new XPFormatException object.
XPFormatException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPFormatException
Creates a new XPFormatException object.
XPHashtable - class com.plumtree.openfoundation.util.XPHashtable.
XPHashtable is a wrapper over HashMap and is not synchronized.
XPHashtable() - Constructor for class com.plumtree.openfoundation.util.XPHashtable
Creates a new, empty XPHashtable.
XPHashtable(HashMap) - Constructor for class com.plumtree.openfoundation.util.XPHashtable
Construct an XPHashtable by wrapping the HashMap supplied.
XPHashtable(Hashtable) - Constructor for class com.plumtree.openfoundation.util.XPHashtable
Construct a new XPHashtable by copying the keys and values of the supplied Hashtable.
XPHashtable(int) - Constructor for class com.plumtree.openfoundation.util.XPHashtable
Creates a new, empty XPHashtable with the specified initial capacity.
XPHashtable(int, float) - Constructor for class com.plumtree.openfoundation.util.XPHashtable
Creates a new, empty hashtable with the specified initial capacity and the specified load factor.
XPHashtable(XPHashtable) - Constructor for class com.plumtree.openfoundation.util.XPHashtable
Copy constructor that clones the given XPHashtable.
XPHttpUtility - class com.plumtree.openfoundation.web.XPHttpUtility.
Contains static utility methods to encode strings for inclusion in HTML documents or URL strings, or decode such text.
XPHttpUtility() - Constructor for class com.plumtree.openfoundation.web.XPHttpUtility
 
XPIOException - exception com.plumtree.openfoundation.io.XPIOException.
Corresponds to java.io.IOException.
XPIOException() - Constructor for class com.plumtree.openfoundation.io.XPIOException
Creates a new XPIOException object.
XPIOException(String) - Constructor for class com.plumtree.openfoundation.io.XPIOException
Creates a new XPIOException object.
XPIOException(Throwable) - Constructor for class com.plumtree.openfoundation.io.XPIOException
Creates a new XPIOException object.
XPIOException(String, Throwable) - Constructor for class com.plumtree.openfoundation.io.XPIOException
Creates a new XPIOException object.
XPIllegalAccessException - exception com.plumtree.openfoundation.reflect.XPIllegalAccessException.
This class corresponds to java.lang.IllegalAccessException.
XPIllegalAccessException() - Constructor for class com.plumtree.openfoundation.reflect.XPIllegalAccessException
Constructs a default XPIllegalAccessException object.
XPIllegalAccessException(String) - Constructor for class com.plumtree.openfoundation.reflect.XPIllegalAccessException
Constructs a XPIllegalAccessException object with the specified detail message.
XPIllegalAccessException(Throwable) - Constructor for class com.plumtree.openfoundation.reflect.XPIllegalAccessException
Constructs a XPIllegalAccessException object with the specified cause.
XPIllegalAccessException(String, Throwable) - Constructor for class com.plumtree.openfoundation.reflect.XPIllegalAccessException
Constructs a XPIllegalAccessException object with the specified detail message and cause.
XPIllegalArgumentException - exception com.plumtree.openfoundation.util.XPIllegalArgumentException.
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
XPIllegalArgumentException() - Constructor for class com.plumtree.openfoundation.util.XPIllegalArgumentException
Creates a new XPIllegalArgumentException object.
XPIllegalArgumentException(String) - Constructor for class com.plumtree.openfoundation.util.XPIllegalArgumentException
Creates a new XPIllegalArgumentException object.
XPIllegalArgumentException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPIllegalArgumentException
Creates a new XPIllegalArgumentException object.
XPIllegalArgumentException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPIllegalArgumentException
Creates a new XPIllegalArgumentException object.
XPIllegalStateException - exception com.plumtree.openfoundation.util.XPIllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time.
XPIllegalStateException() - Constructor for class com.plumtree.openfoundation.util.XPIllegalStateException
Creates a new XPIllegalStateException object.
XPIllegalStateException(String) - Constructor for class com.plumtree.openfoundation.util.XPIllegalStateException
Creates a new XPIllegalStateException object.
XPIllegalStateException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPIllegalStateException
Creates a new XPIllegalStateException object.
XPIllegalStateException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPIllegalStateException
Creates a new XPIllegalStateException object.
XPIndexOutOfBoundsException - exception com.plumtree.openfoundation.util.XPIndexOutOfBoundsException.
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
XPIndexOutOfBoundsException() - Constructor for class com.plumtree.openfoundation.util.XPIndexOutOfBoundsException
Creates a new XPIndexOutOfBoundsException object.
XPIndexOutOfBoundsException(String) - Constructor for class com.plumtree.openfoundation.util.XPIndexOutOfBoundsException
Creates a new XPIndexOutOfBoundsException object.
XPIndexOutOfBoundsException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPIndexOutOfBoundsException
Creates a new XPIndexOutOfBoundsException object.
XPIndexOutOfBoundsException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPIndexOutOfBoundsException
Creates a new XPIndexOutOfBoundsException object.
XPInputStream - class com.plumtree.openfoundation.io.XPInputStream.
XPInputStream is a wrapper over the InputStream.
XPInputStream() - Constructor for class com.plumtree.openfoundation.io.XPInputStream
Constructs a new XPInputStream object.
XPInputStream(InputStream) - Constructor for class com.plumtree.openfoundation.io.XPInputStream
Creates a new XPInputStream object that wraps the InputStream.
XPInputStreamReader - class com.plumtree.openfoundation.io.XPInputStreamReader.
XPInputStreamReader is a wrapper over InputStreamReader.
XPInputStreamReader(InputStreamReader) - Constructor for class com.plumtree.openfoundation.io.XPInputStreamReader
Creates a new XPInputStreamReader object that wraps the InputStreamReader.
XPInputStreamReader(InputStream) - Constructor for class com.plumtree.openfoundation.io.XPInputStreamReader
Creates a new XPInputStreamReader object that wraps the InputStream.
XPInputStreamReader(InputStream, String) - Constructor for class com.plumtree.openfoundation.io.XPInputStreamReader
Creates a new XPInputStreamReader object that wraps the InputStream.
XPInputStreamReader(XPInputStream) - Constructor for class com.plumtree.openfoundation.io.XPInputStreamReader
Creates a new XPInputStreamReader object that wraps the XPInputStream.
XPInvocationTargetException - exception com.plumtree.openfoundation.reflect.XPInvocationTargetException.
A checked exception that wraps an exception thrown by an invoked method or constructor.
XPInvocationTargetException() - Constructor for class com.plumtree.openfoundation.reflect.XPInvocationTargetException
Constructs a new XPInvocationTargetException objecy.
XPInvocationTargetException(String) - Constructor for class com.plumtree.openfoundation.reflect.XPInvocationTargetException
Constructs a XPInvocationTargetException object with the specified detail message.
XPInvocationTargetException(Throwable) - Constructor for class com.plumtree.openfoundation.reflect.XPInvocationTargetException
Constructs a XPInvocationTargetException object with the cause.
XPInvocationTargetException(String, Throwable) - Constructor for class com.plumtree.openfoundation.reflect.XPInvocationTargetException
Constructs a XPInvocationTargetException object with the specified detail message and cause.
XPLanguageResourceSet - class com.plumtree.openfoundation.internationalization.XPLanguageResourceSet.
XPLanguageResourceSet is similar to XPResourceSet, except that it maps a locale or language identifier to the human readable string that describes that language or locale.
XPLanguageResourceSet() - Constructor for class com.plumtree.openfoundation.internationalization.XPLanguageResourceSet
 
XPLocale - class com.plumtree.openfoundation.internationalization.XPLocale.
Represents information about a specific geographical, political, or cultural region.
XPLocale(Locale) - Constructor for class com.plumtree.openfoundation.internationalization.XPLocale
Creates an XPLocale from the platform-local equivalent.
XPLocale(String) - Constructor for class com.plumtree.openfoundation.internationalization.XPLocale
Creates an XPLocale, initialized using the given locale string in the form language-country, based on the underlying platform library's ability to look up a named locale.
XPLocale(String, String) - Constructor for class com.plumtree.openfoundation.internationalization.XPLocale
Creates an XPLocale, initialized using the given language and country strings based on the underlying platform library's ability to look up a named locale.
XPLock - class com.plumtree.openfoundation.util.XPLock.
Example of usage: XPLock lock = new XPLock(); try { lock.Acquire(); // your processing here } finally { lock.Release(); } Relies on internal class XPMutex, stolen from Doug Lea's concurrent library.
XPLock() - Constructor for class com.plumtree.openfoundation.util.XPLock
 
XPMACGenerator - class com.plumtree.openfoundation.security.XPMACGenerator.
Use the platform libraries for creating a cryptographic hash signature (hashed message authentication code, HMAC-SHA1).
XPMACGenerator() - Constructor for class com.plumtree.openfoundation.security.XPMACGenerator
 
XPMalformedURLException - exception com.plumtree.openfoundation.util.XPMalformedURLException.
Thrown to indicate that a malformed URL has occurred.
XPMalformedURLException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPMalformedURLException
Creates a new XPMalformedURLException object with an exception.
XPMalformedURLException(String) - Constructor for class com.plumtree.openfoundation.util.XPMalformedURLException
Creates a new XPMalformedURLException object with an error message.
XPMalformedURLException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPMalformedURLException
Creates a new XPMalformedURLException object with an error message and exception.
XPMatch - class com.plumtree.openfoundation.util.XPMatch.
Represents A resulting object from a single regular expression match.
XPMatch(MatchResult) - Constructor for class com.plumtree.openfoundation.util.XPMatch
All matchers have the state used by Pattern during a match.
XPMethod - class com.plumtree.openfoundation.reflect.XPMethod.
This class corresponds to java.lang.reflect.Method.
XPMethod(Method) - Constructor for class com.plumtree.openfoundation.reflect.XPMethod
Constructs a XPMethod object.
XPNamedNodeMap - class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap.
The XPNamedNodeMap class is a wrapper for objects implementing org.w3c.dom.NamedNodeMap interface.
XPNamedNodeMap(NamedNodeMap) - Constructor for class com.plumtree.openfoundation.xml.dom.XPNamedNodeMap
Creates a new XPNamedNodeMap object.
XPNoSuchAlgorithmException - exception com.plumtree.openfoundation.security.XPNoSuchAlgorithmException.
Thrown when XPCrypto.Decrypt() does not recognize the encryption type.
XPNoSuchAlgorithmException() - Constructor for class com.plumtree.openfoundation.security.XPNoSuchAlgorithmException
Constructs an XPNoSuchAlgorithmException with no detail message.
XPNoSuchAlgorithmException(String, Throwable) - Constructor for class com.plumtree.openfoundation.security.XPNoSuchAlgorithmException
Constructs an wrapper XPNoSuchAlgorithmException with the specified Exception.
XPNoSuchAlgorithmException(Throwable) - Constructor for class com.plumtree.openfoundation.security.XPNoSuchAlgorithmException
Constructs an wrapper XPNoSuchAlgorithmException with the specified Exception.
XPNoSuchAlgorithmException(String) - Constructor for class com.plumtree.openfoundation.security.XPNoSuchAlgorithmException
Constructs an XPNoSuchAlgorithmException with the specified detail message.
XPNoSuchMethodException - exception com.plumtree.openfoundation.reflect.XPNoSuchMethodException.
This exception is thrown when a particular method cannot be found.
XPNoSuchMethodException() - Constructor for class com.plumtree.openfoundation.reflect.XPNoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
XPNoSuchMethodException(String) - Constructor for class com.plumtree.openfoundation.reflect.XPNoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
XPNoSuchMethodException(Throwable) - Constructor for class com.plumtree.openfoundation.reflect.XPNoSuchMethodException
Constructs a XPNoSuchMethodException with the specified cause and a detail message.
XPNoSuchMethodException(String, Throwable) - Constructor for class com.plumtree.openfoundation.reflect.XPNoSuchMethodException
Constructs a NoSuchMethodException with the specified detail message and cause.
XPNode - class com.plumtree.openfoundation.xml.dom.XPNode.
The Node class is a wrapper class for objects implementing org.w3c.dom.node interface.
XPNode() - Constructor for class com.plumtree.openfoundation.xml.dom.XPNode
Creates a new XPNode object.
XPNode(Node) - Constructor for class com.plumtree.openfoundation.xml.dom.XPNode
Creates a new XPNode object with Node.
XPNodeList - class com.plumtree.openfoundation.xml.dom.XPNodeList.
The XPNodeList class is a wrapper for objects implementing org.w3c.dom.NodeList interface.
XPNodeList(NodeList) - Constructor for class com.plumtree.openfoundation.xml.dom.XPNodeList
Creates a new XPNodeList object.
XPNotImplementedException - exception com.plumtree.openfoundation.util.XPNotImplementedException.
Indicates that a facility allowed by the interface of an object is not implemented by this specific type, but might work in some later edition.
XPNotImplementedException() - Constructor for class com.plumtree.openfoundation.util.XPNotImplementedException
Creates a new XPNotImplementedException object.
XPNotImplementedException(String) - Constructor for class com.plumtree.openfoundation.util.XPNotImplementedException
Creates a new XPNotImplementedException object.
XPNotImplementedException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPNotImplementedException
Creates a new XPNotImplementedException object.
XPNotImplementedException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPNotImplementedException
Creates a new XPNotImplementedException object.
XPNullPointerException - exception com.plumtree.openfoundation.util.XPNullPointerException.
Thrown when an application attempts to use null in a case where an object is required.
XPNullPointerException() - Constructor for class com.plumtree.openfoundation.util.XPNullPointerException
Creates a new XPNullPointerException object.
XPNullPointerException(String) - Constructor for class com.plumtree.openfoundation.util.XPNullPointerException
Creates a new XPNullPointerException object.
XPNullPointerException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPNullPointerException
Creates a new XPNullPointerException object.
XPNullPointerException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPNullPointerException
Creates a new XPNullPointerException object.
XPOSFamily - class com.plumtree.openfoundation.platform.XPOSFamily.
Enumerated ordinal type for OS family.
XPOperatingSystem - class com.plumtree.openfoundation.platform.XPOperatingSystem.
Enumerated ordinal type for OS.
XPOperatingSystem() - Constructor for class com.plumtree.openfoundation.platform.XPOperatingSystem
 
XPOperatingSystem.FileChecker - class com.plumtree.openfoundation.platform.XPOperatingSystem.FileChecker.
Static class to check for existing file path.
XPOperatingSystem.FileChecker() - Constructor for class com.plumtree.openfoundation.platform.XPOperatingSystem.FileChecker
 
XPOutputStream - class com.plumtree.openfoundation.io.XPOutputStream.
XPOutputStream corresponds to java.io.OutputStream or System.IO.Stream.
XPOutputStream() - Constructor for class com.plumtree.openfoundation.io.XPOutputStream
Constructs a XPOutputStream object.
XPOutputStream(OutputStream) - Constructor for class com.plumtree.openfoundation.io.XPOutputStream
Creates a new XPOutputStream object.
XPOutputStreamWriter - class com.plumtree.openfoundation.io.XPOutputStreamWriter.
XPOutputStreamWriter is a wrapper over java.io.OutputStreamWriter or System.IO.StreamWriter.
XPOutputStreamWriter(OutputStreamWriter) - Constructor for class com.plumtree.openfoundation.io.XPOutputStreamWriter
Creates a new XPOutputStreamWriter object that wraps the OutputStreamWriter.
XPOutputStreamWriter(OutputStream) - Constructor for class com.plumtree.openfoundation.io.XPOutputStreamWriter
Creates a new XPOutputStreamWriter object that wraps the OutputStream.
XPOutputStreamWriter(XPOutputStream) - Constructor for class com.plumtree.openfoundation.io.XPOutputStreamWriter
Creates a new XPOutputStreamWriter object that wraps the OutputStream.
XPOutputStreamWriter(OutputStream, String) - Constructor for class com.plumtree.openfoundation.io.XPOutputStreamWriter
Creates a new XPOutputStreamWriter object that wraps the OutputStream.
XPPKICryptoType - class com.plumtree.openfoundation.security.XPPKICryptoType.
Public key encryption types.
XPParseException - exception com.plumtree.openfoundation.util.XPParseException.
Thrown by XML classes in the case of a parsing failure, or used by XPException.GetInstance() to wrap java.text.ParseException in the Java runtime environment.
XPParseException() - Constructor for class com.plumtree.openfoundation.util.XPParseException
Creates a new XPParseException object.
XPParseException(String) - Constructor for class com.plumtree.openfoundation.util.XPParseException
Creates a new XPParseException object.
XPParseException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPParseException
Creates a new XPParseException object.
XPParseException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPParseException
Creates a new XPParseException object.
XPParserErrorHandler - class com.plumtree.openfoundation.xml.dom.XPParserErrorHandler.
Error handler for com.plumtree.openfoundation.xml.dom package.
XPParserErrorHandler() - Constructor for class com.plumtree.openfoundation.xml.dom.XPParserErrorHandler
 
XPProcess - class com.plumtree.openfoundation.util.XPProcess.
Wraps a local subprocess.
XPProcess(Process) - Constructor for class com.plumtree.openfoundation.util.XPProcess
Construct an XPProcess from the platform-local equivalent.
XPProcessingInstruction - class com.plumtree.openfoundation.xml.dom.XPProcessingInstruction.
The XPProcessingInstruction class is a wrapper for objects implementing org.w3c.dom.ProcessingInstruction interface.
XPProcessingInstruction(ProcessingInstruction) - Constructor for class com.plumtree.openfoundation.xml.dom.XPProcessingInstruction
Creates a new XPProcessingInstruction object.
XPPropertyBag - class com.plumtree.openfoundation.util.XPPropertyBag.
Note that we do not maintain a copy of the Xerces XML persistence object, since it can be a large object (50k+) and cause memory overflow during large crawls (issue 26142).
XPPropertyBag() - Constructor for class com.plumtree.openfoundation.util.XPPropertyBag
Creates a new XPPropertyBag object.
XPPropertyBagXercesJ - class com.plumtree.openfoundation.util.XPPropertyBagXercesJ.
Class that implements persistence of XPPropertyBag using XercesJ.
XPPropertyBagXercesJ.LowASCIIFilterInputStream - class com.plumtree.openfoundation.util.XPPropertyBagXercesJ.LowASCIIFilterInputStream.
Armors entity references to low ASCII characters by promoting them into the private use range, to be later corrected when PropertyBag String fields are set.
XPPropertyBagXercesJ.LowASCIIFilterInputStream(InputStream) - Constructor for class com.plumtree.openfoundation.util.XPPropertyBagXercesJ.LowASCIIFilterInputStream
Constructs a XPPropertyBagXercesJ$LowASCIIFilterInputStream object.
XPRC2Crypto - class com.plumtree.openfoundation.security.XPRC2Crypto.
XPRC2Crypto encrypts text using RC2-40 with a maximum password length of 128 characters, and decrypts text encrypted with this method or with an older Plumtree legacy cipher.
XPRC2Crypto() - Constructor for class com.plumtree.openfoundation.security.XPRC2Crypto
Creates a new XPCrypto object.
XPRSACrypto - class com.plumtree.openfoundation.security.XPRSACrypto.
Encrypts and decrypts using public key encryption with the RSA algorithm.
XPRSACrypto() - Constructor for class com.plumtree.openfoundation.security.XPRSACrypto
 
XPRSAKeyPair - class com.plumtree.openfoundation.security.XPRSAKeyPair.
Class contains the public and private keys for RSA encryption.
XPRSAKeyPair(XPRSAPublicKey, XPRSAPrivateKey) - Constructor for class com.plumtree.openfoundation.security.XPRSAKeyPair
Constructor for creating RSA Key Value Pair.
XPRSAPrivateKey - class com.plumtree.openfoundation.security.XPRSAPrivateKey.
Holds the public key parameters needed for RSA encryption.
XPRSAPrivateKey(XPBigInteger, XPBigInteger) - Constructor for class com.plumtree.openfoundation.security.XPRSAPrivateKey
An XPRSAPrivateKey constructor which takes modulus and exponent as input.
XPRSAPrivateKey(String) - Constructor for class com.plumtree.openfoundation.security.XPRSAPrivateKey
An XPRSAPrivateKey constructor which takes Key Values as input.
XPRSAPublicKey - class com.plumtree.openfoundation.security.XPRSAPublicKey.
Holds the public key parameters needed for RSA encryption.
XPRSAPublicKey(XPBigInteger, XPBigInteger) - Constructor for class com.plumtree.openfoundation.security.XPRSAPublicKey
An XPRSAPublicKey constructor which takes modulus and exponent as input.
XPRSAPublicKey(String) - Constructor for class com.plumtree.openfoundation.security.XPRSAPublicKey
An XPRSAPublicKey constructor which takes Key Values as input.
XPRandom - class com.plumtree.openfoundation.util.XPRandom.
Wraps and stores a random variable object.
XPRandom() - Constructor for class com.plumtree.openfoundation.util.XPRandom
Creates a new random object.
XPRandom(int) - Constructor for class com.plumtree.openfoundation.util.XPRandom
Creates a new random object with a seed.
XPReader - class com.plumtree.openfoundation.io.XPReader.
Corresponds to java.io.Reader and System.IO.TextReader, and is the type returned by XPSystem.In.GetReader().
XPReader(Reader) - Constructor for class com.plumtree.openfoundation.io.XPReader
Constructs a XPReader object.
XPReflect - class com.plumtree.openfoundation.reflect.XPReflect.
Helper class to access java.lang.reflect.Method.invoke() or System.Reflection.MethodInfo.Invoke() methods.
XPReflect() - Constructor for class com.plumtree.openfoundation.reflect.XPReflect
 
XPRegex - class com.plumtree.openfoundation.util.XPRegex.
Represents A Regular Expression object.
XPRegex(String, int) - Constructor for class com.plumtree.openfoundation.util.XPRegex
Initializes and compiles an instance of the XPRegex class for the specified regular expression.
XPRegex(String) - Constructor for class com.plumtree.openfoundation.util.XPRegex
Initializes and compiles an instance of the XPRegex class for the specified regular expression.
XPRequest - class com.plumtree.openfoundation.web.XPRequest.
For Servlet 2.3 systems the class will use 2.3 methods and assume UTF-8 character set.
For Servlet 2.2 systems it is more complicated.
XPRequest(HttpServletRequest, boolean) - Constructor for class com.plumtree.openfoundation.web.XPRequest
Only the gateway should call this constructor and will pass false for bConsumeAndParsePostdata Normally XPRequest constructor calls "ParseRequest()" method to provide the same behaviour on both Java and .NET platforms.
XPRequest(HttpServletRequest) - Constructor for class com.plumtree.openfoundation.web.XPRequest
interface to provide request information for HTTP servlets.
XPResourceManager - class com.plumtree.openfoundation.internationalization.XPResourceManager.
XPResourceManager is a singleton class that loads all resouce files in a given resource folder.
XPResourceSet - class com.plumtree.openfoundation.internationalization.XPResourceSet.
XPResourceSet class loads a resource file created using the Plumtree Property Bag Schema.
XPResponse - class com.plumtree.openfoundation.web.XPResponse.
An XPResponse is an implementation of IXPResponse and provides Similar functionality equivalent to HttpServletResponse.
XPResponse(HttpServletResponse) - Constructor for class com.plumtree.openfoundation.web.XPResponse
Creates a XPResponse Object from a given HttpServletResponse.
XPSecureRandom - class com.plumtree.openfoundation.util.XPSecureRandom.
Wraps and stores a securerandom variable.
XPSecureRandom() - Constructor for class com.plumtree.openfoundation.util.XPSecureRandom
Creates a new random object.
XPSecurityException - exception com.plumtree.openfoundation.io.XPSecurityException.
Thrown by the security manager to indicate a security violation.
XPSecurityException() - Constructor for class com.plumtree.openfoundation.io.XPSecurityException
Creates a new XPSecurityException object.
XPSecurityException(String) - Constructor for class com.plumtree.openfoundation.io.XPSecurityException
Creates a new XPSecurityException object.
XPSecurityException(Throwable) - Constructor for class com.plumtree.openfoundation.io.XPSecurityException
Creates a new XPSecurityException object.
XPSecurityException(String, Throwable) - Constructor for class com.plumtree.openfoundation.io.XPSecurityException
Creates a new XPSecurityException object.
XPSession - class com.plumtree.openfoundation.web.XPSession.
XPSession wraps HttpSession.
XPSession(HttpSession) - Constructor for class com.plumtree.openfoundation.web.XPSession
Constructs XPSession wrapping the passed HttpSession object.
XPSortedDictionary - class com.plumtree.openfoundation.util.XPSortedDictionary.
Implements a collection of key-value mappings, maintained in order of the keys, which should be all of the same type (e.g.
XPSortedDictionary() - Constructor for class com.plumtree.openfoundation.util.XPSortedDictionary
Constructs a new, empty XPSortedDictionary, sorted according to the keys' natural order.
XPSortedDictionary(TreeMap) - Constructor for class com.plumtree.openfoundation.util.XPSortedDictionary
Takes the Red-Black tree based implementation of the SortedMap interface.This class guarantees that the map will be in ascending key order, sorted according to the natural order for the key's class (see Comparable), or by the comparator provided at creation time, depending on which constructor is used.
XPStringBuilder - class com.plumtree.openfoundation.util.XPStringBuilder.
A string builder implements a mutable sequence of characters.
XPStringBuilder() - Constructor for class com.plumtree.openfoundation.util.XPStringBuilder
Initializes an instance of XPStringBuilder with no characters in it and the capacity of 16 characters.
XPStringBuilder(int) - Constructor for class com.plumtree.openfoundation.util.XPStringBuilder
Initializes an instance of XPStringBuilder with the given capacity of characters.
XPStringBuilder(String) - Constructor for class com.plumtree.openfoundation.util.XPStringBuilder
Initializes an instance of XPStringBuilder using the specified string.
XPStringBuilder(StringBuffer) - Constructor for class com.plumtree.openfoundation.util.XPStringBuilder
Copy constructor that initializes the XPStringBuilder with the given StringBuilder object.
XPStringDictionary - class com.plumtree.openfoundation.util.XPStringDictionary.
Implements a hashtable with the key strongly typed to be a string rather than an object.
XPStringDictionary() - Constructor for class com.plumtree.openfoundation.util.XPStringDictionary
Constructs and XPStringDictionary Object with no Arguments.
XPStringDictionary(XPHashtable) - Constructor for class com.plumtree.openfoundation.util.XPStringDictionary
Constructs an XPStringDictionary Object with given Properties.
XPStringTokenizer - class com.plumtree.openfoundation.util.XPStringTokenizer.
The string tokenizer class allows an application to break a string into tokens.
XPStringTokenizer(String) - Constructor for class com.plumtree.openfoundation.util.XPStringTokenizer
Constructs a string tokenizer for the specified string.
XPStringTokenizer(String, String) - Constructor for class com.plumtree.openfoundation.util.XPStringTokenizer
Constructs a string tokenizer for the specified string.
XPStringTokenizer(String, String, boolean) - Constructor for class com.plumtree.openfoundation.util.XPStringTokenizer
Constructs a string tokenizer for the specified string.
XPStringUtility - class com.plumtree.openfoundation.util.XPStringUtility.
XPStringUtility contains the utility methods that operate on strings.
XPStringUtility() - Constructor for class com.plumtree.openfoundation.util.XPStringUtility
 
XPSynchronizedHashtable - class com.plumtree.openfoundation.util.XPSynchronizedHashtable.
XPSynchronizedHashtable is a synchronized wrapper over XPHashtable.
XPSynchronizedHashtable() - Constructor for class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Creates a new, empty XPSynchronizedHashtable.
XPSynchronizedHashtable(int) - Constructor for class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Creates a new, emtpy XPSynchronizedHashtable with the specified initial capacity.
XPSynchronizedHashtable(int, float) - Constructor for class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Creates a new, empty hashtable with the specified initial capacity and the specified load factor.
XPSynchronizedHashtable(XPHashtable) - Constructor for class com.plumtree.openfoundation.util.XPSynchronizedHashtable
Copy constructor that clones the given XPHashtable and creates XPSynchronizedHashtable.
XPSystem - class com.plumtree.openfoundation.util.XPSystem.
The XPSystem class contains several useful class fields and methods.
XPSystem() - Constructor for class com.plumtree.openfoundation.util.XPSystem
 
XPSystem.Error - class com.plumtree.openfoundation.util.XPSystem.Error.
The "standard" error output stream.
XPSystem.Error() - Constructor for class com.plumtree.openfoundation.util.XPSystem.Error
 
XPSystem.In - class com.plumtree.openfoundation.util.XPSystem.In.
The "standard" input stream.
XPSystem.In() - Constructor for class com.plumtree.openfoundation.util.XPSystem.In
 
XPSystem.Out - class com.plumtree.openfoundation.util.XPSystem.Out.
The "standard" output stream.
XPSystem.Out() - Constructor for class com.plumtree.openfoundation.util.XPSystem.Out
 
XPText - class com.plumtree.openfoundation.xml.dom.XPText.
The XPText class is a wrapper for objects implementing org.w3c.dom.Text interface.
XPText(Text) - Constructor for class com.plumtree.openfoundation.xml.dom.XPText
Creates a new XPText object.
XPThread - class com.plumtree.openfoundation.util.XPThread.
A thread of execution in a program.
XPThread(IXPRunnable) - Constructor for class com.plumtree.openfoundation.util.XPThread
Initializes a new instance of the XPThread class.
XPThreadInterruptedException - exception com.plumtree.openfoundation.util.XPThreadInterruptedException.
After a thread is created, it is in one or more ThreadState states until it is destroyed.
XPThreadInterruptedException() - Constructor for class com.plumtree.openfoundation.util.XPThreadInterruptedException
Creates a new XPThreadInterruptedException object.
XPThreadInterruptedException(String) - Constructor for class com.plumtree.openfoundation.util.XPThreadInterruptedException
Creates a new XPThreadInterruptedException object.
XPThreadInterruptedException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPThreadInterruptedException
Creates a new XPThreadInterruptedException object.
XPThreadInterruptedException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPThreadInterruptedException
Creates a new XPNullPointerException object.
XPThreadPriority - class com.plumtree.openfoundation.util.XPThreadPriority.
 
XPTimeZone - class com.plumtree.openfoundation.internationalization.XPTimeZone.
XPTimeZone represents a time zone offset, and also figures out daylight savings.
XPTimeZone() - Constructor for class com.plumtree.openfoundation.internationalization.XPTimeZone
Default Constructor that initializes to the default timezone.
XPTimeZone(TimeZone) - Constructor for class com.plumtree.openfoundation.internationalization.XPTimeZone
Create a new XPTimeZone instance wrapping the local platform equivalent.
XPType - class com.plumtree.openfoundation.util.XPType.
Instances of the class XPType represent classes and interfaces in a running Plumtree application.
XPType(Class) - Constructor for class com.plumtree.openfoundation.util.XPType
XPType Constructor and it takes Class Object.
XPURL - class com.plumtree.openfoundation.util.XPURL.
A simple container class for an URL.
XPURL(URL) - Constructor for class com.plumtree.openfoundation.util.XPURL
Constructs an XPURL object with a platform-specific URL object.
XPURL(String) - Constructor for class com.plumtree.openfoundation.util.XPURL
Constructs an XPURL object based on the given string denoting the URL.
XPUUID - class com.plumtree.openfoundation.util.XPUUID.
This class provides the capability to generate a UUID.
XPUUID() - Constructor for class com.plumtree.openfoundation.util.XPUUID
 
XPUnsupportedEncodingException - exception com.plumtree.openfoundation.util.XPUnsupportedEncodingException.
The Character Encoding is not supported.
XPUnsupportedEncodingException() - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedEncodingException
Creates a new XPUnsupportedEncodingException object.
XPUnsupportedEncodingException(String) - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedEncodingException
Creates a new XPUnsupportedEncodingException object.
XPUnsupportedEncodingException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedEncodingException
Creates a new XPUnsupportedEncodingException object.
XPUnsupportedEncodingException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedEncodingException
Creates a new XPNullPointerException object.
XPUnsupportedOperationException - exception com.plumtree.openfoundation.util.XPUnsupportedOperationException.
Indicates an operation allowed by the type interface that is disallowed or impossible for this particular subtype or instance, for example, attempts to modify a Collection accessed through an unmodifiable wrapper.
XPUnsupportedOperationException() - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedOperationException
Creates a new XPUnsupportedOperationException object.
XPUnsupportedOperationException(String) - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedOperationException
Creates a new XPUnsupportedOperationException object.
XPUnsupportedOperationException(Throwable) - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedOperationException
Creates a new XPUnsupportedOperationException object.
XPUnsupportedOperationException(String, Throwable) - Constructor for class com.plumtree.openfoundation.util.XPUnsupportedOperationException
Creates a new XPNullPointerException object.
XPVendor - class com.plumtree.openfoundation.platform.XPVendor.
Enumerated ordinal type for VM vendor.
XPVendor() - Constructor for class com.plumtree.openfoundation.platform.XPVendor
 
XPWriter - class com.plumtree.openfoundation.io.XPWriter.
Corresponds to java.io.Writer and System.IO.TextWriter, and is the type returned by XPSystem.Out.GetWriter() and XPSystem.Error.GetWriter().
XPWriter() - Constructor for class com.plumtree.openfoundation.io.XPWriter
Required to support subclasses, which must then assign to super.writer.
XPWriter(Writer) - Constructor for class com.plumtree.openfoundation.io.XPWriter
Constructs a XPWriter object.
XPWriter(PrintStream) - Constructor for class com.plumtree.openfoundation.io.XPWriter
Used by XPSystem to expose standard output or standard error output as an instance of a wrapper around Writer, matching .NET.
XPXslTransform - class com.plumtree.openfoundation.xml.xsl.XPXslTransform.
Java XSL transform wrapper - designed against System.Xml.Xsl.XslTransform in c# .Net 1.1 api.
XPXslTransform() - Constructor for class com.plumtree.openfoundation.xml.xsl.XPXslTransform
Empty constructor.
Xor(XPBigInteger) - Method in class com.plumtree.openfoundation.util.XPBigInteger
Returns an XPBigInteger whose value is the logical XOR of this and the passed in argument.

Y

YEAR - Static variable in class com.plumtree.openfoundation.util.XPCalendar
Field number for Get and Set indicating the year.

Z

ZERO - Static variable in class com.plumtree.openfoundation.util.XPBigInteger
BigInteger Representation of Zero value.

A B C D E F G H I J K L M N O P R S T U V W X Y Z

Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.