public 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 and Description |
---|---|
String |
process(String line) |
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.Copyright © 2017 JBoss by Red Hat. All rights reserved.