Package dev.palindrom615.eeaao
Class EeaaoCodegenOptions
java.lang.Object
dev.palindrom615.eeaao.EeaaoCodegenOptions
This class holds the options for the Eeaao codegen task.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EeaaoCodegenOptions
public EeaaoCodegenOptions()
-
-
Method Details
-
getCodeletDir
- Returns:
- the directory where the codelet files are located
-
setCodeletDir
- Parameters:
codeletDir- the directory where the codelet files are located
-
getOutDir
- Returns:
- The directory where the generated code will be placed.
-
setOutDir
- Parameters:
outDir- The directory where the generated code will be placed.
-