Uses of Enum
org.basepom.mojo.duplicatefinder.ConflictType
Packages that use ConflictType
-
Uses of ConflictType in org.basepom.mojo.duplicatefinder
Methods in org.basepom.mojo.duplicatefinder that return ConflictTypeModifier and TypeMethodDescriptionResultCollector.ConflictResult.getType()static ConflictTypeReturns the enum constant of this type with the specified name.static ConflictType[]ConflictType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.basepom.mojo.duplicatefinder with parameters of type ConflictTypeModifier and TypeMethodDescriptionvoidResultCollector.addConflict(ConflictType type, String name, SortedSet<ClasspathElement> conflictingClasspathElements, boolean excepted, ConflictState state) ResultCollector.getResults(ConflictType type, ConflictState state) booleanResultCollector.hasConflictsFor(ConflictType type, ConflictState state) -
Uses of ConflictType in org.basepom.mojo.duplicatefinder.classpath
Methods in org.basepom.mojo.duplicatefinder.classpath with parameters of type ConflictTypeModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,Collection<File>> ClasspathDescriptor.getClasspathElementLocations(ConflictType type)