Class QuarkusFileManager
- java.lang.Object
-
- javax.tools.ForwardingJavaFileManager<StandardJavaFileManager>
-
- io.quarkus.deployment.dev.filesystem.QuarkusFileManager
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable,JavaFileManager,OptionChecker
- Direct Known Subclasses:
ReloadableFileManager,StaticFileManager
public abstract class QuarkusFileManager extends ForwardingJavaFileManager<StandardJavaFileManager>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuarkusFileManager.Context-
Nested classes/interfaces inherited from interface javax.tools.JavaFileManager
JavaFileManager.Location
-
-
Field Summary
-
Fields inherited from class javax.tools.ForwardingJavaFileManager
fileManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQuarkusFileManager(StandardJavaFileManager fileManager, QuarkusFileManager.Context context)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclose()abstract Iterable<? extends JavaFileObject>getJavaSources(Iterable<? extends File> files)voidreset(QuarkusFileManager.Context context)-
Methods inherited from class javax.tools.ForwardingJavaFileManager
contains, flush, getClassLoader, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, getLocationForModule, getLocationForModule, getServiceLoader, handleOption, hasLocation, inferBinaryName, inferModuleName, isSameFile, isSupportedOption, list, listLocationsForModules
-
-
-
-
Constructor Detail
-
QuarkusFileManager
protected QuarkusFileManager(StandardJavaFileManager fileManager, QuarkusFileManager.Context context)
-
-
Method Detail
-
getJavaSources
public abstract Iterable<? extends JavaFileObject> getJavaSources(Iterable<? extends File> files)
-
reset
public void reset(QuarkusFileManager.Context context)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceJavaFileManager- Overrides:
closein classForwardingJavaFileManager<StandardJavaFileManager>- Throws:
IOException
-
-