com.atlassian.plugin.osgi.factory.transform.model
Class ComponentImport

java.lang.Object
  extended by 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

Constructor Summary
ComponentImport(org.dom4j.Element element)
           
 
Method Summary
 String getFilter()
           
 Set<String> getInterfaces()
           
 String getKey()
           
 org.dom4j.Element getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentImport

public ComponentImport(org.dom4j.Element element)
                throws PluginParseException
Throws:
PluginParseException
Method Detail

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 © 2015 Atlassian. All rights reserved.