Class ImportRegExNameFilter

    • Field Detail

      • regexFilter

        private java.lang.String regexFilter
      • whitelist

        private boolean whitelist
    • Constructor Detail

      • ImportRegExNameFilter

        public ImportRegExNameFilter​(java.lang.String regexFilter,
                                     boolean whitelist)
        Default constructor for this class.
        Parameters:
        regexFilter - The regular expression which shall be used for filtering.
        whitelist - true the given names will be kept and all others will be filtered out (whitelist filtering), false the given names will be filtered out and all others will be kept (blacklist filtering).