- All Known Subinterfaces:
DataLocator.DataLocatorProperty
- Enclosing interface:
DataLocator
public static interface DataLocator.DataLocatorMutator
Provides a mutator for a data locator property.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDataInputStream(InputStream aInputStream) Sets the data input stream.voidsetDataUrl(URL aUrl) Sets the data url.
-
Method Details
-
setDataUrl
Sets the data url.- Parameters:
aUrl- the new data url
-
setDataInputStream
Sets the data input stream.- Parameters:
aInputStream- the new data input stream
-