Interface GroovyDeephavenSession.GroovyImport

Enclosing class:
GroovyDeephavenSession

@VisibleForTesting public static interface GroovyDeephavenSession.GroovyImport
Represents an import that can be added to an ImportCustomizer, as a valid return from GroovyDeephavenSession.createImport(String).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendTo(org.codehaus.groovy.control.customizers.ImportCustomizer imports)
     
  • Method Details

    • appendTo

      void appendTo(org.codehaus.groovy.control.customizers.ImportCustomizer imports)