Package org.openrewrite.xml.format
Class NormalizeLineBreaks
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.xml.format.NormalizeLineBreaks
- All Implemented Interfaces:
Cloneable
public class NormalizeLineBreaks
extends org.openrewrite.Recipe
-
Field Summary
Fields inherited from class org.openrewrite.Recipe
NOOP, PANIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.xml.format.NormalizeLineBreaks.LineBreaksFromCompilationUnitStyleMethods inherited from class org.openrewrite.Recipe
addApplicableTest, addDataTable, addSingleSourceApplicableTest, causesAnotherCycle, clone, doNext, equals, getApplicableTest, getApplicableTests, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, getSingleSourceApplicableTests, getTags, hashCode, noop, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
Constructor Details
-
NormalizeLineBreaks
public NormalizeLineBreaks()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Overrides:
getDescriptionin classorg.openrewrite.Recipe
-
getVisitor
public org.openrewrite.xml.format.NormalizeLineBreaks.LineBreaksFromCompilationUnitStyle getVisitor()- Overrides:
getVisitorin classorg.openrewrite.Recipe
-