Package org.openrewrite.java.style
Class Autodetect
- java.lang.Object
-
- org.openrewrite.style.NamedStyles
-
- org.openrewrite.java.style.Autodetect
-
- All Implemented Interfaces:
org.openrewrite.marker.Marker,org.openrewrite.Tree
public class Autodetect extends org.openrewrite.style.NamedStyles
-
-
Constructor Summary
Constructors Constructor Description Autodetect(java.util.UUID id, java.util.Collection<org.openrewrite.style.Style> styles)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Autodetectdetect(java.util.List<J.CompilationUnit> cus)-
Methods inherited from class org.openrewrite.style.NamedStyles
canEqual, equals, getDescription, getDisplayName, getId, getName, getStyles, getTags, hashCode, merge, toString, validate
-
-
-
-
Method Detail
-
detect
public static Autodetect detect(java.util.List<J.CompilationUnit> cus)
-
-