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.
| Methods inherited from interface com.atlassian.core.spool.Spool |
spool |
getFileFactory
public FileFactory getFileFactory()
setFileFactory
public void setFileFactory(FileFactory fileFactory)
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.