All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.CodeDirectory Maven / Gradle / Ivy

There is a newer version: 0.98.6
Show newest version
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