BuildGenUtil
mill.main.buildgen.BuildGenUtil
object BuildGenUtil
Attributes
- Source
- BuildGenUtil.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BuildGenUtil.type
Members list
Type members
Classlikes
case class BasicConfig(baseModule: Option[String], jvmId: Option[String], testModule: String, depsObject: Option[String], merge: Flag)
Attributes
- Companion
- object
- Source
- BuildGenUtil.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BasicConfig
Attributes
- Companion
- class
- Source
- BuildGenUtil.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BasicConfig.type
Attributes
- Companion
- object
- Source
- BuildGenUtil.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Config
Attributes
- Companion
- class
- Source
- BuildGenUtil.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Config.type
Value members
Concrete methods
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
def buildModuleFqnMap[Module, Key](input: Generator[Node[Module]])(key: Module => Key): Map[Key, String]
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
def renderImports(baseModule: Option[String], isNested: Boolean, extraImports: Seq[String]): SortedSet[String]
Attributes
- Source
- BuildGenUtil.scala
Value parameters
- baseInfo
-
to compare with build and render the values only if they are different.
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
def renderMvnString(group: String, artifact: String, crossVersion: Option[CrossVersion], version: String | Null, tpe: String | Null, classifier: String | Null, excludes: IterableOnce[(String, String)]): String
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
def renderSeqTaskDefWithSuper(defName: String, args: Seq[String], superArgs: Seq[String], elementType: String, transform: String => String): Option[String]
Attributes
- Source
- BuildGenUtil.scala
def renderSeqWithSuper(defName: String, args: Seq[String], superArgs: Seq[String], elementType: String, transform: String => String): Option[String]
Attributes
- Source
- BuildGenUtil.scala
def renderTestModuleDecl(testModule: String, testModuleMainType: String, testModuleExtraType: Option[String]): String
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Concrete fields
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
Attributes
- Source
- BuildGenUtil.scala
In this article