public interface AndroidSourceFile
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
A concise name for the source directory (typically used to identify it in a collection).
|
java.io.File |
getSrcFile()
Returns the file.
|
AndroidSourceFile |
srcFile(java.lang.Object srcPath)
Sets the location of the file.
|
java.lang.String getName()
java.io.File getSrcFile()
AndroidSourceFile srcFile(java.lang.Object srcPath)
srcPath
- The source directory. This is evaluated as for
Project.file(Object)