Package org.openrewrite.java.style
Class Autodetect.Builder
java.lang.Object
org.openrewrite.java.style.Autodetect.Builder
- Enclosing class:
- Autodetect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidphase1(JavaSourceFile cu) Accumulate information about style one source file at a time.voidphase2(JavaSourceFile cu)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
phase1
Accumulate information about style one source file at a time.- Parameters:
cu- A JVM source file.
-
phase2
-
build
-