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

org.specs2.analysis.DependencyFinder.scala Maven / Gradle / Ivy

There is a newer version: 4.10.6
Show newest version
package org.specs2
package analysis

import io.DirectoryPath
import control._

/**
 * This trait provides a way to analyse the dependencies of a given package
 */
trait DependencyFinder {
  /**
   * @return the classes depending on the classes of package, given its name
   */
  def getPackageDependents(sourceDir: DirectoryPath, targetDir: DirectoryPath): String => Operation[Seq[Dependency]]
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy