accept [line 43]
Check whether the current element of the iterator is acceptable.
If a file is both blacklisted and whitelisted, it will be deemed unacceptable.
Overrides
Filter::accept() (Check whether the current element of the iterator is acceptable.)
getBlacklist [line 97]
Get a list of blacklisted file paths.
- Abstract:
- Access: protected
Overridden in child classes as:
- GitModified::getBlacklist()
- Get a list of blacklisted file paths.
getChildren [line 82]
\RecursiveIterator getChildren(
)
Returns an iterator for the current entry.
Ensures that the blacklist and whitelist are preserved so they don't have to be generated each time.
Overrides
Filter::getChildren() (Returns an iterator for the current entry.)
getWhitelist [line 105]
Get a list of whitelisted file paths.
- Abstract:
- Access: protected
Overridden in child classes as:
- GitModified::getWhitelist()
- Get a list of whitelisted file paths.