org.browsecode.helpers.keyvalues
Class JNLPPropertyKeyValues

java.lang.Object
  extended by org.browsecode.helpers.keyvalues.JNLPPropertyKeyValues
All Implemented Interfaces:
HasKeyValues, HasKeyValuesModifiable, KeyValuesModifiable

public class JNLPPropertyKeyValues
extends java.lang.Object
implements HasKeyValuesModifiable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.browsecode.helpers.keyvalues.HasKeyValuesModifiable
HasKeyValuesModifiable.Hash
 
Constructor Summary
JNLPPropertyKeyValues()
           
 
Method Summary
 java.lang.String getAsJNLP()
           
 java.lang.String getValue(java.lang.String key)
           
 void setValue(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNLPPropertyKeyValues

public JNLPPropertyKeyValues()
Method Detail

getValue

public java.lang.String getValue(java.lang.String key)
Specified by:
getValue in interface HasKeyValues

setValue

public void setValue(java.lang.String key,
                     java.lang.String value)
Specified by:
setValue in interface KeyValuesModifiable

getAsJNLP

public java.lang.String getAsJNLP()