public class ClientIgnoreChecker extends Object
| Constructor and Description |
|---|
ClientIgnoreChecker(String clientRoot,
String ignoreFileName,
Charset charset)
Instantiates a new ignore file checker.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(File file)
Check for an ignore match of the file.
|
public boolean match(File file) throws FileNotFoundException, IOException
file - the fileFileNotFoundException - the file not found exceptionIOException - Signals that an I/O exception has occurred.Copyright © 2017 Perforce Software. All Rights Reserved.