contextFor abstract method

Context contextFor(
  1. String path
)

Gets an object useful for manipulating paths in this style.

Relative path manipulations will be relative to the specified path.

Implementation

p.Context contextFor(String path);