package api
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AlternativeConfiguration(enabled: Boolean, include_paths: Option[Set[File]]) extends Product with Serializable
- case class Configuration(tools: Set[Tool.Configuration], files: Option[Set[File]], options: Option[Map[Key, Value]]) extends Product with Serializable
- final case class ErrorMessage(value: String) extends AnyVal with Product with Serializable
- case class MetricsConfiguration(files: Option[Set[File]], language: Option[Language], options: Option[Map[Key, Value]]) extends Product with Serializable
- sealed trait Result extends AnyRef
- sealed trait Source extends Any
- trait Tool extends AnyRef