OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

HelpViewer - allow plugins to format URL #206

Closed smalers closed 1 year ago

smalers commented 1 year ago

Plugins need a way to provide the URL for documentation that includes the plugin version. Currently only the latest documentation may default given the design.

smalers commented 1 year ago

Update the HelpViewer class with an overloaded method to allow plugins to format the documentation URL. Also add the timeout to URLReader to allow plugin data requests to timeout. Close this issue.