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
FileFactory getFileFactory()
setFileFactory
void setFileFactory(FileFactory fileFactory)
Copyright © 2015 Atlassian. All rights reserved.