| Package | Description |
|---|---|
| org.basepom.mojo.duplicatefinder | |
| org.basepom.mojo.duplicatefinder.classpath |
| Modifier and Type | Method and Description |
|---|---|
ConflictType |
ResultCollector.ConflictResult.getType() |
static ConflictType |
ConflictType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultCollector.addConflict(ConflictType type,
String name,
SortedSet<ClasspathElement> conflictingClasspathElements,
boolean excepted,
ConflictState state) |
Map<String,Collection<ResultCollector.ConflictResult>> |
ResultCollector.getResults(ConflictType type,
ConflictState state) |
boolean |
ResultCollector.hasConflictsFor(ConflictType type,
ConflictState state) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,Collection<File>> |
ClasspathDescriptor.getClasspathElementLocations(ConflictType type) |
Copyright © 2015. All rights reserved.