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 class
static final class
Methods 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 TypeMethodDescriptionvoid
ResultCollector.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)