public interface DependencyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
exclude(Map<String,String> exclusion)
Adds the given exclusion using the
group and name entries in the map. |
void |
exclude(String exclusion)
Adds the given exclusion in the form
group:name. |