io.codemodder.CodeDirectory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codemodder-base Show documentation
Show all versions of codemodder-base Show documentation
Base framework for writing codemods in Java
package io.codemodder;
import java.nio.file.Path;
/** Holds a code directory (e.g., a repository root). */
public interface CodeDirectory {
/** The filesystem directory path we are running against. */
Path asPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy