Uses of Class
org.basepom.mojo.duplicatefinder.ConflictType
-
Packages that use ConflictType Package Description org.basepom.mojo.duplicatefinder org.basepom.mojo.duplicatefinder.classpath -
-
Uses of ConflictType in org.basepom.mojo.duplicatefinder
Methods in org.basepom.mojo.duplicatefinder that return ConflictType Modifier and Type Method Description ConflictTypeResultCollector.ConflictResult. getType()static ConflictTypeConflictType. valueOf(String name)Returns 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 ConflictType Modifier and Type Method Description voidResultCollector. addConflict(ConflictType type, String name, SortedSet<ClasspathElement> conflictingClasspathElements, boolean excepted, ConflictState state)Map<String,Collection<ResultCollector.ConflictResult>>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 ConflictType Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,Collection<File>>ClasspathDescriptor. getClasspathElementLocations(ConflictType type)
-