Interface ClientFileUtilities.FileWritingTaskFactory
- All Known Implementing Classes:
- ExportTagAction.ExportTaskFactory
- Enclosing class:
- ClientFileUtilities
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- 
Method SummaryModifier and TypeMethodDescriptioncreateWritingTask(File file) Creates a writing task for the specified file.
- 
Method Details- 
createWritingTaskCreates a writing task for the specified file.
 
-