com.raritantechnologies.verity.topic
Class OtlParser

java.lang.Object
  extended bycom.raritantechnologies.verity.topic.OtlParser

public class OtlParser
extends java.lang.Object

Parser for Verity .otl Topic files. Parses an otl file to a TopicSet object.


Developed by Raritan Technologies .

Author:
Kepler Gelotte

Constructor Summary
OtlParser()
           
 
Method Summary
 int getDepth(java.lang.String line)
           
 TopicSet getTopicSet()
           
static void main(java.lang.String[] args)
           
 TopicSet parseFile(java.io.File otlFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtlParser

public OtlParser()
Method Detail

getDepth

public int getDepth(java.lang.String line)

parseFile

public TopicSet parseFile(java.io.File otlFile)
                   throws ParseException
Throws:
ParseException

getTopicSet

public TopicSet getTopicSet()

main

public static void main(java.lang.String[] args)