Packages

trait TaskArgs extends CompilationPathProperty

Self Type
TaskArgs with Task
Source
TaskArgs.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskArgs
  2. CompilationPathProperty
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def createCompilationPath: Path
    Definition Classes
    CompilationPathProperty
  2. def createCompilerArg(): Argument
  3. def createCompilerPath: Path
  4. def createSrcPath: Path
  5. def extraArgsFlat: Seq[String]
  6. def setCompilationPath(input: Path): Unit
    Definition Classes
    CompilationPathProperty
  7. def setCompilationPathRef(input: Reference): Unit
    Definition Classes
    CompilationPathProperty
  8. def setCompilerPath(input: Path): Unit
  9. def setCompilerPathRef(input: Reference): Unit
  10. def setDestdir(input: File): Unit
  11. def setId(input: String): Unit
  12. def setParams(input: String): Unit
  13. def setSrcPath(input: Path): Unit
  14. def setSrcPathRef(input: Reference): Unit
  15. def setTarget(input: String): Unit