An AndroidSourceDirectorySet represents a lit of directory input for an Android project.
Property | Description |
filter | The filter used to select the source from the source directories. |
name | A concise name for the source directory (typically used to identify it in a collection). |
sourceFiles | The list of source files as a |
srcDirs | The resolved directories. |
PatternFilterable
filter
(read-only)
The filter used to select the source from the source directories.
String
name
(read-only)
A concise name for the source directory (typically used to identify it in a collection).
AndroidSourceDirectorySet
srcDir
(Object
srcDir)
Adds the given source directory to this set.
AndroidSourceDirectorySet
srcDirs
(Object
...
srcDirs)
Object
...Adds the given source directories to this set.
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.