public class ApplicationLoggerParameterMap extends ParameterMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
KEY_APPLICATION_LOGGER |
Constructor and Description |
---|
ApplicationLoggerParameterMap() |
Modifier and Type | Method and Description |
---|---|
ApplicationLogger |
getApplicationLogger()
Returns a stored
ApplicationLogger object or a new instance of VoidApplicationLogger
if no appropriate object is stored. |
void |
putApplicationLogger(ApplicationLogger logger) |
void |
removeApplicationLogger() |
getApplicationLogger, getApplicationLogger, getBoolean, getDouble, getFile, getFile, getFloat, getInteger, getLong, getObject, getObject, getString, getString
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
equals, hashCode, isEmpty, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove
public static final String KEY_APPLICATION_LOGGER
public ApplicationLoggerParameterMap()
public ApplicationLogger getApplicationLogger()
ApplicationLogger
object or a new instance of VoidApplicationLogger
if no appropriate object is stored.VoidApplicationLogger
public void putApplicationLogger(ApplicationLogger logger)
public void removeApplicationLogger()