Class MigrateSpringXmlConfigurationJava

  • All Implemented Interfaces:
    org.openrewrite.RefactorModule<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J>

    public class MigrateSpringXmlConfigurationJava
    extends java.lang.Object
    implements org.openrewrite.RefactorModule<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J>
    • Constructor Summary

      Constructors 
      Constructor Description
      MigrateSpringXmlConfigurationJava​(java.nio.file.Path mainSourceSet, java.lang.String configurationPackage, java.util.List<java.nio.file.Path> xmlConfigurations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openrewrite.Refactor<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J> apply​(org.openrewrite.Refactor<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J> refactor)  
      java.util.List<org.openrewrite.java.tree.J.CompilationUnit> getDeclaredOutputs()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MigrateSpringXmlConfigurationJava

        public MigrateSpringXmlConfigurationJava​(java.nio.file.Path mainSourceSet,
                                                 java.lang.String configurationPackage,
                                                 java.util.List<java.nio.file.Path> xmlConfigurations)
    • Method Detail

      • apply

        public org.openrewrite.Refactor<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J> apply​(org.openrewrite.Refactor<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J> refactor)
        Specified by:
        apply in interface org.openrewrite.RefactorModule<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J>
      • getDeclaredOutputs

        public java.util.List<org.openrewrite.java.tree.J.CompilationUnit> getDeclaredOutputs()
        Specified by:
        getDeclaredOutputs in interface org.openrewrite.RefactorModule<org.openrewrite.java.tree.J.CompilationUnit,​org.openrewrite.java.tree.J>