pathFor abstract method
Returns the absolute path for a package.
@param package The name of the package @return The absolute path to the package root @throws PackageNotFoundError if the package is not found
Implementation
String pathFor(String package);