public class WebMacro extends Object
Modifier and Type | Field and Description |
---|---|
protected static String[] |
perLineREs
Deprecated.
The regexes to use for line by line substition.
|
protected static String |
VM_EXT
Deprecated.
|
protected static String |
WM_EXT
Deprecated.
|
Constructor and Description |
---|
WebMacro()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
convert(String target)
Deprecated.
Iterate through the set of find/replace regexes
that will convert a given WM template to a VM template
|
String |
convertTemplate(String template)
Deprecated.
Apply find/replace regexes to our WM template
|
static void |
main(String[] args)
Deprecated.
Main hook for the conversion process.
|
protected static final String VM_EXT
protected static final String WM_EXT
protected static String[] perLineREs
public void convert(String target)
target
- public String convertTemplate(String template)
template
- public static void main(String[] args)
args
- Copyright © 2000–2018. All rights reserved.