Interface KlumModelExtension

All Superinterfaces:
KlumExtension

public interface KlumModelExtension extends KlumExtension
  • Method Details

    • getSchemas

      SchemaDependencies getSchemas()
    • getTopLevelScripts

      org.gradle.api.provider.MapProperty<String,String> getTopLevelScripts()
    • topLevelScript

      default void topLevelScript(String modelType, String script)
    • schemas

      default void schemas(org.gradle.api.Action<? super SchemaDependencies> action)