public class ExceptionPathSegment
extends java.lang.Object
If a segment consists of more than one name, it matches the names provided if 'negate' is false or missing or
it matches anything except the names provided if 'negate' is true.
| Constructor and Description |
|---|
ExceptionPathSegment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getNames()
Depending on the value of 'negate' the names that should match or not match.
|
java.lang.Boolean |
getNegate()
If false or missing this segment matches the names provided, otherwise it matches anything except the names
provided.
|
int |
hashCode() |
void |
setNames(java.lang.String[] names)
Depending on the value of 'negate' the names that should match or not match.
|
void |
setNegate(java.lang.Boolean negate)
If false or missing this segment matches the names provided, otherwise it matches anything except the names
provided.
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getNegate()
This is an optional property.
public void setNegate(java.lang.Boolean negate)
This is an optional property.
@Pure public java.lang.String[] getNames()
public void setNames(java.lang.String[] names)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object