de.tototec.sbuild.ant.tasks.aQute_bnd_ant

AntBnd

class AntBnd extends BndTask

Linear Supertypes
BndTask, BaseTask, Reporter, Task, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AntBnd
  2. BndTask
  3. BaseTask
  4. Reporter
  5. Task
  6. ProjectComponent
  7. Cloneable
  8. AnyRef
  9. 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 AntBnd(sourcePath: String = null, files: String = null, output: File = null, exceptions: Boolean = null, failOk: Boolean = null, eclipse: Boolean = null, classpath: String = null)(implicit _project: Project)

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

    Implicit information
    This member is added by an implicit conversion from AntBnd to ArrowAssoc[AntBnd] 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 addBndfiles(arg0: org.apache.tools.ant.types.Path): Unit

    Definition Classes
    BndTask
  9. def addClasspath(arg0: org.apache.tools.ant.types.Path): Unit

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

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

    Definition Classes
    Task
  12. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def error(arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Definition Classes
    BaseTask → Reporter
  20. def execute(): Unit

    Definition Classes
    BndTask → Task
    Annotations
    @throws( ... )
  21. def finalize(): Unit

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

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

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

    Definition Classes
    ProjectComponent
  25. def getErrors(): List[String]

    Definition Classes
    BaseTask → Reporter
  26. def getLocation(): Location

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

    Definition Classes
    Task
  28. def getProgress(): List[String]

    Definition Classes
    BaseTask
  29. def getProject(): org.apache.tools.ant.Project

    Definition Classes
    ProjectComponent
  30. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

    Definition Classes
    Task
  31. def getTaskName(): String

    Definition Classes
    Task
  32. def getTaskType(): String

    Definition Classes
    Task
  33. def getWarnings(): List[String]

    Definition Classes
    BaseTask → Reporter
  34. def getWrapper(): RuntimeConfigurable

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

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

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

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  38. 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] )
  39. def handleOutput(arg0: String): Unit

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

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

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

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

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

    Definition Classes
    BaseTask → Reporter
  45. def join(arg0: Collection[_], arg1: String): String

    Attributes
    protected[aQute.bnd.ant]
    Definition Classes
    BaseTask
  46. def log(arg0: String, arg1: Throwable, arg2: Int): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    Task
  55. def progress(arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Definition Classes
    BaseTask → Reporter
  56. def reconfigure(): Unit

    Definition Classes
    Task
  57. def report(arg0: Reporter): Boolean

    Attributes
    protected[aQute.bnd.ant]
    Definition Classes
    BaseTask
  58. def report(): Boolean

    Attributes
    protected[aQute.bnd.ant]
    Definition Classes
    BaseTask
  59. def setBasedir(arg0: File): Unit

    Definition Classes
    BndTask
  60. def setBndfilePath(arg0: Reference): Unit

    Definition Classes
    BndTask
  61. def setClasspath(classpath: org.apache.tools.ant.types.Path): String

  62. def setClasspath(arg0: String): Unit

    Definition Classes
    BndTask
  63. def setClasspathref(arg0: Reference): Unit

    Definition Classes
    BndTask
  64. def setCommand(arg0: String): Unit

    Definition Classes
    BndTask
  65. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  66. def setDestFile(arg0: File): Unit

    Definition Classes
    BndTask
  67. def setEclipse(arg0: Boolean): Unit

    Definition Classes
    BndTask
  68. def setExceptions(arg0: Boolean): Unit

    Definition Classes
    BndTask
  69. def setFailOk(failOk: Boolean): Unit

  70. def setFailok(arg0: Boolean): Unit

    Definition Classes
    BndTask
  71. def setFiles(arg0: String): Unit

    Definition Classes
    BndTask
  72. def setInherit(arg0: Boolean): Unit

    Definition Classes
    BndTask
  73. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  74. def setOutput(arg0: File): Unit

    Definition Classes
    BndTask
  75. def setOwningTarget(arg0: org.apache.tools.ant.Target): Unit

    Definition Classes
    Task
  76. def setPedantic(arg0: Boolean): Unit

    Definition Classes
    BaseTask
  77. def setProject(arg0: org.apache.tools.ant.Project): Unit

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

    Definition Classes
    Task
  79. def setSourcePath(sourcePath: String): Unit

  80. def setSourcepath(arg0: String): Unit

    Definition Classes
    BndTask
  81. def setTaskName(arg0: String): Unit

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

    Definition Classes
    Task
  83. def setTestDir(arg0: File): Unit

    Definition Classes
    BndTask
  84. def setTrace(arg0: Boolean): Unit

    Definition Classes
    BaseTask
  85. def split(arg0: String, arg1: String): List[String]

    Attributes
    protected[aQute.bnd.ant]
    Definition Classes
    BaseTask
  86. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  87. def toString(): String

    Definition Classes
    AnyRef → Any
  88. def trace(arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Definition Classes
    BaseTask → Reporter
  89. def validate(): Unit

    Attributes
    protected[aQute.bnd.ant]
    Definition Classes
    BndTask
  90. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. def warning(arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Definition Classes
    BaseTask → Reporter
  94. def [B](y: B): (AntBnd, B)

    Implicit information
    This member is added by an implicit conversion from AntBnd to ArrowAssoc[AntBnd] 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 AntBnd 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:
    (antBnd: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

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

Deprecated Value Members

  1. def x: AntBnd

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AntBnd

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from BndTask

Inherited from BaseTask

Inherited from Reporter

Inherited from Task

Inherited from ProjectComponent

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AntBnd to StringAdd

Inherited by implicit conversion any2stringfmt from AntBnd to StringFormat

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

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

Ungrouped