com.threerings.miso.tile.tools.xml
Class FringeConfigurationParser

java.lang.Object
  extended by com.threerings.tools.xml.CompiledConfigParser
      extended by com.threerings.miso.tile.tools.xml.FringeConfigurationParser

public class FringeConfigurationParser
extends CompiledConfigParser

Parses fringe config definitions.


Field Summary
protected  TileSetIDBroker _idBroker
           
 
Constructor Summary
FringeConfigurationParser(TileSetIDBroker broker)
           
 
Method Summary
protected  void addRules(org.apache.commons.digester.Digester digest)
          Adds the necessary digester rules for parsing the config object.
protected  Serializable createConfigObject()
          Creates the config object instance that will be populated during the parsing process.
 
Methods inherited from class com.threerings.tools.xml.CompiledConfigParser
parseConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_idBroker

protected TileSetIDBroker _idBroker
Constructor Detail

FringeConfigurationParser

public FringeConfigurationParser(TileSetIDBroker broker)
Method Detail

createConfigObject

protected Serializable createConfigObject()
Description copied from class: CompiledConfigParser
Creates the config object instance that will be populated during the parsing process.

Specified by:
createConfigObject in class CompiledConfigParser

addRules

protected void addRules(org.apache.commons.digester.Digester digest)
Description copied from class: CompiledConfigParser
Adds the necessary digester rules for parsing the config object.

Specified by:
addRules in class CompiledConfigParser