org.apache.felix.ipojo.handlers.configuration
Class ConfigurationHandlerDescription
java.lang.Object
org.apache.felix.ipojo.architecture.HandlerDescription
org.apache.felix.ipojo.handlers.configuration.ConfigurationHandlerDescription
public class ConfigurationHandlerDescription
- extends HandlerDescription
Configuration handler description.
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationHandlerDescription
public ConfigurationHandlerDescription(Handler handler,
List props)
- Creates the description object for the configuration handler description.
- Parameters:
handler
- the configuration handler.props
- the list of properties.
getHandlerInfo
public Element getHandlerInfo()
- The handler information.
- Overrides:
getHandlerInfo
in class HandlerDescription
- Returns:
- the handler description.
- See Also:
HandlerDescription.getHandlerInfo()
getProperties
public PropertyDescription[] getProperties()
- Gets the properties.
- Returns:
- the property set.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.