Package org.refcodes.data
Interface DataLocator.DataLocatorMutator
-
- All Known Subinterfaces:
DataLocator.DataLocatorProperty,DataLocator.DataLocatorPropertyBuilder
- Enclosing interface:
- DataLocator
public static interface DataLocator.DataLocatorMutatorProvides a mutator for a data locator property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDataInputStream(InputStream aInputStream)Sets the data input stream.voidsetDataUrl(URL aUrl)Sets the data url.
-
-
-
Method Detail
-
setDataUrl
void setDataUrl(URL aUrl)
Sets the data url.- Parameters:
aUrl- the new data url
-
setDataInputStream
void setDataInputStream(InputStream aInputStream)
Sets the data input stream.- Parameters:
aInputStream- the new data input stream
-
-