Cytoscape 2.8.0 API

cytoscape.plugin
Class DownloadableInfo.License

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

protected class DownloadableInfo.License
extends Object

Fetches and keeps a plugin license if one is available.


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

Constructor Detail

DownloadableInfo.License

public DownloadableInfo.License(URL url)

DownloadableInfo.License

public DownloadableInfo.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

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.