getLink abstract method

Link getLink(
  1. String path
)

Return a Link that corresponds to the given path.

The path must be absolute and normalized.

A link may or may not exist at this location.

Implementation

Link getLink(String path);