pathFor abstract method

String pathFor(
  1. String package
)

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);