getPackage

open override fun getPackage(name: String): CreationShakePackage?(source)

Retrieves a subpackage by name.

Return

The found subpackage, or null if not found.

Parameters

name

The name of the subpackage to retrieve.


open override fun getPackage(name: Array<String>): CreationShakePackage?(source)

Retrieves a subpackage by a path of names.

Return

The found subpackage, or null if not found.

Parameters

name

An array of names representing the path to the subpackage.


open override fun getPackage(name: List<String>): CreationShakePackage?(source)

Retrieves a subpackage by a path of names.

Return

The found subpackage, or null if not found.

Parameters

name

A list of names representing the path to the subpackage.