public class PatternInclusionsDependencyFilter extends AbstractPatternDependencyFilter
PatternInclusionsDependencyFilter that adds support for
classifier attribute.
Format for inclusions is:
[groupId]:[artifactId]:[extension]:[classifier]:[version]
MAVEN_COORDINATES_SEPARATOR, STAR_SYMBOL| Constructor and Description |
|---|
PatternInclusionsDependencyFilter(Collection<String> coordinates)
Creates the filter using the Maven coordinates
|
PatternInclusionsDependencyFilter(String... coordinates)
Creates the filter using the Maven coordinates
|
public PatternInclusionsDependencyFilter(Collection<String> coordinates)
coordinates - that define the inclusion patternspublic PatternInclusionsDependencyFilter(String... coordinates)
coordinates - that define the inclusion patternsCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.