Klasse FallbackResourceLocatorInputJavaFileManager

java.lang.Object
javax.tools.ForwardingJavaFileManager<JavaFileManager>
com.github.hypfvieh.java.rtcompiler.resources.FallbackResourceLocatorInputJavaFileManager
Alle implementierten Schnittstellen:
Closeable, Flushable, AutoCloseable, JavaFileManager, OptionChecker

public class FallbackResourceLocatorInputJavaFileManager extends ForwardingJavaFileManager<JavaFileManager>
JavaFileManager which will try two different other JavaFileManagers.
A given resources is first tried to get from the first given JavaFileManager.
If no result is found, the second JavaFileManager will be tried.
Seit:
1.0.0 - 2024-01-25