public static enum TracerFilter.Target extends Enum<TracerFilter.Target>
| Enum Constant and Description |
|---|
FLAG
The filter is applied to the comma-separated list of flags attached to the message.
|
MESSAGE
The filter is applied to the BusMessage object.
|
OBJECT
The filter is applied to the BusMessage object.
|
SOURCE
The filter is applied to the name of the BusMessage origin.
|
TEMPLATE
The filter definition string is expected to be in Template==Definition format.
|
TEXT
The filter is applied to the string produced by formatters embedded in previously applied filters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getToolTip() |
String |
toString() |
static TracerFilter.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracerFilter.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TracerFilter.Target MESSAGE
TracerFilter.Method of the filter requires
a String as a target, the BusMessage is converted to String by calling its toString() method.public static final TracerFilter.Target OBJECT
TracerFilter.Method of the filter requires
a String as a target, the BusMessage is converted to String by calling its toString() method.public static final TracerFilter.Target SOURCE
public static final TracerFilter.Target TEXT
public static final TracerFilter.Target FLAG
public static final TracerFilter.Target TEMPLATE
public static TracerFilter.Target[] values()
for (TracerFilter.Target c : TracerFilter.Target.values()) System.out.println(c);
public static TracerFilter.Target valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getToolTip()
public String toString()
toString in class Enum<TracerFilter.Target>Copyright © 2018 LSST. All rights reserved.