Package com.bc.ceres.util
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:- The path to the directory containing the nbm files (mandatory)
- A notification message which is shown to the user as a balloon message in the lower right (optional)
- An URL for the notification message (optional)
-
-
Constructor Summary
Constructors Constructor Description GenAUCatalog(Path moduleDir)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
setNotificationMessage(String msg)
void
setNotificationURL(String url)
-