scala.tools.ant

ScalaBazaar

class ScalaBazaar extends Task with ScalaTask

An Ant task that generates a Scala Bazaars package (sbp file) along with an advertisement of that package.

This task can take the following parameters as attributes:

Source
ScalaBazaar.scala
Linear Supertypes
ScalaTask, Task, ProjectComponent, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalaBazaar
  2. ScalaTask
  3. Task
  4. ProjectComponent
  5. Cloneable
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaBazaar()

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. def addConfiguredBinset(input: FileSet): Unit

  7. def addConfiguredDocset(input: FileSet): Unit

  8. def addConfiguredLibset(input: FileSet): Unit

  9. def addConfiguredLooseset(set: LooseFileSet): Unit

  10. def addConfiguredManset(input: FileSet): Unit

  11. def addConfiguredMiscset(input: FileSet): Unit

  12. def addConfiguredSrcset(input: FileSet): Unit

  13. final def asInstanceOf[T0]: T0

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

    Definition Classes
    Task
  15. def buildError(message: String): Nothing

    Generates a build error.

    Generates a build error. Error location will be the current task in the ant file.

    message

    A message describing the error.

    Attributes
    protected
    Definition Classes
    ScalaTask
    Exceptions thrown
    BuildException

    A build error exception thrown in every case.

  16. def clone(): AnyRef

    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws()
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Performs the compilation.

    Performs the compilation.

    Definition Classes
    ScalaBazaar → Task
  20. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  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(): Target

    Definition Classes
    Task
  25. def getProject(): 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[ant]
    Definition Classes
    Task
  30. def handleErrorFlush(arg0: String): Unit

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

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

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

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

    Attributes
    protected[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[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 setAdfile(input: File): Unit

    Sets the advertisement file attribute.

    Sets the advertisement file attribute. Used by Ant.

    input

    The value of adfile.

  50. def setDepends(input: String): Unit

    Sets the depends attribute.

    Sets the depends attribute. Used by Ant.

    input

    The value for depends.

  51. def setDesc(input: String): Unit

    Sets the description attribute of this package.

    Sets the description attribute of this package. Used by Ant.

    input

    The value of description.

  52. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  53. def setFile(input: File): Unit

    Sets the file attribute.

    Sets the file attribute. Used by Ant.

    input

    The value of file.

  54. def setLink(input: String): Unit

    Sets the link attribute of this package.

    Sets the link attribute of this package. Used by Ant.

    input

    The value of link.

  55. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  56. def setName(input: String): Unit

    Sets the name attribute of this package.

    Sets the name attribute of this package. Used by Ant.

    input

    The value of name.

  57. def setOwningTarget(arg0: Target): Unit

    Definition Classes
    Task
  58. def setProject(arg0: Project): Unit

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

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

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

    Definition Classes
    Task
  62. def setVersion(input: String): Unit

    Sets the version attribute of this package.

    Sets the version attribute of this package. Used by Ant.

    input

    The value of version.

  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()

Inherited from ScalaTask

Inherited from Task

Inherited from ProjectComponent

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any