Package com.strumenta.kolasu.lionwebgen
Interface LionWebGradleExtension
-
- All Implemented Interfaces:
public interface LionWebGradleExtension
-
-
Method Summary
Modifier and Type Method Description abstract MapProperty<String, String>getImportPackageNames()abstract ListProperty<File>getLanguages()abstract Property<File>getOutdir()abstract ListProperty<String>getExportPackages()-
-
Method Detail
-
getImportPackageNames
abstract MapProperty<String, String> getImportPackageNames()
-
getLanguages
abstract ListProperty<File> getLanguages()
-
getExportPackages
abstract ListProperty<String> getExportPackages()
-
-
-
-