Packages

package deps

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DownWalker extends AnyRef

    Downstream dependency walker.

    Downstream dependency walker. Collects information on the dependencies of a type.

  2. class MaxDependencyCountParser extends AnyRef
  3. case class NodeData(id: TypeIdentifier, nature: String, transitiveCount: Int, maxDependencyCount: Option[Int], isEntryPoint: Boolean, extending: Array[TypeIdentifier], implementing: Array[TypeIdentifier], using: Array[TypeIdentifier]) extends Product with Serializable

    Dependency information collected

  4. class TransitiveCollector extends AnyRef

    Transitive dependency helper

Ungrouped