Class HostnameMatch
- java.lang.Object
-
- org.opennms.netmgt.config.syslogd.HostnameMatch
-
- All Implemented Interfaces:
Serializable
public class HostnameMatch extends Object implements Serializable
String against which to match the hostname; interpreted as a regular expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostnameMatch()
-
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)
-