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 createCompilerArg(): Argument

  13. def createCompilerPath: Path

  14. def createSrcPath: Path

  15. var destinationDir: Option[File]

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

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

    Definition Classes
    AnyRef → Any
  18. var extraArgs: Seq[Argument]

    Attributes
    protected
  19. def extraArgsFlat: Seq[String]

  20. def finalize(): Unit

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

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

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

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

    Definition Classes
    Any
  25. def isMSIL: Boolean

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

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

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

    Definition Classes
    AnyRef
  29. def setCompilationPath(input: Path): Unit

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

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

  32. def setCompilerPathRef(input: Reference): Unit

  33. def setDestdir(input: File): Unit

  34. def setId(input: String): Unit

  35. def setParams(input: String): Unit

  36. def setSrcPath(input: Path): Unit

  37. def setSrcPathRef(input: Reference): Unit

  38. def setTarget(input: String): Unit

  39. var sourcePath: Option[Path]

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from CompilationPathProperty

Inherited from AnyRef

Inherited from Any