org
.
openmole
.
plugin
.
task
.
systemexec
SystemExecPackage
Related Doc:
package systemexec
trait
SystemExecPackage
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SystemExecPackage
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
lazy val
commands
:
AnyRef
{ def +=[T](os: org.openmole.core.tools.service.OS,cmd: org.openmole.plugin.task.systemexec.Command*)(implicit evidence$5: org.openmole.plugin.task.systemexec.SystemExecTaskBuilder[T]): T => T }
lazy val
customWorkDirectory
:
AnyRef
{ def :=[T](s: org.openmole.core.workflow.dsl.OptionalArgument[String])(implicit evidence$10: org.openmole.plugin.task.systemexec.WorkDirectory[T]): T => T }
lazy val
environmentVariables
:
AnyRef
{ ... /* 3 definitions in type refinement */ }
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
lazy val
errorOnReturnValue
:
AnyRef
{ def :=[T](b: Boolean)(implicit evidence$1: org.openmole.plugin.task.systemexec.ErrorOnReturnValue[T]): T => T }
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
lazy val
hostFiles
:
AnyRef
{ ... /* 2 definitions in type refinement */ }
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
lazy val
returnValue
:
AnyRef
{ def :=[T](v: org.openmole.core.workflow.dsl.OptionalArgument[org.openmole.core.context.Val[Int]])(implicit evidence$2: org.openmole.plugin.task.systemexec.ReturnValue[T]): T => T }
lazy val
stdErr
:
AnyRef
{ def :=[T](v: org.openmole.core.workflow.dsl.OptionalArgument[org.openmole.core.context.Val[String]])(implicit evidence$4: org.openmole.plugin.task.systemexec.StdOutErr[T]): T => T }
lazy val
stdOut
:
AnyRef
{ def :=[T](v: org.openmole.core.workflow.dsl.OptionalArgument[org.openmole.core.context.Val[String]])(implicit evidence$3: org.openmole.plugin.task.systemexec.StdOutErr[T]): T => T }
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
(
...
)
Deprecated Value Members
lazy val
environmentVariable
:
AnyRef
{ ... /* 3 definitions in type refinement */ }
Annotations
@deprecated
Deprecated
(Since version 7)
Use environmentVariables
Inherited from
AnyRef
Inherited from
Any
Ungrouped