-
eol
java.lang.String eol
-
logicalLines
java.util.List<E> logicalLines
Logical lines have escaping and line continuation taken care
of. Comments and blank lines are logical lines; they are not
removed.
-
keyedPairLines
java.util.Map<K,V> keyedPairLines
Position in the logicalLines list, keyed by property name.
-
removeComments
boolean removeComments
Flag to indicate that, when we remove a property from the file, we
also want to remove the comments that precede it.