JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.codemodder
Interface CodemodExecutor
public interface
CodemodExecutor
A type responsible for executing a codemod on a set of files.
Method Summary
All Methods
Instance Methods
Abstract Methods
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.