Interface Context

    • Method Summary

      Modifier and Type Method Description
      java.net.URI getInputPath()
      Return the input file path.
      Options getOptions()
      Return the compiler options.
      java.net.URI getOutputPath()
      Return the output file path.
    • Method Detail

      • getInputPath

        java.net.URI getInputPath()
        Return the input file path.
        Returns:
        The input file path or null if no path is specified.
      • getOutputPath

        java.net.URI getOutputPath()
        Return the output file path.
        Returns:
        The output file path or null if no path is specified.
      • getOptions

        Options getOptions()
        Return the compiler options.
        Returns:
        The compiler options.