Interface ImportFilterCallback
public interface ImportFilterCallback
This interface is used to filter imported nodes in the
{@link ISVNClient#import} call.
- Since:
- 1.8
-
Method Details
-
filter
This method will be called for each node. Returns true to filter the node (and its descendants) from the import.
-