Interface CompilerContext


@ProviderType public interface CompilerContext
CompilerContext...
  • Method Details

    • getResourceProvider

      ScriptResourceProvider getResourceProvider()
      Returns a resource provider for resolving external resources during compilation.
      Returns:
      a resource provider.
    • getDestinationPath

      String getDestinationPath()
      Returns the path of the compiler output file.
      Returns:
      the path
    • getDependencies

      Collection<String> getDependencies()
      The dependencies can be updated by the compiler to add paths to dependant resources, for example external imports.
      Returns:
      the collection of dependencies