public class JavaContentPrinter extends CalloutContentPrinter
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
PATTERN_BLOCK_COMMENT_BEGIN |
static Pattern |
PATTERN_BLOCK_COMMENT_END |
PATTERN_CALLOUT| Constructor and Description |
|---|
JavaContentPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected Pattern |
getCommentBeginPattern() |
protected Pattern |
getCommentEndPattern() |
protected String |
replaceCommentBegin(String line) |
protected String |
replaceCommentEnd(String line) |
protected String |
replaceLine(String line) |
protected String |
wrapCalloutMarker(int callout) |
append, isCalloutMarkerLinecreatePreFormattedElement, getEndOfLine, printpublic static final Pattern PATTERN_BLOCK_COMMENT_BEGIN
public static final Pattern PATTERN_BLOCK_COMMENT_END
protected String wrapCalloutMarker(int callout)
wrapCalloutMarker in class CalloutContentPrinterprotected Pattern getCommentBeginPattern()
getCommentBeginPattern in class CalloutContentPrinterprotected Pattern getCommentEndPattern()
getCommentEndPattern in class CalloutContentPrinterprotected String replaceCommentBegin(String line)
replaceCommentBegin in class CalloutContentPrinterprotected String replaceCommentEnd(String line)
replaceCommentEnd in class CalloutContentPrinterprotected String replaceLine(String line)
replaceLine in class CalloutContentPrinterCopyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.