code-executor-model
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
code-executor-model
code-executor-model
/
com.javaaidev.llmcodeexecutor.executor.model
/
OutputFileCollectionConfig
Output
File
Collection
Config
open
class
OutputFileCollectionConfig
Configuration of collecting output files
Members
Constructors
Output
File
Collection
Config
Link copied to clipboard
constructor
(
)
No args constructor for use in serialization
constructor
(
loadFiles
:
Boolean
,
copyFiles
:
Boolean
,
copiedFilesPath
:
String
,
includedFilePattern
:
String
)
Types
Output
File
Collection
Config
Builder
Link copied to clipboard
open
class
OutputFileCollectionConfigBuilder
:
OutputFileCollectionConfig.OutputFileCollectionConfigBuilderBase
<
T
>
Output
File
Collection
Config
Builder
Base
Link copied to clipboard
abstract
class
OutputFileCollectionConfigBuilderBase
<
T
:
OutputFileCollectionConfig
?
>
Properties
copied
Files
Path
Link copied to clipboard
open
var
copiedFilesPath
:
String
Directory to copy output files
copy
Files
Link copied to clipboard
open
var
copyFiles
:
Boolean
Should output files be copied to a directory
included
File
Pattern
Link copied to clipboard
open
var
includedFilePattern
:
String
Glob patterns to include files for loading or copying
load
Files
Link copied to clipboard
open
var
loadFiles
:
Boolean
Should output files be loaded as string
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
OutputFileCollectionConfig.OutputFileCollectionConfigBuilderBase
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String