All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.cf.CFDriver
CodeFormatter bean can be used.
The CFDriver is a stand-alone tool that will instantiate a
CodeFormatter bean, configure it according to your
command-line arguments, and invoke the formatting. Since the
default source of input is stdin, and the default
target for output is stdout, a CFDriver
can also be used as a filter.
CodeFormatter.
public CFDriver()
public static void main(String argv[])
CodeFormatter.
Usage:
args:
[-in fileName] default: <STDIN>
[-out fileName] default: <STDOUT>
[-maxLine length] default: 74
[-step size] default: 2
[-delim group] default: (+
[-sdelim group] default: ,
java com.ibm.cf.CFDriver [args]
All Packages Class Hierarchy This Package Previous Next Index