|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface StaticJavaFile.LineFilter
Filter that alters the Java source code.
By implementing this interface, derived classes can modify the Java source file before it's written out.
| Method Summary | |
|---|---|
String |
process(String line)
|
| Method Detail |
|---|
String process(String line)
throws ParseException
line - a non-null valid String that corresponds to one line.
No '\n' included.
ParseException - when for some reason there's an error in the line.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||