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
/
CopiedFile
Copied
File
open
class
CopiedFile
Members
Constructors
Copied
File
Link copied to clipboard
constructor
(
)
No args constructor for use in serialization
constructor
(
path
:
String
)
Types
Copied
File
Builder
Link copied to clipboard
open
class
CopiedFileBuilder
:
CopiedFile.CopiedFileBuilderBase
<
T
>
Copied
File
Builder
Base
Link copied to clipboard
abstract
class
CopiedFileBuilderBase
<
T
:
CopiedFile
?
>
Properties
path
Link copied to clipboard
open
var
path
:
String
Path of a copied file
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
CopiedFile.CopiedFileBuilderBase
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