com.atlassian.plugin.osgi.factory.transform.model
Class ComponentImport
java.lang.Object
com.atlassian.plugin.osgi.factory.transform.model.ComponentImport
public class ComponentImport
- extends java.lang.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 java.lang.String getKey()
getInterfaces
public java.util.Set<java.lang.String> getInterfaces()
getSource
public org.dom4j.Element getSource()
getFilter
public java.lang.String getFilter()
- Returns:
- The configured ldap filter
- Since:
- 2.3.0
Copyright © 2013 Atlassian. All Rights Reserved.