Package net.aifusion.utils
Class Main
java.lang.Object
net.aifusion.utils.Main
The Main (dispatcher) entry point for all Fusion tools
This program is the main entry point for all tools and provides a command line interface that dispatches the request to the different. The following tools are currently handled:
This program is the main entry point for all tools and provides a command line interface that dispatches the request to the different. The following tools are currently handled:
- Cim Server
- Run the cim Server
- Tests
- Run the unit tests
- Configure
- Create configuration needed for the CIM Server
- MofParser
- load mof files into the repository
- Cim2Java
- Create java source stubs from MOF
- Java2Cim
- Create mof files from java
- Author:
- Sharad Singhal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
The Main (dispatcher) entry point for all Fusion tools
This program is the main entry point for all tools and provides a command line interface that dispatches the request to the different.static void
Show help for a command
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The Main (dispatcher) entry point for all Fusion tools
This program is the main entry point for all tools and provides a command line interface that dispatches the request to the different. The following tools are currently handled:- server
- Run the cim Server
- test
- Run the unit tests
- config
- Create a CIM Server configuration
- parse
- load mof files into a repository
- c2j
- Create java source stubs from MOF
- j2c
- Create mof files from java
- Parameters:
args
- - program arguments.
-
showHelp
Show help for a command- Parameters:
javaCommand
- - the java command that needs to be run. May be null if using the dispatcher or a jar file where the dispatcher is the defaultargs
- - command line arguments given
-