public final class BannedImportGroups extends Object
BannedImportGroup objects.| Modifier and Type | Class and Description |
|---|---|
static class |
BannedImportGroups.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BannedImportGroups.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
Optional<BannedImportGroup> |
selectGroupFor(String fqcn)
Selects the
BannedImportGroup with the most specific base package matching
the given full qualified class name. |
String |
toString() |
public static BannedImportGroups.Builder builder()
public Optional<BannedImportGroup> selectGroupFor(String fqcn)
BannedImportGroup with the most specific base package matching
the given full qualified class name. If the most specific match also specifies an
exclusion pattern for the given fqcn the result will be empty.fqcn - The full qualified class name to find the group for.Copyright © 2014–2019. All rights reserved.