Package io.codemodder

Interface CodemodExecutor


public interface CodemodExecutor
A type responsible for executing a codemod on a set of files.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.codemodder.codetf.CodeTFResult
    execute(List<Path> filePaths)
    Execute the codemod on the given file paths.
  • Method Details

    • execute

      io.codemodder.codetf.CodeTFResult execute(List<Path> filePaths)
      Execute the codemod on the given file paths.