Class EdalAbstractFileFilter

    • Method Summary

      Modifier and Type Method Description
      abstract boolean accept​(ClientPrimaryDataFile file)
      Whether the given file is accepted by this filter.
      abstract java.lang.String getDescription()
      The description of this filter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EdalAbstractFileFilter

        public EdalAbstractFileFilter()
    • Method Detail

      • accept

        public abstract boolean accept​(ClientPrimaryDataFile file)
        Whether the given file is accepted by this filter.
        Parameters:
        file - the file to filter
        Returns:
        true if accepted
      • getDescription

        public abstract java.lang.String getDescription()
        The description of this filter. For example: "JPG and GIF Images"
        Returns:
        the description