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

A

addError(Test, Throwable) - Method in class com.sun.istack.test.AntXmlFormatter
 
addFailure(Test, AssertionFailedError) - Method in class com.sun.istack.test.AntXmlFormatter
 
AntXmlFormatter - Class in com.sun.istack.test
TestListener that bridges to JUnitResultFormatter.
AntXmlFormatter(Class<? extends JUnitResultFormatter>, File) - Constructor for class com.sun.istack.test.AntXmlFormatter
 
apply(TypeMirror, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 
APTTypeVisitor<T,P> - Class in com.sun.istack.tools
Visitor that works on APT TypeMirror and computes a value.
APTTypeVisitor() - Constructor for class com.sun.istack.tools.APTTypeVisitor
 

B

bridge() - Method in class com.sun.istack.XMLStreamReaderToContentHandler
 
ByteArrayDataSource - Class in com.sun.istack
DataSource backed by a byte buffer.
ByteArrayDataSource(byte[], String) - Constructor for class com.sun.istack.ByteArrayDataSource
 
ByteArrayDataSource(byte[], int, String) - Constructor for class com.sun.istack.ByteArrayDataSource
 

C

close() - Method in class com.sun.istack.test.AntXmlFormatter
 
close() - Method in class com.sun.istack.test.ForkOutputStream
 
com.sun.istack - package com.sun.istack
istack-commons runtime utilities.
com.sun.istack.test - package com.sun.istack.test
Common test-related utility code for the istack components.
com.sun.istack.tools - package com.sun.istack.tools
istack-commons tool time utilities.
compareTo(VersionNumber) - Method in class com.sun.istack.test.VersionNumber
 
create() - Method in class com.sun.istack.Pool.Impl
Creates a new instance of object.

D

DEFAULT - Static variable in class com.sun.istack.test.VersionProcessor
Default VersionProcessor that accepts any version.

E

endDocument() - Method in class com.sun.istack.FragmentContentHandler
 
endTest(Test) - Method in class com.sun.istack.test.AntXmlFormatter
 
equals(Object) - Method in class com.sun.istack.test.VersionNumber
 

F

FinalArrayList<T> - Class in com.sun.istack
ArrayList with the final keyword.
FinalArrayList(int) - Constructor for class com.sun.istack.FinalArrayList
 
FinalArrayList() - Constructor for class com.sun.istack.FinalArrayList
 
FinalArrayList(Collection<? extends T>) - Constructor for class com.sun.istack.FinalArrayList
 
findClass(String) - Method in class com.sun.istack.tools.ParallelWorldClassLoader
 
findResource(String) - Method in class com.sun.istack.tools.ParallelWorldClassLoader
 
findResources(String) - Method in class com.sun.istack.tools.ParallelWorldClassLoader
 
flush() - Method in class com.sun.istack.test.ForkOutputStream
 
ForkOutputStream - Class in com.sun.istack.test
OutputStream splitter.
ForkOutputStream(OutputStream, OutputStream) - Constructor for class com.sun.istack.test.ForkOutputStream
 
FragmentContentHandler - Class in com.sun.istack
XMLFilterImpl that masks start/end document SAX events.
FragmentContentHandler() - Constructor for class com.sun.istack.FragmentContentHandler
 
FragmentContentHandler(XMLReader) - Constructor for class com.sun.istack.FragmentContentHandler
 
FragmentContentHandler(ContentHandler) - Constructor for class com.sun.istack.FragmentContentHandler
 

G

getCause() - Method in exception com.sun.istack.SAXException2
 
getCause() - Method in exception com.sun.istack.SAXParseException2
 
getCause() - Method in exception com.sun.istack.XMLStreamException2
XMLStreamException doesn't return the correct cause.
getContentType() - Method in class com.sun.istack.ByteArrayDataSource
 
getInputStream() - Method in class com.sun.istack.ByteArrayDataSource
 
getName() - Method in class com.sun.istack.ByteArrayDataSource
 
getOutputStream() - Method in class com.sun.istack.ByteArrayDataSource
 

H

hashCode() - Method in class com.sun.istack.test.VersionNumber
 

I

Interned - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable is supposed to be an interned string.
isApplicable(VersionNumber) - Method in class com.sun.istack.test.VersionProcessor
Checks if the test is valid against the JAXB RI of the specified version.
isNewerThan(VersionNumber) - Method in class com.sun.istack.test.VersionNumber
 
isOlderThan(VersionNumber) - Method in class com.sun.istack.test.VersionNumber
 

L

loadClass(String, boolean) - Method in class com.sun.istack.tools.MaskingClassLoader
 

M

MaskingClassLoader - Class in com.sun.istack.tools
ClassLoader that masks a specified set of classes from its parent class loader.
MaskingClassLoader(String...) - Constructor for class com.sun.istack.tools.MaskingClassLoader
 
MaskingClassLoader(Collection<String>) - Constructor for class com.sun.istack.tools.MaskingClassLoader
 
MaskingClassLoader(ClassLoader, String...) - Constructor for class com.sun.istack.tools.MaskingClassLoader
 
MaskingClassLoader(ClassLoader, Collection<String>) - Constructor for class com.sun.istack.tools.MaskingClassLoader
 

N

NotNull - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable is guaranteed to be non-null.
Nullable - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable may be null.

O

onArrayType(ArrayType, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 
onClassType(ClassType, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 
onInterfaceType(InterfaceType, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 
onPrimitiveType(PrimitiveType, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 
onTypeVariable(TypeVariable, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 
onVoidType(VoidType, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 
onWildcard(WildcardType, P) - Method in class com.sun.istack.tools.APTTypeVisitor
 

P

ParallelWorldClassLoader - Class in com.sun.istack.tools
Load classes/resources from a side folder, so that classes of the same package can live in a single jar file.
ParallelWorldClassLoader(ClassLoader, String) - Constructor for class com.sun.istack.tools.ParallelWorldClassLoader
 
Pool<T> - Interface in com.sun.istack
Pool of reusable objects that are indistinguishable from each other, such as JAXB marshallers.
Pool.Impl<T> - Class in com.sun.istack
Default implementation that uses ConcurrentLinkedQueue as the data store.
Pool.Impl() - Constructor for class com.sun.istack.Pool.Impl
 

R

recycle(T) - Method in class com.sun.istack.Pool.Impl
Returns an object back to the pool.
recycle(T) - Method in interface com.sun.istack.Pool
Returns an object back to the pool.

S

SAXException2 - Exception in com.sun.istack
SAXException that handles exception chaining correctly.
SAXException2(String) - Constructor for exception com.sun.istack.SAXException2
 
SAXException2(Exception) - Constructor for exception com.sun.istack.SAXException2
 
SAXException2(String, Exception) - Constructor for exception com.sun.istack.SAXException2
 
SAXParseException2 - Exception in com.sun.istack
SAXParseException that handles exception chaining correctly.
SAXParseException2(String, Locator) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, Locator, Exception) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, String, String, int, int) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, String, String, int, int, Exception) - Constructor for exception com.sun.istack.SAXParseException2
 
startDocument() - Method in class com.sun.istack.FragmentContentHandler
 
startTest(Test) - Method in class com.sun.istack.test.AntXmlFormatter
 

T

take() - Method in class com.sun.istack.Pool.Impl
Gets a new object from the pool.
take() - Method in interface com.sun.istack.Pool
Gets a new object from the pool.
toJarUrl(URL) - Static method in class com.sun.istack.tools.ParallelWorldClassLoader
Given the URL inside jar, returns the URL to the jar itself.
toString() - Method in class com.sun.istack.test.VersionNumber
 

V

v1_0 - Static variable in class com.sun.istack.test.VersionNumber
 
v1_0_1 - Static variable in class com.sun.istack.test.VersionNumber
 
v1_0_2 - Static variable in class com.sun.istack.test.VersionNumber
 
v1_0_3 - Static variable in class com.sun.istack.test.VersionNumber
 
v2_0 - Static variable in class com.sun.istack.test.VersionNumber
 
v2_1 - Static variable in class com.sun.istack.test.VersionNumber
 
VersionNumber - Class in com.sun.istack.test
Immutable representation of a dot-separated digits (such as "1.0.1").
VersionNumber(String) - Constructor for class com.sun.istack.test.VersionNumber
Parses a string like "1.0.2" into the version number.
VersionProcessor - Class in com.sun.istack.test
Represents a range of versions.
VersionProcessor(String, String, String) - Constructor for class com.sun.istack.test.VersionProcessor
 
VersionProcessor(Document) - Constructor for class com.sun.istack.test.VersionProcessor
 

W

Which - Class in com.sun.istack.test
Finds out where a class file is loaded from.
Which() - Constructor for class com.sun.istack.test.Which
 
which(Class) - Static method in class com.sun.istack.test.Which
 
which(String, ClassLoader) - Static method in class com.sun.istack.test.Which
Search the specified classloader for the given classname.
write(int) - Method in class com.sun.istack.test.ForkOutputStream
 
write(byte[]) - Method in class com.sun.istack.test.ForkOutputStream
 
write(byte[], int, int) - Method in class com.sun.istack.test.ForkOutputStream
 

X

XMLStreamException2 - Exception in com.sun.istack
XMLStreamException that properly handles exception chaining.
XMLStreamException2(String) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Location) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Location, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamReaderToContentHandler - Class in com.sun.istack
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, ContentHandler, boolean, boolean) - Constructor for class com.sun.istack.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.

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