| 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.
|
| org.java.plugin.tools |
General plug-in tools related classes.
|
| org.java.plugin.tools.mocks |
Simple mock classes to be used in unit tests.
|
| 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 |
|---|---|
java.util.Collection<PluginFragment> |
PluginDescriptor.getFragments()
Returns collection of plug-in fragments which contributes to this
plug-in.
|
java.util.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 |
|---|---|
java.util.Collection<PluginFragment> |
PluginRegistryImpl.getPluginFragments() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PluginArchiver.pack(PluginFragment fragment,
PathResolver pathResolver,
java.io.File destFile)
Packs given plug-in fragment into single ZIP file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockPluginFragment |
| Modifier and Type | Method and Description |
|---|---|
PluginFragment |
MockPluginElement.getDeclaringPluginFragment() |
| Modifier and Type | Method and Description |
|---|---|
Documentation<PluginFragment> |
MockPluginFragment.getDocumentation() |
java.util.Collection<PluginFragment> |
MockPluginDescriptor.getFragments() |
java.util.Collection<PluginFragment> |
MockPluginRegistry.getPluginFragments() |
| Modifier and Type | Method and Description |
|---|---|
MockPluginDescriptor |
MockPluginDescriptor.addFragment(PluginFragment fragment) |
MockPluginRegistry |
MockPluginRegistry.addPluginFragment(PluginFragment fragment) |
MockPluginElement<T> |
MockPluginElement.setDeclaringPluginFragment(PluginFragment value) |
| Modifier and Type | Method and Description |
|---|---|
MockPluginFragment |
MockPluginFragment.setDocumentation(Documentation<PluginFragment> value) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.