mill.main.buildgen.BuildGenBase
See theBuildGenBase companion object
Attributes
- Companion
- object
- Source
- BuildGenBase.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Type members
Types
type C
Attributes
- Source
- BuildGenBase.scala
type ModuleFqnMap
A Map mapping from a key retrieved from the original build tool (for example, the GAV coordinate for Maven, ProjectRef.project
for sbt
) to the module FQN reference string in code such as parentModule.childModule
.
A Map mapping from a key retrieved from the original build tool (for example, the GAV coordinate for Maven, ProjectRef.project
for sbt
) to the module FQN reference string in code such as parentModule.childModule
.
If there is no need for such a map, override it with Unit.
Attributes
- Source
- BuildGenBase.scala
Value members
Abstract methods
Attributes
- Source
- BuildGenBase.scala
Attributes
- Source
- BuildGenBase.scala
Attributes
- Source
- BuildGenBase.scala
Attributes
- Source
- BuildGenBase.scala
Attributes
- Source
- BuildGenBase.scala
Attributes
- Source
- BuildGenBase.scala
Attributes
- Source
- BuildGenBase.scala
In this article