public class TapEndpointParams
extends java.lang.Object
Constructor and Description |
---|
TapEndpointParams(java.lang.String baseParamName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
uk.ac.starlink.task.URLParameter |
getBaseParameter()
Returns the parameter that supplies the base TAP service URL.
|
uk.ac.starlink.vo.EndpointSet |
getEndpointSet(uk.ac.starlink.task.Environment env)
Acquires an EndpointSet instance from the environment using the
parameters managed by this object.
|
uk.ac.starlink.task.URLParameter[] |
getOtherParameters()
Returns a list of other parameters managed by this object
that specify endpoints for TAP-related services.
|
public TapEndpointParams(java.lang.String baseParamName)
baseParamName
- name of the parameter that specifies the
base TAP URLpublic uk.ac.starlink.task.URLParameter getBaseParameter()
public uk.ac.starlink.task.URLParameter[] getOtherParameters()
public uk.ac.starlink.vo.EndpointSet getEndpointSet(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
env
- execution environmentuk.ac.starlink.task.TaskException
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.