Processed Files
If the option generate.list_processed_files
defines the filename for where the processed files should be reported,
the generator will create a report of all parsed and generated files.
The type of the file is determined by the filename extension, supported extensions are: .yaml
, .yml
, .json
, .toml
.
File Structure
JSON-Schema
parsed
List of input files that have been parsed. This does not include the config file.
Name
Type
Description
idl
array
external_types
array
generated
List of generated files from all registered generators
cpp
Name
Type
Description
include_dir
string
Path where all cpp header files are written to.
header
array
List of generated cpp header files.
source
array
List of generated cpp source files.
source_dir
string
Path where all cpp source files are written to.
cppcli
Name
Type
Description
include_dir
string
Path where all cppcli header files are written to.
header
array
List of generated cppcli header files.
source
array
List of generated cppcli source files.
source_dir
string
Path where all cppcli source files are written to.
java
Name
Type
Description
source
array
List of generated java source files.
source_dir
string
Path where all java source files are written to.
jni
Name
Type
Description
include_dir
string
Path where all jni header files are written to.
header
array
List of generated jni header files.
source
array
List of generated jni source files.
source_dir
string
Path where all jni source files are written to.
objc
Name
Type
Description
include_dir
string
Path where all objc header files are written to.
header
array
List of generated objc header files.
source
array
List of generated objc source files.
source_dir
string
Path where all objc source files are written to.
objcpp
Name
Type
Description
include_dir
string
Path where all objcpp header files are written to.
header
array
List of generated objcpp header files.
source
array
List of generated objcpp source files.
source_dir
string
Path where all objcpp source files are written to.
yaml
Name
Type
Description
source
array
List of generated yaml source files.
source_dir
string
Path where all yaml source files are written to.