Uses of Enum
org.basepom.mojo.duplicatefinder.ConflictState
Packages that use ConflictState
-
Uses of ConflictState in org.basepom.mojo.duplicatefinder
Methods in org.basepom.mojo.duplicatefinder that return ConflictStateModifier and TypeMethodDescriptionResultCollector.ConflictResult.getConflictState()
ResultCollector.getConflictState()
static ConflictState
ConflictState.max
(ConflictState... states) static ConflictState
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 ConflictStateModifier and TypeMethodDescriptionvoid
ResultCollector.addConflict
(ConflictType type, String name, SortedSet<ClasspathElement> conflictingClasspathElements, boolean excepted, ConflictState state) ResultCollector.getResults
(ConflictType type, ConflictState state) boolean
ResultCollector.hasConflictsFor
(ConflictType type, ConflictState state) static ConflictState
ConflictState.max
(ConflictState... states)