Class catalogid


  • public final class catalogid
    extends java.lang.Object
    A convenience class that launches the CatalogID application for generating catalog IDs from the command line. When run, it simply passes it arguments on to CatalogID.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 to CatalogID.main(java.lang.String[]).
      • Methods inherited from class java.lang.Object

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

      • catalogid

        public catalogid()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Launches the catalog ID command line tool by passing the command line arguments to CatalogID.main(java.lang.String[]).
        Parameters:
        args - command line arguments