public interface MacroConverter
| Modifier and Type | Field and Description | 
|---|---|
static int | 
AT_CONVERTER
Constant: Use @ and @ as start/end macro tags 
 | 
static int | 
BATCH_CONVERTER
Constant: Use % and % as start/end macro tags 
 | 
static int | 
MAKE_CONVERTER
Constant: Use $( and ) as start/end macro tags 
 | 
static int | 
SHELL_CONVERTER
Constant: Use ${ and } as start/end macro tags 
 | 
static final int AT_CONVERTER
static final int MAKE_CONVERTER
static final int SHELL_CONVERTER
static final int BATCH_CONVERTER