Class GenAUCatalog

java.lang.Object
com.bc.ceres.util.GenAUCatalog

public class GenAUCatalog extends Object
This tool generates the catalog (update.xml/update.xml.gz) for a set of nbm files. The tool takes up to three parameters:
  1. The path to the directory containing the nbm files (mandatory)
  2. A notification message which is shown to the user as a balloon message in the lower right (optional)
  3. An URL for the notification message (optional)
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • setNotificationMessage

      public void setNotificationMessage(String msg)
    • setNotificationURL

      public void setNotificationURL(String url)