toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.config
/
XmlCalabashTempOutput
Xml
Calabash
Temp
Output
class
XmlCalabashTempOutput
(
val
port
:
String
?
,
val
pattern
:
String
)
:
XmlCalabashOutput
(
source
)
Members
Constructors
Xml
Calabash
Temp
Output
Link copied to clipboard
constructor
(
port
:
String
?
,
pattern
:
String
)
Properties
multipart
Mixed
Link copied to clipboard
val
multipartMixed
:
Boolean
=
false
multiplex
Link copied to clipboard
val
multiplex
:
Boolean
=
false
pattern
Link copied to clipboard
val
pattern
:
String
port
Link copied to clipboard
val
port
:
String
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Sequential
Link copied to clipboard
fun
isSequential
(
)
:
Boolean
Is this output filename going to produce a sequence of names?
next
File
Link copied to clipboard
fun
nextFile
(
)
:
File
Get the next file in the sequence.
fun
nextFile
(
port
:
String
,
contentType
:
MediaType
?
,
contentTypes
:
Map
<
String
,
String
>
)
:
File
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Port
Link copied to clipboard
fun
withPort
(
port
:
String
)
:
XmlCalabashOutput