gsfc.spdf.istp.tools
Class CleanAttributes

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

public final class CleanAttributes
extends java.lang.Object
This application can be used to "Clean" the global and variable attribute names to comply with the ISTP guidelines. This will fix the case of the attribute names only. Missing or misspelled attributes will not be cleaned.

Together with CDFCheck this class can assist in bringing a given CDF into ISTP-compliance.
 

Usage:
From the command line:
   % java gov.nasa.gsfc.spdf.istp.tools.CleanAttributes <filename>
Filename may be a single file name or simply a "." that will cause all the CDF files in a given directory to be cleaned.

Messages as to the cleaning that was performed will be printed to stdout.
Error messages and status will be printed to stderr.

This aids in capturing messages to a file.

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

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

CleanAttributes

public CleanAttributes()
Method Detail

main

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