|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.RawConnectorConfigImpl
public class RawConnectorConfigImpl
Contains all the parameters needed to load and instantiate a Connector.
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
Fields inherited from interface com.ibm.di.config.interfaces.RawConnectorConfig |
---|
PARSER_OPTIONAL, PARSER_REQUIRED, 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 |
Constructor Summary | |
---|---|
RawConnectorConfigImpl()
|
|
RawConnectorConfigImpl(Object config)
|
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 |
setInheritsFrom(BaseConfiguration inheritFrom)
We override this method to change the inherited object if we inherit from a connector. |
void |
setJavaClass(String javaClass)
Sets the java class name for the implementing connector |
void |
updateInheritsFrom(String ref)
Sets the name of the object from which this object should inherit its values and calls the setupInheritanceChain to activate the change. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RawConnectorConfigImpl()
public RawConnectorConfigImpl(Object config)
Method Detail |
---|
public String getJavaClass()
RawConnectorConfig
getJavaClass
in interface RawConnectorConfig
public void setJavaClass(String javaClass)
RawConnectorConfig
setJavaClass
in interface RawConnectorConfig
public int getParserOption()
RawConnectorConfig
getParserOption
in interface RawConnectorConfig
public void setInheritsFrom(BaseConfiguration inheritFrom)
setInheritsFrom
in interface BaseConfiguration
setInheritsFrom
in class BaseConfigurationImpl
inheritFrom
- The new inheritsFrom value.public void updateInheritsFrom(String ref) throws Exception
BaseConfigurationImpl
updateInheritsFrom
in interface BaseConfiguration
updateInheritsFrom
in class BaseConfigurationImpl
ref
- The new inheritsFromRef value
Exception
- if the operation does not succeed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |