Named, NativeToolChain, ToolChain@Incubating public interface VisualCpp extends NativeToolChain
Named.Namer| Modifier and Type | Method | Description | 
|---|---|---|
| void | eachPlatform(Action<? super VisualCppPlatformToolChain> action) | Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain. | 
| java.io.File | getInstallDir() | The directory where Visual Studio or Visual C++ is installed. | 
| java.io.File | getWindowsSdkDir() | The directory where Windows SDK is installed. | 
| void | setInstallDir(java.lang.Object installDir) | The directory where Visual Studio or Visual C++ is installed. | 
| void | setWindowsSdkDir(java.lang.Object installDir) | The directory where Windows SDK is installed. | 
getDisplayNamejava.io.File getInstallDir()
void setInstallDir(java.lang.Object installDir)
java.io.File getWindowsSdkDir()
void setWindowsSdkDir(java.lang.Object installDir)
void eachPlatform(Action<? super VisualCppPlatformToolChain> action)