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

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

package org.specs2
package analysis

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy