public interface ImportProvider extends IOProvider
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_RESOURCE_ID
The configuration parameter name for the resource identifier
|
static String |
PARAM_SOURCE
The configuration parameter name for the source URI
|
PARAM_CHARSET, PARAM_CONTENT_TYPE
Modifier and Type | Method and Description |
---|---|
String |
getResourceIdentifier()
Get the resource identifier.
|
LocatableInputSupplier<? extends InputStream> |
getSource()
Get the import source
|
void |
setSource(LocatableInputSupplier<? extends InputStream> source)
Set the import source
|
createReporter, execute, getCharset, getContentType, getParameter, getSupportedParameters, isCancelable, loadConfiguration, setCharset, setContentType, setParameter, storeConfiguration, validate
static final String PARAM_SOURCE
static final String PARAM_RESOURCE_ID
void setSource(LocatableInputSupplier<? extends InputStream> source)
source
- the source input supplierLocatableInputSupplier<? extends InputStream> getSource()
String getResourceIdentifier()
null
if the provider
was not executed yetBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a