DevStatisticsCreator

camundala.api.docs.DevStatisticsCreator
case class DevStatisticsCreator(gitBasePath: Path, basePath: Path)

Attributes

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

Members list

Type members

Classlikes

case class FileTypeCount(fileType: String, projectCounts: Seq[ProjectCounts])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ProjectCounts(project: String, fileCount: Int, lineCount: Int)

Attributes

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

Value members

Concrete methods

def create(): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product