@Override public SearchContext startSearch( SrvSession sess, TreeConnection tree, String searchPath, int attrib) throws FileNotFoundException { FileFilterMode.setClient(ClientHelper.getClient(sess)); try { SearchContext context = diskInterface.startSearch(sess, tree, searchPath, attrib); return context; } finally { FileFilterMode.clearClient(); } }
@Override public SearchContext startSearch( SrvSession sess, TreeConnection tree, String searchPath, int attrib) throws FileNotFoundException { return diskInterface.startSearch(sess, tree, searchPath, attrib); }