@Component public class DirectoryWalker extends Object
| Constructor and Description |
|---|
DirectoryWalker(DuplicatesFinder duplicatesFinder,
FilenamePredicate filenamePredicate,
PathEscapeFunction pathEscapeFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
extractDuplicates(Iterable<String> inputPaths,
Set<PathElement> uniqueElements,
com.google.common.collect.Multimap<PathElement,PathElement> duplicates) |
public DirectoryWalker(DuplicatesFinder duplicatesFinder, FilenamePredicate filenamePredicate, PathEscapeFunction pathEscapeFunction)
public void extractDuplicates(Iterable<String> inputPaths, Set<PathElement> uniqueElements, com.google.common.collect.Multimap<PathElement,PathElement> duplicates) throws IOException
IOExceptionCopyright © 2016 Pivotal Software, Inc.. All rights reserved.