Package nom.tam.fits

Class HeaderCommentsMap


  • @Deprecated
    public final class HeaderCommentsMap
    extends java.lang.Object
    Deprecated.
    This class provides a modifiable map in which the comment fields for FITS header keywords produced by this library are set. The map is a simple String -> String map where the key Strings are normally class:keyword:id where class is the class name where the keyword is set, keyword is the keyword set and id is an integer used to distinguish multiple instances. Most users need not worry about this class, but users who wish to customize the appearance of FITS files may update the map. The code itself is likely to be needed to understand which values in the map must be modified.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void deleteComment​(java.lang.String key)
      Deprecated.
      static java.lang.String getComment​(java.lang.String key)
      Deprecated.
      static void updateComment​(java.lang.String key, java.lang.String comment)
      Deprecated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • deleteComment

        @Deprecated
        public static void deleteComment​(java.lang.String key)
        Deprecated.
      • getComment

        @Deprecated
        public static java.lang.String getComment​(java.lang.String key)
        Deprecated.
      • updateComment

        @Deprecated
        public static void updateComment​(java.lang.String key,
                                         java.lang.String comment)
        Deprecated.