public class PluginData extends AnyStructuredData
Modifier and Type | Field and Description |
---|---|
protected BundleData |
bundle |
protected boolean |
debugMode |
separator
Modifier | Constructor and Description |
---|---|
|
PluginData() |
protected |
PluginData(org.eclipse.core.runtime.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
BundleData |
getBundle() |
boolean |
isDebugMode() |
static PluginData |
of(org.eclipse.core.runtime.Plugin plugin) |
void |
setBundle(BundleData bundle) |
void |
setDebugMode(boolean debugMode) |
flatten, fromMap, fromString, get, get, get, get, merge, merge, merge, merge, of, put, put, put, structure
equals, fromMap, fromString, hashCode, toMap, toMap, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
any
protected BundleData bundle
protected boolean debugMode
public PluginData()
protected PluginData(org.eclipse.core.runtime.Plugin plugin)
public static PluginData of(org.eclipse.core.runtime.Plugin plugin)
public void setBundle(BundleData bundle)
public void setDebugMode(boolean debugMode)
public BundleData getBundle()
public boolean isDebugMode()