Option methodtable, Specification format, Specification contents – FUJITSU J Adapter Class Generator User Manual

Page 39: Meaning of the parameter, Option outputpath

Advertising
background image

Chapter 4. Using the Generator Command 39

Option MethodTable

Specification format

Option MethodTable { YES | NO }

Specification contents
Specify whether or not to output the method name cross-reference list file (list of

adapter class methods that correspond to the Java class methods). If omitted, it is

assumed that NO is specified.
The method name cross-reference list file is output using the format of "

source-file-

name

.txt" of the adapter class for each Java class.

Meaning of the parameter
• YES

The method name cross-reference list file is output.

• NO

The method name cross-reference list file is not output.

Option OutPutPath

Specification format

Option OutPutPath=

output-folder

Specification contents
Specify the folder to which source of the adapter class is output.
When a folder include a blank, enclose the entire output target folder with double

quotation (").
If omitted, it is generated in the current directory.

Option OverWrite

Specification format

Option OverWrite = { YES | NO }

Specification contents
Specify whether to overwrite an existing adapter class or to overwrite it when an

adapter class of the same name already exists.
If omitted, it is assumed that NO is specified.
Meaning of the parameter
• YES

Overwrite is executed.

• NO

Overwrite is not executed.

Advertising