DependencyValidator

camundala.api.docs.DependencyValidator
case class DependencyValidator()(implicit apiConfig: ApiConfig, configs: Seq[ApiProjectConf]) extends DependencyCreator

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

case class Package(name: String, minorVersion: String)

Attributes

Inherited from:
DependencyCreator
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Package

Attributes

Inherited from:
DependencyCreator
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any

Value members

Inherited methods

protected def printGraph(dependencyGraph: String): String

Attributes

Inherited from:
DependencyCreator
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
DependencyCreator

Concrete fields

lazy val validateDependencies: Unit
lazy val validateOrphans: Unit

Inherited fields

lazy val colorMap: Map[String, String]

Attributes

Inherited from:
DependencyCreator
lazy val colors: Seq[(String, String)]

Attributes

Inherited from:
DependencyCreator
lazy protected val printColorLegend: String

Attributes

Inherited from:
DependencyCreator

Implicits

Implicits

implicit val apiConfig: ApiConfig
implicit val configs: Seq[ApiProjectConf]

Inherited implicits

implicit protected def releaseConfig: ReleaseConfig

Attributes

Inherited from:
DependencyCreator