Package com.ibm.di.config.interfaces
Interface RawConnectorConfig
-
- All Superinterfaces:
BaseConfiguration
,java.io.Serializable
- All Known Implementing Classes:
RawConnectorConfigImpl
public interface RawConnectorConfig extends BaseConfiguration
A Configuration containing the parameters for a Connector.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PARSER_OPTIONAL
static int
PARSER_REQUIRED
static int
PARSER_USELESS
-
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getJavaClass()
Returns the java class name for the implementing connectorint
getParserOption()
Returns the parser option flag for this raw connectorvoid
setJavaClass(java.lang.String javaClass)
Sets the java class name for the implementing connector-
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, isProtectedParameter, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
-
-
-
-
Field Detail
-
PARSER_REQUIRED
static final int PARSER_REQUIRED
- See Also:
- Constant Field Values
-
PARSER_OPTIONAL
static final int PARSER_OPTIONAL
- See Also:
- Constant Field Values
-
PARSER_USELESS
static final int PARSER_USELESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJavaClass
java.lang.String getJavaClass()
Returns the java class name for the implementing connector
-
setJavaClass
void setJavaClass(java.lang.String javaClass)
Sets the java class name for the implementing connector
-
getParserOption
int getParserOption()
Returns the parser option flag for this raw connector
-
-