org.rhq.core.domain.configuration
Interface AbstractPropertyMap

All Known Implementing Classes:
Configuration, PropertyMap

public interface AbstractPropertyMap


Method Summary
 Property get(String name)
           
 PropertyList getList(String name)
           
 Map<String,Property> getMap()
           
 PropertyMap getMap(String name)
           
 PropertySimple getSimple(String name)
           
 void put(Property property)
           
 

Method Detail

getMap

Map<String,Property> getMap()

put

void put(Property property)

get

Property get(String name)

getSimple

PropertySimple getSimple(String name)

getList

PropertyList getList(String name)

getMap

PropertyMap getMap(String name)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.