Interface DefaultScriptLanguage.ImportStatementGenerator
- Enclosing class:
DefaultScriptLanguage
protected static interface DefaultScriptLanguage.ImportStatementGenerator
Interface defining how the import statements should be generated for the language.
The purpose of this is to enable standard methods for common languages (currently Java and Python).
-
Method Summary
Modifier and TypeMethodDescriptiongetImportStatments
(Collection<Class<?>> classes) getStaticImportStatments
(Collection<Class<?>> classes)
-
Method Details
-
getImportStatments
-
getStaticImportStatments
-