public class HtmlConnectorParams extends FileConnectorParams
DataSetConnectorParams used by HtmlConnector.HtmlConnector,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
The PREFIX.
|
ADJUST_DATA_TYPE_PROP, ALL_STRINGS_PROP, BASE64_ENCODE_CLOB_PROP, BOOLEAN_AS_NUMBER_PROP, CONVERT_NULL_PROP, ENCODING_PROP, NAME_TO_SQL_NAME_PROP, NULL_IF_EMPTY_PROP, OVERRIDE_WILCARD_PROP, SPLIT_BY_PROP, SUFFIX_PROP, TEMPALTE_PROPAUTO_COMMIT_PROP, FILE_NAME_PROP, MAX_ROWS_EXCEEDED_EXCEPTION, PASSWORD_PROP, PROPERTIES_PROP, TRANSPORT_PROP, USE_SELECTED_PROP, USER_ID_PROP| Constructor and Description |
|---|
HtmlConnectorParams()
Instantiates a new HtmlConnectorParams.
|
HtmlConnectorParams(CacheProvider<String,Object> cacheProvider,
boolean silent,
int logStep)
Instantiates a new TextConnectorParams.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetConnectorParams |
copy()
Create a copy of this object.
|
String |
getExt()
Gets the file extension.
|
String |
getPropsHint()
Gets the hint displayed next to the properties editor.
|
String |
getPropsWizardResource(Driver driver,
String connectionDriver)
Gets the name of the xml file used to create a wizard for editing
properties.
|
Writer |
getWriter()
Gets the writer.
|
boolean |
hasTables()
Checks for tables.
|
void |
init(Alias alis)
Initializes itself using given alias.
|
void |
init(Map<String,String> props)
Initializes itself using given properties.
|
void |
init(ObjectStorage storage)
Initializes itself using given object storage.
|
void |
setExt(String value)
Sets the file extension.
|
void |
setWriter(Writer value)
Sets the writer.
|
alias2alias, deserializeToInputStream, getAlias, getCdata, getDateFormat, getDateTimeFormat, getEncoding, getFileName, getFileName, getFileNameIfFileSystem, getFolder, getInitStr, getOriginalAlias, getPassword, getProperties, getRealFileName, getSplitBy, getSuffix, getTemplate, getTemplateToUse, getTimeFormat, getTransport, getUserId, getWildcardUrl, isAdjustDataTypes, isAllStrings, isBooleanAsNumber, isConvertNameToSqlName, isConvertNull, isCurrentStreaming, isDateFormat, isDateTimeFormat, isDisableStreaming, isEncodeClob, isFileNameRequired, isForceExt, isNoOriginalFileName, isNullIfEmpty, isOverrideWildcrad, isParseDates, isTimeFormat, isTrimValue, needToEncode, selfDiscover, setAdjustDataTypes, setAllStrings, setBooleanAsNumber, setCdata, setConvertNameToSqlName, setConvertNull, setDateFormat, setDateTimeFormat, setDisableStreaming, setEncodeClob, setEncoding, setFieldDataType, setFileName, setFileNameRequired, setFolder, setForceExt, setNoOriginalFileName, setNullIfEmpty, setOverrideWildcrad, setParseDates, setPassword, setProperties, setRealFileName, setSplitBy, setSuffix, setTemplate, setTimeFormat, setTransport, setTrimValue, setUserIdgetAddFieldValueCallback, getAddRecordCallback, getAfterCallback, getBeforeCallback, getCacheProvider, getCrudAction, getInputStream, getIoProcessor, getLogStep, getMaxRows, getOutputStream, getParams, getReadTracker, getTarget, getTransactionMonitor, hasAddRecordCallback, isCleanUpPersistOccured, isCloseInput, isCloseOutput, isEnabled, isIgnoreEmpty, isIgnoreNoRecords, isMaxRowsExceededException, isPostPersistOccured, isPrePersistOccured, isReadOnlyMetadata, isSilent, isStreaming, prepareForPopulate, setAddFieldValueCallback, setAddRecordCallback, setAfterCallback, setBeforeCallback, setCacheProvider, setCleanUpPersistOccurred, setCloseInput, setCloseOutput, setCrudAction, setEnabled, setHasAddRecordCallback, setIgnoreEmpty, setIgnoreNoRecords, setInputStream, setIoProcessor, setLogStep, setMaxRows, setOutputStream, setPostPersistOccured, setPrePersistOccured, setReadOnlyMetadata, setReadTracker, setSilent, setTarget, setTransactionMonitor, setUseSelectedDataSet, useSelectedDataSetpublic static final String PREFIX
public HtmlConnectorParams()
public HtmlConnectorParams(CacheProvider<String,Object> cacheProvider, boolean silent, int logStep)
cacheProvider - the cache providersilent - the "is silent" flaglogStep - the log steppublic DataSetConnectorParams copy()
DataSetConnectorParamscopy in class DataSetConnectorParamspublic String getExt()
public String getPropsHint()
DataSetConnectorParamsgetPropsHint in class DataSetConnectorParamspublic String getPropsWizardResource(Driver driver, String connectionDriver)
DataSetConnectorParamsgetPropsWizardResource in class DataSetConnectorParamsdriver - the ETL driverconnectionDriver - the connection driverpublic Writer getWriter()
public boolean hasTables()
public void init(Alias alis)
DataSetConnectorParamsinit in class FileConnectorParamsalis - the aliaspublic void init(Map<String,String> props)
DataSetConnectorParamsinit in class FileConnectorParamsprops - the propertiespublic void init(ObjectStorage storage)
DataSetConnectorParamsinit in class DataSetConnectorParamsstorage - the object storagepublic void setExt(String value)
value - the new file extensionpublic void setWriter(Writer value)
value - the new writerCopyright © 2010-2020 Toolsverse. All Rights Reserved.