|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnct.parsers.SIFParser
public class SIFParser
A simple class that provides a method of parse a SIF file.
| Constructor Summary | |
|---|---|
SIFParser()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String[]> |
parse(java.lang.String fileName)
A simple method that parses a SIF formatted file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SIFParser()
| Method Detail |
|---|
public static java.util.List<java.lang.String[]> parse(java.lang.String fileName)
fileName - The SIF file to be parsed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||