org.atmosphere.util
Class AtmosphereConfigReader

java.lang.Object
  extended by 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

Method Summary
static AtmosphereConfigReader getInstance()
           
 AtmosphereConfig parse(AtmosphereConfig config, InputStream stream)
           
 AtmosphereConfig parse(AtmosphereConfig config, String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2014. All Rights Reserved.