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
Modifier and TypeMethodDescriptionvoidsetCodeletDir(String codeletDir) voidvoidsetSpecDir(String specDir)
-
Constructor Details
-
EeaaoCodegenOptions
public EeaaoCodegenOptions()
-
-
Method Details
-
getSpecDir
- Returns:
- the directory where the spec files are located
-
setSpecDir
- Parameters:
specDir- the directory where the spec files are located
-
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.
-