public class FileContext extends AbstractContext
| Constructor and Description |
|---|
FileContext(java.net.URI inputPath,
java.net.URI outputPath,
Options options)
Create a new string context.
|
getInputPath, getOptions, getOutputPathpublic FileContext(java.net.URI inputPath,
java.net.URI outputPath,
Options options)
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.