public class PluginLoaderJavaFileManager extends ForwardingStandardJavaFileManager implements StandardJavaFileManager
JavaFileManager.Location
fileManager
Modifier | Constructor and Description |
---|---|
protected |
PluginLoaderJavaFileManager(StandardJavaFileManager fileManager,
PluginFactory pluginFactory,
com.google.common.collect.ImmutableList<JavacPluginJsr199Fields> javacPlugins)
Creates a new instance of ForwardingJavaFileManager.
|
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader(JavaFileManager.Location location) |
getJavaFileObjects, getJavaFileObjects, getJavaFileObjectsFromFiles, getJavaFileObjectsFromStrings, getLocation, setLocation
close, flush, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, isSameFile, isSupportedOption, list
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJavaFileObjects, getJavaFileObjects, getJavaFileObjectsFromFiles, getJavaFileObjectsFromStrings, getLocation, isSameFile, setLocation
close, flush, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, list
isSupportedOption
protected PluginLoaderJavaFileManager(StandardJavaFileManager fileManager, PluginFactory pluginFactory, com.google.common.collect.ImmutableList<JavacPluginJsr199Fields> javacPlugins)
fileManager
- delegate to this file managerpublic ClassLoader getClassLoader(JavaFileManager.Location location)
getClassLoader
in interface JavaFileManager
getClassLoader
in class ForwardingJavaFileManager<StandardJavaFileManager>