Class EeaaoCodegenOptions

java.lang.Object
dev.palindrom615.eeaao.EeaaoCodegenOptions

public class EeaaoCodegenOptions extends Object
This class holds the options for the Eeaao codegen task.
  • Constructor Details

    • EeaaoCodegenOptions

      public EeaaoCodegenOptions()
  • Method Details

    • getCodeletDir

      public String getCodeletDir()
      Returns:
      the directory where the codelet files are located
    • setCodeletDir

      public void setCodeletDir(String codeletDir)
      Parameters:
      codeletDir - the directory where the codelet files are located
    • getOutDir

      public String getOutDir()
      Returns:
      The directory where the generated code will be placed.
    • setOutDir

      public void setOutDir(String outDir)
      Parameters:
      outDir - The directory where the generated code will be placed.