|
|||||||||||
| 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(Object tm)
|
|
| Method Summary | |
|---|---|
void |
addItem(LogConfigItem item)
Adds an item to the config array |
Object |
getClone()
Return self clone |
LogConfigItem |
getItem(int index)
Returns a specific item from the config array |
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(Object tm)
| Method Detail |
|---|
public void init()
BaseConfigurationImpl
init in interface BaseConfigurationinit in class BaseConfigurationImplpublic void addItem(LogConfigItem item)
addItem in interface LogConfigpublic void removeItem(int index)
removeItem in interface LogConfigpublic LogConfigItem getItem(int index)
getItem in interface LogConfigpublic LogConfigItem newItem()
newItem in interface LogConfigpublic List<LogConfigItem> getItems()
getItems in interface LogConfig
public Object getClone()
throws Exception
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImplException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||