|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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(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(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(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(File file)
throws MalformedURLException,
IOException
MalformedURLException
IOException
public SanityChecker(String url)
throws MalformedURLException,
IOException
MalformedURLException
IOException
public SanityChecker(LocatorIF url)
throws IOException
IOException| Method Detail |
|---|
public static void main(String[] argv)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||