JStaticJavaFile.ChainFilterpublic static interface JStaticJavaFile.LineFilter
By implementing this interface, derived classes can modify the Java source file before it's written out.
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
process(java.lang.String line) |
java.lang.String process(java.lang.String line)
throws java.text.ParseException
line - a non-null valid String that corresponds to one line.
No '\n' included.java.text.ParseException - when for some reason there's an error in the line.Copyright © 2018 Oracle Corporation. All rights reserved.