public interface FilerTextResource
A resource from output (such as 
target/META-INF/helidon) that can have existing
 values, and may be replaced with a new value.- 
Method Summary
- 
Method Details- 
linesExisting lines of the resource. Returns an empty list if the resource does not exist.- Returns:
- list of lines, immutable collection
 
- 
linesNew lines of the resource.- Parameters:
- newLines- new lines to- write()to the resource file
 
- 
writevoid write()Writes the new lines to the output. This operation can only be called once per codegen round.
 
-