org
.
openmole
.
plugin
.
task
.
care
CARETask
Related Docs:
object CARETask
|
package care
case class
CARETask
(
archive:
core.workflow.dsl.File
,
hostFiles:
Vector
[(
String
,
Option
[
String
])]
,
command:
FromContext
[
String
]
,
workDirectory:
Option
[
String
]
,
errorOnReturnValue:
Boolean
,
returnValue:
Option
[
Val
[
Int
]]
,
stdOut:
Option
[
Val
[
String
]]
,
stdErr:
Option
[
Val
[
String
]]
,
environmentVariables:
Vector
[(
String
,
FromContext
[
String
])]
,
_config:
InputOutputConfig
,
external:
External
)
extends
Task
with
ValidateTask
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ValidateTask
,
Task
,
Name
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
CARETask
Serializable
Serializable
Product
Equals
ValidateTask
Task
Name
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CARETask
(
archive:
core.workflow.dsl.File
,
hostFiles:
Vector
[(
String
,
Option
[
String
])]
,
command:
FromContext
[
String
]
,
workDirectory:
Option
[
String
]
,
errorOnReturnValue:
Boolean
,
returnValue:
Option
[
Val
[
Int
]]
,
stdOut:
Option
[
Val
[
String
]]
,
stdErr:
Option
[
Val
[
String
]]
,
environmentVariables:
Vector
[(
String
,
FromContext
[
String
])]
,
_config:
InputOutputConfig
,
external:
External
)
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
_config
:
InputOutputConfig
val
archive
:
core.workflow.dsl.File
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
className
:
String
Definition Classes
Name
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
command
:
FromContext
[
String
]
def
config
:
InputOutputConfig
Definition Classes
CARETask
→
Task
def
defaults
:
DefaultSet
Definition Classes
Task
val
environmentVariables
:
Vector
[(
String
,
FromContext
[
String
])]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
errorOnReturnValue
:
Boolean
val
external
:
External
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hostFiles
:
Vector
[(
String
,
Option
[
String
])]
def
inputs
:
PrototypeSet
Definition Classes
Task
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
name
:
Option
[
String
]
Definition Classes
Task
→
Name
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
outputs
:
PrototypeSet
Definition Classes
Task
def
perform
(
context:
Context
,
executionContext:
TaskExecutionContext
)
:
Context
Perform this task.
Perform this task.
context
the context in which the task will be executed
Definition Classes
Task
def
process
(
executionContext:
TaskExecutionContext
)
:
FromContext
[
Context
]
Attributes
protected
Definition Classes
CARETask
→
Task
val
returnValue
:
Option
[
Val
[
Int
]]
def
simpleName
:
String
Definition Classes
Name
val
stdErr
:
Option
[
Val
[
String
]]
val
stdOut
:
Option
[
Val
[
String
]]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Name
→ AnyRef → Any
def
validate
:
Seq
[
Throwable
]
Definition Classes
CARETask
→
ValidateTask
def
validateArchive
(
archive:
core.workflow.dsl.File
)
:
Seq
[
UserBadDataError
]
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
(
...
)
val
workDirectory
:
Option
[
String
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
ValidateTask
Inherited from
Task
Inherited from
Name
Inherited from
AnyRef
Inherited from
Any
Ungrouped