Looks up a specific package.
Looks up a package matching the given version/path in the set of registered packages. The lookup order is done according the the usual rules (see getPackageIterator).
The name of the package
The exact version of the package to query
An exact path that the package must reside in. Note that the package must still be registered in the package manager.
The matching package or null if no match was found.
See Implementation
Looks up a specific package.
Looks up a package matching the given version/path in the set of registered packages. The lookup order is done according the the usual rules (see getPackageIterator).