Class TextFile

java.lang.Object
org.eclipse.jetty.start.TextFile
All Implemented Interfaces:
Iterable<String>
Direct Known Subclasses:
StartIni

public class TextFile extends Object implements Iterable<String>
Simple common abstraction for Text files, that consist of a series of lines.

Ignoring lines that are empty, deemed to be comments, or are duplicates of prior lines.