dc10.sbt.ast.Symbol.Project
See theProject companion trait
object Project
Attributes
Members list
Type members
Classlikes
case class Root(nme: String, agg: List[SubProject], contents: List[FileDef]) extends Project
case class SubProject(nme: String, contents: List[FileDef]) extends Project
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article