de.tototec.sbuild.ant.tasks

AntEcho

class AntEcho extends Echo

Linear Supertypes
Echo, Task, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AntEcho
  2. Echo
  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 AntEcho(message: String = null, level: EchoLevel = null, file: File = null, append: Boolean = null, encoding: String = null, force: Boolean = null)(implicit proj: Project)

  2. new AntEcho()(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 AntEcho to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AntEcho, B)

    Implicit information
    This member is added by an implicit conversion from AntEcho to ArrowAssoc[AntEcho] 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 addText(arg0: String): Unit

    Definition Classes
    Echo
  9. final def asInstanceOf[T0]: T0

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

    Definition Classes
    Task
  11. def clone(): AnyRef

    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws()
  12. def ensuring(cond: (AntEcho) ⇒ Boolean, msg: ⇒ Any): AntEcho

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

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

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

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

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

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

    Definition Classes
    Echo → Task
    Annotations
    @throws()
  19. def finalize(): Unit

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

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

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

    Definition Classes
    ProjectComponent
  23. def getLocation(): Location

    Definition Classes
    ProjectComponent
  24. def getOwningTarget(): org.apache.tools.ant.Target

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

    Definition Classes
    ProjectComponent
  26. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

    Definition Classes
    Task
  27. def getTaskName(): String

    Definition Classes
    Task
  28. def getTaskType(): String

    Definition Classes
    Task
  29. def getWrapper(): RuntimeConfigurable

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

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

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

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

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
    Annotations
    @throws()
  34. def handleOutput(arg0: String): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    Task → ProjectComponent
  43. def maybeConfigure(): Unit

    Definition Classes
    Task
    Annotations
    @throws()
  44. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    Task
  48. def reconfigure(): Unit

    Definition Classes
    Task
  49. def setAppend(arg0: Boolean): Unit

    Definition Classes
    Echo
  50. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  51. def setEncoding(arg0: String): Unit

    Definition Classes
    Echo
  52. def setFile(file: File): Unit

    Definition Classes
    AntEcho → Echo
  53. def setForce(arg0: Boolean): Unit

    Definition Classes
    Echo
  54. def setLevel(arg0: EchoLevel): Unit

    Definition Classes
    Echo
  55. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  56. def setMessage(arg0: String): Unit

    Definition Classes
    Echo
  57. def setOutput(arg0: Resource): Unit

    Definition Classes
    Echo
  58. def setOwningTarget(arg0: org.apache.tools.ant.Target): Unit

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

    Definition Classes
    ProjectComponent
  60. def setRuntimeConfigurableWrapper(arg0: RuntimeConfigurable): Unit

    Definition Classes
    Task
  61. def setTaskName(arg0: String): Unit

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

    Definition Classes
    Task
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  64. def toString(): String

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

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

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

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

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

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from AntEcho 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:
    (antEcho: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from AntEcho 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:
    (antEcho: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: AntEcho

    Implicit information
    This member is added by an implicit conversion from AntEcho to ArrowAssoc[AntEcho] 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:
    (antEcho: ArrowAssoc[AntEcho]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AntEcho

    Implicit information
    This member is added by an implicit conversion from AntEcho to Ensuring[AntEcho] 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:
    (antEcho: Ensuring[AntEcho]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Echo

Inherited from Task

Inherited from ProjectComponent

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AntEcho to StringAdd

Inherited by implicit conversion any2stringfmt from AntEcho to StringFormat

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

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

Ungrouped