Class FileContext

    • Constructor Summary

      Constructors 
      Constructor Description
      FileContext​(java.net.URI inputPath, java.net.URI outputPath, Options options)
      Create a new string context.
    • Constructor Detail

      • FileContext

        public FileContext​(java.net.URI inputPath,
                           java.net.URI outputPath,
                           Options options)
        Create a new string context.
        Parameters:
        inputPath - The input path to read the file from.
        outputPath - The output path to write the file to, or null to in-memory compilation.
        options - The compiler options.