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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PluginManager.PluginLocation> |
PluginsCollector.collectPluginLocations() |
java.util.Collection<PluginManager.PluginLocation> |
DefaultPluginsCollector.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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
StandardPluginLocation
A standard implementation of plug-in location interface.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Identity> |
StandardPluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager.
|
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.