isAnalyzed abstract method
Return true
if the file or directory with the given path
will be
analyzed in this context. A file (or directory) will be analyzed if it is
either the same as or contained in one of the includedPaths and, if it
is contained in one of the includedPaths, is not the same as or
contained in one of the excludedPaths.
Implementation
bool isAnalyzed(String path);