org.identityconnectors.framework.impl.api
Class ConfigurationPropertiesImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
All Implemented Interfaces:
ConfigurationProperties

public class ConfigurationPropertiesImpl
extends Object
implements ConfigurationProperties


Constructor Summary
ConfigurationPropertiesImpl()
           
 
Method Summary
 boolean equals(Object o)
           
 APIConfigurationImpl getParent()
           
 Collection<ConfigurationPropertyImpl> getProperties()
           
 ConfigurationProperty getProperty(String name)
          
 List<String> getPropertyNames()
          
 int hashCode()
           
 void setParent(APIConfigurationImpl parent)
           
 void setProperties(Collection<ConfigurationPropertyImpl> in)
           
 void setPropertyValue(String name, Object value)
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPropertiesImpl

public ConfigurationPropertiesImpl()
Method Detail

getParent

public APIConfigurationImpl getParent()

setParent

public void setParent(APIConfigurationImpl parent)

setProperties

public void setProperties(Collection<ConfigurationPropertyImpl> in)

getProperties

public Collection<ConfigurationPropertyImpl> getProperties()

getProperty

public ConfigurationProperty getProperty(String name)

Specified by:
getProperty in interface ConfigurationProperties

getPropertyNames

public List<String> getPropertyNames()

Specified by:
getPropertyNames in interface ConfigurationProperties

setPropertyValue

public void setPropertyValue(String name,
                             Object value)

Specified by:
setPropertyValue in interface ConfigurationProperties

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.