Fujitsu J Adapter Class Generator Portable Generator User Manual


 
Chapter 4. Using the Generator Command 43
Figure 4.1
Generation Name Management File
The J adapter class generator uses a generation name management file to manage
the correspondence between the names used in Java classes and adapter classes.
The generation name management file is generated with the following name in the
adapter class output folder:
java2cob.mgt
See "
Numbering names
" for information on how to use the generation name
management file.
Method Name Cross-Reference List File
A method name cross-reference list file is output so that the operator can check the
correspondence between Java class methods and adapter class methods. The
method name cross-reference list file is generated, when the -oi option or the
"Option MethodTable" parameter is specified, in the adapter class output folder
according to the following rules:
Period or dollar used in the class name or interface name qualified by a package
name is changed to hyphen.
The extension is fixed to "
.txt
".