alma::tools::idlgen::OutputStringManipulator Class Reference
List of all members.
Detailed Description
Modifies strings for our lean-and-mean approach to reusing OpenORB code.
-
according to the OMG spec, declarations of structs, exceptions, etc. inside an interface will be mapped to a Java sub-package interfaceName+'Package'. For the special purposes of the ACS IDL compiler, the interface name gets appended with 'J'; this would lead to undesireable sub-packages interfaceName+'J'+'Package'. Therefore, we replace occurences of 'JPackage' with 'Package'
-
implements org.omg.CORBA.portable.IDLEntity is stripped off so that generated Java classes for interfaces, structs etc. don't implement that interface.
- Author:
- hsommer
Member Function Documentation
| alma::tools::idlgen::OutputStringManipulator::[static initializer] |
( |
|
) |
[inline, static, package] |
| static String alma::tools::idlgen::OutputStringManipulator::modify |
( |
String |
input |
) |
[inline, static, package] |
Member Data Documentation
The documentation for this class was generated from the following file: