packageAbsolutePath

open fun packageAbsolutePath(root: String, pkg: String): Path(source)

Calculates the path of a package.

Parameters

root

the root directory in which the package resides

pkg

the package, like "com.laamella.parser"


open fun packageAbsolutePath(root: Path, pkg: String): Path(source)