Class StreamableSpooler.FileWeakReference

  • Enclosing class:
    StreamableSpooler

    class StreamableSpooler.FileWeakReference
    extends java.lang.ref.WeakReference<java.io.File>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String filename  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileWeakReference​(java.io.File f)  
      FileWeakReference​(java.io.File f, java.lang.ref.ReferenceQueue<? super java.io.File> refQ)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void gc()  
      java.lang.String getFilename()  
      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, get, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

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

      • filename

        protected java.lang.String filename
    • Constructor Detail

      • FileWeakReference

        public FileWeakReference​(java.io.File f)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • FileWeakReference

        public FileWeakReference​(java.io.File f,
                                 java.lang.ref.ReferenceQueue<? super java.io.File> refQ)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • gc

        public void gc()
      • getFilename

        public java.lang.String getFilename()