Class JctFileManagers
java.lang.Object
io.github.ascopes.jct.utils.UtilityClass
io.github.ascopes.jct.filemanagers.JctFileManagers
Helpers to create instances of default implementations for file managers.
- Since:
- 1.1.0
- Author:
- Ashley Scopes
-
Method Summary
Modifier and TypeMethodDescriptionstatic JctFileManagerFactory
newJctFileManagerFactory
(JctCompiler compiler) Create a new default implementation of a file manager factory.
-
Method Details
-
newJctFileManagerFactory
Create a new default implementation of a file manager factory.- Parameters:
compiler
- the JctCompiler to bind any file managers to.- Returns:
- the file manager factory instance.
-