getChild abstract method

Resource getChild(
  1. String relPath
)

Return an existing child Resource with the given relPath. Return a not existing File if no such child exist.

Implementation

Resource getChild(String relPath);