Class FileProvider.FileHolder

  • All Implemented Interfaces:
    Cleanable
    Enclosing class:
    FileProvider

    private static class FileProvider.FileHolder
    extends java.lang.Object
    implements Cleanable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.io.File file  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileHolder​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clean()  
      • Methods inherited from class java.lang.Object

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

      • file

        java.io.File file
    • Constructor Detail

      • FileHolder

        public FileHolder​(java.io.File file)
    • Method Detail

      • clean

        public void clean()
                   throws java.lang.Exception
        Specified by:
        clean in interface Cleanable
        Throws:
        java.lang.Exception