ExternalTarget

case class ExternalTarget(url: String) extends Target

An external link, outside of the virtual tree of the current transformation.

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