Class GenerateProjectFileTask.ProjectSpec
java.lang.Object
org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
- Enclosing class:
- GenerateProjectFileTask
The data to use to generate the project file.
- Since:
- 8.11
-
Method Summary
Modifier and TypeMethodDescriptionList<org.gradle.ide.visualstudio.tasks.internal.VisualStudioProjectFile.ConfigurationSpec>
Configurations to include in the project.Command to use to run Gradle from the project.The header files for this project.The resource files for this project.The SDK version for this project.The source files for this project.The VS version for this project.Warning to report to users after generating the project file.List<Action<? super XmlProvider>>
Additional XML generation actions.
-
Method Details
-
getVisualStudioVersion
The VS version for this project.- Since:
- 8.11
-
getSdkVersion
The SDK version for this project.- Since:
- 8.11
-
getSourceFilePaths
The source files for this project.- Since:
- 8.11
-
getResourceFilePaths
The resource files for this project.- Since:
- 8.11
-
getHeaderFilesPaths
The header files for this project.- Since:
- 8.11
-
getGradleCommand
Command to use to run Gradle from the project.- Since:
- 8.11
-
getWarning
Warning to report to users after generating the project file.- Since:
- 8.11
-
getConfigurations
@Incubating public List<org.gradle.ide.visualstudio.tasks.internal.VisualStudioProjectFile.ConfigurationSpec> getConfigurations()Configurations to include in the project.- Since:
- 8.11
-
getXmlActions
Additional XML generation actions.- Since:
- 8.11
-