public static interface JStaticJavaFile.LineFilter
By implementing this interface, derived classes can modify the Java source file before it's written out.
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 © 2005-2013 Sun Microsystems. All Rights Reserved.