Package | Description |
---|---|
org.plugface.core | |
org.plugface.core.factory | |
org.plugface.core.impl |
Modifier and Type | Method and Description |
---|---|
Collection<Object> |
PluginManager.loadPlugins(PluginSource source)
Load a set of plugin retrieved from the give
PluginSource ,
instantiating the objects, resolving any dependency and registering them
in the context |
Modifier and Type | Method and Description |
---|---|
static PluginSource |
PluginSources.classList(Class<?>... classes)
Load plugins from the given list of
Class . |
static PluginSource |
PluginSources.jarSource(String pluginDirectoryPath)
Load plugins from JAR files located at the given path
|
static PluginSource |
PluginSources.jarSource(URI pluginUri)
Load plugins from JAR files located at the given
URI |
Modifier and Type | Method and Description |
---|---|
Collection<Object> |
DefaultPluginManager.loadPlugins(PluginSource source) |
Copyright © 2017–2018 PlugFace. All rights reserved.