• Method Detail

      • getSource

        public String getSource()

        Retrieve the current source.

        Returns:
        the source String
      • setSource

        public void setSource​(String source)

        Set the source to source.

        Parameters:
        source - the new source to match
      • accept

        public boolean accept​(GFFRecord record)

        Return whether or not to accept record.

        Specified by:
        accept in interface GFFRecordFilter
        Parameters:
        record - the GFFRecord to filter
        Returns:
        record. getSource() == this.getSource()