scala.tools.ant.sabbus

Make

class Make extends Task with TaskArgs

Linear Supertypes
TaskArgs, CompilationPathProperty, Task, ProjectComponent, java.lang.Cloneable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Make
  2. TaskArgs
  3. CompilationPathProperty
  4. Task
  5. ProjectComponent
  6. Cloneable
  7. AnyRef
  8. 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 Make()

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

    Implicit information
    This member is added by an implicit conversion from Make to ArrowAssoc[Make] 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. final def asInstanceOf[T0]: T0

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

    Definition Classes
    Task
  10. def clone(): AnyRef

    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws( ... )
  11. var compTarget: Option[String]

    Attributes
    protected
    Definition Classes
    TaskArgs
  12. var compilationPath: Option[Path]

    Attributes
    protected
    Definition Classes
    CompilationPathProperty
  13. var compilerPath: Option[Path]

    Attributes
    protected
    Definition Classes
    TaskArgs
  14. def createCompilationPath: Path

    Definition Classes
    CompilationPathProperty
  15. def createCompilerArg(): Argument

    Definition Classes
    TaskArgs
  16. def createCompilerPath: Path

    Definition Classes
    TaskArgs
  17. def createSrcPath: Path

    Definition Classes
    TaskArgs
  18. var destinationDir: Option[File]

    Attributes
    protected
    Definition Classes
    TaskArgs
  19. def ensuring(cond: (Make) ⇒ Boolean, msg: ⇒ Any): Make

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

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

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

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

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

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

    Definition Classes
    Make → Task
  26. var extraArgs: Seq[Argument]

    Attributes
    protected
    Definition Classes
    TaskArgs
  27. def extraArgsFlat: Seq[String]

    Definition Classes
    TaskArgs
  28. def finalize(): Unit

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

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

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

    Definition Classes
    ProjectComponent
  32. def getLocation(): Location

    Definition Classes
    ProjectComponent
  33. def getOwningTarget(): Target

    Definition Classes
    Task
  34. def getProject(): Project

    Definition Classes
    ProjectComponent
  35. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

    Definition Classes
    Task
  36. def getTaskName(): String

    Definition Classes
    Task
  37. def getTaskType(): String

    Definition Classes
    Task
  38. def getWrapper(): RuntimeConfigurable

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    TaskArgs
  46. def init(): Unit

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

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

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  49. def isMSIL: Boolean

    Definition Classes
    TaskArgs
  50. def log(arg0: String, arg1: java.lang.Throwable, arg2: Int): Unit

    Definition Classes
    Task
  51. def log(arg0: java.lang.Throwable, arg1: Int): Unit

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

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

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

    Definition Classes
    Task
    Annotations
    @throws( ... )
  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 reconfigure(): Unit

    Definition Classes
    Task
  60. def setCompilationPath(input: Path): Unit

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

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

    Definition Classes
    TaskArgs
  63. def setCompilerPathRef(input: Reference): Unit

    Definition Classes
    TaskArgs
  64. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  65. def setDestdir(input: File): Unit

    Definition Classes
    TaskArgs
  66. def setId(input: String): Unit

    Definition Classes
    TaskArgs
  67. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  68. def setOwningTarget(arg0: Target): Unit

    Definition Classes
    Task
  69. def setParams(input: String): Unit

    Definition Classes
    TaskArgs
  70. def setProject(arg0: Project): Unit

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

    Definition Classes
    Task
  72. def setSrcPath(input: Path): Unit

    Definition Classes
    TaskArgs
  73. def setSrcPathRef(input: Reference): Unit

    Definition Classes
    TaskArgs
  74. def setTarget(input: String): Unit

    Definition Classes
    TaskArgs
  75. def setTaskName(arg0: String): Unit

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

    Definition Classes
    Task
  77. var sourcePath: Option[Path]

    Attributes
    protected
    Definition Classes
    TaskArgs
  78. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  79. def toString(): String

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

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

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

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

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

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

Deprecated Value Members

  1. def x: Make

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Make

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from TaskArgs

Inherited from CompilationPathProperty

Inherited from Task

Inherited from ProjectComponent

Inherited from java.lang.Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Make to StringAdd

Inherited by implicit conversion any2stringfmt from Make to StringFormat

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

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

Ungrouped