A B C D E F G H I J L M N O P Q R S T U V W Z _ 
All Classes All Packages

A

accept(BytecodeReadingParanamer.TypeCollector) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Makes the given visitor visit the Java class of this BytecodeReadingParanamer.ClassReader.
AdaptiveParanamer - Class in com.thoughtworks.paranamer
Implementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.
AdaptiveParanamer() - Constructor for class com.thoughtworks.paranamer.AdaptiveParanamer
Use DefaultParanamer ahead of BytecodeReadingParanamer
AdaptiveParanamer(Paranamer...) - Constructor for class com.thoughtworks.paranamer.AdaptiveParanamer
Prioritize a series of Paranamers
addConstructor(JavaConstructor) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
addConstructors(List<JavaConstructor>) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
addExtraStaticField(File, CharSequence) - Method in class com.thoughtworks.paranamer.generator.Enhancer
 
AddFieldAdapter - Class in com.thoughtworks.paranamer.generator
Adapted from ASM 3.0 pagg 23-25
AddFieldAdapter(ClassVisitor, int, String, String, Object) - Constructor for class com.thoughtworks.paranamer.generator.AddFieldAdapter
 
addFileset(FileSet) - Method in class com.thoughtworks.paranamer.ant.ParanamerTask
Called automatically by ant when an embedded fileset element is present.
addMethod(JavaMethod) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
addMethods(List<JavaMethod>) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
AnnotationParanamer - Class in com.thoughtworks.paranamer
Implementation of Paranamer that uses @Named annotation of JSR 330.
AnnotationParanamer() - Constructor for class com.thoughtworks.paranamer.AnnotationParanamer
 
AnnotationParanamer(Paranamer) - Constructor for class com.thoughtworks.paranamer.AnnotationParanamer
 
AnnotationParanamer.Jsr330Helper - Class in com.thoughtworks.paranamer
This is a different class, because the @Inject jar may not be in the classpath.
AnotherSample - Class in <Unnamed>
 
AnotherSample() - Constructor for class AnotherSample
 
anotherSampleMethod(String, Long) - Method in class AnotherSample
 
append(StringBuilder, String, int) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
ARRAY - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of array reference types.
ASample - Class in <Unnamed>
 
ASample() - Constructor for class ASample
 
aSampleMethod(String, Long) - Method in class ASample
 

B

b - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The class to be parsed.
base - Variable in class com.thoughtworks.paranamer.JavadocParanamer.UrlJavadocProvider
 
BOOLEAN - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the boolean type.
BOOLEAN_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The boolean type.
buf - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
A buffer containing the internal name of this Java type.
build() - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
BYTE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the byte type.
BYTE_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The byte type.
BytecodeReadingParanamer - Class in com.thoughtworks.paranamer
An ASM-based implementation of Paranamer.
BytecodeReadingParanamer() - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer
 
BytecodeReadingParanamer.ClassReader - Class in com.thoughtworks.paranamer
A Java class parser to make a Class Visitor visit an existing class.
BytecodeReadingParanamer.MethodCollector - Class in com.thoughtworks.paranamer
Objects of this class collects information from a specific method.
BytecodeReadingParanamer.Type - Class in com.thoughtworks.paranamer
A Java type.
BytecodeReadingParanamer.TypeCollector - Class in com.thoughtworks.paranamer
The type collector waits for an specific method in order to start a method collector.

C

CachingParanamer - Class in com.thoughtworks.paranamer
Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.
CachingParanamer() - Constructor for class com.thoughtworks.paranamer.CachingParanamer
Uses a DefaultParanamer as the implementation it delegates to.
CachingParanamer(Paranamer) - Constructor for class com.thoughtworks.paranamer.CachingParanamer
Specify a Paranamer instance to delegates to.
CachingParanamer.WithoutWeakReferences - Class in com.thoughtworks.paranamer
This implementation has a better concurrent design (ConcurrentHashMap) which has a better strategy to implement concurrency: segments instead of synchronized.
cause - Variable in exception com.thoughtworks.paranamer.ParameterNamesNotFoundException
 
CHAR - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the char type.
CHAR_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The char type.
classdir - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
The directory that contains the class files to modify.
classdirSet - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
Boolean that is true when the classdir was set as an attribute of the target, and false otherwise.
ClassReader(byte[]) - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Constructs a new BytecodeReadingParanamer.ClassReader object.
ClassReader(byte[], int) - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Constructs a new BytecodeReadingParanamer.ClassReader object.
ClassReader(InputStream) - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Constructs a new BytecodeReadingParanamer.ClassReader object.
collector - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
com.thoughtworks.paranamer - package com.thoughtworks.paranamer
 
com.thoughtworks.paranamer.ant - package com.thoughtworks.paranamer.ant
 
com.thoughtworks.paranamer.generator - package com.thoughtworks.paranamer.generator
 
com.thoughtworks.paranamer.mojo - package com.thoughtworks.paranamer.mojo
 
COMMA - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
COMMA - Static variable in class com.thoughtworks.paranamer.DefaultParanamer
 
COMMA - Static variable in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
correctTypeName(BytecodeReadingParanamer.Type[], int) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
count(AccessibleObject) - Method in class com.thoughtworks.paranamer.PositionalParanamer
 
currentParameter - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 

D

debugInfoPresent - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 
DEFAULT_LINE_LENGTH - Static variable in class com.thoughtworks.paranamer.mojo.HelpMojo
 
DefaultParanamer - Class in com.thoughtworks.paranamer
Default implementation of Paranamer reads from a post-compile added field called '__PARANAMER_DATA'
DefaultParanamer() - Constructor for class com.thoughtworks.paranamer.DefaultParanamer
 
delegate - Variable in class com.thoughtworks.paranamer.CachingParanamer
 
detail - Variable in class com.thoughtworks.paranamer.mojo.HelpMojo
If true, display all settable properties for each goal.
dir - Variable in class com.thoughtworks.paranamer.JavadocParanamer.DirJavadocProvider
 
DirJavadocProvider(File) - Constructor for class com.thoughtworks.paranamer.JavadocParanamer.DirJavadocProvider
 
DOUBLE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_Double constant pool items.
DOUBLE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the double type.
DOUBLE_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The double type.

E

EMPTY_NAMES - Static variable in interface com.thoughtworks.paranamer.Paranamer
 
enhance(File, CharSequence) - Method in class com.thoughtworks.paranamer.generator.Enhancer
 
Enhancer - Class in com.thoughtworks.paranamer.generator
A bytecode enhancer which adds a new static variable to some specific class.
Enhancer() - Constructor for class com.thoughtworks.paranamer.generator.Enhancer
 
excludes - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
The pattern used to exclude java files from processing.
excludesSet - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
Boolean that is true when the excludes was set as an attribute of the target, and false otherwise.
execute() - Method in class com.thoughtworks.paranamer.ant.ParanamerGeneratorTask
Deprecated.
 
execute() - Method in class com.thoughtworks.paranamer.ant.ParanamerTask
Execute the task.
execute() - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
execute() - Method in class com.thoughtworks.paranamer.mojo.ParanamerGeneratorMojo
 

F

fAcc - Variable in class com.thoughtworks.paranamer.generator.AddFieldAdapter
 
fallback - Variable in class com.thoughtworks.paranamer.AnnotationParanamer
 
fDesc - Variable in class com.thoughtworks.paranamer.generator.AddFieldAdapter
 
FIELD - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_Fieldref constant pool items.
filesets - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
The collection of nested file sets containing the files to be processed.
find(String) - Method in class com.thoughtworks.paranamer.JavadocParanamer.ZipJavadocProvider
 
findFirstMatchingLine(String, String) - Static method in class com.thoughtworks.paranamer.DefaultParanamer
Filter the mappings and only return lines matching the prefix passed in.
findNamedChild(Node, String) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
findSingleChild(Node, String) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
FLOAT - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_Float constant pool items.
FLOAT - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the float type.
FLOAT_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The float type.
fName - Variable in class com.thoughtworks.paranamer.generator.AddFieldAdapter
 
format(String, List<JavaParameter>, boolean) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
formatLine(String, String, String) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
fValue - Variable in class com.thoughtworks.paranamer.generator.AddFieldAdapter
 

G

generator - Variable in class com.thoughtworks.paranamer.mojo.ParanamerGeneratorMojo
The Paranamer generator
getArgumentTypes(String) - Static method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getCanonicalName(Class<?>) - Static method in class com.thoughtworks.paranamer.JavadocParanamer
 
getCause() - Method in exception com.thoughtworks.paranamer.ParameterNamesNotFoundException
 
getClassAsStream(Class<?>) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer
 
getClassAsStream(ClassLoader, String) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer
 
getClassesSortedByName(String) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
getClassName() - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
Returns the name of the class corresponding to this type.
getConstructorParameterNames(Constructor<?>, String) - Method in class com.thoughtworks.paranamer.JavadocParanamer
 
getDimensions() - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
Returns the number of dimensions of this array type.
getElementType() - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
Returns the type of the elements of this array type.
getIndentLevel(String) - Static method in class com.thoughtworks.paranamer.mojo.HelpMojo
Gets the indentation level of the specified line.
getJavadocFilename(Member) - Static method in class com.thoughtworks.paranamer.JavadocParanamer
 
getMethodParameterNames(Method, String) - Method in class com.thoughtworks.paranamer.JavadocParanamer
 
getNamedValue(Annotation) - Method in class com.thoughtworks.paranamer.AnnotationParanamer
Override this if you want something other than JSR 330's Named annotation.
getNamedValue(Annotation) - Static method in class com.thoughtworks.paranamer.AnnotationParanamer.Jsr330Helper
 
getParameterListResource(Class<?>) - Static method in class com.thoughtworks.paranamer.DefaultParanamer
 
getParameterNames(Class<?>, String, String) - Static method in class com.thoughtworks.paranamer.DefaultParanamer
 
getParameterNames(AccessibleObject, String, Class<?>[], String) - Method in class com.thoughtworks.paranamer.JavadocParanamer
 
getParameterNames(List<JavaParameter>) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
getParameterNamesForMethod() - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
getParameterTypeName(Class<?>) - Static method in class com.thoughtworks.paranamer.DefaultParanamer
 
getParameterTypeNamesCSV(Class<?>[]) - Static method in class com.thoughtworks.paranamer.DefaultParanamer
 
getParameterTypes(List<JavaParameter>) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
getPropertyFromExpression(String) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
getRawJavadoc(String) - Method in class com.thoughtworks.paranamer.JavadocParanamer.DirJavadocProvider
 
getRawJavadoc(String) - Method in interface com.thoughtworks.paranamer.JavadocParanamer.JavadocProvider
 
getRawJavadoc(String) - Method in class com.thoughtworks.paranamer.JavadocParanamer.UrlJavadocProvider
 
getRawJavadoc(String) - Method in class com.thoughtworks.paranamer.JavadocParanamer.ZipJavadocProvider
 
getResult() - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 
getSingleChild(Node, String) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
getType(char[], int) - Static method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
Returns the Java type corresponding to the given type descriptor.
getValue(Node, String) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
goal - Variable in class com.thoughtworks.paranamer.mojo.HelpMojo
The name of the goal for which to show help.

H

header - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Start index of the class header information (access, name...) in b.
HelpMojo - Class in com.thoughtworks.paranamer.mojo
Display help information on paranamer-maven-plugin.
Call mvn paranamer:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.thoughtworks.paranamer.mojo.HelpMojo
 

I

ignoreCount - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 
IMETH - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_InterfaceMethodref constant pool items.
includes - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
The pattern used to include java files to be processed within the specified source directory.
includesSet - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
Boolean that is true when the includes was set as an attribute of the target, and false otherwise.
indentSize - Variable in class com.thoughtworks.paranamer.mojo.HelpMojo
The number of spaces per indentation level, should be positive.
INT - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_Integer constant pool items.
INT - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the int type.
INT_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The int type.
INVOKEDYN - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_InvokeDynamic constant pool items.
isDebugInfoPresent() - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 
isFieldPresent - Variable in class com.thoughtworks.paranamer.generator.AddFieldAdapter
 
isNamed(Annotation) - Method in class com.thoughtworks.paranamer.AnnotationParanamer
Override this if you want something other than JSR 330's Named annotation.
isNamed(Annotation) - Static method in class com.thoughtworks.paranamer.AnnotationParanamer.Jsr330Helper
 
isNotEmpty(String) - Static method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
items - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The start index of each constant pool item in b, plus one.

J

JavadocParanamer - Class in com.thoughtworks.paranamer
Accesses Javadocs to extract parameter names.
JavadocParanamer(File) - Constructor for class com.thoughtworks.paranamer.JavadocParanamer
 
JavadocParanamer(URL) - Constructor for class com.thoughtworks.paranamer.JavadocParanamer
 
JavadocParanamer.DirJavadocProvider - Class in com.thoughtworks.paranamer
 
JavadocParanamer.JavadocProvider - Interface in com.thoughtworks.paranamer
 
JavadocParanamer.UrlJavadocProvider - Class in com.thoughtworks.paranamer
 
JavadocParanamer.ZipJavadocProvider - Class in com.thoughtworks.paranamer
 
Jsr330Helper() - Constructor for class com.thoughtworks.paranamer.AnnotationParanamer.Jsr330Helper
 

L

len - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The length of the internal name of this Java type.
lineLength - Variable in class com.thoughtworks.paranamer.mojo.HelpMojo
The maximum length of a display line, should be positive.
LONG - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_Long constant pool items.
LONG - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the long type.
LONG_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The long type.
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.AdaptiveParanamer
 
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.AnnotationParanamer
 
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer
 
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.CachingParanamer
 
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.DefaultParanamer
 
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.JavadocParanamer
 
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.NullParanamer
 
lookupParameterNames(AccessibleObject) - Method in interface com.thoughtworks.paranamer.Paranamer
Lookup the parameter names of a given method.
lookupParameterNames(AccessibleObject) - Method in class com.thoughtworks.paranamer.PositionalParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.AdaptiveParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.AnnotationParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.CachingParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.DefaultParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.JavadocParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.NullParanamer
 
lookupParameterNames(AccessibleObject, boolean) - Method in interface com.thoughtworks.paranamer.Paranamer
Lookup the parameter names of a given method.
lookupParameterNames(AccessibleObject, boolean) - Method in class com.thoughtworks.paranamer.PositionalParanamer
 

M

makeEnhancer() - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
makeMethodCache() - Method in class com.thoughtworks.paranamer.CachingParanamer
 
makeMethodCache() - Method in class com.thoughtworks.paranamer.CachingParanamer.WithoutWeakReferences
 
makeQdoxParanamerGenerator() - Method in class com.thoughtworks.paranamer.ant.ParanamerGeneratorTask
Deprecated.
 
makeQdoxParanamerGenerator() - Method in class com.thoughtworks.paranamer.ant.ParanamerTask
Provide this as a method so that it can be overridden and custom QdoxParanamerGenerators can be returned in place of the default.
maxStringLength - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Maximum length of the strings contained in the constant pool of the class.
METH - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_Methodref constant pool items.
methodCache - Variable in class com.thoughtworks.paranamer.CachingParanamer
 
MethodCollector(int, int) - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 
methodName - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
MHANDLE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_MethodHandle constant pool items.

N

NAME_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_NameAndType constant pool items.
NEWLINE - Static variable in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
NullParanamer - Class in com.thoughtworks.paranamer
Implementation of Paranamer which adheres to the NullObject pattern
NullParanamer() - Constructor for class com.thoughtworks.paranamer.NullParanamer
 

O

OBJECT - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of object reference type.
off - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The offset of the internal name of this Java type in buf or, for primitive types, the size, descriptor and getOpcode offsets for this type (byte 0 contains the size, byte 1 the descriptor, byte 2 the offset for IALOAD or IASTORE, byte 3 the offset for all other instructions).
outputDirectory - Variable in class com.thoughtworks.paranamer.ant.ParanamerGeneratorTask
Deprecated.
 
outputDirectory - Variable in class com.thoughtworks.paranamer.mojo.ParanamerGeneratorMojo
The directory where the Paranamer generator will write the output

P

paramCount - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 
ParameterNamesNotFoundException - Exception in com.thoughtworks.paranamer
Exception thrown when no parameter names are found
ParameterNamesNotFoundException(String) - Constructor for exception com.thoughtworks.paranamer.ParameterNamesNotFoundException
 
ParameterNamesNotFoundException(String, Exception) - Constructor for exception com.thoughtworks.paranamer.ParameterNamesNotFoundException
 
parameterTypes - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
Paranamer - Interface in com.thoughtworks.paranamer
Paranamer allows lookups of methods and constructors by parameter names.
ParanamerGenerator - Interface in com.thoughtworks.paranamer.generator
Generates parameter names from a source path and writes content to a given output path
ParanamerGeneratorMojo - Class in com.thoughtworks.paranamer.mojo
Mojo to generate parameter names via ParanamerGenerator
ParanamerGeneratorMojo() - Constructor for class com.thoughtworks.paranamer.mojo.ParanamerGeneratorMojo
 
ParanamerGeneratorTask - Class in com.thoughtworks.paranamer.ant
Deprecated.
since 2.2
ParanamerGeneratorTask() - Constructor for class com.thoughtworks.paranamer.ant.ParanamerGeneratorTask
Deprecated.
 
paranamers - Variable in class com.thoughtworks.paranamer.AdaptiveParanamer
 
ParanamerTask - Class in com.thoughtworks.paranamer.ant
Ant Task to process parameter names.
ParanamerTask() - Constructor for class com.thoughtworks.paranamer.ant.ParanamerTask
 
PLUGIN_HELP_PATH - Static variable in class com.thoughtworks.paranamer.mojo.HelpMojo
 
PositionalParanamer - Class in com.thoughtworks.paranamer
Paranamer that works on basis of the parameter position and can be used as last fallback of the AdaptiveParanamer.
PositionalParanamer() - Constructor for class com.thoughtworks.paranamer.PositionalParanamer
Default Contstructor with prefix arg.
PositionalParanamer(String) - Constructor for class com.thoughtworks.paranamer.PositionalParanamer
Constructor that allows to override the prefix.
prefix - Variable in class com.thoughtworks.paranamer.PositionalParanamer
 
primitives - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer
 
processClasses(Collection<JavaClass>, String) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
processSourcePath(String, String) - Method in interface com.thoughtworks.paranamer.generator.ParanamerGenerator
 
processSourcePath(String, String) - Method in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
provider - Variable in class com.thoughtworks.paranamer.JavadocParanamer
 

Q

QdoxParanamerGenerator - Class in com.thoughtworks.paranamer.generator
Qdox-based implementation of ParanamerGenerator which parses Java source files to processSourcePath parameter names lists.
QdoxParanamerGenerator() - Constructor for class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 

R

readClass(InputStream) - Static method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Reads the bytecode of a class.
readInt(int) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Reads a signed int value in b.
readMethod(BytecodeReadingParanamer.TypeCollector, char[], int) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
 
readUnsignedShort(int) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Reads an unsigned short value in b.
readUTF(int, int, char[]) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Reads UTF8 string in b.
readUTF8(int, char[]) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
Reads an UTF8 string constant pool item in b.
repeat(String, int) - Static method in class com.thoughtworks.paranamer.mojo.HelpMojo
Repeat a String n times to form a new string.
result - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 

S

setClassdir(String) - Method in class com.thoughtworks.paranamer.ant.ParanamerTask
Called automatically by ant when the classdir attribute is present.
setExcludes(String) - Method in class com.thoughtworks.paranamer.ant.ParanamerTask
Called automatically by ant when the excludes attribute is present.
setIncludes(String) - Method in class com.thoughtworks.paranamer.ant.ParanamerTask
Called automatically by ant when the includes attribute is present.
setOutputDirectory(String) - Method in class com.thoughtworks.paranamer.ant.ParanamerGeneratorTask
Deprecated.
 
setSourceDirectory(String) - Method in class com.thoughtworks.paranamer.ant.ParanamerGeneratorTask
Deprecated.
 
setSrcdir(String) - Method in class com.thoughtworks.paranamer.ant.ParanamerTask
Called automatically by ant when the srcdir attribute is present.
SHORT - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the short type.
SHORT_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The short type.
skip() - Method in class com.thoughtworks.paranamer.mojo.ParanamerGeneratorMojo
Determines if the skip property is set
skipProp - Static variable in class com.thoughtworks.paranamer.mojo.ParanamerGeneratorMojo
THe system property name, which if set, will skip execution of this mojo
sort - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of this Java type.
sourceDirectory - Variable in class com.thoughtworks.paranamer.ant.ParanamerGeneratorTask
Deprecated.
 
sourceDirectory - Variable in class com.thoughtworks.paranamer.mojo.ParanamerGeneratorMojo
The directory containing the Java source files
SPACE - Static variable in class com.thoughtworks.paranamer.DefaultParanamer
 
SPACE - Static variable in class com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
 
srcdir - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
The directory that contains the java source from which to extract the parameter names.
srcdirSet - Variable in class com.thoughtworks.paranamer.ant.ParanamerTask
Boolean that is true when the srcdir was set as an attribute of the target, and false otherwise.
streamToString(InputStream) - Static method in class com.thoughtworks.paranamer.JavadocParanamer
 
strings - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The String objects corresponding to the CONSTANT_Utf8 items.

T

throwExceptionIfMissing - Variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
toLines(String, int, int, int) - Static method in class com.thoughtworks.paranamer.mojo.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class com.thoughtworks.paranamer.mojo.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
Type(int) - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
Constructs a primitive type.
Type(int, char[], int, int) - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
Constructs a reference type.
TypeCollector(String, Class<?>[], boolean) - Constructor for class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 

U

UrlJavadocProvider(URL) - Constructor for class com.thoughtworks.paranamer.JavadocParanamer.UrlJavadocProvider
 
urlToStream(URL) - Static method in class com.thoughtworks.paranamer.JavadocParanamer
 
UTF8 - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.ClassReader
The type of CONSTANT_Utf8 constant pool items.

V

visitEnd() - Method in class com.thoughtworks.paranamer.generator.AddFieldAdapter
 
visitField(int, String, String, String, Object) - Method in class com.thoughtworks.paranamer.generator.AddFieldAdapter
 
visitLocalVariable(String, int) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
 
visitMethod(int, String, String) - Method in class com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
 
VOID - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The sort of the void type.
VOID_TYPE - Static variable in class com.thoughtworks.paranamer.BytecodeReadingParanamer.Type
The void type.

W

WithoutWeakReferences() - Constructor for class com.thoughtworks.paranamer.CachingParanamer.WithoutWeakReferences
 
WithoutWeakReferences(Paranamer) - Constructor for class com.thoughtworks.paranamer.CachingParanamer.WithoutWeakReferences
 
writeGoal(StringBuilder, String, Element) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class com.thoughtworks.paranamer.mojo.HelpMojo
 

Z

zip - Variable in class com.thoughtworks.paranamer.JavadocParanamer.ZipJavadocProvider
 
ZipJavadocProvider(File) - Constructor for class com.thoughtworks.paranamer.JavadocParanamer.ZipJavadocProvider
 

_

__PARANAMER_DATA - Static variable in class com.thoughtworks.paranamer.AdaptiveParanamer
 
__PARANAMER_DATA - Static variable in class com.thoughtworks.paranamer.AnnotationParanamer
 
__PARANAMER_DATA - Static variable in class com.thoughtworks.paranamer.CachingParanamer
 
__PARANAMER_DATA - Static variable in class com.thoughtworks.paranamer.DefaultParanamer
 
__PARANAMER_DATA - Static variable in exception com.thoughtworks.paranamer.ParameterNamesNotFoundException
 
A B C D E F G H I J L M N O P Q R S T U V W Z _ 
All Classes All Packages