Interface PlantumlParameters
- 
- All Superinterfaces:
 WorkParameters
public interface PlantumlParameters extends WorkParameters
- See Also:
 PlantumlPlugin
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters
WorkParameters.None 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<String>getFileFormat()RegularFilePropertygetInputFile()DirectoryPropertygetOutputDirectory()Property<Boolean>getWithMetadata() 
 - 
 
- 
- 
Method Detail
- 
getInputFile
RegularFileProperty getInputFile()
 
- 
getOutputDirectory
DirectoryProperty getOutputDirectory()
 
 - 
 
 -