org.atmosphere.util
Class AtmosphereConfigReader
java.lang.Object
org.atmosphere.util.AtmosphereConfigReader
public class AtmosphereConfigReader
- extends Object
Descriptor for an Atmosphere configuraton file.
- Author:
- Jerome Dochez (for the version shipped in GlassFish v3)., Jeanfrancois Arcand, Sebastien Dionne : sebastien.dionne@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public AtmosphereConfig parse(AtmosphereConfig config,
String filename)
throws FileNotFoundException
- Throws:
FileNotFoundException
parse
public AtmosphereConfig parse(AtmosphereConfig config,
InputStream stream)
throws FileNotFoundException
- Throws:
FileNotFoundException
getInstance
public static AtmosphereConfigReader getInstance()
Copyright © 2012. All Rights Reserved.