Package com.google.googlejavaformat.java
Class StringWrapper
java.lang.Object
com.google.googlejavaformat.java.StringWrapper
Wraps string literals that exceed the column limit.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.base.CharMatcher -
Method Summary
-
Field Details
-
STRING_CONCAT_DELIMITER
public static final com.google.common.base.CharMatcher STRING_CONCAT_DELIMITER
-
-
Method Details
-
wrap
Reflows long string literals in the given Java source code.- Throws:
FormatterException
-