final class NativeRunInfo extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NativeRunInfo
- Serializable
- Serializable
- AnyRef
- Any
- 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
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val args: Vector[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val cmd: String
- val connectInput: Boolean
- val environmentVariables: Map[String, String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- NativeRunInfo → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- NativeRunInfo → AnyRef → Any
- val inputs: Vector[FilePath]
-
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()
- val outputStrategy: Option[String]
- val outputs: Vector[FilePath]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- NativeRunInfo → 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 withArgs(args: Vector[String]): NativeRunInfo
- def withCmd(cmd: String): NativeRunInfo
- def withConnectInput(connectInput: Boolean): NativeRunInfo
- def withEnvironmentVariables(environmentVariables: Map[String, String]): NativeRunInfo
- def withInputs(inputs: Vector[FilePath]): NativeRunInfo
- def withOutputStrategy(outputStrategy: String): NativeRunInfo
- def withOutputStrategy(outputStrategy: Option[String]): NativeRunInfo
- def withOutputs(outputs: Vector[FilePath]): NativeRunInfo
- def withWorkingDirectory(workingDirectory: URI): NativeRunInfo
- def withWorkingDirectory(workingDirectory: Option[URI]): NativeRunInfo
- val workingDirectory: Option[URI]