Interface JteConfig


public interface JteConfig
An instance of this type will be given to an extension, so that it can access configuration of the jte compiler.
  • Method Details

    • generatedSourcesRoot

      Path generatedSourcesRoot()
    • generatedResourcesRoot

      Path generatedResourcesRoot()
    • projectNamespace

      String projectNamespace()
    • packageName

      String packageName()
    • contentType

      ContentType contentType()
    • classLoader

      ClassLoader classLoader()