public class StringMatch extends Object
| 构造器和说明 |
|---|
StringMatch() |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.