public interface PostProcessor
Modifier and Type | Field and Description |
---|---|
static Pattern |
BLOCK_DECLARATION |
static String |
EMPTY_CONTENT |
Modifier and Type | Method and Description |
---|---|
static String |
getBlockContent(Iterator<String> iterator) |
String |
getName() |
static String[] |
getProcessorAttributes(String line) |
static String |
getProcessorName(String line) |
static boolean |
isBlockDeclaration(String line) |
String |
process(String name,
String content,
String... args) |
static final String EMPTY_CONTENT
static final Pattern BLOCK_DECLARATION
Copyright © 2017. All rights reserved.