org.xwiki.wikistream.instance.output
Class InstanceOutputProperties

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.xwiki.wikistream.instance.output.InstanceOutputProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, org.xwiki.properties.RawProperties

@Unstable
public class InstanceOutputProperties
extends HashMap<String,Object>
implements org.xwiki.properties.RawProperties

Since:
5.3RC1
Version:
$Id: f5d35adccd4586a0e46201dcf8b4e4ff0a5ab334 $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
InstanceOutputProperties()
           
 
Method Summary
 void set(String propertyName, Object value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

InstanceOutputProperties

public InstanceOutputProperties()
Method Detail

set

public void set(String propertyName,
                Object value)
Specified by:
set in interface org.xwiki.properties.RawProperties


Copyright © 2004–2014 XWiki. All rights reserved.