public class DatasetUrl extends Object
Modifier and Type | Field and Description |
---|---|
ServiceType |
serviceType |
String |
trueurl |
Constructor and Description |
---|
DatasetUrl(ServiceType serviceType,
String trueurl) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static DatasetUrl |
findDatasetUrl(String orgLocation) |
static List<String> |
getProtocols(String url)
Return the set of leading protocols for a url; may be more than one.
|
int |
hashCode() |
public final ServiceType serviceType
public final String trueurl
public DatasetUrl(ServiceType serviceType, String trueurl)
public static List<String> getProtocols(String url)
url
- the url whose protocols to returnpublic static DatasetUrl findDatasetUrl(String orgLocation) throws IOException
IOException