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() |
boolean |
isMatch(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 boolean isMatch(String input)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.