findByPath method

BrownfieldSelection findByPath(
  1. String path
)

Selects a descendant by its deterministic tree path.

Implementation

BrownfieldSelection findByPath(String path) => root.findByPath(path);