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

A

AbstractTypeImpl - Class in org.jboss.lang.reflect
 
AbstractTypeImpl(String) - Constructor for class org.jboss.lang.reflect.AbstractTypeImpl
 
add(E) - Method in class org.jboss.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
add(E) - Method in class org.jboss.util.EnumSet
 
addAndGet(T, int) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
addAndGet(T, long) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
addCodeConverter(CodeConverter) - Method in class org.jboss.weaver.Weaver
 
addExprEditor(ExprEditor) - Method in class org.jboss.weaver.Weaver
 
addFilesFromSourcePathFile(String) - Method in class org.jboss.weaver.WeaveRunner
 
addSourcePath(String) - Method in class org.jboss.weaver.WeaveRunner
 
allOf(Class<E>) - Static method in class org.jboss.util.EnumSet
 
Annotation - Interface in org.jboss.lang
Annotation.
AnnotationHelper - Class in org.jboss.lang
AnnotationHelper.
annotationType() - Method in interface org.jboss.lang.Annotation
 
append(Object) - Method in class org.jboss.lang.JBossStringBuilder
 
append(String) - Method in class org.jboss.lang.JBossStringBuilder
 
append(StringBuffer) - Method in class org.jboss.lang.JBossStringBuilder
 
append(CharSequence) - Method in class org.jboss.lang.JBossStringBuilder
 
append(CharSequence, int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
append(char[]) - Method in class org.jboss.lang.JBossStringBuilder
 
append(char[], int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
append(boolean) - Method in class org.jboss.lang.JBossStringBuilder
 
append(char) - Method in class org.jboss.lang.JBossStringBuilder
 
append(int) - Method in class org.jboss.lang.JBossStringBuilder
 
append(long) - Method in class org.jboss.lang.JBossStringBuilder
 
append(float) - Method in class org.jboss.lang.JBossStringBuilder
 
append(double) - Method in class org.jboss.lang.JBossStringBuilder
 
append(StringWriter, CharSequence) - Static method in class org.jboss.util.StringWriterHelper
jdk1.4 implementation of StringWriter.append(CharSequence)
append(StringWriter, CharSequence, int, int) - Static method in class org.jboss.util.StringWriterHelper
jdk1.4 implementation of StringWriter.append(CharSequence, int, int)
append(StringWriter, char) - Static method in class org.jboss.util.StringWriterHelper
jdk1.4 implementation of StringWriter.append(char)
appendClassPath(ClassPool, String) - Method in class org.jboss.weaver.WeaveRunner
 
appendCodePoint(StringBuffer, int) - Static method in class org.jboss.lang.StringRedirects
 
appendCodePoint(JBossStringBuilder, int) - Static method in class org.jboss.lang.StringRedirects
 
argUsage() - Static method in class org.jboss.weaver.WeaveRunner
Create a string describing the available options for the parseArgs method.
asSubclass(Class<T>, Class) - Static method in class org.jboss.lang.ClassRedirects
 
AtomicIntegerFieldUpdater<T> - Class in org.jboss.util.concurrent.atomic
AtomicIntegerFieldUpdater.
AtomicIntegerFieldUpdater() - Constructor for class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
Create a new AtomicIntegerFieldUpdater.
AtomicLongFieldUpdater<T> - Class in org.jboss.util.concurrent.atomic
AtomicLongFieldUpdater.
AtomicLongFieldUpdater() - Constructor for class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
Create a new AtomicLongFieldUpdater.
AtomicReferenceFieldUpdater<T,V> - Class in org.jboss.util.concurrent.atomic
AtomicReferenceFieldUpdater.
AtomicReferenceFieldUpdater() - Constructor for class org.jboss.util.concurrent.atomic.AtomicReferenceFieldUpdater
Create a new AtomicReferenceFieldUpdater.
autoBox(ClassPool, CtClass, String, String) - Method in class org.jboss.weaver.retro.AutoboxCodeConverter
 
AutoboxCodeConverter - Class in org.jboss.weaver.retro
AutoboxCodeConverter.
AutoboxCodeConverter(ClassPool) - Constructor for class org.jboss.weaver.retro.AutoboxCodeConverter
 
Autoboxing - Class in org.jboss.lang
Autoboxing.
Autoboxing() - Constructor for class org.jboss.lang.Autoboxing
 

B

bitCount(int) - Static method in class org.jboss.lang.NumberHelper
http://www.hackersdelight.org/HDcode/pop.c
bitCount(long) - Static method in class org.jboss.lang.NumberHelper
 
Boolean - Class in org.jboss.lang
Contains methods added to java.lang.Boolean in 1.5.
Boolean() - Constructor for class org.jboss.lang.Boolean
 

C

capacity() - Method in class org.jboss.lang.JBossStringBuilder
 
cast(Class<T>, Object) - Static method in class org.jboss.lang.ClassRedirects
Cast an object
CharacterRedirects - Class in org.jboss.lang
Contains methods added to java.lang.Character in 1.5.
CharacterRedirects() - Constructor for class org.jboss.lang.CharacterRedirects
 
charAt(int) - Method in class org.jboss.lang.JBossStringBuilder
 
charCount(int) - Static method in class org.jboss.lang.CharacterRedirects
 
chars - Variable in class org.jboss.lang.JBossStringBuilder
The characters
check(String[]) - Method in class org.jboss.ant.tasks.retrocheck.Checker
 
Checker - Class in org.jboss.ant.tasks.retrocheck
takes jar or class files and checks the weave the bytecode
Checker() - Constructor for class org.jboss.ant.tasks.retrocheck.Checker
 
CheckerClassPath - Class in org.jboss.ant.tasks.retrocheck
CheckerClassPath.
CheckerClassPath(ClassLoader) - Constructor for class org.jboss.ant.tasks.retrocheck.CheckerClassPath
Create a new CheckerClassPath.
checkFile(Checker.CheckClassInfo) - Method in class org.jboss.ant.tasks.retrocheck.Checker
 
ClassFileInfo - Class in org.jboss.weaver
This class represents one class file to be compiled.
ClassFileInfo(String, CtClass) - Constructor for class org.jboss.weaver.ClassFileInfo
 
ClassRedirectEditor - Class in org.jboss.weaver.retro
An expression editor implementation that maps news, field access and method calls that exist in java5 to java14 compatible helper implementations.
ClassRedirectEditor() - Constructor for class org.jboss.weaver.retro.ClassRedirectEditor
 
ClassRedirects - Class in org.jboss.lang
Implementations of java.lang.Class methods added in jdk5
clear() - Method in class org.jboss.util.concurrent.DelayQueue
Atomically removes all of the elements from this delay queue.
clear() - Method in class org.jboss.util.EnumMap
 
clearClassRenames() - Method in class org.jboss.weaver.Weaver
Clear the class renames.
clearCodeConverters() - Method in class org.jboss.weaver.Weaver
 
clearExprEditors() - Method in class org.jboss.weaver.Weaver
 
clearSourcePaths() - Method in class org.jboss.weaver.WeaveRunner
 
clone() - Method in class org.jboss.lang.EnumImpl
 
clone() - Method in class org.jboss.util.EnumMap
 
clone() - Method in class org.jboss.util.EnumSet
 
close() - Method in class org.jboss.ant.tasks.retrocheck.CheckerClassPath
 
codePointAt(CharSequence, int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointAt(char[], int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointAt(char[], int, int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointAt(String, int) - Static method in class org.jboss.lang.StringRedirects
Returns the character (Unicode code point) at the specified index.
codePointAt(StringBuffer, int) - Static method in class org.jboss.lang.StringRedirects
 
codePointAt(JBossStringBuilder, int) - Static method in class org.jboss.lang.StringRedirects
 
codePointBefore(CharSequence, int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointBefore(char[], int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointBefore(char[], int, int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointBefore(String, int) - Static method in class org.jboss.lang.StringRedirects
Returns the character (Unicode code point) just before the specified index.
codePointBefore(StringBuffer, int) - Static method in class org.jboss.lang.StringRedirects
 
codePointBefore(JBossStringBuilder, int) - Static method in class org.jboss.lang.StringRedirects
 
codePointCount(CharSequence, int, int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointCount(char[], int, int) - Static method in class org.jboss.lang.CharacterRedirects
 
codePointCount(String, int, int) - Static method in class org.jboss.lang.StringRedirects
Returns the number of code points between in the specified range.
codePointCount(StringBuffer, int, int) - Static method in class org.jboss.lang.StringRedirects
 
codePointCount(JBossStringBuilder, int, int) - Static method in class org.jboss.lang.StringRedirects
 
compareAndSet(T, int, int) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
compareAndSet(T, long, long) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
compareAndSet(T, V, V) - Method in class org.jboss.util.concurrent.atomic.AtomicReferenceFieldUpdater
 
compareTo(Boolean, Boolean) - Static method in class org.jboss.lang.Boolean
 
compareTo(E) - Method in class org.jboss.lang.EnumImpl
 
compileFile(ClassFileInfo) - Method in class org.jboss.weaver.WeaveRunner
 
complementOf(EnumSet<E>) - Static method in class org.jboss.util.EnumSet
 
contains(String, CharSequence) - Static method in class org.jboss.lang.ClassRedirects
Deprecated. As of release 1.1.0 replaced by StringRedirects.contains
contains(String, CharSequence) - Static method in class org.jboss.lang.StringRedirects
Whether the string contains the character sequence
containsKey(Object) - Method in class org.jboss.util.EnumMap
 
containsValue(Object) - Method in class org.jboss.util.EnumMap
 
copyFile(File, String, String) - Method in class org.jboss.weaver.WeaveRunner
Copies the file from the source path into the destination.
copyFile(File, File) - Method in class org.jboss.weaver.WeaveRunner
 
copyOf(EnumSet<E>) - Static method in class org.jboss.util.EnumSet
 
copyOf(Collection<E>) - Static method in class org.jboss.util.EnumSet
 
createClassFile(InputStream) - Method in class org.jboss.weaver.WeaveRunner
 
createClasspath() - Method in class org.jboss.ant.tasks.retro.Retro
Adds a path to the classpath.
createClasspath() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Adds a path to the classpath.
createCompilerclasspath() - Method in class org.jboss.ant.tasks.retro.Retro
Support nested compiler classpath, used to locate compiler adapter
createCompilerclasspath() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Support nested compiler classpath, used to locate compiler adapter
createExceptionWithCause(Class, Object...) - Static method in class org.jboss.lang.ExceptionHelper
 
createJvmarg() - Method in class org.jboss.ant.tasks.retro.Retro
Suport nested jvmarg elements
createSrc() - Method in class org.jboss.ant.tasks.retro.Retro
Adds a path for source compilation.
createSrc() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Adds a path for source compilation.

D

decrementAndGet(T) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
decrementAndGet(T) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
DEFAULT_CLASS_RENAMES_RESOURCE - Variable in class org.jboss.weaver.retro.WeaverRetroJdk14
Default resource from which to load the class renames mapping.
DelayQueue<E extends Delayed> - Class in org.jboss.util.concurrent
An unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay has expired.
DelayQueue() - Constructor for class org.jboss.util.concurrent.DelayQueue
Creates a new DelayQueue that is initially empty.
DelayQueue(Collection<? extends E>) - Constructor for class org.jboss.util.concurrent.DelayQueue
Creates a DelayQueue initially containing the elements of the given collection of Delayed instances.
delete(int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
deleteCharAt(int) - Method in class org.jboss.lang.JBossStringBuilder
 
digit(int, int) - Static method in class org.jboss.lang.CharacterRedirects
 
doCheck(ClassLoader, Checker.CheckClassInfo) - Method in class org.jboss.ant.tasks.retrocheck.Checker
 
doWeave(ClassLoader, ClassFileInfo) - Method in class org.jboss.weaver.retro.WeaverRetroJdk14
 
doWeave(ClassLoader, ClassFileInfo) - Method in class org.jboss.weaver.Weaver
 
drainTo(Collection<? super E>) - Method in class org.jboss.util.concurrent.DelayQueue
 
drainTo(Collection<? super E>, int) - Method in class org.jboss.util.concurrent.DelayQueue
 

E

edit(NewExpr) - Method in class org.jboss.weaver.retro.ClassRedirectEditor
 
edit(FieldAccess) - Method in class org.jboss.weaver.retro.ClassRedirectEditor
 
edit(MethodCall) - Method in class org.jboss.weaver.retro.ClassRedirectEditor
 
EMPTY - Static variable in class org.jboss.ant.tasks.retrocheck.EmptyClassLoader
 
EmptyClassLoader - Class in org.jboss.ant.tasks.retrocheck
A classloader that returns no resources
EmptyClassLoader() - Constructor for class org.jboss.ant.tasks.retrocheck.EmptyClassLoader
 
ensureCapacity(int) - Method in class org.jboss.lang.JBossStringBuilder
 
entrySet() - Method in class org.jboss.util.EnumMap
 
EnumImpl<E extends EnumImpl<E>> - Class in org.jboss.lang
Mapping of the java.lang.Enum.
EnumImpl(String, int) - Constructor for class org.jboss.lang.EnumImpl
Create an enum type.
EnumMap<K extends Enum<K>,V> - Class in org.jboss.util
EnumMap.
EnumMap(Class<K>) - Constructor for class org.jboss.util.EnumMap
 
EnumMap(EnumMap<K, ? extends V>) - Constructor for class org.jboss.util.EnumMap
 
EnumMap(Map<K, ? extends V>) - Constructor for class org.jboss.util.EnumMap
 
EnumSet<E extends Enum> - Class in org.jboss.util
EnumSet.
equals(Object) - Method in interface org.jboss.lang.Annotation
 
equals(Object) - Method in class org.jboss.lang.EnumImpl
 
equals(Object) - Method in class org.jboss.lang.reflect.WildcardTypeImpl
 
ExceptionHelper - Class in org.jboss.lang
 
ExceptionHelper() - Constructor for class org.jboss.lang.ExceptionHelper
 
execute() - Method in class org.jboss.ant.tasks.retro.Retro
 
execute() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
expandCapacity(int) - Method in class org.jboss.lang.JBossStringBuilder
Expand the capacity to the greater of the minimum or twice the current size

F

failOnError - Variable in class org.jboss.ant.tasks.retro.Retro
flag to control action on execution trouble
failOnError - Variable in class org.jboss.ant.tasks.retrocheck.RetroCheck
flag to control action on execution trouble
find(String) - Method in class org.jboss.ant.tasks.retrocheck.CheckerClassPath
 
FindExceptionCtorChanges - Class in org.jboss.tools
A utility class that loads all jdk1.4.2 Throwable types from the rt.jar and compares these constructor signatures to the jdk5 types to identity where new constructors taking a Throwable argument have been added.
FindExceptionCtorChanges() - Constructor for class org.jboss.tools.FindExceptionCtorChanges
 

G

GenericArrayType - Interface in org.jboss.lang.reflect
 
GenericArrayTypeImpl - Class in org.jboss.lang.reflect
 
GenericArrayTypeImpl(SignatureAttribute.Type, int, String) - Constructor for class org.jboss.lang.reflect.GenericArrayTypeImpl
 
GenericDeclaration - Interface in org.jboss.lang.reflect
A common interface for all entities that declare type variables
GenericsHelper - Class in org.jboss.lang
 
GenericsHelper() - Constructor for class org.jboss.lang.GenericsHelper
 
get(T) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
get(T) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
get(T) - Method in class org.jboss.util.concurrent.atomic.AtomicReferenceFieldUpdater
 
get(Object) - Method in class org.jboss.util.EnumMap
 
getActualTypeArguments() - Method in interface org.jboss.lang.reflect.ParameterizedType
Returns an array of Type objects representing the actual type arguments to this type.
getActualTypeArguments() - Method in class org.jboss.lang.reflect.ParameterizedTypeImpl
 
getAndAdd(T, int) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
getAndAdd(T, long) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
getAndDecrement(T) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
getAndDecrement(T) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
getAndIncrement(T) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
getAndIncrement(T) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
getAndSet(T, int) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
getAndSet(T, long) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
getAndSet(T, V) - Method in class org.jboss.util.concurrent.atomic.AtomicReferenceFieldUpdater
 
getAnnotation(Class, Class) - Static method in class org.jboss.lang.AnnotationHelper
Get an annotation
getAnnotation(AccessibleObject, Class) - Static method in class org.jboss.lang.AnnotationHelper
Get an annotation
getAnnotation(Method, Class) - Static method in class org.jboss.lang.AnnotationHelper
Get an annotation
getAnnotation(Object, Class) - Static method in class org.jboss.lang.AnnotationHelper
Get an annotation
getAnnotation(Constructor, Class) - Static method in class org.jboss.lang.AnnotationHelper
Get an annotation
getAnnotation(Field, Class) - Static method in class org.jboss.lang.AnnotationHelper
Get an annotation
getAnnotations(Class) - Static method in class org.jboss.lang.AnnotationHelper
Get annotations
getAnnotations(AccessibleObject) - Static method in class org.jboss.lang.AnnotationHelper
Get annotations
getAnnotations(Object) - Static method in class org.jboss.lang.AnnotationHelper
Get an array of the annotations attached to this element.
getAnnotations(Method) - Static method in class org.jboss.lang.AnnotationHelper
Get annotations
getAnnotations(Constructor) - Static method in class org.jboss.lang.AnnotationHelper
Get annotations
getAnnotations(Field) - Static method in class org.jboss.lang.AnnotationHelper
Get annotations
getAnnotationsInternal(Method) - Static method in class org.jboss.lang.AnnotationHelper
 
getBounds() - Method in interface org.jboss.lang.reflect.TypeVariable
Returns an array of Type objects representing the upper bound(s) of this type variable.
getBounds() - Method in class org.jboss.lang.reflect.TypeVariableImpl
 
getCanonicalName(Class) - Static method in class org.jboss.lang.ClassRedirects
Returns the canonical name of the the underlying class as defined by the Java Language Specification.
getChars(int, int, char[], int) - Method in class org.jboss.lang.JBossStringBuilder
 
getClassName() - Method in class org.jboss.weaver.ClassFileInfo
 
getClassName(InputStream) - Method in class org.jboss.weaver.WeaveRunner
Get the name of a class from a given input stream
getClasspath() - Method in class org.jboss.ant.tasks.retro.Retro
 
getClasspath() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
getClasspath() - Method in class org.jboss.weaver.Weaver
 
getClassPathUrls() - Method in class org.jboss.weaver.Weaver
 
getClassRenames() - Method in class org.jboss.weaver.Weaver
Get the class renames.
getClazz() - Method in class org.jboss.weaver.ClassFileInfo
 
getCodeConverters() - Method in class org.jboss.weaver.Weaver
 
getCompilerclasspath() - Method in class org.jboss.ant.tasks.retro.Retro
get the classpath used to find the compiler adapter
getCompilerclasspath() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
get the classpath used to find the compiler adapter
getCtClass(Class) - Static method in class org.jboss.javassist.JavassistUtil
Get the javassist class
getCtConstructor(Constructor) - Static method in class org.jboss.javassist.JavassistUtil
Get the javassist constructor
getCtField(Field) - Static method in class org.jboss.javassist.JavassistUtil
Get the javassist field
getCtMethod(Method) - Static method in class org.jboss.javassist.JavassistUtil
Get the javassist method
getDeclaredAnnotations(Class) - Static method in class org.jboss.lang.AnnotationHelper
Get declared annotations
getDeclaredAnnotations(AccessibleObject) - Static method in class org.jboss.lang.AnnotationHelper
Get declared annotations
getDeclaredAnnotations(Object) - Static method in class org.jboss.lang.AnnotationHelper
Get an array of the annotations attached to this element.
getDeclaredAnnotations(Method) - Static method in class org.jboss.lang.AnnotationHelper
Get declared annotations
getDeclaredAnnotations(Constructor) - Static method in class org.jboss.lang.AnnotationHelper
Get declared annotations
getDeclaredAnnotations(Field) - Static method in class org.jboss.lang.AnnotationHelper
Get declared annotations
getDeclaredAnnotationsInternal(Method) - Static method in class org.jboss.lang.AnnotationHelper
 
getDeclaringClass() - Method in class org.jboss.lang.EnumImpl
 
getDestdir() - Method in class org.jboss.ant.tasks.retro.Retro
Gets the destination directory into which the java source files should be compiled.
getDestdir() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Gets the destination directory into which the java source files should be compiled.
getDirectionality(int) - Static method in class org.jboss.lang.CharacterRedirects
 
getEnclosingClass(Class) - Static method in class org.jboss.lang.ClassRedirects
This method cannot be implemented as it relies on native method info.
getEnclosingConstructor(Class) - Static method in class org.jboss.lang.ClassRedirects
This method cannot be implemented as it relies on native method info.
getEnclosingMethod(Class) - Static method in class org.jboss.lang.ClassRedirects
This method cannot be implemented as it relies on native method info.
getEnumConstants(Class<T>) - Static method in class org.jboss.lang.ClassRedirects
Get the enumeration constants
getExprEditors() - Method in class org.jboss.weaver.Weaver
 
getFailonerror() - Method in class org.jboss.ant.tasks.retro.Retro
Gets the failonerror flag.
getFailonerror() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Gets the failonerror flag.
getFileName() - Method in class org.jboss.weaver.ClassFileInfo
 
getGenericComponentType() - Method in interface org.jboss.lang.reflect.GenericArrayType
 
getGenericComponentType() - Method in class org.jboss.lang.reflect.GenericArrayTypeImpl
 
getGenericDeclaration() - Method in interface org.jboss.lang.reflect.TypeVariable
 
getGenericDeclaration() - Method in class org.jboss.lang.reflect.TypeVariableImpl
 
getGenericExceptionTypes(Constructor) - Static method in class org.jboss.lang.GenericsHelper
 
getGenericExceptionTypes(Method) - Static method in class org.jboss.lang.GenericsHelper
 
getGenericInterfaces(Class) - Static method in class org.jboss.lang.ClassRedirects
 
getGenericInterfaces(Class) - Static method in class org.jboss.lang.GenericsHelper
 
getGenericParameterTypes(Constructor) - Static method in class org.jboss.lang.GenericsHelper
 
getGenericParameterTypes(Method) - Static method in class org.jboss.lang.GenericsHelper
 
getGenericReturnType(Method) - Static method in class org.jboss.lang.GenericsHelper
 
getGenericSuperclass(Class) - Static method in class org.jboss.lang.ClassRedirects
 
getGenericSuperclass(Class) - Static method in class org.jboss.lang.GenericsHelper
 
getGenericType(Field) - Static method in class org.jboss.lang.GenericsHelper
 
getHoldCount() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getLowerBounds() - Method in interface org.jboss.lang.reflect.WildcardType
 
getLowerBounds() - Method in class org.jboss.lang.reflect.WildcardTypeImpl
 
getMaxmemory() - Method in class org.jboss.ant.tasks.retro.Retro
 
getMaxmemory() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
getMaxSrc() - Method in class org.jboss.ant.tasks.retro.Retro
 
getMaxSrc() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
getName() - Method in interface org.jboss.lang.reflect.TypeVariable
 
getName() - Method in class org.jboss.lang.reflect.TypeVariableImpl
 
getNumericValue(int) - Static method in class org.jboss.lang.CharacterRedirects
 
getOutputDir() - Method in class org.jboss.weaver.WeaveRunner
 
getOutputJar() - Method in class org.jboss.ant.tasks.retro.Retro
 
getOutputJar() - Method in class org.jboss.weaver.WeaveRunner
 
getOwner() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread that currently owns the write lock, or null if not owned.
getOwnerType() - Method in interface org.jboss.lang.reflect.ParameterizedType
Returns a Type object representing the type that this type is a member of.
getOwnerType() - Method in class org.jboss.lang.reflect.ParameterizedTypeImpl
 
getParameterAnnotations(Method) - Static method in class org.jboss.lang.AnnotationHelper
Get the parameter annotations
getParameterAnnotations(Constructor) - Static method in class org.jboss.lang.AnnotationHelper
Get the parameter annotations
getPool() - Method in class org.jboss.weaver.Weaver
 
getQueueLength() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting to acquire either the read or write lock.
getRawType() - Method in interface org.jboss.lang.reflect.ParameterizedType
Returns the Type object representing the class or interface that declared this type.
getRawType() - Method in class org.jboss.lang.reflect.ParameterizedTypeImpl
 
getReadHoldCount() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadLockCount() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of read locks held for this lock.
getResource(String) - Method in class org.jboss.ant.tasks.retrocheck.EmptyClassLoader
 
getSimpleName(Class) - Static method in class org.jboss.lang.ClassRedirects
Implementation of the jdk5 Class.getSimpleName() method.
getSourcePaths() - Method in class org.jboss.weaver.WeaveRunner
 
getSupress() - Method in class org.jboss.ant.tasks.retro.Retro
 
getSupress() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
getType(int) - Static method in class org.jboss.lang.CharacterRedirects
 
getTypeParameters(Class) - Static method in class org.jboss.lang.GenericsHelper
 
getTypeParameters(Constructor) - Static method in class org.jboss.lang.GenericsHelper
 
getTypeParameters(Method) - Static method in class org.jboss.lang.GenericsHelper
 
getTypeParameters(Object) - Static method in class org.jboss.lang.GenericsHelper
 
getTypeParameters() - Method in interface org.jboss.lang.reflect.GenericDeclaration
 
getUpperBounds() - Method in interface org.jboss.lang.reflect.WildcardType
 
getUpperBounds() - Method in class org.jboss.lang.reflect.WildcardTypeImpl
 
getVerbose() - Method in class org.jboss.ant.tasks.retro.Retro
 
getVerbose() - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
getWeaver() - Method in class org.jboss.weaver.WeaveRunner
 
getWeaverClass() - Method in class org.jboss.ant.tasks.retro.Retro
 
getWriteHoldCount() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.

H

hashCode() - Method in interface org.jboss.lang.Annotation
 
hashCode() - Method in class org.jboss.lang.EnumImpl
 
hashCode() - Method in class org.jboss.lang.reflect.WildcardTypeImpl
 
hasQueuedThreads() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Queries whether any threads are waiting to acquire the read or write lock.
highestOneBit(int) - Static method in class org.jboss.lang.NumberHelper
http://www.hackersdelight.org/HDcode/flp2.c
highestOneBit(long) - Static method in class org.jboss.lang.NumberHelper
 

I

incrementAndGet(T) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
incrementAndGet(T) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
indexOf(String) - Method in class org.jboss.lang.JBossStringBuilder
 
indexOf(String, int) - Method in class org.jboss.lang.JBossStringBuilder
 
indexOf(char) - Method in class org.jboss.lang.JBossStringBuilder
 
indexOf(char, int) - Method in class org.jboss.lang.JBossStringBuilder
 
Inherited - Annotation Type in org.jboss.lang.annotation
 
init() - Method in class org.jboss.weaver.retro.WeaverRetroJdk14
This method should be called after the classpath has been set.
init() - Method in class org.jboss.weaver.Weaver
Post construction initialization.
initClassRenames() - Method in class org.jboss.weaver.retro.WeaverRetroJdk14
Initialize the classes that need to be renamed.
insert(int, char[]) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, char[], int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, Object) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, String) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, CharSequence) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, CharSequence, int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, boolean) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, char) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, long) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, float) - Method in class org.jboss.lang.JBossStringBuilder
 
insert(int, double) - Method in class org.jboss.lang.JBossStringBuilder
 
isAnnotation(Class) - Static method in class org.jboss.lang.ClassRedirects
Whether the class is an annotation
isAnnotationPresent(Class, Class) - Static method in class org.jboss.lang.AnnotationHelper
Whether an annotation is present
isAnnotationPresent(Object, Class) - Static method in class org.jboss.lang.AnnotationHelper
Whether an annotation is present
isAnnotationPresent(Method, Class) - Static method in class org.jboss.lang.AnnotationHelper
Whether an annotation is present
isAnnotationPresent(Constructor, Class) - Static method in class org.jboss.lang.AnnotationHelper
Whether an annotation is present
isAnnotationPresent(Field, Class) - Static method in class org.jboss.lang.AnnotationHelper
Whether an annotation is present
isAnonymousClass(Class) - Static method in class org.jboss.lang.ClassRedirects
Returns true if and only if the underlying class is an anonymous class.
isCompiled() - Method in class org.jboss.weaver.ClassFileInfo
 
isCopyResourceFiles() - Method in class org.jboss.weaver.WeaveRunner
Whether to copy files that are not translated to the output directory.
isDefined(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isDigit(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isEnum(Class) - Static method in class org.jboss.lang.ClassRedirects
Whether the class is an enum
isFair() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Returns true if this lock has fairness set true.
isHeldByCurrentThread() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries if this write lock is held by the current thread.
isHighSurrogate(char) - Static method in class org.jboss.lang.CharacterRedirects
 
isIdentifierIgnorable(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isISOControl(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isJarFile(File) - Method in class org.jboss.ant.tasks.retrocheck.Checker
 
isJavaIdentifierPart(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isJavaIdentifierStart(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isLetter(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isLetterOrDigit(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isLocalClass(Class) - Static method in class org.jboss.lang.ClassRedirects
 
isLowerCase(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isLowSurrogate(char) - Static method in class org.jboss.lang.CharacterRedirects
 
isMemberClass(Class) - Static method in class org.jboss.lang.ClassRedirects
 
isMirrored(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isSpaceChar(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isSuppress() - Method in class org.jboss.weaver.WeaveRunner
 
isSurrogatePair(char, char) - Static method in class org.jboss.lang.CharacterRedirects
 
isSynthetic(Class) - Static method in class org.jboss.lang.ClassRedirects
 
isTitleCase(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isUnicodeIdentifierPart(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isUnicodeIdentifierStart(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isUpperCase(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isUsingSystemClasspath() - Method in class org.jboss.weaver.WeaveRunner
 
isVerbose() - Method in class org.jboss.weaver.WeaveRunner
 
isWhitespace(int) - Static method in class org.jboss.lang.CharacterRedirects
 
isWriteLocked() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by any thread.
isWriteLockedByCurrentThread() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by the current thread.
Iterable<T> - Interface in org.jboss.lang
Iterable.
iterator() - Method in interface org.jboss.lang.Iterable
 
iterator() - Method in class org.jboss.util.concurrent.DelayQueue
Returns an iterator over all the elements (both expired and unexpired) in this queue.
iterator() - Method in class org.jboss.util.EnumSet
 

J

JavassistUtil - Class in org.jboss.javassist
 
JavassistUtil() - Constructor for class org.jboss.javassist.JavassistUtil
 
JBossStringBuilder - Class in org.jboss.lang
A JBossStringBuilder, providing the same functionality as the java5 StringBuilder, except no Appendable which is java5 specific.
JBossStringBuilder() - Constructor for class org.jboss.lang.JBossStringBuilder
Create a new StringBuilder with no characters and an intial size of 16
JBossStringBuilder(int) - Constructor for class org.jboss.lang.JBossStringBuilder
Create a new StringBuilder with no characters
JBossStringBuilder(String) - Constructor for class org.jboss.lang.JBossStringBuilder
Create a new StringBuilder from the given string.
JBossStringBuilder(CharSequence) - Constructor for class org.jboss.lang.JBossStringBuilder
Create a new StringBuilder from the given character sequence.
JBossStringBuilder(char[]) - Constructor for class org.jboss.lang.JBossStringBuilder
Create a new StringBuilder from the given character array
JBossStringBuilder(char[], int, int) - Constructor for class org.jboss.lang.JBossStringBuilder
Create a new StringBuilder from the given character array

K

keySet() - Method in class org.jboss.util.EnumMap
 

L

lastIndexOf(String) - Method in class org.jboss.lang.JBossStringBuilder
 
lastIndexOf(String, int) - Method in class org.jboss.lang.JBossStringBuilder
 
lastIndexOf(char) - Method in class org.jboss.lang.JBossStringBuilder
 
lastIndexOf(char, int) - Method in class org.jboss.lang.JBossStringBuilder
 
length() - Method in class org.jboss.lang.JBossStringBuilder
 
loadClassRenames(InputStream) - Method in class org.jboss.weaver.Weaver
Load the class renames from a properties file.
loader - Static variable in class org.jboss.ant.tasks.retrocheck.Checker
 
loader - Static variable in class org.jboss.weaver.WeaveRunner
 
lock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock.
lock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock.
lockInterruptibly() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock unless the current thread is interrupted.
lockInterruptibly() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock unless the current thread is interrupted.
logAndAddFilesToCompile(CommandlineJava) - Method in class org.jboss.ant.tasks.retro.Retro
 
logAndAddFilesToCompile(CommandlineJava) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
lowestOneBit(int) - Static method in class org.jboss.lang.NumberHelper
http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=bitManipulation
lowestOneBit(long) - Static method in class org.jboss.lang.NumberHelper
 

M

main(String[]) - Static method in class org.jboss.ant.tasks.retrocheck.Checker
 
main(String[]) - Static method in class org.jboss.tools.FindExceptionCtorChanges
 
Main - Class in org.jboss.weaver
Takes jar or class files and weaves the bytecode
Main() - Constructor for class org.jboss.weaver.Main
 
main(String[]) - Static method in class org.jboss.weaver.Main
Main method can be called from the command line.
MalformedParameterizedTypeException - Exception in org.jboss.lang.reflect
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.
MalformedParameterizedTypeException() - Constructor for exception org.jboss.lang.reflect.MalformedParameterizedTypeException
 

N

name() - Method in class org.jboss.lang.EnumImpl
 
newCondition() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Throws UnsupportedOperationException because ReadLocks do not support conditions.
newCondition() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a Condition instance for use with this Lock instance.
newUpdater(Class<U>, String) - Static method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
newUpdater(Class<U>, String) - Static method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
newUpdater(Class<U>, Class<W>, String) - Static method in class org.jboss.util.concurrent.atomic.AtomicReferenceFieldUpdater
 
noneOf(Class<E>) - Static method in class org.jboss.util.EnumSet
 
NumberHelper - Class in org.jboss.lang
Implementations of java.lang.Integer and other Number methods added in jdk5 Code from http://www.hackersdelight.org/HDcode.htm
NumberHelper() - Constructor for class org.jboss.lang.NumberHelper
 
numberOfLeadingZeros(int) - Static method in class org.jboss.lang.NumberHelper
http://www.hackersdelight.org/HDcode/nlz.c
numberOfLeadingZeros(long) - Static method in class org.jboss.lang.NumberHelper
 
numberOfTrailingZeros(int) - Static method in class org.jboss.lang.NumberHelper
http://www.hackersdelight.org/HDcode/ntz.c
numberOfTrailingZeros(long) - Static method in class org.jboss.lang.NumberHelper
 

O

of(E) - Static method in class org.jboss.util.EnumSet
 
of(E, E) - Static method in class org.jboss.util.EnumSet
 
of(E, E, E) - Static method in class org.jboss.util.EnumSet
 
of(E, E, E, E) - Static method in class org.jboss.util.EnumSet
 
of(E, E, E, E, E) - Static method in class org.jboss.util.EnumSet
 
of(E, E...) - Static method in class org.jboss.util.EnumSet
 
offer(E) - Method in class org.jboss.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offer(E, long, TimeUnit) - Method in class org.jboss.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offsetByCodePoints(CharSequence, int, int) - Static method in class org.jboss.lang.CharacterRedirects
 
offsetByCodePoints(char[], int, int, int, int) - Static method in class org.jboss.lang.CharacterRedirects
 
offsetByCodePoints(String, int, int) - Static method in class org.jboss.lang.StringRedirects
Returns the index within this String that is offset from the given index by codePointOffset code points.
offsetByCodePoints(StringBuffer, int, int) - Static method in class org.jboss.lang.StringRedirects
 
offsetByCodePoints(JBossStringBuilder, int, int) - Static method in class org.jboss.lang.StringRedirects
 
openClassfile(String) - Method in class org.jboss.ant.tasks.retrocheck.CheckerClassPath
 
ordinal() - Method in class org.jboss.lang.EnumImpl
 
org.jboss.ant.tasks.retro - package org.jboss.ant.tasks.retro
 
org.jboss.ant.tasks.retrocheck - package org.jboss.ant.tasks.retrocheck
 
org.jboss.javassist - package org.jboss.javassist
 
org.jboss.lang - package org.jboss.lang
 
org.jboss.lang.annotation - package org.jboss.lang.annotation
 
org.jboss.lang.reflect - package org.jboss.lang.reflect
 
org.jboss.tools - package org.jboss.tools
 
org.jboss.util - package org.jboss.util
 
org.jboss.util.concurrent - package org.jboss.util.concurrent
 
org.jboss.util.concurrent.atomic - package org.jboss.util.concurrent.atomic
 
org.jboss.util.concurrent.locks - package org.jboss.util.concurrent.locks
 
org.jboss.weaver - package org.jboss.weaver
 
org.jboss.weaver.retro - package org.jboss.weaver.retro
 

P

ParameterizedType - Interface in org.jboss.lang.reflect
ParameterizedType represents a parameterized type such as Collection<String>.
ParameterizedTypeImpl - Class in org.jboss.lang.reflect
 
ParameterizedTypeImpl(String, Class, Object, Object[]) - Constructor for class org.jboss.lang.reflect.ParameterizedTypeImpl
 
parseArgs(String[]) - Method in class org.jboss.weaver.WeaveRunner
Parses command line arguments and calls setters.
parseBoolean(String) - Static method in class org.jboss.lang.Boolean
 
peek() - Method in class org.jboss.util.concurrent.DelayQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
poll() - Method in class org.jboss.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, or returns null if this queue has no elements with an expired delay.
poll(long, TimeUnit) - Method in class org.jboss.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue, or the specified wait time expires.
pool - Variable in class org.jboss.weaver.Weaver
 
pos - Variable in class org.jboss.lang.JBossStringBuilder
The position
put(E) - Method in class org.jboss.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
put(K, V) - Method in class org.jboss.util.EnumMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.util.EnumMap
 
putClassRename(String, String) - Method in class org.jboss.weaver.Weaver
 
putClassRenames(Map<String, String>) - Method in class org.jboss.weaver.Weaver
 

Q

quoteReplacement(String) - Static method in class org.jboss.lang.ClassRedirects
Deprecated. As of release 1.1.0 replaced by StringRedirects.quoteReplacement
quoteReplacement(String) - Static method in class org.jboss.lang.StringRedirects
Quote the replacement string

R

range(E, E) - Static method in class org.jboss.util.EnumSet
 
readLock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
 
ReentrantReadWriteLock - Class in org.jboss.util.concurrent.locks
Kabir: This class is an almost exact copy of the edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock class.
ReentrantReadWriteLock() - Constructor for class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with default (nonfair) ordering properties.
ReentrantReadWriteLock.ReadLock - Class in org.jboss.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.readLock().
ReentrantReadWriteLock.ReadLock(ReentrantReadWriteLock) - Constructor for class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Constructor for use by subclasses
ReentrantReadWriteLock.WriteLock - Class in org.jboss.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.writeLock().
ReentrantReadWriteLock.WriteLock(ReentrantReadWriteLock) - Constructor for class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Constructor for use by subclasses
remainingCapacity() - Method in class org.jboss.util.concurrent.DelayQueue
Always returns Integer.MAX_VALUE because a DelayQueue is not capacity constrained.
remove(Object) - Method in class org.jboss.util.concurrent.DelayQueue
Removes a single instance of the specified element from this queue, if it is present, whether or not it has expired.
remove(Object) - Method in class org.jboss.util.EnumMap
 
replace(String, CharSequence, CharSequence) - Static method in class org.jboss.lang.ClassRedirects
Deprecated. As of release 1.1.0 replaced by StringRedirects.replace
replace(int, int, String) - Method in class org.jboss.lang.JBossStringBuilder
 
replace(String, CharSequence, CharSequence) - Static method in class org.jboss.lang.StringRedirects
Replace a character sequence
Retro - Class in org.jboss.ant.tasks.retro
The retro ant task.
Retro() - Constructor for class org.jboss.ant.tasks.retro.Retro
 
RetroCheck - Class in org.jboss.ant.tasks.retrocheck
Ant task.
RetroCheck() - Constructor for class org.jboss.ant.tasks.retrocheck.RetroCheck
 
reverse() - Method in class org.jboss.lang.JBossStringBuilder
 
reverse(int) - Static method in class org.jboss.lang.NumberHelper
http://www.hackersdelight.org/HDcode/reverse.c
reverse(long) - Static method in class org.jboss.lang.NumberHelper
 
reverseBytes(char) - Static method in class org.jboss.lang.CharacterRedirects
 
reverseBytes(int) - Static method in class org.jboss.lang.NumberHelper
 
reverseBytes(long) - Static method in class org.jboss.lang.NumberHelper
 
rewriteLDC(ConstPool, MethodInfo) - Static method in class org.jboss.weaver.retro.WeaverRetroJdk14
This rewrites the load constant ClassInfo to be Class.forName()
rotateLeft(int, int) - Static method in class org.jboss.lang.NumberHelper
 
rotateLeft(long, int) - Static method in class org.jboss.lang.NumberHelper
 
rotateRight(int, int) - Static method in class org.jboss.lang.NumberHelper
 
rotateRight(long, int) - Static method in class org.jboss.lang.NumberHelper
 

S

set(T, int) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
set(T, long) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
set(T, V) - Method in class org.jboss.util.concurrent.atomic.AtomicReferenceFieldUpdater
 
setCharAt(int, char) - Method in class org.jboss.lang.JBossStringBuilder
 
setClasspath(Path) - Method in class org.jboss.ant.tasks.retro.Retro
Set the classpath to be used for this compilation.
setClasspath(Path) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Set the classpath to be used for this compilation.
setClasspath(String) - Method in class org.jboss.weaver.Weaver
Set the classpath.
setClasspathRef(Reference) - Method in class org.jboss.ant.tasks.retro.Retro
Adds a reference to a classpath defined elsewhere
setClasspathRef(Reference) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Adds a reference to a classpath defined elsewhere
setClassPathUrls(ArrayList<URL>) - Method in class org.jboss.weaver.Weaver
 
setClassRenames(Map<String, String>) - Method in class org.jboss.weaver.Weaver
 
setClazz(CtClass) - Method in class org.jboss.weaver.ClassFileInfo
 
setCompiled(boolean) - Method in class org.jboss.weaver.ClassFileInfo
 
setCompilerclasspath(Path) - Method in class org.jboss.ant.tasks.retro.Retro
Set the classpath to be used to find this compiler adapter
setCompilerclasspath(Path) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Set the classpath to be used to find this compiler adapter
setCompilerClasspathRef(Reference) - Method in class org.jboss.ant.tasks.retro.Retro
Adds a reference to a classpath defined elsewhere
setCompilerClasspathRef(Reference) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Adds a reference to a classpath defined elsewhere
setCopyResourceFiles(boolean) - Method in class org.jboss.weaver.WeaveRunner
Determines whether to copy files that are not translated to the output directory.
setDestdir(File) - Method in class org.jboss.ant.tasks.retro.Retro
Set the destination directory into which the Java source files should be compiled.
setDestdir(File) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Set the destination directory into which the Java source files should be compiled.
setFailonerror(boolean) - Method in class org.jboss.ant.tasks.retro.Retro
Whether or not the build should halt if compilation fails.
setFailonerror(boolean) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Whether or not the build should halt if compilation fails.
setLength(int) - Method in class org.jboss.lang.JBossStringBuilder
 
setMaxmemory(String) - Method in class org.jboss.ant.tasks.retro.Retro
Set the maxmemory of the Java task forked
setMaxmemory(String) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Set the maxmemory of the Java task forked
setMaxSrc(int) - Method in class org.jboss.ant.tasks.retro.Retro
 
setMaxSrc(int) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
 
setOutputDir(String) - Method in class org.jboss.weaver.WeaveRunner
 
setOutputJar(String) - Method in class org.jboss.ant.tasks.retro.Retro
 
setOutputJar(String) - Method in class org.jboss.weaver.WeaveRunner
 
setPool(ClassPool) - Method in class org.jboss.weaver.Weaver
 
setSourcePaths(ArrayList<String>) - Method in class org.jboss.weaver.WeaveRunner
 
setSuppress(boolean) - Method in class org.jboss.ant.tasks.retro.Retro
Set the verbose level of the compiler
setSuppress(boolean) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Set the verbose level of the compiler
setSuppress(boolean) - Method in class org.jboss.weaver.WeaveRunner
 
setUsingSystemClasspath(boolean) - Method in class org.jboss.weaver.WeaveRunner
 
setVerbose(boolean) - Method in class org.jboss.ant.tasks.retro.Retro
Set the verbose level of the compiler
setVerbose(boolean) - Method in class org.jboss.ant.tasks.retrocheck.RetroCheck
Set the verbose level of the compiler
setVerbose(boolean) - Method in class org.jboss.weaver.WeaveRunner
 
setWeaver(Weaver) - Method in class org.jboss.weaver.WeaveRunner
 
setWeaver(String) - Method in class org.jboss.weaver.WeaveRunner
 
setWeaverClass(String) - Method in class org.jboss.ant.tasks.retro.Retro
Set the name of the class to be used for the weaving.
signum(int) - Static method in class org.jboss.lang.NumberHelper
 
signum(long) - Static method in class org.jboss.lang.NumberHelper
 
size() - Method in class org.jboss.util.concurrent.DelayQueue
 
size() - Method in class org.jboss.util.EnumMap
 
size() - Method in class org.jboss.util.EnumSet
 
StringRedirects - Class in org.jboss.lang
Contains methods added to java.lang.String in 1.5.
StringRedirects() - Constructor for class org.jboss.lang.StringRedirects
 
StringWriterHelper - Class in org.jboss.util
Helper methods for StringWriter jdk5 additions
StringWriterHelper() - Constructor for class org.jboss.util.StringWriterHelper
 
subSequence(int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
substring(int) - Method in class org.jboss.lang.JBossStringBuilder
 
substring(int, int) - Method in class org.jboss.lang.JBossStringBuilder
 
suppress - Variable in class org.jboss.ant.tasks.retrocheck.Checker
 

T

take() - Method in class org.jboss.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue.
toArray() - Method in class org.jboss.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue.
toArray(T[]) - Method in class org.jboss.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toChars(int, char[], int) - Static method in class org.jboss.lang.CharacterRedirects
 
toChars(int) - Static method in class org.jboss.lang.CharacterRedirects
 
toCodePoint(char, char) - Static method in class org.jboss.lang.CharacterRedirects
Get the code point for the given high+low surrogate.
toGenericString(Constructor) - Static method in class org.jboss.lang.GenericsHelper
 
toGenericString(Method) - Static method in class org.jboss.lang.GenericsHelper
 
toGenericString(Field) - Static method in class org.jboss.lang.GenericsHelper
 
toLowerCase(int) - Static method in class org.jboss.lang.CharacterRedirects
 
toString() - Method in interface org.jboss.lang.Annotation
 
toString() - Method in class org.jboss.lang.EnumImpl
 
toString() - Method in class org.jboss.lang.JBossStringBuilder
 
toString() - Method in class org.jboss.lang.reflect.AbstractTypeImpl
 
toString() - Method in class org.jboss.lang.reflect.TypeVariableImpl
 
toString() - Method in class org.jboss.lang.reflect.WildcardTypeImpl
 
toString() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a string identifying this lock, as well as its lock state.
toTitleCase(int) - Static method in class org.jboss.lang.CharacterRedirects
 
toUpperCase(int) - Static method in class org.jboss.lang.CharacterRedirects
 
trimToSize() - Method in class org.jboss.lang.JBossStringBuilder
 
tryLock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock only if the write lock is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock if the write lock is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
Type - Interface in org.jboss.lang.reflect
Type is the common superinterface for all types in the Java programming language.
TypeVariable - Interface in org.jboss.lang.reflect
TypeVariable is the common superinterface for type variables of kinds.
TypeVariableImpl - Class in org.jboss.lang.reflect
 
TypeVariableImpl(Object[], Class, String) - Constructor for class org.jboss.lang.reflect.TypeVariableImpl
 

U

unlock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Attempts to release this lock.
unlock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Attempts to release this lock.
usage() - Method in class org.jboss.ant.tasks.retrocheck.Checker
 

V

valueOf(byte) - Static method in class org.jboss.lang.Autoboxing
Box a byte
valueOf(char) - Static method in class org.jboss.lang.Autoboxing
Box a char
valueOf(short) - Static method in class org.jboss.lang.Autoboxing
Box a short
valueOf(int) - Static method in class org.jboss.lang.Autoboxing
Box an integer
valueOf(long) - Static method in class org.jboss.lang.Autoboxing
Box a long
valueOf(float) - Static method in class org.jboss.lang.Autoboxing
Box a float
valueOf(double) - Static method in class org.jboss.lang.Autoboxing
Box a double
valueOf(Class<T>, String) - Static method in class org.jboss.lang.EnumImpl
Obtain the Enum of enumType for the given name.
values(Class<T>) - Static method in class org.jboss.lang.EnumImpl
Obtain the array of Enums for enumType.
values() - Method in class org.jboss.util.EnumMap
 
verbose - Variable in class org.jboss.ant.tasks.retrocheck.Checker
 

W

weakCompareAndSet(T, int, int) - Method in class org.jboss.util.concurrent.atomic.AtomicIntegerFieldUpdater
 
weakCompareAndSet(T, long, long) - Method in class org.jboss.util.concurrent.atomic.AtomicLongFieldUpdater
 
weakCompareAndSet(T, V, V) - Method in class org.jboss.util.concurrent.atomic.AtomicReferenceFieldUpdater
 
weave(String[]) - Method in class org.jboss.weaver.WeaveRunner
 
weave() - Method in class org.jboss.weaver.WeaveRunner
 
Weaver - Class in org.jboss.weaver
This class contains the required configuration for weaving
Weaver() - Constructor for class org.jboss.weaver.Weaver
 
Weaver(ClassPool) - Constructor for class org.jboss.weaver.Weaver
 
WeaverRetroJdk14 - Class in org.jboss.weaver.retro
Weaver configuration for converting class files to jdk1.4
WeaverRetroJdk14() - Constructor for class org.jboss.weaver.retro.WeaverRetroJdk14
 
WeaveRunner - Class in org.jboss.weaver
Takes jar or class files and weaves the bytecode based on the given configuration.
WeaveRunner() - Constructor for class org.jboss.weaver.WeaveRunner
Creates a weave runner with no Weaver (org.jboss.weaver.Weaver).
WeaveRunner(Weaver) - Constructor for class org.jboss.weaver.WeaveRunner
 
WildcardType - Interface in org.jboss.lang.reflect
 
WildcardTypeImpl - Class in org.jboss.lang.reflect
 
WildcardTypeImpl(Object, char) - Constructor for class org.jboss.lang.reflect.WildcardTypeImpl
Create a new wildcard type
writeLock() - Method in class org.jboss.util.concurrent.locks.ReentrantReadWriteLock
 

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

Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.