Class ArtifactIdFilter

    • Constructor Detail

      • ArtifactIdFilter

        public ArtifactIdFilter​(String include,
                                String exclude)
        Will setup super with 'ArtifactId' as the filterType
        Parameters:
        include - comma separated list of artifactIds to include, may be null
        exclude - comma separated list of artifactIds to exclude, may be null
    • Method Detail

      • getArtifactFeature

        protected String getArtifactFeature​(Artifact artifact)
        Should return the type or classifier of the given artifact, so that we can filter it
        Specified by:
        getArtifactFeature in class AbstractArtifactFeatureFilter
        Parameters:
        artifact - artifact to return type or classifier of
        Returns:
        type or classifier