toggle menu
shake
0.1.0
jvm
switch theme
search in API
com.shakelang.util.sarifmerge
/
com.shakelang.util.sarifmerge
/
SarifLoader
Sarif
Loader
class
SarifLoader
(
source
)
Members
Constructors
Sarif
Loader
Link copied to clipboard
constructor
(
)
Properties
schema
Link copied to clipboard
val
schema
:
String
sub
Loaders
Link copied to clipboard
val
subLoaders
:
MutableList
<
SarifLoaderWithSRCRoot
>
version
Link copied to clipboard
val
version
:
String
Functions
add
File
Link copied to clipboard
fun
addFile
(
file
:
JsonElement
)
fun
addFile
(
file
:
JsonObject
)
fun
addFile
(
file
:
File
)
add
Files
Link copied to clipboard
fun
addFiles
(
files
:
Set
<
File
>
)
add
Run
Link copied to clipboard
fun
addRun
(
run
:
JsonElement
)
fun
addRun
(
run
:
JsonObject
)
add
Runs
Link copied to clipboard
fun
addRuns
(
runs
:
JsonArray
)
fun
addRuns
(
runs
:
JsonElement
)
generate
Files
Link copied to clipboard
fun
generateFiles
(
limitRunsPerFile
:
Int
=
-1
,
limitEntriesPerRun
:
Int
=
-1
)
:
List
<
Any
>
get
Runs
Link copied to clipboard
fun
getRuns
(
)
:
List
<
Any
>
fun
getRuns
(
limitEntriesPerRun
:
Int
)
:
List
<
Any
>