Uses of Interface
org.java.plugin.PluginManager.PluginLocation
Packages that use PluginManager.PluginLocation
Package
Description
This package contains framework runtime API.
This package contains helper classes to start/stop JPF based applications.
This package contains standard implementation of main framework runtime API.
-
Uses of PluginManager.PluginLocation in org.java.plugin
Methods in org.java.plugin with parameters of type PluginManager.PluginLocationModifier and TypeMethodDescriptionPluginManager.publishPlugins
(PluginManager.PluginLocation[] locations) Registers plug-ins and their locations with this plug-in manager. -
Uses of PluginManager.PluginLocation in org.java.plugin.boot
Methods in org.java.plugin.boot that return types with arguments of type PluginManager.PluginLocationModifier and TypeMethodDescriptionDefaultPluginsCollector.collectPluginLocations()
PluginsCollector.collectPluginLocations()
protected Collection
<PluginManager.PluginLocation> DefaultApplicationInitializer.filterPluginLocations
(PluginRegistry registry, Collection<PluginManager.PluginLocation> pluginLocations) This method may remove unwanted plug-in locations from the given list.Method parameters in org.java.plugin.boot with type arguments of type PluginManager.PluginLocationModifier and TypeMethodDescriptionprotected Collection
<PluginManager.PluginLocation> DefaultApplicationInitializer.filterPluginLocations
(PluginRegistry registry, Collection<PluginManager.PluginLocation> pluginLocations) This method may remove unwanted plug-in locations from the given list.protected void
DefaultPluginsCollector.processFile
(File file, List<PluginManager.PluginLocation> result) protected void
DefaultPluginsCollector.processFolder
(File folder, List<PluginManager.PluginLocation> result) -
Uses of PluginManager.PluginLocation in org.java.plugin.standard
Classes in org.java.plugin.standard that implement PluginManager.PluginLocationModifier and TypeClassDescriptionclass
A standard implementation of plug-in location interface.Methods in org.java.plugin.standard that return PluginManager.PluginLocationModifier and TypeMethodDescriptionstatic PluginManager.PluginLocation
Creates plug-in location from a given file and checks that all required resources are available.Methods in org.java.plugin.standard with parameters of type PluginManager.PluginLocationModifier and TypeMethodDescriptionStandardPluginManager.publishPlugins
(PluginManager.PluginLocation[] locations) Registers plug-ins and their locations with this plug-in manager.