Class BlueprintCodeBlock

java.lang.Object
de.spraener.nxtgen.CodeBlockImpl
de.spraener.nxtgen.incubator.BlueprintCodeBlock
All Implemented Interfaces:
CodeBlock

public class BlueprintCodeBlock extends CodeBlockImpl
  • Constructor Details

    • BlueprintCodeBlock

      public BlueprintCodeBlock(BlueprintCompiler blueprintCompiler, String outputDir)
      Create a new CodeBlock with the given name.
      Parameters:
      blueprintCompiler - a BlueprintCompiler to run on evaluation.
  • Method Details

    • writeOutput

      public void writeOutput(String workingDir)
      Description copied from class: CodeBlockImpl
      Do the output wrtiing into the given working directory. The output file is determined with an changeable ToFileStrategy.
      Specified by:
      writeOutput in interface CodeBlock
      Overrides:
      writeOutput in class CodeBlockImpl
      Parameters:
      workingDir - the full qualified path to the working directory.
      See Also: