com.sun.codemodel.fmt
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 |
---|---|
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 © 2005-2014 Sun Microsystems. All Rights Reserved.