Class SanityChecker
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.SanityChecker
-
public class SanityChecker extends Object
PUBLIC: Checks a topic map for dubious constructs.
-
-
Field Summary
Fields Modifier and Type Field Description protected TopicMapIF
tm
-
Constructor Summary
Constructors Constructor Description SanityChecker(File file)
Constructor that accepts a File object as argument (XTM file).SanityChecker(String url)
Constructor that accepts a url as argument (XTM file).SanityChecker(TopicMapIF tm)
Constructor that accepts a topicmap as argument.
-
-
-
Field Detail
-
tm
protected TopicMapIF tm
-
-
Constructor Detail
-
SanityChecker
public SanityChecker(TopicMapIF tm)
Constructor that accepts a topicmap as argument.
-
SanityChecker
public SanityChecker(File file) throws MalformedURLException, IOException
Constructor that accepts a File object as argument (XTM file).- Throws:
MalformedURLException
IOException
-
SanityChecker
public SanityChecker(String url) throws MalformedURLException, IOException
Constructor that accepts a url as argument (XTM file).- Throws:
MalformedURLException
IOException
-
-