All Implemented Interfaces:
ArtifactsFilter

public class GroupIdFilter extends AbstractArtifactFeatureFilter
Filter on GroupId Name.
Since:
2.0
Version:
$Id: GroupIdFilter.java 1685387 2015-06-14 11:36:28Z rfscholte $
Author:
clove
  • Constructor Details

    • GroupIdFilter

      public GroupIdFilter(String include, 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 Details