class PluginInfoImpl extends Object implements PluginInfo
| Modifier and Type | Field and Description |
|---|---|
private static String |
PLUGIN_FILE |
private org.osgi.framework.Bundle |
pluginBundle |
private org.codehaus.jettison.json.JSONObject |
pluginInfo |
| Constructor and Description |
|---|
PluginInfoImpl(String pluginUri,
org.osgi.framework.Bundle pluginBundle) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
hasPluginFile() |
org.codehaus.jettison.json.JSONObject |
toJSON() |
private static final String PLUGIN_FILE
private org.osgi.framework.Bundle pluginBundle
private org.codehaus.jettison.json.JSONObject pluginInfo
PluginInfoImpl(String pluginUri, org.osgi.framework.Bundle pluginBundle)
public org.codehaus.jettison.json.JSONObject toJSON()
toJSON in interface JSONEnabledprivate boolean hasPluginFile()
Copyright © 2018. All Rights Reserved.