public static interface JStaticJavaFile.ILineFilter
By implementing this interface, derived classes can modify the Java source file before it's written out.
@Nullable String process(@Nonnull String sLine) throws ParseException
sLine - 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 © 2013–2015 Philip Helger. All rights reserved.