| Package | Description |
|---|---|
| com.atlassian.core.spool |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpoolFileFactory
Default file factory for spooling.
|
| Modifier and Type | Method and Description |
|---|---|
FileFactory |
FileSpool.getFileFactory() |
FileFactory |
DeferredSpool.getFileFactory() |
FileFactory |
BufferedFileSpool.getFileFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSpool.setFileFactory(FileFactory fileFactory) |
void |
DeferredSpool.setFileFactory(FileFactory fileFactory) |
void |
BufferedFileSpool.setFileFactory(FileFactory fileFactory) |
| Constructor and Description |
|---|
DeferredSpoolFileOutputStream(int threshold,
FileFactory fileFactory)
Create a new DeferredSpoolFileOutputStream with the specified threshold and file factory.
|
Copyright © 2003–2017 Atlassian. All rights reserved.