Class IndexFileParser

java.lang.Object
org.checkerframework.afu.scenelib.io.IndexFileParser

public final class IndexFileParser extends Object
IndexFileParser provides static methods parse(LineNumberReader, String, AScene), parseFile(String, AScene), and parseString(String, String, AScene). Each of these parses an index file into a AScene.

If there are any problems, it throws a ParseException internally, or a FileIOException externally.