Package io.typeflows.gradle
Class TypeflowsExtension
-
- All Implemented Interfaces:
public abstract class TypeflowsExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final DirectoryPropertytargetDirectoryprivate final Property<String>typeflowsClass
-
Constructor Summary
Constructors Constructor Description TypeflowsExtension()
-
Method Summary
Modifier and Type Method Description abstract DirectoryPropertygetTargetDirectory()abstract Property<String>getTypeflowsClass()-
-
Method Detail
-
getTargetDirectory
abstract DirectoryProperty getTargetDirectory()
-
getTypeflowsClass
abstract Property<String> getTypeflowsClass()
-
-
-
-