org.atmosphere.util
Class AtmosphereConfigReader.Property

java.lang.Object
  extended by org.atmosphere.util.AtmosphereConfigReader.Property
Enclosing class:
AtmosphereConfigReader

public class AtmosphereConfigReader.Property
extends Object

Simple Structn representing a element/value.


Field Summary
 String name
           
 String value
           
 
Constructor Summary
AtmosphereConfigReader.Property(String name, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

AtmosphereConfigReader.Property

public AtmosphereConfigReader.Property(String name,
                                       String value)


Copyright © 2010 SUN Microsystems. All Rights Reserved.