Package de.uni_passau.fim.prog1pa
Interface TextToPDFTask.ToPDFParameters
-
- All Superinterfaces:
org.gradle.workers.WorkParameters
- Enclosing class:
- TextToPDFTask
public static interface TextToPDFTask.ToPDFParameters extends org.gradle.workers.WorkParameters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.gradle.api.provider.ListProperty<java.lang.String>getHeaderLines()org.gradle.api.provider.ListProperty<java.io.File>getInputFiles()org.gradle.api.file.RegularFilePropertygetOutputFile()
-