@FunctionalInterface public interface FileBack
Modifier and Type | Interface and Description |
---|---|
static class |
FileBack.FileOperation
The file operations.
|
Modifier and Type | Method and Description |
---|---|
void |
operate(FileContext fileContext)
Operates a file operation using various properties stored in specified
fileContext . |
void operate(FileContext fileContext) throws IOException, FileBackException
fileContext
.fileContext
- a file context.IOException
- if an I/O error occurs.FileBackException
- if a file back error occurs.Copyright © 2011–2015. All rights reserved.