|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImportProvider
Base interface for import providers
Field Summary | |
---|---|
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 |
Fields inherited from interface eu.esdihumboldt.hale.common.core.io.IOProvider |
---|
PARAM_CONTENT_TYPE |
Method Summary | |
---|---|
String |
getResourceIdentifier()
Get the resource identifier. |
LocatableInputSupplier<? extends InputStream> |
getSource()
Get the import source |
void |
setSource(LocatableInputSupplier<? extends InputStream> source)
Set the import source |
Methods inherited from interface eu.esdihumboldt.hale.common.core.io.IOProvider |
---|
createReporter, execute, getContentType, getParameter, getSupportedParameters, isCancelable, loadConfiguration, setContentType, setParameter, storeConfiguration, validate |
Field Detail |
---|
static final String PARAM_SOURCE
static final String PARAM_RESOURCE_ID
Method Detail |
---|
void setSource(LocatableInputSupplier<? extends InputStream> source)
source
- the source input supplierLocatableInputSupplier<? extends InputStream> getSource()
String getResourceIdentifier()
null
if the provider
was not executed yet
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |