Checks if the parent directory of this file can be ignored. @return result of check
()
| 407 | * @return result of check |
| 408 | */ |
| 409 | public boolean ignore() { |
| 410 | return name().equals(".ignore"); |
| 411 | } |
| 412 | |
| 413 | // STATIC METHODS =============================================================================== |
| 414 |