XmlCalabashTempOutput

class XmlCalabashTempOutput(val port: String?, val pattern: String) : XmlCalabashOutput(source)

Constructors

Link copied to clipboard
constructor(port: String?, pattern: String)

Properties

Link copied to clipboard
val multipartMixed: Boolean = false
Link copied to clipboard
val multiplex: Boolean = false
Link copied to clipboard
Link copied to clipboard
val port: String?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Is this output filename going to produce a sequence of names?

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
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard