Groovy Documentation

org.gradle.ide.visualstudio
[Java] Interface ConfigFile


@Incubating
public interface ConfigFile

A configuration file generated for Visual Studio.


Method Summary
File getLocation()

The location where this file will be generated.

void setLocation(Object location)

Specify the location where this file will be generated.

 

Method Detail

getLocation

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


setLocation

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


 

Gradle API 1.12