org.activemath.omdocjdom.index
Class IndexDescriptor

java.lang.Object
  extended by org.activemath.omdocjdom.index.IndexDescriptor

public class IndexDescriptor
extends Object

A simple class to read and write index-descriptor XML file from the disk.


Constructor Summary
IndexDescriptor(File indexRoot)
           
 
Method Summary
 void parseData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexDescriptor

public IndexDescriptor(File indexRoot)
                throws Exception
Throws:
Exception
Method Detail

parseData

public void parseData()
               throws Exception
Throws:
Exception