- targetDir - Variable in class org.apache.activemq.openwire.tool.CHeadersGenerator
-
- targetDir - Variable in class org.apache.activemq.openwire.tool.CppClassesGenerator
-
- targetDir - Variable in class org.apache.activemq.openwire.tool.CppMarshallingHeadersGenerator
-
- targetDir - Variable in class org.apache.activemq.openwire.tool.CSharpClassesGenerator
-
- targetDir - Variable in class org.apache.activemq.openwire.tool.CSharpMarshallingGenerator
-
- targetDir - Variable in class org.apache.activemq.openwire.tool.JavaMarshallingGenerator
-
- targetDir - Variable in class org.apache.activemq.openwire.tool.JavaTestsGenerator
-
- TestDataGenerator - Class in org.apache.activemq.openwire.tool
-
A simple helper class to help auto-generate test data when code generating test cases
- TestDataGenerator() - Constructor for class org.apache.activemq.openwire.tool.TestDataGenerator
-
- toCppDefaultValue(JClass) - Method in class org.apache.activemq.openwire.tool.CppClassesGenerator
-
Converts the Java type to a C++ default value
- toCppType(JClass) - Method in class org.apache.activemq.openwire.tool.CppClassesGenerator
-
Converts the Java type to a C++ type name
- toCSharpType(JClass) - Method in class org.apache.activemq.openwire.tool.OpenWireGenerator
-
Converts the Java type to a C# type name
- toMarshalMethodName(JClass) - Method in class org.apache.activemq.openwire.tool.CppClassesGenerator
-
Converts the Java type to the name of the C++ marshal method to be used
- toUnmarshalCast(JClass) - Method in class org.apache.activemq.openwire.tool.CppClassesGenerator
-
Converts the Java type to a C++ pointer cast
- toUnmarshalMethodName(JClass) - Method in class org.apache.activemq.openwire.tool.CppClassesGenerator
-
Converts the Java type to the name of the C++ unmarshal method to be used