Uses of Interface
com.atlassian.core.spool.FileFactory

Packages that use FileFactory
com.atlassian.core.spool   
 

Uses of FileFactory in com.atlassian.core.spool
 

Classes in com.atlassian.core.spool that implement FileFactory
 class DefaultSpoolFileFactory
          Default file factory for spooling.
 

Methods in com.atlassian.core.spool that return FileFactory
 FileFactory BufferedFileSpool.getFileFactory()
           
 FileFactory DeferredSpool.getFileFactory()
           
 FileFactory FileSpool.getFileFactory()
           
 

Methods in com.atlassian.core.spool with parameters of type FileFactory
 void BufferedFileSpool.setFileFactory(FileFactory fileFactory)
           
 void DeferredSpool.setFileFactory(FileFactory fileFactory)
           
 void FileSpool.setFileFactory(FileFactory fileFactory)
           
 

Constructors in com.atlassian.core.spool with parameters of type FileFactory
DeferredSpoolFileOutputStream(int threshold, FileFactory fileFactory)
          Create a new DeferredSpoolFileOutputStream with the specified threshold and file factory.
 



Atlassian Core is developed by Atlassian Software Systems.