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 Map<String,Identity> |
PluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager.
|
Modifier and Type | Method and Description |
---|---|
Collection<PluginManager.PluginLocation> |
DefaultPluginsCollector.collectPluginLocations() |
Collection<PluginManager.PluginLocation> |
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.
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
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(File file)
Creates plug-in location from a given file and checks that all required
resources are available.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Identity> |
StandardPluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager.
|
Copyright © 2020. All Rights Reserved.