Uses of Class
org.basepom.mojo.duplicatefinder.ConflictState
-
Packages that use ConflictState Package Description org.basepom.mojo.duplicatefinder -
-
Uses of ConflictState in org.basepom.mojo.duplicatefinder
Methods in org.basepom.mojo.duplicatefinder that return ConflictState Modifier and Type Method Description ConflictStateResultCollector.ConflictResult. getConflictState()ConflictStateResultCollector. getConflictState()static ConflictStateConflictState. max(ConflictState... states)static ConflictStateConflictState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictState[]ConflictState. 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 ConflictState 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)static ConflictStateConflictState. max(ConflictState... states)
-