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

io.codemodder.plugins.maven.ArtifactInjectionPositionFinder Maven / Gradle / Ivy

The newest version!
package io.codemodder.plugins.maven;

import com.github.difflib.patch.AbstractDelta;
import java.util.List;

/**
 * A type for finding the most meaningful line to represent the injection point of a dependency into
 * the pom.
 */
interface ArtifactInjectionPositionFinder {

  /**
   * Find the most meaningful line to represent the injection point of a dependency into the pom.
   */
  int find(List> deltas, String artifactId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy