public class WebMacro
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static java.lang.String[] |
perLineREs
已过时。
The regexes to use for line by line substition.
|
protected static java.lang.String |
VM_EXT
已过时。
|
protected static java.lang.String |
WM_EXT
已过时。
|
| 构造器和说明 |
|---|
WebMacro()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
convert(java.lang.String target)
已过时。
Iterate through the set of find/replace regexes
that will convert a given WM template to a VM template
|
java.lang.String |
convertTemplate(java.lang.String template)
已过时。
Apply find/replace regexes to our WM template
|
static void |
main(java.lang.String[] args)
已过时。
Main hook for the conversion process.
|
protected static final java.lang.String VM_EXT
protected static final java.lang.String WM_EXT
protected static java.lang.String[] perLineREs
public void convert(java.lang.String target)
target - public java.lang.String convertTemplate(java.lang.String template)
template - public static void main(java.lang.String[] args)
args -