Package org.openrewrite.java.style
Class IntelliJ
- java.lang.Object
-
- org.openrewrite.style.NamedStyles
-
- org.openrewrite.java.style.IntelliJ
-
- All Implemented Interfaces:
org.openrewrite.marker.Marker,org.openrewrite.Tree
public class IntelliJ extends org.openrewrite.style.NamedStyles
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlankLinesStyleblankLines()static IntelliJdefaults()java.util.Collection<org.openrewrite.style.Style>getStyles()static ImportLayoutStyleimportLayout()static SpacesStylespaces()static TabsAndIndentsStyletabsAndIndents()static WrappingAndBracesStylewrappingAndBraces()-
Methods inherited from class org.openrewrite.style.NamedStyles
canEqual, equals, getDescription, getDisplayName, getId, getName, getTags, hashCode, merge, toString, validate
-
-
-
-
Method Detail
-
defaults
public static IntelliJ defaults()
-
getStyles
public java.util.Collection<org.openrewrite.style.Style> getStyles()
- Overrides:
getStylesin classorg.openrewrite.style.NamedStyles
-
importLayout
public static ImportLayoutStyle importLayout()
-
tabsAndIndents
public static TabsAndIndentsStyle tabsAndIndents()
-
blankLines
public static BlankLinesStyle blankLines()
-
spaces
public static SpacesStyle spaces()
-
wrappingAndBraces
public static WrappingAndBracesStyle wrappingAndBraces()
-
-