com.threerings.tools.xml
Class CompiledConfigParser

java.lang.Object
  extended by com.threerings.tools.xml.CompiledConfigParser
Direct Known Subclasses:
ColorPositoryParser, FringeConfigurationParser

public abstract class CompiledConfigParser
extends Object

An abstract base implementation of a parser that is used to compile configuration definitions into config objects for use by the client and server.

See Also:
CompiledConfig, CompiledConfigTask

Constructor Summary
CompiledConfigParser()
           
 
Method Summary
 Serializable parseConfig(File source)
          Parses the supplied configuration file into a serializable configuration object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledConfigParser

public CompiledConfigParser()
Method Detail

parseConfig

public Serializable parseConfig(File source)
                         throws IOException,
                                SAXException
Parses the supplied configuration file into a serializable configuration object.

Throws:
IOException
SAXException


Copyright © 2011. All Rights Reserved.