|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.plugin.PluginFileReader
public class PluginFileReader
Constructor Summary | |
---|---|
protected |
PluginFileReader(String Url)
Creates a new PluginFileReader object. |
Method Summary | |
---|---|
protected static PluginInfo |
addLicense(PluginInfo obj,
org.jdom.Element Plugin)
|
protected DownloadableInfo |
addVersion(DownloadableInfo obj,
org.jdom.Element e,
DownloadableType Type)
|
protected PluginInfo |
createPluginObject(org.jdom.Element CurrentPlugin)
Creates the PluginInfo object from the xml |
protected ThemeInfo |
createThemeObject(org.jdom.Element CurrentTheme)
|
protected List<DownloadableInfo> |
getDownloadables()
Retrieves the full list of all downloadable objects in the xml file. |
protected List<PluginInfo> |
getPlugins()
Use getDownloadables() This gets the PluginInfo objects as set up in the xml document. |
protected String |
getProjectDescription()
|
protected String |
getProjectName()
|
protected String |
getProjectUrl()
|
protected List<ThemeInfo> |
getThemes()
Use getDownloadables() Gets the ThemeInfo objects as set up in the xml document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PluginFileReader(String Url) throws IOException, org.jdom.JDOMException
Url
- DOCUMENT ME!
IOException
org.jdom.JDOMException
Method Detail |
---|
protected String getProjectName()
protected String getProjectDescription()
protected String getProjectUrl()
protected List<DownloadableInfo> getDownloadables()
protected List<ThemeInfo> getThemes()
protected List<PluginInfo> getPlugins()
protected ThemeInfo createThemeObject(org.jdom.Element CurrentTheme)
protected PluginInfo createPluginObject(org.jdom.Element CurrentPlugin)
CurrentPlugin
- Element
protected DownloadableInfo addVersion(DownloadableInfo obj, org.jdom.Element e, DownloadableType Type)
protected static PluginInfo addLicense(PluginInfo obj, org.jdom.Element Plugin)
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |