scala.tools.ant.sabbus

TaskArgs

trait TaskArgs extends CompilationPathProperty

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. var compTarget: Option[String]

    Attributes
    protected
  9. var compilationPath: Option[Path]

    Attributes
    protected
    Definition Classes
    CompilationPathProperty
  10. var compilerPath: Option[Path]

    Attributes
    protected
  11. def createCompilationPath: Path

    Definition Classes
    CompilationPathProperty
  12. def createCompilerPath: Path

  13. def createSrcPath: Path

  14. var destinationDir: Option[File]

    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. var id: Option[String]

    Attributes
    protected
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isMSIL: Boolean

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. var params: Option[String]

    Attributes
    protected
  27. def setCompilationPath(input: Path): Unit

    Definition Classes
    CompilationPathProperty
  28. def setCompilationPathRef(input: Reference): Unit

    Definition Classes
    CompilationPathProperty
  29. def setCompilerPath(input: Path): Unit

  30. def setCompilerPathRef(input: Reference): Unit

  31. def setDestdir(input: File): Unit

  32. def setId(input: String): Unit

  33. def setParams(input: String): Unit

  34. def setSrcPath(input: Path): Unit

  35. def setSrcPathRef(input: Reference): Unit

  36. def setTarget(input: String): Unit

  37. var sourcePath: Option[Path]

    Attributes
    protected
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from CompilationPathProperty

Inherited from AnyRef

Inherited from Any