AndroidSourceFile

An AndroidSourceFile represents a single file input for an Android project.

Properties

PropertyDescription
name

A concise name for the source directory (typically used to identify it in a collection).

srcFile

The file.

Methods

MethodDescription
srcFile(srcPath)

Sets the location of the file.

Script blocks

No script blocks

Property details

String name (read-only)

A concise name for the source directory (typically used to identify it in a collection).

File srcFile (read-only)

The file.

Method details

AndroidSourceFile srcFile(Object srcPath)

Sets the location of the file.