When the constructor/method/field is not specified:
java2cob [-classpath class-path] [-d output-folder] [-ov] [-om] [-oi] [-c{s|u|ul|ub}] [-s[n]] [-t] class-name/interface-name ...
When the constructor/method/field is specified:
java2cob [-classpath class-path] [-d output-folder] [-ov] [-oi] [-c{s|u|ul|ub}] [-s[n]] [-t] -r class-name/interface-name [-gc ["constructor-name [(parameter-type)] [,...]"]] [-gm ["method-name [(parameter-type)] [,...]"]] [-gf [field-name [,...]]] ...
When the optional file is specified:
java2cob -i optional-file
Notes on Describing the Command
The clause that is enclosed by square brackets can be omitted.
Symbol of the curly brackets indicates selection of clause that is delimited by "|".
Dot (...) indicates repeated specification.
Italic type indicates variable character string.