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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List<org.gradle.ide.visualstudio.tasks.internal.VisualStudioProjectFile.ConfigurationSpec> (package private) final String(package private) final FileCollection(package private) final Provider<org.gradle.util.internal.VersionNumber> (package private) final FileCollection(package private) final Provider<org.gradle.util.internal.VersionNumber> (package private) final String(package private) final List<Action<? super XmlProvider>> -
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.
-
Field Details
-
visualStudioVersion
-
sdkVersion
-
sourceFiles
-
resourceFiles
-
headerFiles
-
gradleCommand
-
warning
-
configurations
final List<org.gradle.ide.visualstudio.tasks.internal.VisualStudioProjectFile.ConfigurationSpec> configurations -
xmlActions
-
-
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
-