org.rhq.core.pluginapi.configuration
Class MapPropertySimpleWrapper

java.lang.Object
  extended by org.rhq.core.pluginapi.configuration.MapPropertySimpleWrapper

public class MapPropertySimpleWrapper
extends Object


Constructor Summary
MapPropertySimpleWrapper(PropertySimple prop)
           
 
Method Summary
 Map<String,String> getValue()
           
 void setValue(Map<String,String> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPropertySimpleWrapper

public MapPropertySimpleWrapper(PropertySimple prop)
Method Detail

setValue

public void setValue(Map<String,String> map)
Parameters:
map -
Throws:
IllegalArgumentException - if the map values can not be translated to a storable string. Typically this means max property length is exceeded.

getValue

public Map<String,String> getValue()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.