public class StringMatch extends Object
| Constructor and Description |
|---|
StringMatch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmpty() |
String |
getExact() |
String |
getNoempty() |
String |
getPrefix() |
String |
getRegex() |
static boolean |
isMatch(StringMatch stringMatch,
String input) |
void |
setEmpty(String empty) |
void |
setExact(String exact) |
void |
setNoempty(String noempty) |
void |
setPrefix(String prefix) |
void |
setRegex(String regex) |
String |
toString() |
public String getExact()
public void setExact(String exact)
public String getPrefix()
public void setPrefix(String prefix)
public String getRegex()
public void setRegex(String regex)
public String getNoempty()
public void setNoempty(String noempty)
public String getEmpty()
public void setEmpty(String empty)
public static boolean isMatch(StringMatch stringMatch, String input)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.