|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.filters.AbstractFilter
faa.tg.aidl.AidlWriter
public class AidlWriter
Converts TGF Ac States into XML See the source AidlWriter.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private java.util.Hashtable<Acid,AidlAcWriter> |
innerList
|
private boolean |
isWritable
|
private java.lang.String |
outputFileTemplate
|
(package private) static long |
serialVersionUID
|
| Fields inherited from class faa.tg.filters.AbstractFilter |
|---|
DEFAULT_PASS_THROUGH, listeners, passThrough |
| Constructor Summary | |
|---|---|
AidlWriter()
Constructor |
|
AidlWriter(java.lang.String outputFile)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a new Object with the same output file |
void |
closeAll()
Flushes output and closes all output files. |
void |
doFinal()
Does final activities for writer: flushes output and closes file. |
java.lang.String |
getOutputFileName()
Returns the name of the file to write the output to |
java.lang.String |
getOutputFileTemplate()
Gets the name of the directory to output reports to as a String. |
void |
handleObject(Filterable evt)
handle incoming event |
boolean |
isWritableFile()
Returns whether output file is writable |
static void |
main(java.lang.String[] args)
Main Method |
void |
setOutputFileName(java.lang.String outputFileName)
Set output file name Required by StdWriter interface |
void |
setOutputFileTemplate(java.lang.String outputFileTemplate)
Sets the template for the output file names to write reports to. |
| Methods inherited from class faa.tg.filters.AbstractFilter |
|---|
addFilterableListener, fire, getPassThrough, removeFilterableListener, setPassThrough, substituteFileVariables |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface faa.tg.filters.Filter |
|---|
addFilterableListener, fire, getPassThrough, removeFilterableListener, setPassThrough |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private boolean isWritable
private java.lang.String outputFileTemplate
private java.util.Hashtable<Acid,AidlAcWriter> innerList
| Constructor Detail |
|---|
public AidlWriter()
public AidlWriter(java.lang.String outputFile)
outputFile - - where to write output to| Method Detail |
|---|
public void closeAll()
closeAll in interface StdWriterpublic void doFinal()
doFinal in interface StdWriterdoFinal in interface DoesFinalpublic java.lang.String getOutputFileName()
getOutputFileName in interface StdWriterpublic boolean isWritableFile()
isWritableFile in interface StdWriterpublic void setOutputFileName(java.lang.String outputFileName)
setOutputFileName in interface StdWriteroutputFileName - - the name of the file to write the output topublic void setOutputFileTemplate(java.lang.String outputFileTemplate)
outputFileTemplate - - The new output file template as a String.public java.lang.Object clone()
clone in interface StdWriterclone in class java.lang.Objectpublic void handleObject(Filterable evt)
handleObject in interface StdWriterhandleObject in interface FilterableListenerhandleObject in class AbstractFilterevt - The event containing the Filterable object.public java.lang.String getOutputFileTemplate()
public static void main(java.lang.String[] args)
args - - command line args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||