A collection of methods used for building target code for federates.
More...
Inherited by org.lflang.federated.launcher.CBuildConfig, org.lflang.federated.launcher.PyBuildConfig, and org.lflang.federated.launcher.TsBuildConfig.
A collection of methods used for building target code for federates.
◆ BuildConfig()
Create a new build configuration.
- Parameters
-
| federate | The federate that this configuration applies to. |
| fileConfig | The file configuration of the federation that the federate belongs to. |
| messageReporter | An error reporter to report problems. |
◆ compileCommand()
| String org.lflang.federated.launcher.BuildConfig.compileCommand |
( |
| ) |
|
◆ localExecuteCommand()
| abstract String org.lflang.federated.launcher.BuildConfig.localExecuteCommand |
( |
| ) |
|
|
abstract |
◆ federate
The federate that this configuration applies to.
◆ fileConfig
The file configuration of the federation that the federate belongs to.
◆ messageReporter
| final MessageReporter org.lflang.federated.launcher.BuildConfig.messageReporter |
|
protected |
An error reporter to report problems.
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/federated/launcher/BuildConfig.java