public class ScopMirror extends Object
Constructor and Description |
---|
ScopMirror()
Use default MRC location
|
ScopMirror(String url) |
ScopMirror(String claURL,
String desURL,
String hieURL,
String comURL)
Specify all keys individually
|
ScopMirror(String url,
String claURL,
String desURL,
String hieURL,
String comURL)
Specify a common root URL which is concatenated with individual filenames
|
Modifier and Type | Method and Description |
---|---|
String |
getClaURL(String scopVersion) |
String |
getComURL(String scopVersion) |
String |
getDesURL(String scopVersion) |
String |
getHieURL(String scopVersion) |
String |
getRootURL()
Get the URL for the root download directory, or null if none is set.
|
boolean |
isReachable() |
public ScopMirror(String claURL, String desURL, String hieURL, String comURL)
public ScopMirror(String url, String claURL, String desURL, String hieURL, String comURL)
public ScopMirror(String url)
public ScopMirror()
public String getRootURL()
public boolean isReachable()
Copyright © 2000–2019 BioJava. All rights reserved.