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 and 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
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.