Serialized Form


Package org.apache.maven.jxr

Class org.apache.maven.jxr.CodeTransform extends java.lang.Object implements Serializable

Serialization Methods

readObject

final void readObject(java.io.ObjectInputStream ois)
               throws java.lang.ClassNotFoundException,
                      java.io.IOException
Description of the Method

Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

final void writeObject(java.io.ObjectOutputStream oos)
                throws java.io.IOException
Description of the Method

Throws:
java.io.IOException
Serialized Fields

reservedWords

java.util.Hashtable<K,V> reservedWords
HashTable containing java reserved words


inMultiLineComment

boolean inMultiLineComment
flag set to true when a multi line comment is started


inJavadocComment

boolean inJavadocComment
flag set to true when a javadoc comment is started


currentFilename

java.lang.String currentFilename
Set the filename that is currently being processed.


revision

java.lang.String revision
The current CVS revision of the currently transformed documnt


sourcefile

java.lang.String sourcefile
The currently being transformed source file


destfile

java.lang.String destfile
The currently being written destfile


sourcedir

java.lang.String sourcedir
The virtual source directory that is being read from: src/java


inputEncoding

java.lang.String inputEncoding

outputEncoding

java.lang.String outputEncoding

lang

java.lang.String lang

javadocLinkDir

java.lang.String javadocLinkDir
Relative path to javadocs, suitable for hyperlinking


packageManager

PackageManager packageManager
Package Manager for this project.



Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.