Package | Description |
---|---|
org.apache.maven.plugins.shade.mojo |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<ArtifactId> |
ArtifactSelector.excludes |
private java.util.Collection<ArtifactId> |
ArtifactSelector.includes |
Modifier and Type | Method and Description |
---|---|
private static java.util.Collection<ArtifactId> |
ArtifactSelector.toIds(java.util.Collection<java.lang.String> patterns) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
ArtifactSelector.isSelected(ArtifactId id) |
boolean |
ArtifactId.matches(ArtifactId pattern) |
private boolean |
ArtifactSelector.matches(java.util.Collection<ArtifactId> patterns,
ArtifactId id) |
Modifier and Type | Method and Description |
---|---|
private boolean |
ArtifactSelector.matches(java.util.Collection<ArtifactId> patterns,
ArtifactId id) |