AndroidSourceFile
interface AndroidSourceFile : Named
An AndroidSourceFile represents a single file input for an Android project.
Summary
Public functions |
|
---|---|
String |
getName() A concise name for the source directory (typically used to identify it in a collection). |
Any |
Sets the location of the file. |
Public functions
getName
fun getName(): String
A concise name for the source directory (typically used to identify it in a collection).
srcFile
fun srcFile(srcPath: Any): Any
Sets the location of the file.
Parameters | |
---|---|
srcPath: Any |
The source directory. This is evaluated as This method has a return value for legacy reasons. |