@Component public class DuplicatesFinder extends Object
| Constructor and Description |
|---|
DuplicatesFinder(Md5Computer md5Computer,
DuplicateFinderByKey duplicateFinderByKey,
PathComparator pathComparator,
SystemPropertyGetter systemPropertyGetter) |
| Modifier and Type | Method and Description |
|---|---|
void |
extractDuplicates(Collection<PathElement> input,
Set<PathElement> uniqueElements,
com.google.common.collect.Multimap<PathElement,PathElement> duplicates) |
public DuplicatesFinder(Md5Computer md5Computer, DuplicateFinderByKey duplicateFinderByKey, PathComparator pathComparator, SystemPropertyGetter systemPropertyGetter)
public void extractDuplicates(Collection<PathElement> input, Set<PathElement> uniqueElements, com.google.common.collect.Multimap<PathElement,PathElement> duplicates)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.