public class MsgNodeCompiler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
javaNodeFileOutput |
java.lang.String |
nodeSrcLocation |
Constructor and Description |
---|
MsgNodeCompiler() |
MsgNodeCompiler(boolean silent,
java.lang.String nodeOutputLocation,
java.lang.String nodeDefinitionsLocation) |
MsgNodeCompiler(boolean silent,
java.lang.String nodeOutputLocation,
java.lang.String nodeDefinitionsLocation,
java.lang.String nodeSrcLocation) |
Modifier and Type | Method and Description |
---|---|
void |
generateMessageBrokerAPIJava(java.io.File ibmNodes,
java.io.File msgNode,
java.io.File propertiesFile,
java.lang.String directoryLocation)
Generate the Message Broker API java class for use in the runtime and message broker toolkit from the toolkit msgnode and properties file
|
void |
generateMessageBrokerAPIJava(java.io.File msgNode,
java.io.File propertiesFile,
java.lang.String directoryLocation)
Generate the Message Broker API java class for use in the runtime and message broker toolkit from the toolkit msgnode and properties file
|
void |
Run(boolean silent)
Internal IBM use only.
|
public java.lang.String javaNodeFileOutput
public java.lang.String nodeSrcLocation
public MsgNodeCompiler(boolean silent, java.lang.String nodeOutputLocation, java.lang.String nodeDefinitionsLocation)
public MsgNodeCompiler(boolean silent, java.lang.String nodeOutputLocation, java.lang.String nodeDefinitionsLocation, java.lang.String nodeSrcLocation)
public MsgNodeCompiler()
public void generateMessageBrokerAPIJava(java.io.File msgNode, java.io.File propertiesFile, java.lang.String directoryLocation)
msgNode
- FilepropertiesFile
- FiledirectoryLocation
- Stringpublic void generateMessageBrokerAPIJava(java.io.File ibmNodes, java.io.File msgNode, java.io.File propertiesFile, java.lang.String directoryLocation)
msgNode
- FilepropertiesFile
- FiledirectoryLocation
- Stringpublic void Run(boolean silent)