Package | Description |
---|---|
org.java.plugin.registry |
This package contains framework registry API.
|
org.java.plugin.registry.xml |
This package contains XML syntax manifest files based framework registry API implementation.
|
Modifier and Type | Method and Description |
---|---|
PluginFragment |
PluginElement.getDeclaringPluginFragment()
Returns descriptor of plug-in fragment that contributes this element.
|
Modifier and Type | Method and Description |
---|---|
Collection<PluginFragment> |
PluginDescriptor.getFragments()
Returns collection of plug-in fragments which contributes to this
plug-in.
|
Collection<PluginFragment> |
PluginRegistry.getPluginFragments()
Returns collection of descriptors of all plug-in fragments that was
successfully populated by this registry.
|
Modifier and Type | Method and Description |
---|---|
Collection<PluginFragment> |
PluginRegistryImpl.getPluginFragments() |
Copyright © 2020. All Rights Reserved.