public interface Plugin
| Modifier and Type | Method and Description |
|---|---|
SPluginType |
getPluginType() |
ObjectDefinition |
getSettingsDefinition() |
void |
init(PluginContext pluginContext)
Initialize this plugin
|
void init(PluginContext pluginContext) throws PluginException
pluginContext - The context of the plugin, you can store this object as a field and use it laterPluginException - When the init method throws a PluginException, this will always disable the pluginObjectDefinition getSettingsDefinition()
SPluginType getPluginType()
Copyright © 2018 OpenSource BIM. All rights reserved.