Packages

trait TaskArgs extends CompilationPathProperty

Self Type
TaskArgs with Task
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskArgs
  2. CompilationPathProperty
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val compTarget: Option[String]
    Attributes
    protected
  7. val compilationPath: Option[Path]
    Attributes
    protected
    Definition Classes
    CompilationPathProperty
  8. val compilerPath: Option[Path]
    Attributes
    protected
  9. def createCompilationPath: Path
    Definition Classes
    CompilationPathProperty
  10. def createCompilerArg(): Argument
  11. def createCompilerPath: Path
  12. def createSrcPath: Path
  13. val destinationDir: Option[File]
    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. val extraArgs: Seq[Argument]
    Attributes
    protected
  17. def extraArgsFlat: Seq[String]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val id: Option[String]
    Attributes
    protected
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def setCompilationPath(input: Path): Unit
    Definition Classes
    CompilationPathProperty
  27. def setCompilationPathRef(input: Reference): Unit
    Definition Classes
    CompilationPathProperty
  28. def setCompilerPath(input: Path): Unit
  29. def setCompilerPathRef(input: Reference): Unit
  30. def setDestdir(input: File): Unit
  31. def setId(input: String): Unit
  32. def setParams(input: String): Unit
  33. def setSrcPath(input: Path): Unit
  34. def setSrcPathRef(input: Reference): Unit
  35. def setTarget(input: String): Unit
  36. val sourcePath: Option[Path]
    Attributes
    protected
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from CompilationPathProperty

Inherited from AnyRef

Inherited from Any

Ungrouped