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. Returns this object.

Script blocks

No script blocks

Property details

String name

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

File srcFile

The file.

Method details

AndroidSourceFile srcFile(Object srcPath)

Sets the location of the file. Returns this object.