-
Notifications
You must be signed in to change notification settings - Fork 117
Command Line Tool
junkdog edited this page Sep 21, 2014
·
29 revisions
Stand-alone executable jar for weaving components and generating the component dependency matrix.
$ java -jar artemis-odb-cli-0.7.0.jar
Usage: artemis-odb-cli-0.7.0.jar [options] [command] [command options]
Options:
-h, --help
Displays this help message.
Default: false
Commands:
matrix Generate the Component Dependency Matrix from existing classes
Usage: matrix [options]
Options:
* -c, --class-folder
Root class folder
-l, --label
Project name, used as page title
Default: Unknown artemis project
-o, --output
Save to file, destination may be given as a folder path
Default: matrix.html
weave Weave component types and inject profiler code into entity systems
Usage: weave [options]
Options:
* -c, --class-folder
Root class folder
-p, --disable-pooled
Disable weaving of pooled components
Default: false
-v, --verbose
Print summary of all transformed components
Default: false
optimize Optimize systems extending EntityProcessingSystem
Usage: optimize [options]
Options:
* -c, --class-folder
Root class folder
-v, --verbose
Print summary of all transformed components
Default: false
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference