Interface KotlinDslScriptModel


public interface KotlinDslScriptModel
Model for a Kotlin DSL script.
Since:
6.0
  • Method Details

    • getClassPath

      List<File> getClassPath()
      Returns the class path.
      Since:
      6.0
    • getSourcePath

      List<File> getSourcePath()
      Returns the source path.
      Since:
      6.0
    • getImplicitImports

      List<String> getImplicitImports()
      Returns the implicit imports.
      Since:
      6.0
    • getEditorReports

      List<EditorReport> getEditorReports()
      Returns the editor reports.
      Since:
      6.0
    • getExceptions

      List<String> getExceptions()
      Returns the exceptions.
      Since:
      6.0