ConcreteRootPaths

case class ConcreteRootPaths(sourceRoot: File, libraryRoot: File, productRoot: File) extends RootPaths
trait Serializable
trait Product
trait Equals
trait RootPaths
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getLibrariesRootPath: File
Definition Classes
RootPaths
override def getProductsRootPath: File
Definition Classes
RootPaths
override def getSourcesRootPath: File
Definition Classes
RootPaths

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product