public class PluginLoaderJavaFileManager extends ForwardingStandardJavaFileManager implements StandardJavaFileManager
JavaFileManager.LocationfileManager| 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, setLocationclose, flush, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, isSameFile, isSupportedOption, listclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaFileObjects, getJavaFileObjects, getJavaFileObjectsFromFiles, getJavaFileObjectsFromStrings, getLocation, isSameFile, setLocationclose, flush, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, listisSupportedOptionprotected 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 JavaFileManagergetClassLoader in class ForwardingJavaFileManager<StandardJavaFileManager>