|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.abrarsyed.jastyle.FormatterHelper
public class FormatterHelper
| Constructor Summary | |
|---|---|
FormatterHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
format(java.io.Reader in,
ASFormatter formatter)
Returns the formatted version of the source code |
static void |
format(java.io.Reader in,
ASFormatter formatter,
java.io.Writer writer)
Returns the formatted version of the source code |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormatterHelper()
| Method Detail |
|---|
public static java.lang.String format(java.io.Reader in,
ASFormatter formatter)
in - The reader of the original source code (this reader will be closed)formatter - The formatter to use
public static void format(java.io.Reader in,
ASFormatter formatter,
java.io.Writer writer)
in - The reader of the original source code (this reader will be closed)formatter - The formatter to usewriter - The writer where thw output will be written
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||