public class TunnelTargetGroup extends Object
| Constructor and Description |
|---|
TunnelTargetGroup()
Creates a new TunnelTargetGroup object.
|
TunnelTargetGroup(String targetGroupkey,
String[] targetExpressions)
Creates a new TunnelTargetGroup object.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getTargetExpressions()
Getter for
targetExpressions. |
String |
getTargetGroupkey()
Getter for
targetGroupkey. |
boolean |
matches(String candidate)
Tests whether the
String matches or not. |
void |
setTargetExpressions(String[] targetExpressions)
Setter for
targetExpressions. |
void |
setTargetGroupkey(String targetGroupkey)
Setter for
targetGroupkey. |
public TunnelTargetGroup()
public String[] getTargetExpressions()
targetExpressions.targetExpressionspublic void setTargetExpressions(String[] targetExpressions)
targetExpressions.targetExpressions - targetExpressionspublic String getTargetGroupkey()
targetGroupkey.targetGroupkeypublic void setTargetGroupkey(String targetGroupkey)
targetGroupkey.targetGroupkey - targetGroupkeypublic boolean matches(String candidate)
String matches or not.candidate - given Stringtrue if it matchesCopyright © 2012–2026 cismet GmbH. All rights reserved.