org.apache.subversion.javahl.callback
Interface ImportFilterCallback


public interface ImportFilterCallback

This interface is used to filter imported nodes in the ISVNClient#import call.

Since:
1.8

Method Summary
 boolean filter(String path, NodeKind kind, boolean special)
          This method will be called for each node.
 

Method Detail

filter

boolean filter(String path,
               NodeKind kind,
               boolean special)
This method will be called for each node. Returns true to filter the node (and its descendants) from the import.