Interface JctFileManagerFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory interface for building a file manager object.
- Since:
- 0.0.1
- Author:
- Ashley Scopes
-
Method Summary
Modifier and TypeMethodDescriptioncreateFileManager
(Workspace workspace) Create and configure a file manager for a workspace.
-
Method Details
-
createFileManager
Create and configure a file manager for a workspace.- Parameters:
workspace
- the workspace to access files in.- Returns:
- the file manager.
-