getPackage

Retrieves a subpackage by name.

Return

The found subpackage, or null if not found.

Parameters

name

The name of the subpackage to retrieve.


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.


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.