org.identityconnectors.framework.impl.api
Class ConfigurationPropertiesImpl
java.lang.Object
org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
- All Implemented Interfaces:
- ConfigurationProperties
public class ConfigurationPropertiesImpl
- extends Object
- implements ConfigurationProperties
ConfigurationPropertiesImpl
public ConfigurationPropertiesImpl()
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.