public interface DslContent
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.ConfigurableFileCollection |
getClassDocbookDirectories() |
org.gradle.api.file.ConfigurableFileCollection |
getClassMetaDataFiles() |
org.gradle.api.provider.SetProperty<java.lang.String> |
getClassNames() |
org.gradle.api.file.DirectoryProperty |
getContentDirectory() |
org.gradle.api.provider.Property<java.lang.String> |
getPermalink() |
org.gradle.api.file.RegularFileProperty |
getTemplateFile() |
org.gradle.api.file.ConfigurableFileCollection getClassDocbookDirectories()
org.gradle.api.file.ConfigurableFileCollection getClassMetaDataFiles()
org.gradle.api.file.RegularFileProperty getTemplateFile()
org.gradle.api.provider.SetProperty<java.lang.String> getClassNames()
org.gradle.api.provider.Property<java.lang.String> getPermalink()
org.gradle.api.file.DirectoryProperty getContentDirectory()