Class CommandLineSupport

java.lang.Object
com.softslate.commerce.businessobjects.core.CommandLineSupport
Direct Known Subclasses:
CommandLineExample, CommandLineFailedPaymentCheck, CommandLineReindexLucene, CommandLineSorter

public abstract class CommandLineSupport extends Object
An abstract useful for subclassing by classes that need to be invoked from the command line. A method for initializing all of the system objects needed to perform queries and invoke business objects is provided. See the accompanying CommandLineExample for an example of a subclass which may be invoked from the command line, and commandLineExample.sh for a Unix shell script that may be used to fire off the example.
Author:
dtobey