public interface ISVNFileFilter
ISVNFileFilter is used by SVNCommitClient during an import operation
to filter out undesired paths, so that those paths do not get to a repository.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
accept(java.io.File file) |
This method is called to add extra filtering of files.
|
boolean accept(java.io.File file)
throws SVNException
file - file to accept or notSVNException