gsfc.spdf.istp.tools
Class GetNotes

java.lang.Object
  |
  +--gsfc.spdf.istp.tools.GetNotes

public class GetNotes
extends java.lang.Object

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 *.cdf
 
An 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

GetNotes

public GetNotes()
Method Detail

main

public static void main(java.lang.String[] argv)