org.rhq.core.pluginapi.configuration
Class MapPropertySimpleWrapper
java.lang.Object
org.rhq.core.pluginapi.configuration.MapPropertySimpleWrapper
public class MapPropertySimpleWrapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapPropertySimpleWrapper
public MapPropertySimpleWrapper(PropertySimple prop)
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.