Module com.google.googlejavaformat
Package com.google.googlejavaformat.java
package com.google.googlejavaformat.java
-
Class SummaryClassDescriptionThis is google-java-format, a new Java formatter that follows the Google Java Style Guide quite precisely---to the letter and to the spirit.Provide a way to be invoked without necessarily starting a new VM.Orders imports in Java source code.
JavaCommentsHelperextendsCommentsHelperto rewrite Java comments.Options for a google-java-format invocation.A builder forJavaFormatterOptions.JavaInputextendsInputto represent a Java input document.An AST visitor that builds a stream ofOps to format from the givenCompilationUnitTree.JavaOutputextendsOutputto represent a Java output document.The main class for the Java formatter CLI.Removes unused imports from a source file.Represents a range in the original source and replacement text for that range.Formats a subset of a compilation unit.Wraps string literals that exceed the column limit.Heuristics for classifying qualified names as types. -
Enum SummaryEnumDescriptionWhether to allow leading blank lines in blocks.Whether to allow trailing blank lines in blocks.Whether to include braces.Whether to break or not.Whether to collapse empty blocks.Direction for Annotations (usually VERTICAL).Whether these declarations are the first in the block.The kind of snippet to format.Case formats used in Java identifiers.
-
Exception Summary