|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginManager.PluginLocation | |
---|---|
org.java.plugin | This package contains framework runtime API. |
org.java.plugin.extension | |
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 | |
---|---|
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.extension |
---|
Classes in org.java.plugin.extension that implement PluginManager.PluginLocation | |
---|---|
class |
InternalPluginLocation
Simple internal plugin location. |
Methods in org.java.plugin.extension that return PluginManager.PluginLocation | |
---|---|
PluginManager.PluginLocation[] |
PluginsCollector.collectPluginLocations()
After PluginsCollector.configure(Properties) was called, this scans the found
directories and locations and creates an array of PluginManager.PluginLocation s. |
Method parameters in org.java.plugin.extension with type arguments of type PluginManager.PluginLocation | |
---|---|
protected void |
PluginsCollector.processFile(java.io.File file,
java.util.List<PluginManager.PluginLocation> result)
Process a file as PluginManager.PluginLocation . |
protected void |
PluginsCollector.processFolder(java.io.File folder,
java.util.List<PluginManager.PluginLocation> result)
Process a folder while creating PluginManager.PluginLocation s. |
Uses of PluginManager.PluginLocation in org.java.plugin.standard |
---|
Classes in org.java.plugin.standard that implement PluginManager.PluginLocation | |
---|---|
class |
StandardPluginLocation
A standard implementation of plug-in location interface. |
Methods in org.java.plugin.standard that return PluginManager.PluginLocation | |
---|---|
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 | |
---|---|
java.util.Map<java.lang.String,Identity> |
StandardPluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |