Serialized Form
|
Package org.apache.maven.jxr |
readObject
final void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Description of the Method
- Throws:
ClassNotFoundException
IOException
writeObject
final void writeObject(ObjectOutputStream oos)
throws IOException
- Description of the Method
- Throws:
IOException
reservedWords
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
String currentFilename
- Set the filename that is currently being processed.
revision
String revision
- The current CVS revision of the currently transformed document
sourcefile
String sourcefile
- The currently being transformed source file
destfile
String destfile
- The currently being written destination file
sourcedir
String sourcedir
- The virtual source directory that is being read from:
src/java
inputEncoding
String inputEncoding
- The input encoding
outputEncoding
String outputEncoding
- The output encoding
locale
Locale locale
- The wanted locale
javadocLinkDir
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-2012 Apache Software Foundation. All Rights Reserved.