ConfigFile
@Incubating public interface TextConfigFile extends ConfigFile
Modifier and Type | Method | Description |
---|---|---|
void |
withContent(Action<? super TextProvider> action) |
Add an action that can manipulate the generated file content.
|
getLocation, setLocation
void withContent(Action<? super TextProvider> action)