Class HelpConstants

java.lang.Object
picard.util.help.HelpConstants

public final class HelpConstants extends Object
  • Field Details

  • Method Details

    • getSuperCategoryMap

      public static Map<String,String> getSuperCategoryMap()
    • getSuperCategoryProperty

      public static String getSuperCategoryProperty(String groupName)
      Given a group name, return a supercategory string for use by the online doc system to determine which supercateogry the group is in. The strings returned by this method should match those used in the corresponding help template.
      Parameters:
      groupName -
      Returns:
      supercategory string corresponding to groupName for use in for use in determining which supercategory the group is in for online doc purposes.