Uses of Class
org.basepom.mojo.duplicatefinder.ClasspathElement
Packages that use ClasspathElement
-
Uses of ClasspathElement in org.basepom.mojo.duplicatefinder
Subclasses of ClasspathElement in org.basepom.mojo.duplicatefinderModifier and TypeClassDescriptionstatic final classstatic final classMethods in org.basepom.mojo.duplicatefinder that return types with arguments of type ClasspathElementModifier and TypeMethodDescriptionResultCollector.ConflictResult.getClasspathElements()static Function<ClasspathElement,String> ClasspathElement.getNameFunction()Methods in org.basepom.mojo.duplicatefinder with parameters of type ClasspathElementMethod parameters in org.basepom.mojo.duplicatefinder with type arguments of type ClasspathElementModifier and TypeMethodDescriptionvoidResultCollector.addConflict(ConflictType type, String name, SortedSet<ClasspathElement> conflictingClasspathElements, boolean excepted, ConflictState state) -
Uses of ClasspathElement in org.basepom.mojo.duplicatefinder.artifact
Methods in org.basepom.mojo.duplicatefinder.artifact that return types with arguments of type ClasspathElementModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSortedSet<ClasspathElement>ArtifactFileResolver.getClasspathElementsForElements(Collection<File> elements)