toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.domain.io
/
FileArtifact
File
Artifact
data
class
FileArtifact
(
val
file
:
File
,
val
timestamp
:
Instant
=
Instant.now()
)
:
SystemOutput
Members
Constructors
File
Artifact
Link copied to clipboard
constructor
(
directory
:
String
,
outputFile
:
String
)
constructor
(
file
:
File
,
timestamp
:
Instant
=
Instant.now()
)
Properties
file
Link copied to clipboard
val
file
:
File
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant