toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.runtime.steps
/
CompoundStepFoot
Compound
Step
Foot
class
CompoundStepFoot
(
config
:
XProcStepConfiguration
,
val
parent
:
CompoundStep
,
step
:
FootModel
)
:
AbstractStep
(
source
)
Members
Constructors
Compound
Step
Foot
Link copied to clipboard
constructor
(
config
:
XProcStepConfiguration
,
parent
:
CompoundStep
,
step
:
FootModel
)
Properties
_id
Link copied to clipboard
val
_id
:
String
aborted
Link copied to clipboard
var
aborted
:
Boolean
cache
Link copied to clipboard
val
cache
:
<Error class: unknown class>
hold
Ports
Link copied to clipboard
val
holdPorts
:
<Error class: unknown class>
id
Link copied to clipboard
open
override
val
id
:
String
input
Count
Link copied to clipboard
val
inputCount
:
<Error class: unknown class>
location
Link copied to clipboard
val
location
:
Location
name
Link copied to clipboard
val
name
:
String
output
Count
Link copied to clipboard
val
outputCount
:
<Error class: unknown class>
params
Link copied to clipboard
open
override
val
params
:
RuntimeStepParameters
parent
Link copied to clipboard
val
parent
:
CompoundStep
ready
To
Run
Link copied to clipboard
open
override
val
readyToRun
:
Boolean
=
true
static
Options
Link copied to clipboard
val
staticOptions
:
<Error class: unknown class>
step
Config
Link copied to clipboard
val
stepConfig
:
XProcStepConfiguration
step
Timeout
Link copied to clipboard
open
override
val
stepTimeout
:
Duration
thread
Group
Link copied to clipboard
val
threadGroup
:
Int
type
Link copied to clipboard
val
type
:
QName
verbosity
Link copied to clipboard
val
verbosity
:
Verbosity
Functions
abort
Link copied to clipboard
open
fun
abort
(
)
close
Link copied to clipboard
open
override
fun
close
(
port
:
String
)
default
Binding
Documents
Link copied to clipboard
fun
defaultBindingDocuments
(
binding
:
ConnectionInstruction
)
:
List
<
XProcDocument
>
input
Link copied to clipboard
open
override
fun
input
(
port
:
String
,
doc
:
XProcDocument
)
instantiate
Link copied to clipboard
open
override
fun
instantiate
(
)
output
Link copied to clipboard
open
override
fun
output
(
port
:
String
,
document
:
XProcDocument
)
prepare
Link copied to clipboard
open
override
fun
prepare
(
)
reset
Link copied to clipboard
open
override
fun
reset
(
)
run
Link copied to clipboard
open
override
fun
run
(
)
run
Step
Link copied to clipboard
open
fun
runStep
(
parent
:
CompoundStep
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String