Package | Description |
---|---|
org.java.plugin.registry |
This package contains framework registry API.
|
org.java.plugin.standard |
This package contains standard implementation of main framework runtime API.
|
org.java.plugin.tools.mocks |
Simple mock classes to be used in unit tests.
|
Modifier and Type | Method and Description |
---|---|
Library |
PluginDescriptor.getLibrary(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Library> |
PluginDescriptor.getLibraries()
Returns collection of all libraries defined in manifest.
|
Constructor and Description |
---|
StandardPluginClassLoader.ResourceFilter(Library lib) |
Modifier and Type | Class and Description |
---|---|
class |
MockLibrary |
Modifier and Type | Method and Description |
---|---|
Library |
MockPluginDescriptor.getLibrary(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Library> |
MockPluginDescriptor.getLibraries() |
Modifier and Type | Method and Description |
---|---|
MockPluginDescriptor |
MockPluginDescriptor.addLibrary(Library library) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.