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 BaseURLHttpRequest. m_URLthe URL to send the form parameters to.protected BaseURL[]URLSupplier. m_URLsthe files to broadcast.Methods in adams.flow.source that return BaseURL Modifier and Type Method Description BaseURLHttpRequest. 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 voidHttpRequest. setURL(BaseURL value)Sets the URL for the request.voidURLSupplier. 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 BaseURLHttpPostFile. m_URLthe URL to send the form parameters to.protected BaseURLHttpRequest. m_URLthe URL to send the form parameters to.Methods in adams.flow.transformer that return BaseURL Modifier and Type Method Description BaseURLHttpPostFile. getURL()Returns the URL for the request.BaseURLHttpRequest. getURL()Returns the URL for the request.Methods in adams.flow.transformer with parameters of type BaseURL Modifier and Type Method Description voidHttpPostFile. setURL(BaseURL value)Sets the URL for the request.voidHttpRequest. setURL(BaseURL value)Sets the URL for the request.
-