trait TaskArgs extends CompilationPathProperty
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskArgs
- CompilationPathProperty
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (TaskArgs, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
compTarget: Option[String]
- Attributes
- protected
-
val
compilationPath: Option[Path]
- Attributes
- protected
- Definition Classes
- CompilationPathProperty
-
val
compilerPath: Option[Path]
- Attributes
- protected
-
def
createCompilationPath: Path
- Definition Classes
- CompilationPathProperty
- def createCompilerArg(): Argument
- def createCompilerPath: Path
- def createSrcPath: Path
-
val
destinationDir: Option[File]
- Attributes
- protected
- def ensuring(cond: (TaskArgs) ⇒ Boolean, msg: ⇒ Any): TaskArgs
- def ensuring(cond: (TaskArgs) ⇒ Boolean): TaskArgs
- def ensuring(cond: Boolean, msg: ⇒ Any): TaskArgs
- def ensuring(cond: Boolean): TaskArgs
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
extraArgs: Seq[Argument]
- Attributes
- protected
- def extraArgsFlat: Seq[String]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: Option[String]
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setCompilationPath(input: Path): Unit
- Definition Classes
- CompilationPathProperty
-
def
setCompilationPathRef(input: Reference): Unit
- Definition Classes
- CompilationPathProperty
- def setCompilerPath(input: Path): Unit
- def setCompilerPathRef(input: Reference): Unit
- def setDestdir(input: File): Unit
- def setId(input: String): Unit
- def setParams(input: String): Unit
- def setSrcPath(input: Path): Unit
- def setSrcPathRef(input: Reference): Unit
- def setTarget(input: String): Unit
-
val
sourcePath: Option[Path]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (TaskArgs, B)
The Scala compiler and reflection APIs.