Interface TextConfigFile

All Superinterfaces:
ConfigFile

@Incubating public interface TextConfigFile extends ConfigFile
A plain text config file generated for Visual Studio.
  • Method Details

    • withContent

      void withContent(Action<? super TextProvider> action)
      Add an action that can manipulate the generated file content.