Class ImageFilter

java.lang.Object
de.swa.fuh.clarifai.ImageFilter
All Implemented Interfaces:
java.io.FileFilter

public class ImageFilter
extends java.lang.Object
implements java.io.FileFilter
  • Constructor Summary

    Constructors 
    Constructor Description
    ImageFilter()  
  • Method Summary

    Modifier and Type Method Description
    boolean accept​(java.io.File pathname)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • accept

      public boolean accept​(java.io.File pathname)
      Specified by:
      accept in interface java.io.FileFilter