Interface DuplicateClassFinder
-
- All Known Implementing Classes:
ClasspathJarDuplicateClassFinder
,ClasspathJarSets
public interface DuplicateClassFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortedSet<String>
getClassFileNames(JarSet jars)
SortedSet<String>
getClassNames(JarSet jars)
Set<JarSet>
getJarSetsWithCommonClasses()
SortedSet<String>
getPackageNames(JarSet jars)
-