containsFile abstract method

bool? containsFile(
  1. String path
)

Return true if the file with the given path is in a context root.

Implementation

bool? containsFile(String path);