cytoscape.plugin
Class InstallablePlugin
java.lang.Object
cytoscape.plugin.InstallablePlugin
- All Implemented Interfaces:
- Installable
public class InstallablePlugin
- extends Object
- implements Installable
- Author:
- skillcoy
Field Summary |
static String |
MATCH_JAR_REGEXP
Deprecated. This was only ever used internally, so now it is package
protected and part of JarUtil. Use that one as an alternative.
Will be removed Jan 2010. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MATCH_JAR_REGEXP
@Deprecated
public static final String MATCH_JAR_REGEXP
- Deprecated. This was only ever used internally, so now it is package
protected and part of JarUtil. Use that one as an alternative.
Will be removed Jan 2010.
- See Also:
- Constant Field Values
InstallablePlugin
public InstallablePlugin(PluginInfo obj)
getInfoObj
public PluginInfo getInfoObj()
- Specified by:
getInfoObj
in interface Installable
install
public boolean install()
throws IOException,
ManagerException
- Specified by:
install
in interface Installable
- Throws:
IOException
ManagerException
installToDir
public boolean installToDir(File dir)
throws IOException,
ManagerException
- Specified by:
installToDir
in interface Installable
- Throws:
IOException
ManagerException
installToDir
public boolean installToDir(File dir,
TaskMonitor taskMonitor)
throws IOException,
ManagerException
- Specified by:
installToDir
in interface Installable
- Throws:
IOException
ManagerException
install
public boolean install(TaskMonitor taskMonitor)
throws IOException,
ManagerException
- Specified by:
install
in interface Installable
- Throws:
IOException
ManagerException
uninstall
public boolean uninstall()
throws ManagerException
- Specified by:
uninstall
in interface Installable
- Throws:
ManagerException
findUpdates
public List<DownloadableInfo> findUpdates()
throws IOException,
org.jdom.JDOMException
- Specified by:
findUpdates
in interface Installable
- Throws:
IOException
org.jdom.JDOMException
update
public boolean update(DownloadableInfo newObj)
throws IOException,
ManagerException
- Specified by:
update
in interface Installable
- Throws:
IOException
ManagerException
update
public boolean update(DownloadableInfo newInfoObj,
TaskMonitor taskMonitor)
throws IOException,
ManagerException
- Specified by:
update
in interface Installable
- Throws:
IOException
ManagerException
Copyright 2010 Cytoscape Consortium. All rights reserved.