Serialized Form
|
Package org.apache.maven.jxr |
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
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 document
sourcefile
java.lang.String sourcefile
- The currently being transformed source file
destfile
java.lang.String destfile
- The currently being written destination file
sourcedir
java.lang.String sourcedir
- The virtual source directory that is being read from:
src/java
inputEncoding
java.lang.String inputEncoding
- The input encoding
outputEncoding
java.lang.String outputEncoding
- The output encoding
locale
java.util.Locale locale
- The wanted locale
javadocLinkDir
java.lang.String javadocLinkDir
- Relative path to javadocs, suitable for hyperlinking
packageManager
PackageManager packageManager
- Package Manager for this project.
fileManager
FileManager fileManager
- current file manager
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.