Class catalogid
- java.lang.Object
-
- catalogid
-
public final class catalogid extends java.lang.Object
A convenience class that launches theCatalogID
application for generating catalog IDs from the command line. When run, it simply passes it arguments on toCatalogID.main(java.lang.String[])
.To use this from a command line, use a command like the following:
java -cp strange-eons.jar catalogid [arguments...]
- Since:
- 3.0
- Author:
- Chris Jennings
-
-
Constructor Summary
Constructors Constructor Description catalogid()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Launches the catalog ID command line tool by passing the command line arguments toCatalogID.main(java.lang.String[])
.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Launches the catalog ID command line tool by passing the command line arguments toCatalogID.main(java.lang.String[])
.- Parameters:
args
- command line arguments
-
-