class PluginInfoImpl extends Object implements PluginInfo
Modifier and Type | Field and Description |
---|---|
private Logger |
logger |
private static String |
PLUGIN_FILE |
private static String |
PLUGIN_HELPER_PATH |
private static String |
PLUGIN_RENDERERS_PATH |
private static String |
PLUGIN_STYLE_PATH |
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 List<String> |
getFilenames(String path) |
private List<String> |
getHelper() |
private org.codehaus.jettison.json.JSONObject |
getRenderers() |
private List<String> |
getRenderers(String renderersDir) |
private List<String> |
getStylesheets() |
private boolean |
hasPluginFile() |
org.codehaus.jettison.json.JSONObject |
toJSON() |
private static final String PLUGIN_FILE
private static final String PLUGIN_RENDERERS_PATH
private static final String PLUGIN_HELPER_PATH
private static final String PLUGIN_STYLE_PATH
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 JSONEnabled
private boolean hasPluginFile()
private List<String> getStylesheets()
private org.codehaus.jettison.json.JSONObject getRenderers() throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException
private List<String> getRenderers(String renderersDir)
private List<String> getFilenames(String path)
Copyright © 2016. All Rights Reserved.