Interface Context

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractContext, FileContext, StringContext

public interface Context
extends java.io.Serializable
  • 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 Details

    • 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.