Packages

package dependency

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Dependency extends AnyRef
  2. case class DesignDependency extends ParsedDependency with Product with Serializable
  3. case class DirectUnitCache(baseUnits: Map[String, BaseUnit]) extends UnitCache with Product with Serializable

    This implementation of UnitCache returns the instances of BaseUnit that that composite.

    This implementation of UnitCache returns the instances of BaseUnit that that composite. It should be used in when parsing a single "Unit" because the elements in the cache are mutable.

    baseUnits

    a Map whit the BaseUnits to return given a URL.

  4. case class ExtensionDependency extends ParsedDependency with Product with Serializable
  5. case class IgnoredDependency(descriptor: ProjectDescriptor, results: Seq[APBResult]) extends Dependency with Product with Serializable
  6. case class InvalidParsedDependency extends ParsedDependency with Product with Serializable
  7. case class ManagementDependency extends ParsedDependency with Product with Serializable
  8. abstract class ParsedDependency extends Dependency
  9. case class ProfileDependency extends ParsedDependency with Product with Serializable
  10. case class ProvidedDependency(project: Gav, provided: Gav, scope: DependencyScope) extends Product with Serializable
  11. trait UnitCacheBuilder extends AnyRef

Value Members

  1. object CloneOnceUnitCacheBuilder extends UnitCacheBuilder

    This implementation of UnitCacheBuilder that clones the baseUnit of the provided dependencies and creates a DirectUnitCache.

    This implementation of UnitCacheBuilder that clones the baseUnit of the provided dependencies and creates a DirectUnitCache. This implementation allows that BaseUnits of dependencies are not shared by several BaseUnitClients.

Ungrouped