public class StartsWithPathCondition extends RegexpPathCondition
| Modifier | Constructor and Description |
|---|---|
protected |
StartsWithPathCondition()
For OR mapping.
|
|
StartsWithPathCondition(String aPath)
Constructs the condition.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getPattern, matches, setPatternpublic StartsWithPathCondition(String aPath)
aPath - String the path must start with.protected StartsWithPathCondition()
public String toString()
toString in class RegexpPathConditionCopyright © 2025. All rights reserved.