|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gsfc.spdf.istp.tools.GetNotes
This application will scan the given CDF(s) for the
"TEXT" global attribute and each variables
"VAR_NOTES" attribute and will output an HTML file.
The arguments are the files to scan. In addition you can
specify two optional command line arguments. The outputStream
and errorStream properties will redirect the stdout and stderr
respectively. If no outputStream is given then the resulting
html file will be written to the current directory in a file
named Notes.html. If no errorStream is given then errors and
logging messages will be sent to the stderr.
Example: To generate a notes page named myNotes.html for all
the CDF files in the current directory and generate a logfile
named myNotes.log you would run the following:
% GetNotes -DoutputStream=myNotes.html -DerrorStream=myNotes.log *.cdfAn example of a notes page that was generated with this program may be found at http://cdaweb.gsfc.nasa.gov/cdaweb/misc/master_notes.html
Constructor Summary | |
GetNotes()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GetNotes()
Method Detail |
public static void main(java.lang.String[] argv)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |