harmonic.mz.file
Class ModuleSettingsReader

java.lang.Object
  |
  +--harmonic.mz.file.ModuleSettingsReader

public class ModuleSettingsReader
extends java.lang.Object


Constructor Summary
ModuleSettingsReader(java.lang.String filename, Module mod)
           
 
Method Summary
 FileNode read()
          Read the settings file (uses MVGFielOpener), returning the file root.
 void translate()
          Translate the elements of the file this knows how to deal with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleSettingsReader

public ModuleSettingsReader(java.lang.String filename,
                            Module mod)
Method Detail

read

public FileNode read()
Read the settings file (uses MVGFielOpener), returning the file root. The file root is added as a child of the module.


translate

public void translate()
Translate the elements of the file this knows how to deal with. Module may add its own elements to the file as well