Output

sbt.internal.util.appmacro.ContextUtil.Output
final class Output(val tpe: qctx.reflect.TypeRepr, val term: qctx.reflect.Term, val name: String, val parent: qctx.reflect.Symbol, val outputType: OutputType)

Represents an output expression via:

  1. Def.declareOutput(VirtualFile)
  2. Def.declareOutputDirectory(VirtualFileRef)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isFile: Boolean
def toAssign(value: qctx.reflect.Term): qctx.reflect.Term
def toRef: qctx.reflect.Ref
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toVarDef: qctx.reflect.ValDef

Concrete fields

val name: String
val parent: qctx.reflect.Symbol
val placeholder: qctx.reflect.Symbol
val term: qctx.reflect.Term
val tpe: qctx.reflect.TypeRepr