Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.plugin
Class PluginInfo.License

java.lang.Object
  extended by cytoscape.plugin.PluginInfo.License
Enclosing class:
PluginInfo

public class PluginInfo.License
extends Object

Fetches and keeps a plugin license if one is available.


Constructor Summary
PluginInfo.License(String LicenseText)
           
PluginInfo.License(URL Url)
           
 
Method Summary
 String getLicense()
          Get the license text as a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginInfo.License

public PluginInfo.License(URL Url)

PluginInfo.License

public PluginInfo.License(String LicenseText)
Method Detail

getLicense

public String getLicense()
Get the license text as a string. Will download from url if License was not initialized with text string.

Returns:
String

www.cytoscape.org