com.atlassian.core.spool
Interface FileSpool

All Superinterfaces:
Spool
All Known Implementing Classes:
BufferedFileSpool, DeferredSpool

public interface FileSpool
extends Spool

Interface for file based spools. Such spools can be configured with a FileFactory to strategise the creation of files by the spool.


Method Summary
 FileFactory getFileFactory()
           
 void setFileFactory(FileFactory fileFactory)
           
 
Methods inherited from interface com.atlassian.core.spool.Spool
spool
 

Method Detail

getFileFactory

FileFactory getFileFactory()

setFileFactory

void setFileFactory(FileFactory fileFactory)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.