open class DirectoryTask : DefaultTask
This task creates an empty directory with an content type file. As long the content file exists the task is upToDate.
DirectoryTask()
This task creates an empty directory with an content type file. As long the content file exists the task is upToDate. |
var contentType: ContentType
The content type will be stored in the specified component or module. Possible values are |
|
val directoryFile: File |
|
var directoryPath: String
Directory path configuration of the component. |
fun createDirectory(): Unit
The directory will be created automatically as base directory of the output file. The content file is the output file for this task. |
|
fun provideDirectoryPath(directoryPath: Provider<String>): Unit
Set the provider for the directory path property. |
|
fun setContentType(type: String): Unit
This will set the content type property from a string value. |