Class GenerateFiltersFileTask.FiltersSpec
java.lang.Object
org.gradle.ide.visualstudio.tasks.GenerateFiltersFileTask.FiltersSpec
- Enclosing class:
- GenerateFiltersFileTask
The data to use to generate the filters file.
- Since:
- 8.11
-
Method Summary
Modifier and TypeMethodDescriptionList<Action<? super XmlProvider>>
Additional XML generation actions.The header files to include in the filter.The source files to include in the filter.
-
Method Details
-
getSourceFilePaths
The source files to include in the filter.- Since:
- 8.11
-
getHeaderFilesPaths
The header files to include in the filter.- Since:
- 8.11
-
getActions
Additional XML generation actions.- Since:
- 8.11
-