Class ClassificationgroupsservicesStandalone
java.lang.Object
com.hybris.classificationgroupsservices.ClassificationgroupsservicesStandalone
Demonstration of how to write a standalone application that can be run directly from within eclipse or from the
commandline.
To run this from commandline, just use the following command:
To run this from commandline, just use the following command:
java -jar bootstrap/bin/ybootstrap.jar "new com.hybris.classificationgroupsservices.ClassificationgroupsservicesStandalone().run();"
From eclipse, just run as Java Application. Note that you maybe need to add all other projects like
ext-commerce, ext-pim to the Launch configuration classpath.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassificationgroupsservicesStandalone
public ClassificationgroupsservicesStandalone()
-
-
Method Details
-
main
Main class to be able to run it directly as a java program.- Parameters:
args- the arguments from commandline
-
run
public void run()
-