Package

org.specs2

analysis

Permalink

package analysis

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassycleDependencyFinder extends DependencyFinder

    Permalink

    Implementation of the dependency finder using the classycle library.

    Implementation of the dependency finder using the classycle library.

    This implementation is faster and simpler than the CompilerDependencyFinder trait

  2. case class Dependencies(dependencies: Seq[Dependency]) extends Product with Serializable

    Permalink
  3. case class Dependency(className: String, dependentClassName: String) extends Product with Serializable

    Permalink

    This class represents a dependency between two classes in the user's project

  4. trait DependencyFinder extends AnyRef

    Permalink

    This trait provides a way to analyse the dependencies of a given package

  5. trait LayersAnalysis extends ClassycleDependencyFinder

    Permalink

    This trait allows to define expected dependencies between packages layers

Value Members

  1. object Dependency extends Serializable

    Permalink

Ungrouped