ModuleConfig

orchescala.helper.util.ModuleConfig
See theModuleConfig companion object
case class ModuleConfig(name: String, level: Int, testType: TestType, generateSubModule: Boolean, doPublish: Boolean, sbtSettings: Seq[String], sbtPlugins: Seq[String], sbtDependencies: Seq[String], hasProjectDependencies: Boolean, projectDependenciesTestOnly: Boolean)

Attributes

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

Members list

Value members

Concrete methods

def emptyExportsFile(projPackage: String): String
def packagePath(projectPath: RelPath, mainOrTest: String, subProject: Option[String], isSourceDir: Boolean): RelPath

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val nameWithLevel: String