net.sf.taverna.tools
Class RavenProperties
java.lang.Object
net.sf.taverna.tools.AbstractConfiguration
net.sf.taverna.tools.RavenProperties
public class RavenProperties
- extends AbstractConfiguration
Class to handle the raven.properties. Upon construction it first checks for a remote copy, which if found it downloads and stores locally.
If it fails to get a remote copy it uses a locally stored copy if present, otherwise as a last resort it uses
the copy bundled with the bootstrap jar.
- Author:
- Stuart Owen
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RavenProperties getInstance()
configuredForUpdates
public boolean configuredForUpdates()
- Indicates whether the system is configured to allow updates (using a profilelist) or not (using a forced profile).
- Returns:
getRavenProfileLocation
public java.lang.String getRavenProfileLocation()
getRavenProfileListLocation
public java.lang.String getRavenProfileListLocation()