Class VmFileDetector


  • public class VmFileDetector
    extends java.nio.file.spi.FileTypeDetector
    • Constructor Summary

      Constructors 
      Constructor Description
      VmFileDetector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable java.lang.String probeContentType​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

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

      • VmFileDetector

        public VmFileDetector()
    • Method Detail

      • probeContentType

        public @Nullable java.lang.String probeContentType​(java.nio.file.Path path)
        Specified by:
        probeContentType in class java.nio.file.spi.FileTypeDetector