OutputFileCollectionConfig

Configuration of collecting output files

Constructors

Link copied to clipboard
constructor()
No args constructor for use in serialization
constructor(loadFiles: Boolean, copyFiles: Boolean, copiedFilesPath: String, includedFilePattern: String)

Properties

Link copied to clipboard
Directory to copy output files
Link copied to clipboard
open var copyFiles: Boolean
Should output files be copied to a directory
Link copied to clipboard
Glob patterns to include files for loading or copying
Link copied to clipboard
open var loadFiles: Boolean
Should output files be loaded as string

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String