-
Notifications
You must be signed in to change notification settings - Fork 1
ClassGenerator
Lukas Schmelzeisen edited this page Apr 15, 2014
·
1 revision
The SDD class generator can parse a SDD configuration an create Java classes that can automatically store the results of an SDD Read Request.
To generate classes execute:
./classGenerator.sh [CONFIG_PATH] [OUTPUT_PATH] [PACKAGE]
Arguments are as follow:
Argument | Description | Default |
---|---|---|
CONFIG_PATH | The configuration file that should be parsed. | /usr/share/sdd/config.xml |
OUTPUT_PATH | Directory where classes should be put. | /usr/share/sdd/classes |
PACKAGE | Java package name that will be prepended before the package name. | sdd.generated.classes |
The correct command generate the SDD Classes for the Metalcon Middleware is:
./classGenerator.sh /usr/share/sdd/config.xml <path-to-middleware-repo>/src/main/java/de/metalcon/middleware/sdd de.metalcon.middleware.sdd