getResource abstract method

Resource getResource(
  1. String path
)

Return the Resource that corresponds to the given path.

The path must be absolute and normalized.

Implementation

Resource getResource(String path);