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

A

AbstractBCELClassAnnotator - class attrib4j.bcel.AbstractBCELClassAnnotator.
 
AbstractBCELClassAnnotator() - Constructor for class attrib4j.bcel.AbstractBCELClassAnnotator
 
addExcludePackage(Attrib4jTask.PackageName) - Method in class attrib4j.ant.Attrib4jTask
Add a package to be excluded from the javadoc run.
addFileset(FileSet) - Method in class attrib4j.ant.Attrib4jTask
Adds a fileset.
addPackage(Attrib4jTask.PackageName) - Method in class attrib4j.ant.Attrib4jTask
Add a single package to be processed.
addSource(Attrib4jTask.SourceFile) - Method in class attrib4j.ant.Attrib4jTask
Add a single source file.
ALERT - Static variable in class attrib4j.Log
A condition that should be corrected immediately.
attrib4j - package attrib4j
 
attrib4j.ant - package attrib4j.ant
 
attrib4j.attributes - package attrib4j.attributes
 
attrib4j.bcel - package attrib4j.bcel
 
attrib4j.cfparse - package attrib4j.cfparse
 
attrib4j.utensil - package attrib4j.utensil
 
Attrib4jCompilerAdapter - class attrib4j.ant.Attrib4jCompilerAdapter.
A first shot at implementing a compiler adapter so that compiling with attributes very easy to invoke from within Ant.
Attrib4jCompilerAdapter() - Constructor for class attrib4j.ant.Attrib4jCompilerAdapter
 
Attrib4jTask - class attrib4j.ant.Attrib4jTask.
A custom Ant task to run Attrib4 that supports the following syntax.
Attrib4jTask.PackageName - class attrib4j.ant.Attrib4jTask.PackageName.
Used to track info about the packages to be javadoc'd
Attrib4jTask.PackageName() - Constructor for class attrib4j.ant.Attrib4jTask.PackageName
 
Attrib4jTask.SourceFile - class attrib4j.ant.Attrib4jTask.SourceFile.
This class is used to manage the source files to be processed.
Attrib4jTask.SourceFile() - Constructor for class attrib4j.ant.Attrib4jTask.SourceFile
 
Attrib4jTask.SourceFile(File) - Constructor for class attrib4j.ant.Attrib4jTask.SourceFile
 
Attrib4jTask() - Constructor for class attrib4j.ant.Attrib4jTask
 
Attribute - interface attrib4j.Attribute.
The interface which all attributes will implement.
AttributeCompiler - interface attrib4j.AttributeCompiler.
Different implementations of attribute compiler should implement this interface to be called by attrib4j.
AttributeCompilerFactory - class attrib4j.AttributeCompilerFactory.
Factory for creating AttributeCompiler instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
AttributeCompilerFactory() - Constructor for class attrib4j.AttributeCompilerFactory
Protected constructor that is not available for public use.
AttributeDoclet - class attrib4j.AttributeDoclet.
A Doclet that emulates (in a post-processing step) the attribute declarations supported by C# and other .NET compilers.
AttributeDoclet() - Constructor for class attrib4j.AttributeDoclet
 
AttributeException - exception attrib4j.AttributeException.
It allows you nest exceptions.
AttributeException() - Constructor for class attrib4j.AttributeException
Do nothing constructor.
AttributeException(String) - Constructor for class attrib4j.AttributeException
Creates a new AttributeException instance.
AttributeException(String, Throwable) - Constructor for class attrib4j.AttributeException
Create a new AttributeException instance.
AttributeException(Throwable) - Constructor for class attrib4j.AttributeException
Create an exception nesting the rootCause of this exception.
AttributeExtractor - interface attrib4j.AttributeExtractor.
Methods that should be implemented in order to extract attributes associate with a class.
AttributeFactory - class attrib4j.AttributeFactory.
Factory for creating ClassAnnotator and AttributeExtractor instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
AttributeFactory() - Constructor for class attrib4j.AttributeFactory
Protected constructor that is not available for public use.
Attributes - class attrib4j.Attributes.
This class contains convenience methods to access and test custom attributes.
Attributes() - Constructor for class attrib4j.Attributes
 

B

BCELAttributeExtractor - class attrib4j.bcel.BCELAttributeExtractor.
This is the BCEL implementation for extracting attributes from the class file.
BCELAttributeExtractor() - Constructor for class attrib4j.bcel.BCELAttributeExtractor
 
BCELClassAnnotator - class attrib4j.bcel.BCELClassAnnotator.
Class responsible for annotating a class with attributes
BCELClassAnnotator(InputStream, String) - Constructor for class attrib4j.bcel.BCELClassAnnotator
 
BCELFactory - class attrib4j.bcel.BCELFactory.
The BCEL implementation of the AttributeFactory.
BCELFactory() - Constructor for class attrib4j.bcel.BCELFactory
A do nothing constructor.

C

CFCustomAttrInfo - class attrib4j.cfparse.CFCustomAttrInfo.
 
CFCustomAttrInfo(ConstantPool, int, int) - Constructor for class attrib4j.cfparse.CFCustomAttrInfo
 
CFParseAttributeExtractor - class attrib4j.cfparse.CFParseAttributeExtractor.
AttributeExtractor implementation using the CFParse bytecode library.
CFParseAttributeExtractor() - Constructor for class attrib4j.cfparse.CFParseAttributeExtractor
Do nothing ctor.
CFParseClassAnnotator - class attrib4j.cfparse.CFParseClassAnnotator.
The CFParse implementation of a ClassAnnotator.
CFParseClassAnnotator(InputStream) - Constructor for class attrib4j.cfparse.CFParseClassAnnotator
Create the instance using an InputStream initialized to the class file that will be modified/annotated.
CFParseFactory - class attrib4j.cfparse.CFParseFactory.
The CFParse implementation of the AttributeFactory.
CFParseFactory() - Constructor for class attrib4j.cfparse.CFParseFactory
A do nothing constructor.
ClassAnnotator - interface attrib4j.ClassAnnotator.
A generic interface for inserting or storing attributes that will be associated with the class.
close() - Method in interface attrib4j.AttributeExtractor
Close any resouces that were opened.
close() - Method in class attrib4j.bcel.BCELAttributeExtractor
A do-nothing method for now.
close() - Method in class attrib4j.cfparse.CFParseAttributeExtractor
Close any resouces that were opened.
compile() - Method in interface attrib4j.AttributeCompiler
Start the attribute compilation!
convert(String, String) - Static method in class attrib4j.bcel.DescriptorUtil
Converts from the Java/Javadoc method signature the JVM spec format.
convertToJavaFormat(String) - Static method in class attrib4j.bcel.DescriptorUtil
Convert a method signature as definedin the JVM spec to that used in the Javadoc API.
createAttributeInstance(String, URLClassLoader, String[]) - Method in interface attrib4j.ClassAnnotator
Create the object that will be used to store the attribute.
createAttributeInstance(String, URLClassLoader, String[]) - Method in class attrib4j.bcel.BCELClassAnnotator
Internal routine to create an attribute instance.
createAttributeInstance(String, URLClassLoader, String[]) - Method in class attrib4j.bcel.AbstractBCELClassAnnotator
 
createAttributeInstance(String, URLClassLoader, String[]) - Method in class attrib4j.cfparse.CFParseClassAnnotator
Just added to avoid compilation error.
createBytesFromAttribute(Object) - Method in class attrib4j.bcel.BCELClassAnnotator
 
createBytesFromAttribute(Object) - Method in class attrib4j.bcel.AbstractBCELClassAnnotator
 
createClasspath() - Method in class attrib4j.ant.Attrib4jTask
Create a Path to be configured with the classpath to use
createFromPackageSearch(String, URLClassLoader, String[]) - Static method in class attrib4j.bcel.AbstractBCELClassAnnotator
 
createSourcepath() - Method in class attrib4j.ant.Attrib4jTask
Create a path to be configured with the locations of the source files.
CRITICAL - Static variable in class attrib4j.Log
Critical conditions.

D

DEBUG - Static variable in class attrib4j.Log
Message that contain information normally of use only when debugging a program.
debug(Object, String) - Static method in class attrib4j.Log
Convenience method to pick the debug level using the method name.
debug(String) - Static method in class attrib4j.Log
Convenience method to pick the debug level using method name.
DescriptorUtil - class attrib4j.bcel.DescriptorUtil.
The signature of a method that is available from the BCEL library uses descriptors as defined in Section 4.3 of the Java Virtual Machine specificaiton.
DescriptorUtil() - Constructor for class attrib4j.bcel.DescriptorUtil
 

E

EMERGENCY - Static variable in class attrib4j.Log
A panic condition.
ERROR - Static variable in class attrib4j.Log
Errors.
error(Object, String) - Static method in class attrib4j.Log
Convenience method to pick the error level using the method nam.e
execute() - Method in class attrib4j.ant.Attrib4jCompilerAdapter
Run the normal javac task, then extract parameters from the javac task and run the attrib4j task.
execute() - Method in class attrib4j.ant.Attrib4jTask
 

F

factories - Static variable in class attrib4j.AttributeFactory
The previously constructed AttributeFactory instances, keyed by the ClassLoader with which it was created.
factories - Static variable in class attrib4j.AttributeCompilerFactory
The previously constructed AttributeCompilerFactory instances, keyed by the ClassLoader with which it was created.
FACTORY_DEFAULT - Static variable in class attrib4j.AttributeFactory
The fully qualified class name of the fallback AttributeFactory implementation class to use, if no other can be found.
FACTORY_DEFAULT - Static variable in class attrib4j.AttributeCompilerFactory
The fully qualified class name of the fallback AttributeCompilerFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class attrib4j.AttributeFactory
The name of the properties file to search for.
FACTORY_PROPERTIES - Static variable in class attrib4j.AttributeCompilerFactory
The name of the properties file to search for.
FACTORY_PROPERTY - Static variable in class attrib4j.AttributeFactory
The name of the property used to identify the AttributeFactory implementation class name.
FACTORY_PROPERTY - Static variable in class attrib4j.AttributeCompilerFactory
The name of the property used to identify the AttributeCompilerFactory implementation class name.

G

getAttributeCompiler() - Method in class attrib4j.AttributeCompilerFactory
Method to return a AttributeCompiler.
getAttributeExtractor() - Method in class attrib4j.AttributeFactory
Method to return a AttributeExtractor.
getAttributeExtractor() - Method in class attrib4j.bcel.BCELFactory
Method to return a BCEL implementation of AttributeExtractor.
getAttributeExtractor() - Method in class attrib4j.cfparse.CFParseFactory
Method to return a BCEL implementation of AttributeExtractor.
getAttributes(Class) - Static method in class attrib4j.Attributes
Return the list (possibly empty) of custom attributes associated with the class "cls".
getAttributes(Class, Class) - Static method in class attrib4j.Attributes
 
getAttributes(Field) - Static method in class attrib4j.Attributes
Return the list (possibly empty) of custom attributes associated with the field "fld".
getAttributes(Method) - Static method in class attrib4j.Attributes
Return all the attributes associated with the given method.
getAttributes(Method, Class) - Static method in class attrib4j.Attributes
Return all the attributes associated with the given method but filtered by the attribute class.
getClassAnnotator(InputStream, String) - Method in class attrib4j.AttributeFactory
Method to return a ClassAnnotator.
getClassAnnotator(InputStream, String) - Method in class attrib4j.bcel.BCELFactory
Method to return a BCEL implementation of a ClassAnnotator.
getClassAnnotator(InputStream, String) - Method in class attrib4j.cfparse.CFParseFactory
Method to return a BCEL implementation of a ClassAnnotator.
getClassAttributes() - Method in interface attrib4j.AttributeExtractor
Retreives attributes associated with the class.
getClassAttributes() - Method in class attrib4j.bcel.BCELAttributeExtractor
 
getClassAttributes() - Method in class attrib4j.cfparse.CFParseAttributeExtractor
 
getClassAttributes(Class) - Method in interface attrib4j.AttributeExtractor
Retrieves attributes associated with the class of a given type.
getClassAttributes(Class) - Method in class attrib4j.bcel.BCELAttributeExtractor
 
getClassAttributes(Class) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
 
getContextClassLoader() - Static method in class attrib4j.AttributeFactory
Return the thread context class loader if available.
getContextClassLoader() - Static method in class attrib4j.AttributeCompilerFactory
Return the thread context class loader if available.
getCustomClassAttributes() - Method in class attrib4j.cfparse.CFParseAttributeExtractor
Retreives custom attributes applied to the class.
getCustomClassAttributes(Object) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
Return the list (possible empty) of attribute associated with the class that instances of the 'filter' class.
getCustomFieldAttributes(String) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
Retreives custom attributes applied to a specific field of the class.
getCustomMethodAttributes(String, String[]) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
Retreives custom attributes applied to a specific method of the class.
getCustomMethodAttributes(String, String[], Class) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
Retreives custom attributes applied to a specific method of the class.
getFactory() - Static method in class attrib4j.AttributeFactory
Construct (if necessary) and return a AttributeFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFactory() - Static method in class attrib4j.AttributeCompilerFactory
Construct (if necessary) and return a AttributeCompilerFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFieldAttributes(String) - Method in interface attrib4j.AttributeExtractor
Retreives custom attributes applied to a specific field of the class.
getFieldAttributes(String) - Method in class attrib4j.bcel.BCELAttributeExtractor
Return all the attributes associated with a field.
getFieldAttributes(String) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
 
getFile() - Method in class attrib4j.ant.Attrib4jTask.SourceFile
Get the source file.
getJavadocClassTags() - Static method in class attrib4j.Utensil
Return the set of all javadoc tags used for documentation of classes/interfaces
getJavadocFieldTags() - Static method in class attrib4j.Utensil
Return the set of all javadoc tags used for documentation of fields
getJavadocMethodTags() - Static method in class attrib4j.Utensil
Return the set of all javadoc tags used for documentation of methods.
getLevel() - Static method in class attrib4j.Log
Return the log level.
getMessage() - Method in class attrib4j.AttributeException
Override Exceptipn.getMessage to include information of the root cause of the exception.
getMethodAttributes(String, String[]) - Method in interface attrib4j.AttributeExtractor
Retreives custom attributes applied to a specific method of the class.
getMethodAttributes(String, String[]) - Method in class attrib4j.bcel.BCELAttributeExtractor
Return all the attributes associated with a method that have a particular method signature.
getMethodAttributes(String, String[]) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
A no-op implementation since cfparse is very low on the list of priorities to support now that there is a BCEL implementation.
getMethodAttributes(String, String[], Class) - Method in interface attrib4j.AttributeExtractor
Retreives custom attributes applied to a specific method of the class filtered by a particular attribute class.
getMethodAttributes(String, String[], Class) - Method in class attrib4j.bcel.BCELAttributeExtractor
Return all the attributes associated with a method that have a particular method signature.
getMethodAttributes(String, String[], Class) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
A no-op implementation since cfparse is very low on the list of priorities to support now that there is a BCEL implementation.
getName() - Method in class attrib4j.ant.Attrib4jTask.PackageName
Get the package name.
getName() - Method in class attrib4j.attributes.JavadocAttribute
Get the name of the Javadoc tag.
getRootCause() - Method in class attrib4j.AttributeException
Get the exception that caused this exception to be raised.
getSerializedData() - Method in class attrib4j.cfparse.CFCustomAttrInfo
 
getStackTraceString() - Method in class attrib4j.AttributeException
Return the stack trace including root cause exceptions.
getText() - Method in class attrib4j.attributes.JavadocAttribute
Return the text of this tag, that is, portion beyond tag name.
guessParam(Class, String) - Static method in class attrib4j.bcel.AbstractBCELClassAnnotator
Internal routine to guess (and create) the parameter instance from the text passed in and the type it's supposed to be (from the constructor).

H

hasMoreTokens() - Method in class attrib4j.utensil.PathTokenizer
Tests if there are more path elements available from this tokenizer's path.

I

INFO - Static variable in class attrib4j.Log
Informational messages.
info(Object, String) - Static method in class attrib4j.Log
Convenience method to pick the debug level using the method name.
info(String) - Static method in class attrib4j.Log
Convenience method to pick the debug level using method name.
initialize(Map) - Method in interface attrib4j.AttributeCompiler
Initialize the compiler.
insertClassAttribute(Object) - Method in interface attrib4j.ClassAnnotator
Associate an attribute at the class level.
insertClassAttribute(Object) - Method in class attrib4j.bcel.AbstractBCELClassAnnotator
Associate an attribute at the class level.
insertClassAttribute(Object) - Method in class attrib4j.cfparse.CFParseClassAnnotator
Insert a custom class attribute into the bytecode.
insertFieldAttribute(String, Object) - Method in interface attrib4j.ClassAnnotator
Associate an attribute at the field level.
insertFieldAttribute(String, Object) - Method in class attrib4j.bcel.AbstractBCELClassAnnotator
Associate an attribute at the field level.
insertFieldAttribute(String, Object) - Method in class attrib4j.cfparse.CFParseClassAnnotator
Insert a custom field attribute into the bytecode.
insertMethodAttribute(MethodDoc, Object) - Method in interface attrib4j.ClassAnnotator
Associate an attribute at the method level.
insertMethodAttribute(MethodDoc, Object) - Method in class attrib4j.bcel.AbstractBCELClassAnnotator
Associate an attribute at the method level. Uses the javadoc MethodDoc class as a way to define a particular method. TODO: Think about using classes from java.lang.reflect for describing the method.
insertMethodAttribute(MethodDoc, Object) - Method in class attrib4j.cfparse.CFParseClassAnnotator
Insert a custom method attribute into the bytecode.

J

JavadocAttribute - class attrib4j.attributes.JavadocAttribute.
 
JavadocAttribute(String, String) - Constructor for class attrib4j.attributes.JavadocAttribute
Create a JavadocAttribute with the tag and text of the Javadoc comment.

L

LEVEL - Static variable in class attrib4j.Log
Debug level Note: It has been made public for performance optimization to reduce overhead of including tracing messages
Log - class attrib4j.Log.
Simple helper class that allows to send debug messages to the Java console according to the tracing level.
Log() - Constructor for class attrib4j.Log
 
log(String) - Static method in class attrib4j.Log
Quick log method signature.
log(String, int) - Static method in class attrib4j.Log
A log message with a given level.
log(String, int, Object) - Static method in class attrib4j.Log
A log message with a level and the class that called this method.

N

newFactory(String, ClassLoader) - Static method in class attrib4j.AttributeFactory
Return a new instance of the specified AttributeFactory implementation class, loaded by the specified class loader.
newFactory(String, ClassLoader) - Static method in class attrib4j.AttributeCompilerFactory
Return a new instance of the specified AttributeCompilerFactory implementation class, loaded by the specified class loader.
nextToken() - Method in class attrib4j.utensil.PathTokenizer
Returns the next path element from this tokenizer.
NOTICE - Static variable in class attrib4j.Log
Conditions that are not error conditions, but that may require special handling.

O

open(String, ClassLoader) - Method in interface attrib4j.AttributeExtractor
Using the provided class loader, load the class so that it can be passed to a bytecode manipulation library.
open(String, ClassLoader) - Method in class attrib4j.bcel.BCELAttributeExtractor
Open the classfile and parse it in to the BCEL library.
open(String, ClassLoader) - Method in class attrib4j.cfparse.CFParseAttributeExtractor
Using the provided class loader, load the class so that it can be passed to a bytecode manipulation library.
optionLength(String) - Static method in class attrib4j.AttributeDoclet
API called by javadoc to determine argument counts on javadoc command-line.

P

parseAttributeClassName(String) - Static method in class attrib4j.bcel.AbstractBCELClassAnnotator
Internal routine to pick out a classname from text looking something like: "@attribute attrib4j.examples.attributes.DebugAttribute(true, 12)"
parseAttributeParams(String) - Static method in class attrib4j.bcel.AbstractBCELClassAnnotator
Internal routine to pick out parameters from text looking something like "@attribute com.javageeks.attributes.DebugAttribute(true, 12)"
PathTokenizer - class attrib4j.utensil.PathTokenizer.
A Path tokenizer takes a path and returns the components that make up that path.
PathTokenizer(String) - Constructor for class attrib4j.utensil.PathTokenizer
Constructs a path tokenizer for the specified path.
PathUtil - class attrib4j.utensil.PathUtil.
Modifed for Attrib4j to only take the utility method to convert path names to the correct platform representation.
PathUtil() - Constructor for class attrib4j.utensil.PathUtil
 
printStackTrace() - Method in class attrib4j.AttributeException
Override default behavior
printStackTrace(PrintStream) - Method in class attrib4j.AttributeException
Override default behavior
printStackTrace(PrintWriter) - Method in class attrib4j.AttributeException
Override default behavior

R

read(DataInputStream) - Method in class attrib4j.cfparse.CFCustomAttrInfo
 

S

SERVICE_ID - Static variable in class attrib4j.AttributeFactory
JDK1.3+ 'Service Provider' specification ( http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html )
SERVICE_ID - Static variable in class attrib4j.AttributeCompilerFactory
JDK1.3+ 'Service Provider' specification ( http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html )
setAttributePackages(String) - Method in class attrib4j.ant.Attrib4jTask
 
setClasspath(Path) - Method in class attrib4j.ant.Attrib4jTask
Set the classpath to be used for this javadoc run.
setClasspathRef(Reference) - Method in class attrib4j.ant.Attrib4jTask
Adds a reference to a CLASSPATH defined elsewhere.
setDestdir(File) - Method in class attrib4j.ant.Attrib4jTask
Set the directory where the Javadoc output will be generated.
setDocletPath(Path) - Method in class attrib4j.ant.Attrib4jTask
Set the classpath used to find the doclet class.
setExcludePackageNames(String) - Method in class attrib4j.ant.Attrib4jTask
Set the list of packages to be excluded.
setFile(File) - Method in class attrib4j.ant.Attrib4jTask.SourceFile
Set the source file.
setJavac(Javac) - Method in class attrib4j.ant.Attrib4jCompilerAdapter
Set the Javac task.
setLevel(int) - Static method in class attrib4j.Log
Set the log level for future invocations.
setLoglevel(String) - Method in class attrib4j.ant.Attrib4jTask
 
setMaxmemory(String) - Method in class attrib4j.ant.Attrib4jTask
Set the maximum memory to be used by the javadoc process
setName(String) - Method in class attrib4j.ant.Attrib4jTask.PackageName
Set the name of the package
setPackagenames(String) - Method in class attrib4j.ant.Attrib4jTask
Set the package names to be processed.
setSerializedData(byte[]) - Method in class attrib4j.cfparse.CFCustomAttrInfo
 
setSourcefiles(String) - Method in class attrib4j.ant.Attrib4jTask
Set the list of source files to process.
setSourcepath(Path) - Method in class attrib4j.ant.Attrib4jTask
Specify where to find source file
setSourcepathRef(Reference) - Method in class attrib4j.ant.Attrib4jTask
Adds a reference to a CLASSPATH defined elsewhere.
setupAttrib4j(Javac) - Method in class attrib4j.ant.Attrib4jTask
 
setUseExternalFile(boolean) - Method in class attrib4j.ant.Attrib4jTask
Work around command line length limit by using an external file for the sourcefiles.
start(RootDoc) - Static method in class attrib4j.AttributeDoclet
Entry point for the Doclet when invoked from javadoc.

T

toString() - Method in class attrib4j.AttributeException
 
toString() - Method in class attrib4j.ant.Attrib4jTask.PackageName
 
toString() - Method in class attrib4j.ant.Attrib4jTask.SourceFile
 
toString() - Method in class attrib4j.attributes.JavadocAttribute
Return a pretty print textual description of the attribute.
toString() - Method in class attrib4j.cfparse.CFCustomAttrInfo
 
translateFileSep(StringBuffer, int) - Static method in class attrib4j.utensil.PathUtil
Translates all occurrences of / or \ to correct separator of the current platform and returns whether it had to do any replacements.
translatePath(String) - Static method in class attrib4j.utensil.PathUtil
Splits a PATH (with : or ; as separators) into its parts.

U

Utensil - class attrib4j.Utensil.
 
Utensil() - Constructor for class attrib4j.Utensil
 

V

validOptions(String[][], DocErrorReporter) - Static method in class attrib4j.AttributeDoclet
API called by javadoc to validate arguments on javadoc command-line.

W

WARNING - Static variable in class attrib4j.Log
Warning messages
write(DataOutputStream) - Method in class attrib4j.cfparse.CFCustomAttrInfo
 
write(String) - Method in interface attrib4j.ClassAnnotator
Do the work of writing all the meta-data to the new .class file.
write(String) - Method in class attrib4j.bcel.AbstractBCELClassAnnotator
 
write(String) - Method in class attrib4j.cfparse.CFParseClassAnnotator
Write out the modified classfile.

_

_classGen - Variable in class attrib4j.bcel.AbstractBCELClassAnnotator
 
_constantPool - Variable in class attrib4j.bcel.AbstractBCELClassAnnotator
 
_constantPoolGen - Variable in class attrib4j.bcel.AbstractBCELClassAnnotator
 
_javaClass - Variable in class attrib4j.bcel.AbstractBCELClassAnnotator
 

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

Copyright © 2002-2003 Mark Pollack. All Rights Reserved.