public class XPFExternalPlugin
extends org.pf4j.Plugin
Modifier and Type | Field and Description |
---|---|
private XPFPluginInitializationContext |
context |
private static XPFExternalPlugin |
instance |
Constructor and Description |
---|
XPFExternalPlugin(org.pf4j.PluginWrapper wrapper)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
XPFPluginInitializationContext |
getContext()
Gets the configuration context.
|
static XPFExternalPlugin |
getInstance()
Gets the instance of the plugin.
|
void |
setContext(XPFPluginInitializationContext context)
Sets the configuration context.
|
private static XPFExternalPlugin instance
private XPFPluginInitializationContext context
public XPFExternalPlugin(org.pf4j.PluginWrapper wrapper)
wrapper
- the plugin wrapperpublic static XPFExternalPlugin getInstance()
public XPFPluginInitializationContext getContext()
public void setContext(XPFPluginInitializationContext context)
context
- the configuration contextCopyright © 2000–2021 Elastic Path Software, Inc. All rights reserved.