|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.parsers.XmlDescriptorParser
com.atlassian.plugin.osgi.factory.FilteringXmlDescriptorParser
public class FilteringXmlDescriptorParser
Descriptor parser that ignores certain modules
| Constructor Summary | |
|---|---|
FilteringXmlDescriptorParser(java.io.InputStream source,
java.lang.String... modulesToIgnore)
|
|
| Method Summary | |
|---|---|
protected ModuleDescriptor |
createModuleDescriptor(Plugin plugin,
org.dom4j.Element element,
ModuleDescriptorFactory moduleDescriptorFactory)
Ignores matched modules, otherwise, the normal behavior occurs |
| Methods inherited from class com.atlassian.plugin.parsers.XmlDescriptorParser |
|---|
configurePlugin, createDocument, createPluginInformation, getDocument, getKey, getPluginsVersion, isSystemPlugin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilteringXmlDescriptorParser(java.io.InputStream source,
java.lang.String... modulesToIgnore)
throws PluginParseException
PluginParseException - if there is a problem reading the descriptor from the XML InputStream.| Method Detail |
|---|
protected ModuleDescriptor createModuleDescriptor(Plugin plugin,
org.dom4j.Element element,
ModuleDescriptorFactory moduleDescriptorFactory)
throws PluginParseException
createModuleDescriptor in class XmlDescriptorParserplugin - The pluginelement - The module elementmoduleDescriptorFactory - The module descriptor factory
PluginParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||