You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LineInterface has a concrete implementation NameValueLine, based on
AbstractLine, and which allows a line in a file to be added or modified
and which signals when a change to the line has occurred.
LineBasedFileInterface has a concrete implementation LineBasedFile to
represent a file and which reads and writes LineInterface lines,
signalling when a change to the file has occurred.