Package io.codemodder
Interface DependencyDescriptor
public interface DependencyDescriptor
A type that describes a new dependency being added to a project.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(DependencyGAV dependency) Creates a description for a dependency that a codemod wants to add to the project.static DependencyDescriptor
Create a descriptor that uses markdown.
-
Method Details
-
create
Creates a description for a dependency that a codemod wants to add to the project. It should help the developer who is considering the change make an informed decision about accepting the change. -
createMarkdownDescriptor
Create a descriptor that uses markdown.
-