Uses of Interface
org.java.plugin.PluginManager.PluginLocation
-
Packages that use PluginManager.PluginLocation Package Description org.java.plugin This package contains framework runtime API.org.java.plugin.boot This package contains helper classes to start/stop JPF based applications.org.java.plugin.standard 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.PluginLocation Modifier and Type Method Description abstract java.util.Map<java.lang.String,Identity>
PluginManager. 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.PluginLocation Modifier and Type Method Description java.util.Collection<PluginManager.PluginLocation>
DefaultPluginsCollector. collectPluginLocations()
java.util.Collection<PluginManager.PluginLocation>
PluginsCollector. collectPluginLocations()
protected java.util.Collection<PluginManager.PluginLocation>
DefaultApplicationInitializer. filterPluginLocations(PluginRegistry registry, java.util.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.PluginLocation Modifier and Type Method Description protected java.util.Collection<PluginManager.PluginLocation>
DefaultApplicationInitializer. filterPluginLocations(PluginRegistry registry, java.util.Collection<PluginManager.PluginLocation> pluginLocations)
This method may remove unwanted plug-in locations from the given list.protected void
DefaultPluginsCollector. processFile(java.io.File file, java.util.List<PluginManager.PluginLocation> result)
protected void
DefaultPluginsCollector. processFolder(java.io.File folder, java.util.List<PluginManager.PluginLocation> result)
-
Uses of PluginManager.PluginLocation in org.java.plugin.standard
Classes in org.java.plugin.standard that implement PluginManager.PluginLocation Modifier and Type Class Description class
StandardPluginLocation
A standard implementation of plug-in location interface.Methods in org.java.plugin.standard that return PluginManager.PluginLocation Modifier and Type Method Description static PluginManager.PluginLocation
StandardPluginLocation. create(java.io.File file)
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.PluginLocation Modifier and Type Method Description java.util.Map<java.lang.String,Identity>
StandardPluginManager. publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager.
-