Class IconDetector

    • Constructor Summary

      Constructors 
      Constructor Description
      IconDetector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompliant​(java.io.File file)
      Determine the compliance using the guessed content-type of a given file name.
      • Methods inherited from class java.lang.Object

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

      • IconDetector

        public IconDetector()
    • Method Detail

      • isCompliant

        public boolean isCompliant​(java.io.File file)
                            throws java.io.IOException
        Determine the compliance using the guessed content-type of a given file name.
        Specified by:
        isCompliant in interface ArtifactDetector
        Throws:
        java.io.IOException