Package | Description |
---|---|
org.opennms.netmgt.config.syslogd |
Modifier and Type | Method and Description |
---|---|
HideMatch[] |
HideMessage.getHideMatch()
Method getHideMatch.Returns the contents of the collection
in an Array.
|
HideMatch |
HideMessage.getHideMatch(int index)
Method getHideMatch.
|
HideMatch |
HideMessage.removeHideMatchAt(int index)
Method removeHideMatchAt.
|
static HideMatch |
HideMatch.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<HideMatch> |
HideMessage.enumerateHideMatch()
Method enumerateHideMatch.
|
List<HideMatch> |
HideMessage.getHideMatchCollection()
Method getHideMatchCollection.Returns a reference to
'_hideMatchList'.
|
Iterator<HideMatch> |
HideMessage.iterateHideMatch()
Method iterateHideMatch.
|
Modifier and Type | Method and Description |
---|---|
void |
HideMessage.addHideMatch(HideMatch vHideMatch) |
void |
HideMessage.addHideMatch(int index,
HideMatch vHideMatch) |
boolean |
HideMessage.removeHideMatch(HideMatch vHideMatch)
Method removeHideMatch.
|
void |
HideMessage.setHideMatch(HideMatch[] vHideMatchArray) |
void |
HideMessage.setHideMatch(int index,
HideMatch vHideMatch) |
Modifier and Type | Method and Description |
---|---|
void |
HideMessage.setHideMatch(List<HideMatch> vHideMatchList)
Sets the value of '_hideMatchList' by copying the given
Vector.
|
void |
HideMessage.setHideMatchCollection(List<HideMatch> hideMatchList)
Deprecated.
|
Copyright © 2017. All rights reserved.