Uses of Interface
org.java.plugin.registry.Library
-
Packages that use Library 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. -
-
Uses of Library in org.java.plugin.registry
Methods in org.java.plugin.registry that return Library Modifier and Type Method Description Library
PluginDescriptor. getLibrary(java.lang.String id)
Methods in org.java.plugin.registry that return types with arguments of type Library Modifier and Type Method Description 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 Constructor Description ResourceFilter(Library lib)
-
Uses of Library in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks that implement Library Modifier and Type Class Description class
MockLibrary
Methods in org.java.plugin.tools.mocks that return Library Modifier and Type Method Description Library
MockPluginDescriptor. getLibrary(java.lang.String id)
Methods in org.java.plugin.tools.mocks that return types with arguments of type Library Modifier and Type Method Description java.util.Collection<Library>
MockPluginDescriptor. getLibraries()
Methods in org.java.plugin.tools.mocks with parameters of type Library Modifier and Type Method Description MockPluginDescriptor
MockPluginDescriptor. addLibrary(Library library)
-