Package | Description |
---|---|
com.suncode.plugin.framework | |
com.suncode.plugin.framework.support | |
com.suncode.plugin.framework.support.module | |
com.suncode.plugin.framework.support.processor |
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginFramework.getActivePlugin(String key)
Zwraca aktywną wtyczkę o podanym kluczu.
|
Plugin |
PluginContext.getPlugin() |
Plugin |
Module.getPlugin() |
Plugin |
PluginFramework.getPlugin(String key)
Zwraca wtyczkę o podanym identyfikatorze lub
null w przypadku braku podanej wtyczki. |
Plugin |
PluginFramework.installPlugin(File file) |
Modifier and Type | Method and Description |
---|---|
Collection<Plugin> |
PluginFramework.getActivePlugins()
Zwraca wszystkie aktywne wtyczki.
|
Collection<Plugin> |
PluginFramework.getPlugins()
Zwraca wszystkie zainstalowane wtyczki
|
Modifier and Type | Method and Description |
---|---|
void |
Module.init(Plugin plugin,
ModuleDefinition moduleDefinition)
Inicjalizacja tego modułu.
|
void |
ModuleFactory.registerPluginModule(String type,
Plugin plugin,
Class<? extends Module<?>> moduleClass)
Rejestracja modułu wtyczki.
|
Constructor and Description |
---|
LocalizedMessage(Plugin plugin,
String code,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Plugin |
ModuleSupport.getPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleSupport.init(Plugin plugin,
ModuleDefinition moduleDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
PluginProcessor.processAfterInitialization(Plugin plugin)
Przetwórz wtyczkę po inicjalizacji tj. po odświeżeniu kontekstu wtyczki
PluginContext . |
void |
PluginProcessorSupport.processAfterInitialization(Plugin plugin) |
void |
PluginProcessor.processBeforeDestruction(Plugin plugin)
Przetwórz wtyczkę przed jej zniszczeniem (jeszcze przed zamknięciem kontekstu wtyczki
PluginContext ). |
void |
PluginProcessorSupport.processBeforeDestruction(Plugin plugin) |
void |
PluginProcessor.processBeforeInitialization(Plugin plugin)
Przetwórz wtyczkę na wczesnym etapie jej uruchamiania.
|
void |
PluginProcessorSupport.processBeforeInitialization(Plugin plugin) |
Copyright © 2014 Suncode. All rights reserved.