Package io.codemodder
Interface CodeDirectory
public interface CodeDirectory
Holds a code directory (e.g., a repository root).
-
Method Summary
Modifier and TypeMethodDescriptionasPath()
The filesystem directory path we are running against.Find a file with the given trailing path.static CodeDirectory
-
Method Details
-
asPath
Path asPath()The filesystem directory path we are running against. -
findFilesWithTrailingPath
Find a file with the given trailing path. This is useful for situations in which you only know the last part of the path for a file within the project.- Throws:
IOException
-
from
-