Interface LombokConfigParameters
- 
- All Superinterfaces:
 WorkParameters
public interface LombokConfigParameters extends WorkParameters
 
- 
- 
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 ListProperty<String>getArgs()RegularFilePropertygetOutputFile() 
 - 
 
- 
- 
Method Detail
- 
getArgs
ListProperty<String> getArgs()
 
- 
getOutputFile
RegularFileProperty getOutputFile()
 
 - 
 
 -