public class StringTemplate
extends Object
文本模板
- 作者:
- orange
-
字段概要
字段
Java 风格的模板变量引用字符串: ${...}
Unix shell 风格的模板变量引用字符串: $...
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
REGEX_PATTERN_JAVA_STYLE
public static final String REGEX_PATTERN_JAVA_STYLE
Java 风格的模板变量引用字符串: ${...}
- 另请参阅:
-
-
REGEX_PATTERN_UNIX_SHELL_STYLE
public static final String REGEX_PATTERN_UNIX_SHELL_STYLE
Unix shell 风格的模板变量引用字符串: $...
- 另请参阅:
-
-
构造器详细资料
-
StringTemplate
public StringTemplate(String templateString,
String templateRegex)
-
方法详细资料
-
getVariables
public String[] getVariables()
-
-
getParseResult
public String getParseResult()
-
reset
public void reset()