Class HideMatch
- java.lang.Object
-
- org.opennms.netmgt.config.syslogd.HideMatch
-
- All Implemented Interfaces:
Serializable
public class HideMatch extends Object implements Serializable
List of substrings or regexes that, when matched, signal that the message has sensitive contents and should therefore be hidden- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HideMatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Match
getMatch()
int
hashCode()
void
setMatch(Match match)
-