|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.osgi.factory.OsgiPluginXmlDescriptorParserFactory
public class OsgiPluginXmlDescriptorParserFactory
Descriptor parser factory that creates parsers for Osgi plugins. Must only be used with OsgiPlugin instances.
| Constructor Summary | |
|---|---|
OsgiPluginXmlDescriptorParserFactory()
|
|
| Method Summary | |
|---|---|
DescriptorParser |
getInstance(java.io.InputStream source,
java.util.Set<Application> applications)
Gets an instance that filters the modules "component", "component-import", "module-type", "bean", and "spring" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OsgiPluginXmlDescriptorParserFactory()
| Method Detail |
|---|
public DescriptorParser getInstance(java.io.InputStream source,
java.util.Set<Application> applications)
throws PluginParseException
getInstance in interface DescriptorParserFactorysource - The descriptor sourceapplications - The list of application keys to match for module descriptors
PluginParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||