Uses of Class
org.apache.maven.plugins.shade.mojo.ArtifactId
Packages that use ArtifactId
-
Uses of ArtifactId in org.apache.maven.plugins.shade.mojo
Fields in org.apache.maven.plugins.shade.mojo with type parameters of type ArtifactIdModifier and TypeFieldDescriptionprivate Collection<ArtifactId>ArtifactSelector.excludesprivate Collection<ArtifactId>ArtifactSelector.includesMethods in org.apache.maven.plugins.shade.mojo that return types with arguments of type ArtifactIdModifier and TypeMethodDescriptionprivate static Collection<ArtifactId>ArtifactSelector.toIds(Collection<String> patterns) Methods in org.apache.maven.plugins.shade.mojo with parameters of type ArtifactIdModifier and TypeMethodDescription(package private) booleanArtifactSelector.isSelected(ArtifactId id) booleanArtifactId.matches(ArtifactId pattern) private booleanArtifactSelector.matches(Collection<ArtifactId> patterns, ArtifactId id) Method parameters in org.apache.maven.plugins.shade.mojo with type arguments of type ArtifactIdModifier and TypeMethodDescriptionprivate booleanArtifactSelector.matches(Collection<ArtifactId> patterns, ArtifactId id)