de.tototec.sbuild.ant.tasks

AntExec

class AntExec extends ExecTask

Linear Supertypes
ExecTask, Task, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AntExec
  2. ExecTask
  3. Task
  4. ProjectComponent
  5. Cloneable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AntExec(executable: String = null, args: Array[String] = null, dir: File = null, spawn: Boolean = null, os: String = null, osFamily: String = null, timeout: Long = null, output: File = null, input: File = null, inputString: String = null, error: File = null, logError: Boolean = null, failOnError: Boolean = null, resolveExecutable: Boolean = null, searchPath: Boolean = null, vmLauncher: Boolean = null, envs: Map[String, String] = null)(implicit _project: Project)

  2. new AntExec()(implicit _project: Project)

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AntExec to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AntExec, B)

    Implicit information
    This member is added by an implicit conversion from AntExec to ArrowAssoc[AntExec] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def addConfiguredRedirector(arg0: RedirectorElement): Unit

    Definition Classes
    ExecTask
  9. def addEnv(arg0: Variable): Unit

    Definition Classes
    ExecTask
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. final def bindToOwner(arg0: Task): Unit

    Definition Classes
    Task
  12. def checkConfiguration(): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
    Annotations
    @throws( ... )
  13. def clone(): AnyRef

    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws( ... )
  14. def createArg(): Argument

    Definition Classes
    ExecTask
  15. def createHandler(): ExecuteStreamHandler

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
    Annotations
    @throws( ... )
  16. def createWatchdog(): ExecuteWatchdog

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
    Annotations
    @throws( ... )
  17. def ensuring(cond: (AntExec) ⇒ Boolean, msg: ⇒ Any): AntExec

    Implicit information
    This member is added by an implicit conversion from AntExec to Ensuring[AntExec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (AntExec) ⇒ Boolean): AntExec

    Implicit information
    This member is added by an implicit conversion from AntExec to Ensuring[AntExec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): AntExec

    Implicit information
    This member is added by an implicit conversion from AntExec to Ensuring[AntExec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): AntExec

    Implicit information
    This member is added by an implicit conversion from AntExec to Ensuring[AntExec] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. def execute(): Unit

    Definition Classes
    ExecTask → Task
    Annotations
    @throws( ... )
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from AntExec to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def getDescription(): String

    Definition Classes
    ProjectComponent
  28. def getLocation(): Location

    Definition Classes
    ProjectComponent
  29. final def getOs(): String

    Definition Classes
    ExecTask
  30. final def getOsFamily(): String

    Definition Classes
    ExecTask
  31. def getOwningTarget(): org.apache.tools.ant.Target

    Definition Classes
    Task
  32. def getProject(): org.apache.tools.ant.Project

    Definition Classes
    ProjectComponent
  33. def getResolveExecutable(): Boolean

    Definition Classes
    ExecTask
  34. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

    Definition Classes
    Task
  35. def getTaskName(): String

    Definition Classes
    Task
  36. def getTaskType(): String

    Definition Classes
    Task
  37. def getWrapper(): RuntimeConfigurable

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  38. def handleErrorFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  39. def handleErrorOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  40. def handleFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  41. def handleInput(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def handleOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  43. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  44. def init(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. final def isInvalid(): Boolean

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  47. def isValidOs(): Boolean

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
  48. def log(arg0: String, arg1: Throwable, arg2: Int): Unit

    Definition Classes
    Task
  49. def log(arg0: Throwable, arg1: Int): Unit

    Definition Classes
    Task
  50. def log(arg0: String, arg1: Int): Unit

    Definition Classes
    Task → ProjectComponent
  51. def log(arg0: String): Unit

    Definition Classes
    Task → ProjectComponent
  52. def logFlush(): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
  53. def maybeConfigure(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  54. def maybeSetResultPropertyValue(arg0: Int): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
  55. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  58. final def perform(): Unit

    Definition Classes
    Task
  59. def prepareExec(): Execute

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
    Annotations
    @throws( ... )
  60. def reconfigure(): Unit

    Definition Classes
    Task
  61. def resolveExecutable(arg0: String, arg1: Boolean): String

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
  62. def runExec(arg0: Execute): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
    Annotations
    @throws( ... )
  63. final def runExecute(arg0: Execute): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
    Annotations
    @throws( classOf[java.io.IOException] )
  64. def setAppend(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  65. def setCommand(arg0: Commandline): Unit

    Definition Classes
    ExecTask
  66. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  67. def setDir(arg0: File): Unit

    Definition Classes
    ExecTask
  68. def setError(arg0: File): Unit

    Definition Classes
    ExecTask
  69. def setErrorProperty(arg0: String): Unit

    Definition Classes
    ExecTask
  70. def setExecutable(arg0: String): Unit

    Definition Classes
    ExecTask
  71. def setFailIfExecutionFails(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  72. def setFailOnError(failOnError: Boolean): Unit

  73. def setFailonerror(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  74. def setInput(arg0: File): Unit

    Definition Classes
    ExecTask
  75. def setInputString(arg0: String): Unit

    Definition Classes
    ExecTask
  76. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  77. def setLogError(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  78. def setNewenvironment(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  79. def setOs(arg0: String): Unit

    Definition Classes
    ExecTask
  80. def setOsFamily(arg0: String): Unit

    Definition Classes
    ExecTask
  81. def setOutput(arg0: File): Unit

    Definition Classes
    ExecTask
  82. def setOutputproperty(arg0: String): Unit

    Definition Classes
    ExecTask
  83. def setOwningTarget(arg0: org.apache.tools.ant.Target): Unit

    Definition Classes
    Task
  84. def setProject(arg0: org.apache.tools.ant.Project): Unit

    Definition Classes
    ProjectComponent
  85. def setResolveExecutable(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  86. def setResultProperty(arg0: String): Unit

    Definition Classes
    ExecTask
  87. def setRuntimeConfigurableWrapper(arg0: RuntimeConfigurable): Unit

    Definition Classes
    Task
  88. def setSearchPath(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  89. def setSpawn(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  90. def setTaskName(arg0: String): Unit

    Definition Classes
    Task
  91. def setTaskType(arg0: String): Unit

    Definition Classes
    Task
  92. def setTimeout(arg0: Integer): Unit

    Definition Classes
    ExecTask
  93. def setTimeout(arg0: Long): Unit

    Definition Classes
    ExecTask
  94. def setVMLauncher(arg0: Boolean): Unit

    Definition Classes
    ExecTask
  95. def setVmLauncher(vmLauncher: Boolean): Unit

  96. def setupRedirector(): Unit

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    ExecTask
  97. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  98. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. def [B](y: B): (AntExec, B)

    Implicit information
    This member is added by an implicit conversion from AntExec to ArrowAssoc[AntExec] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from AntExec to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antExec: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from AntExec to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antExec: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: AntExec

    Implicit information
    This member is added by an implicit conversion from AntExec to ArrowAssoc[AntExec] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antExec: ArrowAssoc[AntExec]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AntExec

    Implicit information
    This member is added by an implicit conversion from AntExec to Ensuring[AntExec] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (antExec: Ensuring[AntExec]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ExecTask

Inherited from Task

Inherited from ProjectComponent

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AntExec to StringAdd

Inherited by implicit conversion any2stringfmt from AntExec to StringFormat

Inherited by implicit conversion any2ArrowAssoc from AntExec to ArrowAssoc[AntExec]

Inherited by implicit conversion any2Ensuring from AntExec to Ensuring[AntExec]

Ungrouped