JavaScript is disabled on your browser.
Oracle Communications Offline Mediation Controller Java API Reference 15.0 F89237-01
java.lang.Object
com.nt.udc.processor.enhancer.dupremover.DupRemoverConfig
All Implemented Interfaces:
ConfigIfc
public class DupRemoverConfig
extends java.lang.Object
implements ConfigIfc
This class stores the configuration data for both the
config file and the rules file.
This class will only continue working if there are no
ambiguous config/rule names.
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
java.lang.String
getItem (java.lang.String key)
Looks in both the config file and the rules file for a given
setting.
void
setItem (java.lang.String key,
java.lang.String value)
Not supported.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
getItem
public java.lang.String getItem(java.lang.String key)
Looks in both the config file and the rules file for a given
setting. If a setting is ambiguous, it returns the one in the
config file.
Specified by:
getItem
in interface ConfigIfc
Parameters:
key
- Setting to look for
Returns:
Value of the setting, or null if none found
Oracle Communications Offline Mediation Controller Java API Reference 15.0 F89237-01
Copyright © 2017, 2023, Oracle and/or its affiliates.