|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.syslogd.ParameterAssignment
public class ParameterAssignment
For regex matches, assign the value of a matching group to a named event parameter
| Constructor Summary | |
|---|---|
ParameterAssignment()
|
|
| Method Summary | |
|---|---|
void |
deleteMatchingGroup()
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method. |
int |
getMatchingGroup()
Returns the value of field 'matchingGroup'. |
String |
getParameterName()
Returns the value of field 'parameterName'. |
int |
hashCode()
Overrides the java.lang.Object.hashCode method. |
boolean |
hasMatchingGroup()
Method hasMatchingGroup. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setMatchingGroup(int matchingGroup)
Sets the value of field 'matchingGroup'. |
void |
setParameterName(String parameterName)
Sets the value of field 'parameterName'. |
static ParameterAssignment |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterAssignment()
| Method Detail |
|---|
public void deleteMatchingGroup()
public boolean equals(Object obj)
equals in class Objectobj -
public int getMatchingGroup()
public String getParameterName()
public boolean hasMatchingGroup()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode in class Objectpublic boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setMatchingGroup(int matchingGroup)
matchingGroup - the value of field 'matchingGroup'.public void setParameterName(String parameterName)
parameterName - the value of field 'parameterName'.
public static ParameterAssignment unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||