@Addresses(value={"/subsystem=logging/logging-profile=*/filter=*","/subsystem=logging/filter=*"}) public class Filter<T extends Filter<T>> extends Object implements Keyed
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
attributeClass()
The logging filter class to be used.
|
T |
attributeClass(String value)
The logging filter class to be used.
|
Map |
constructorProperties()
Defines the constructor properties used for the logging filter.
|
T |
constructorProperties(Map value)
Defines the constructor properties used for the logging filter.
|
T |
constructorProperty(String key,
Object value)
Defines the constructor properties used for the logging filter.
|
String |
getKey() |
String |
module()
The module that the logging filter depends on.
|
T |
module(String value)
The module that the logging filter depends on.
|
Map |
properties()
Defines the properties used for the logging filter.
|
T |
properties(Map value)
Defines the properties used for the logging filter.
|
T |
property(String key,
Object value)
Defines the properties used for the logging filter.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public Filter(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="class") public String attributeClass()
@ModelNodeBinding(detypedName="constructor-properties") public Map constructorProperties()
public T constructorProperties(Map value)
public T constructorProperty(String key, Object value)
@ModelNodeBinding(detypedName="module") public String module()
@ModelNodeBinding(detypedName="properties") public Map properties()
public T properties(Map value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.