Example usage for org.eclipse.jdt.core.formatter DefaultCodeFormatterConstants FORMATTER_COMMENT_FORMAT

List of usage examples for org.eclipse.jdt.core.formatter DefaultCodeFormatterConstants FORMATTER_COMMENT_FORMAT

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.formatter DefaultCodeFormatterConstants FORMATTER_COMMENT_FORMAT.

Prototype

String FORMATTER_COMMENT_FORMAT

To view the source code for org.eclipse.jdt.core.formatter DefaultCodeFormatterConstants FORMATTER_COMMENT_FORMAT.

Click Source Link

Document

 FORMATTER / Option to control whether comments are formatted - option id:         "org.eclipse.jdt.core.formatter.comment.format_comments" - possible values:   { TRUE, FALSE } - default:           TRUE 

Usage

From source file:com.bsiag.eclipse.jdt.java.formatter.DefaultCodeFormatter.java

License:Open Source License

@Deprecated
private Object getOldCommentFormatOption(Map<String, String> options) {
    return options.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT);
}