Interface ConfigFile

All Known Subinterfaces:
TextConfigFile, XmlConfigFile

@Incubating public interface ConfigFile
A configuration file generated for Visual Studio.
  • Method Summary

    Modifier and Type
    Method
    Description
    The location where this file will be generated.
    void
    setLocation(Object location)
    Specify the location where this file will be generated.
  • Method Details

    • getLocation

      File getLocation()
      The location where this file will be generated.
    • setLocation

      void setLocation(Object location)
      Specify the location where this file will be generated.