public class CustomFormatter<T extends CustomFormatter<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CustomFormatter(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
attributeClass()
The logging handler class to be used.
|
T |
attributeClass(String value)
The logging handler class to be used.
|
String |
getKey() |
String |
module()
The module that the logging handler depends on.
|
T |
module(String value)
The module that the logging handler depends on.
|
Map |
properties()
Defines the properties used for the logging handler.
|
T |
properties(Map value)
Defines the properties used for the logging handler.
|
T |
property(String key,
Object value)
Defines the properties used for the logging handler.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic CustomFormatter(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String attributeClass()
public String module()
public Map properties()
public T properties(Map value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.