|
||||||||||
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.LogConfigImpl
public class LogConfigImpl
Implements the Logging Configuration for e.g. an AssemblyLine.
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
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 | |
---|---|
LogConfigImpl()
|
|
LogConfigImpl(java.lang.Object tm)
|
Method Summary | |
---|---|
void |
addItem(LogConfigItem item)
Adds an item to the config array |
java.lang.Object |
getClone()
Return self clone |
LogConfigItem |
getItem(int index)
Returns a specific item from the config array |
java.util.List<LogConfigItem> |
getItems()
Returns a list of config objects |
void |
init()
Called after internal data structure is set. |
LogConfigItem |
newItem()
Returns a new item which is added to the internal list |
void |
removeItem(int index)
Removes an item from the config array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogConfigImpl()
public LogConfigImpl(java.lang.Object tm)
Method Detail |
---|
public void init()
BaseConfigurationImpl
init
in interface BaseConfiguration
init
in class BaseConfigurationImpl
public void addItem(LogConfigItem item)
addItem
in interface LogConfig
public void removeItem(int index)
removeItem
in interface LogConfig
public LogConfigItem getItem(int index)
getItem
in interface LogConfig
public LogConfigItem newItem()
newItem
in interface LogConfig
public java.util.List<LogConfigItem> getItems()
getItems
in interface LogConfig
public java.lang.Object getClone() throws java.lang.Exception
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |