Package org.biojava.nbio.structure.scop
Class ScopMirror
java.lang.Object
org.biojava.nbio.structure.scop.ScopMirror
Helper class to store paths to the four SCOP files
The string "%s" is replaced with the version number.
- Author:
- Spencer Bliven
-
Constructor Summary
ConstructorDescriptionUse default MRC locationScopMirror
(String url) ScopMirror
(String claURL, String desURL, String hieURL, String comURL) Specify all keys individuallySpecify a common root URL which is concatenated with individual filenames -
Method Summary
-
Constructor Details
-
ScopMirror
Specify all keys individually -
ScopMirror
Specify a common root URL which is concatenated with individual filenames -
ScopMirror
-
ScopMirror
public ScopMirror()Use default MRC location
-
-
Method Details
-
getRootURL
Get the URL for the root download directory, or null if none is set.- Returns:
-
getClaURL
-
getDesURL
-
getHieURL
-
getComURL
-
isReachable
public boolean isReachable()
-