gsfc.spdf.istp.tools
Class CDFCheck

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

public class CDFCheck
extends java.lang.Object
This application can be used to "Check" the CDF to ensure that it complies with the ISTP guidelines. If errors are found with attribute naming you may try to use CleanAttributes to fix some common attribute naming mistakes.
Usage:
From the command line:
   % java gov.nasa.gsfc.spdf.istp.tools.CDFCheck <filename>
Filename may be a single file name or simply a "." that will cause all the CDF files in a given directory to be checked.

Messages will be printed to stdout.
Error messages and status will be printed to stderr.
 

See Also:
gov.nasa.gsfc.spdf.istp.ISTPCompliance, gov.nasa.gsfc.spdf.istp.tools.CleanAttributes

Constructor Summary
CDFCheck()
 
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

CDFCheck

public CDFCheck()
Method Detail

main

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