| Home >> All >> org >> apache >> bsf >> util >> [ cf Javadoc ] |
org.apache.bsf.util.cf: Javadoc index of package org.apache.bsf.util.cf.
Package Samples:
org.apache.bsf.util.cf
Classes:
CFDriver: This is an example of how a 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: A CodeFormatter bean is used to format raw Java code. It indents, word-wraps, and replaces tab characters with an amount of space characters equal to the size of the indentationStep property. To create and use a CodeFormatter , you simply instantiate a new CodeFormatter bean, and invoke formatCode(Reader source, Writer target) with appropriate arguments.
| Home | Contact Us | Privacy Policy | Terms of Service |