Package org.dellroad.stuff.main

Classes supporting "main" classes, i.e., classes with a public static void main method that are intended to be invoked from the command line.

See:
          Description

Class Summary
ContextMainClass Support superclass for MainClass implementations that wish to execute with an associated Spring application context.
MainClass Support superclass for command line classes.
 

Package org.dellroad.stuff.main Description

Classes supporting "main" classes, i.e., classes with a public static void main method that are intended to be invoked from the command line.