Relative

case class Relative(pathString: String) extends SourceFile

Relative path to source file based on the workspace path. Used for providing source files defined from the local project dependencies.

Value parameters:
pathString

path relative to -sourceroot setting defined when compiling source - typically it's root directory of workspace

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
SourceFile
Inherited from:
SourceFile
Inherited from:
Product

Concrete fields

lazy val path: Path