Package io.codemodder.codemods
Class DefaultCodemods
java.lang.Object
io.codemodder.codemods.DefaultCodemods
Give an ability for users to list all the codemods so they don't have to reference them
individually.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultCodemods
public DefaultCodemods()
-
-
Method Details
-
asList
Get a list of all the codemods in our default set. -
main
Entry point for core codemods.- Parameters:
args
- the arguments to pass to the runner
-