Class CommandLineSorter
java.lang.Object
com.softslate.commerce.businessobjects.core.CommandLineSupport
com.softslate.commerce.businessobjects.core.CommandLineSorter
A class which may be run from the command line to sort products or
categories.
This example uses the
CommandLineSupport class to initialize all
of the system objects such as the BusinessObjectFactory and the
DAOFactory.- Author:
- dtobey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.softslate.commerce.businessobjects.core.CommandLineSupport
initAppComponents, initAppComponentsDefaults, initAppSettings, initBusinessObjectFactory, initDAOFactory, initHibernateSettings, initializeEventBus, initializeSystem
-
Field Details
-
log
static org.apache.commons.logging.Log log
-
-
Constructor Details
-
CommandLineSorter
public CommandLineSorter()
-
-
Method Details
-
main
Main method, which gets invoked when executing this class from the command line.- Parameters:
args-
-