Class GroupIdFilter

    • Constructor Detail

      • GroupIdFilter

        public GroupIdFilter​(java.lang.String include,
                             java.lang.String exclude)
        Construction will setup the super call with a filtertype of 'GroupId'
        Parameters:
        include - comma separated list of groupIds to include, may be null
        exclude - comma separated list of groupIds to exclude, may be null
    • Method Detail

      • compareFeatures

        protected boolean compareFeatures​(java.lang.String lhs,
                                          java.lang.String rhs)
        Description copied from class: AbstractArtifactFeatureFilter
        Allows Feature comparison to be customized
        Overrides:
        compareFeatures in class AbstractArtifactFeatureFilter
        Parameters:
        lhs - String artifact's feature
        rhs - String feature from exclude or include list
        Returns:
        boolean true if features match