Package org.atmosphere.util
Class AtmosphereConfigReader
- java.lang.Object
-
- org.atmosphere.util.AtmosphereConfigReader
-
public class AtmosphereConfigReader extends java.lang.ObjectDescriptor for an Atmosphere configuraton file.- Author:
- Jerome Dochez (for the version shipped in GlassFish v3)., Jeanfrancois Arcand, Sebastien Dionne : sebastien.dionne@gmail.com
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtmosphereConfigReadergetInstance()AtmosphereConfigparse(AtmosphereConfig config, java.io.InputStream stream)AtmosphereConfigparse(AtmosphereConfig config, java.lang.String filename)
-
-
-
Method Detail
-
parse
public AtmosphereConfig parse(AtmosphereConfig config, java.lang.String filename) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
parse
public AtmosphereConfig parse(AtmosphereConfig config, java.io.InputStream stream) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
getInstance
public static AtmosphereConfigReader getInstance()
-
-