com.atlassian.plugin.osgi.factory.transform.model
Class ComponentImport
java.lang.Object
com.atlassian.plugin.osgi.factory.transform.model.ComponentImport
public class ComponentImport
- extends Object
Represents the data in a component-import tag in the plugin descriptor
- Since:
- 2.2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentImport
public ComponentImport(org.dom4j.Element element)
throws PluginParseException
- Throws:
PluginParseException
getKey
public String getKey()
getInterfaces
public Set<String> getInterfaces()
getSource
public org.dom4j.Element getSource()
getFilter
public String getFilter()
- Returns:
- The configured ldap filter
- Since:
- 2.3.0
Copyright © 2011 Atlassian. All Rights Reserved.