public class CustomWrapperInputParameterRouteValue extends CustomWrapperInputParameterValue
CustomWrapperInputParameter
of
route type.Modifier and Type | Field and Description |
---|---|
protected com.denodo.parser.connection.Route |
route |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Returns an
InputStream with the content of the resource pointed
by the route. |
CustomWrapperInputParameterTypeFactory.RouteType |
getRouteType()
Returns the route type of the route value.
|
String |
getValue()
Returns a textual representation of the route value.
|
String |
toString() |
getName
public String getValue()
getValue
in class CustomWrapperInputParameterValue
public CustomWrapperInputParameterTypeFactory.RouteType getRouteType()
public InputStream getInputStream() throws CustomWrapperException
InputStream
with the content of the resource pointed
by the route. The user has to close the InputStream
in order to
release the system resources.InputStream
with the content of the resource pointed
by the route.CustomWrapperException
- if the connection with the resource could not be established.Copyright © 2019 Denodo Technologies. All rights reserved.