Uses of Class
adams.core.base.BaseURL
-
Packages that use BaseURL Package Description adams.flow.source adams.flow.transformer -
-
Uses of BaseURL in adams.flow.source
Fields in adams.flow.source declared as BaseURL Modifier and Type Field Description protected BaseURL
HttpRequest. m_URL
the URL to send the form parameters to.protected BaseURL[]
URLSupplier. m_URLs
the files to broadcast.Methods in adams.flow.source that return BaseURL Modifier and Type Method Description BaseURL
HttpRequest. getURL()
Returns the URL for the request.BaseURL[]
URLSupplier. getURLs()
Returns the files to broadcast.Methods in adams.flow.source with parameters of type BaseURL Modifier and Type Method Description void
HttpRequest. setURL(BaseURL value)
Sets the URL for the request.void
URLSupplier. setURLs(BaseURL[] value)
Sets the files to broadcast. -
Uses of BaseURL in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseURL Modifier and Type Field Description protected BaseURL
HttpPostFile. m_URL
the URL to send the form parameters to.protected BaseURL
HttpRequest. m_URL
the URL to send the form parameters to.Methods in adams.flow.transformer that return BaseURL Modifier and Type Method Description BaseURL
HttpPostFile. getURL()
Returns the URL for the request.BaseURL
HttpRequest. getURL()
Returns the URL for the request.Methods in adams.flow.transformer with parameters of type BaseURL Modifier and Type Method Description void
HttpPostFile. setURL(BaseURL value)
Sets the URL for the request.void
HttpRequest. setURL(BaseURL value)
Sets the URL for the request.
-