Class TypeFilter

    • Constructor Detail

      • TypeFilter

        public TypeFilter​(java.lang.String include,
                          java.lang.String exclude)
        Parameters:
        include - comma separated list with includes.
        exclude - comma separated list with excludes.
    • Method Detail

      • getArtifactFeature

        protected java.lang.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