Class Autodetect.Detector

java.lang.Object
org.openrewrite.java.style.Autodetect.Detector
Enclosing class:
Autodetect

public static class Autodetect.Detector extends Object
  • Constructor Details

    • Detector

      public Detector()
  • Method Details

    • sample

      public void sample(org.openrewrite.SourceFile cu)
    • sampleJava

      public void sampleJava(JavaSourceFile cu)
    • build

      public Autodetect build()
    • getTabsAndIndentsStyle

      public TabsAndIndentsStyle getTabsAndIndentsStyle()
    • getImportLayoutStyle

      public ImportLayoutStyle getImportLayoutStyle()
    • getSpacesStyle

      public SpacesStyle getSpacesStyle()
    • getWrappingAndBracesStyle

      public WrappingAndBracesStyle getWrappingAndBracesStyle()
    • getFormatStyle

      public org.openrewrite.style.GeneralFormatStyle getFormatStyle()