com.ibm.di.config.interfaces
Interface RawConnectorConfig

All Superinterfaces:
BaseConfiguration, Serializable
All Known Implementing Classes:
RawConnectorConfigImpl

public interface RawConnectorConfig
extends BaseConfiguration

A Configuration containing the parameters for a Connector.


Field Summary
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
 String getJavaClass()
          Returns the java class name for the implementing connector
 int getParserOption()
          Returns the parser option flag for this raw connector
 void setJavaClass(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, 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, 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

String getJavaClass()
Returns the java class name for the implementing connector


setJavaClass

void setJavaClass(String javaClass)
Sets the java class name for the implementing connector


getParserOption

int getParserOption()
Returns the parser option flag for this raw connector