|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.cmdlineutils.SanityChecker
public class SanityChecker
PUBLIC: Checks a topic map for dubious constructs.
Field Summary | |
---|---|
protected TopicMapIF |
tm
|
protected StringifierIF |
ts
|
Constructor Summary | |
---|---|
SanityChecker(java.io.File file)
Constructor that accepts a File object as argument (XTM file). |
|
SanityChecker(LocatorIF url)
Constructor that accepts a url as argument (XTM file). |
|
SanityChecker(java.lang.String url)
Constructor that accepts a url as argument (XTM file). |
|
SanityChecker(TopicMapIF tm)
Constructor that accepts a topicmap as argument. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TopicMapIF tm
protected StringifierIF ts
Constructor Detail |
---|
public SanityChecker(TopicMapIF tm)
public SanityChecker(java.io.File file) throws java.net.MalformedURLException, java.io.IOException
java.net.MalformedURLException
java.io.IOException
public SanityChecker(java.lang.String url) throws java.net.MalformedURLException, java.io.IOException
java.net.MalformedURLException
java.io.IOException
public SanityChecker(LocatorIF url) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |