getChild abstract method

Resource getChild(
  1. String relPath
)

Return an existing child Resource with the given relPath.

Return a non-existing File if no such child exists.

Implementation

Resource getChild(String relPath);