|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Library | |
---|---|
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. |
Uses of Library in org.java.plugin.registry |
---|
Methods in org.java.plugin.registry that return Library | |
---|---|
Library |
PluginDescriptor.getLibrary(java.lang.String id)
|
Methods in org.java.plugin.registry that return types with arguments of type Library | |
---|---|
java.util.Collection<Library> |
PluginDescriptor.getLibraries()
Returns collection of all libraries defined in manifest. |
Uses of Library in org.java.plugin.standard |
---|
Constructors in org.java.plugin.standard with parameters of type Library | |
---|---|
StandardPluginClassLoader.ResourceFilter(Library lib)
|
Uses of Library in org.java.plugin.tools.mocks |
---|
Classes in org.java.plugin.tools.mocks that implement Library | |
---|---|
class |
MockLibrary
|
Methods in org.java.plugin.tools.mocks that return Library | |
---|---|
Library |
MockPluginDescriptor.getLibrary(java.lang.String id)
|
Methods in org.java.plugin.tools.mocks that return types with arguments of type Library | |
---|---|
java.util.Collection<Library> |
MockPluginDescriptor.getLibraries()
|
Methods in org.java.plugin.tools.mocks with parameters of type Library | |
---|---|
MockPluginDescriptor |
MockPluginDescriptor.addLibrary(Library library)
|
|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |