Package de.protos.etrice.gradle
Class GeneratorWorker
java.lang.Object
de.protos.etrice.gradle.GeneratorWorker
- All Implemented Interfaces:
WorkAction<GeneratorParameters>
Gradle worker implementation for eTrice generators.
Generator applications are cached and reused.
-
Constructor Details
-
GeneratorWorker
public GeneratorWorker()
-
-
Method Details
-
execute
public void execute()Runs the generator with the passed arguments.- Specified by:
execute
in interfaceWorkAction<GeneratorParameters>
-