ConcreteRootPaths

sbt.internal.inc.ConcreteRootPaths
case class ConcreteRootPaths(sourceRoot: File, libraryRoot: File, productRoot: File) extends RootPaths

Attributes

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

Members list

Value members

Concrete methods

override def getLibrariesRootPath: File

Attributes

Definition Classes
RootPaths
override def getProductsRootPath: File

Attributes

Definition Classes
RootPaths
override def getSourcesRootPath: File

Attributes

Definition Classes
RootPaths

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product