public class HookDescriptorBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FreeMindMain |
frame |
static java.lang.String |
FREEMIND_BASE_DIR_STRING |
protected java.lang.String |
mXmlPluginFile |
protected freemind.controller.actions.generated.instance.Plugin |
pluginBase |
Constructor and Description |
---|
HookDescriptorBase(freemind.controller.actions.generated.instance.Plugin pluginBase,
FreeMindMain frame,
java.lang.String xmlPluginFile) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getFromPropertiesIfNecessary(java.lang.String string) |
protected java.lang.String |
getFromResourceIfNecessary(java.lang.String string) |
freemind.controller.actions.generated.instance.Plugin |
getPluginBase() |
java.lang.ClassLoader |
getPluginClassLoader() |
java.util.List |
getPluginClasspath() |
public static final java.lang.String FREEMIND_BASE_DIR_STRING
protected final freemind.controller.actions.generated.instance.Plugin pluginBase
protected final FreeMindMain frame
protected final java.lang.String mXmlPluginFile
public HookDescriptorBase(freemind.controller.actions.generated.instance.Plugin pluginBase, FreeMindMain frame, java.lang.String xmlPluginFile)
pluginBase
- frame
- xmlPluginFile
- protected java.lang.String getFromResourceIfNecessary(java.lang.String string)
protected java.lang.String getFromPropertiesIfNecessary(java.lang.String string)
public freemind.controller.actions.generated.instance.Plugin getPluginBase()
public java.util.List getPluginClasspath()
public java.lang.ClassLoader getPluginClassLoader()