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
-
lines
Existing lines of the resource. Returns an empty list if the resource does not exist.- Returns:
- list of lines, immutable collection
-
lines
New lines of the resource.- Parameters:
newLines
- new lines towrite()
to the resource file
-
write
void write()Writes the new lines to the output. This operation can only be called once per codegen round.
-