satc
Class SettingsReader

java.lang.Object
  |
  +--satc.SettingsReader

public class SettingsReader
extends java.lang.Object

This class reads the syntax modes from a property file and registers them.


Constructor Summary
SettingsReader()
           
 
Method Summary
static java.util.Properties getProperties(java.lang.String syntaxMode)
           
 void load()
          Reads the syntax modes from a property file and creates a SyntaxInfo structure for each of them.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsReader

public SettingsReader()
Method Detail

load

public void load()
          throws java.util.MissingResourceException
Reads the syntax modes from a property file and creates a SyntaxInfo structure for each of them. The SyntaxInfo structures are then registered with Syntax class.

getProperties

public static java.util.Properties getProperties(java.lang.String syntaxMode)