Serialized Form

Class org.apache.maven.jxr.JavaCodeTransform 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 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

locale

java.util.Locale locale

javadocLinkDir

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


packageManager

PackageManager packageManager
Package Manager for this project.


fileManager

FileManager fileManager


Class org.apache.maven.jxr.JxrException extends java.lang.Exception implements Serializable



Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.