RelativeInternalTarget

Represents a target defined by a relative path; the absolute path of such a target needs to be resolved later in the context of the containing document and its 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