Class ProcessMatch
- java.lang.Object
-
- org.opennms.netmgt.config.syslogd.ProcessMatch
-
- All Implemented Interfaces:
Serializable
public class ProcessMatch extends Object implements Serializable
String against which to match the process name; interpreted as a regular expression. If no process name is present in the incoming message, any process-match elements will be considered non-matches.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessMatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getExpression()
int
hashCode()
void
setExpression(String expression)
-