AbsoluteInternalTarget

case class AbsoluteInternalTarget(path: Path) extends InternalTarget

Represents a target defined by an absolute path.

trait Serializable
trait Product
trait Equals
trait Target
class Object
trait Matchable
class Any

Value members

Concrete methods

def render(internalTargetsAbsolute: Boolean): String

Inherited methods

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

The underlying path reference, which is either a relative or absolute path, depending on the implementation of this trait.

The underlying path reference, which is either a relative or absolute path, depending on the implementation of this trait.

Inherited from:
InternalTarget