public class ForwardingStandardJavaFileManager extends ForwardingJavaFileManager<StandardJavaFileManager> implements StandardJavaFileManager
StandardJavaFileManager. Subclasses of this class might
override some of these methods and might also provide additional fields and methods.JavaFileManager.LocationfileManager| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingStandardJavaFileManager(StandardJavaFileManager fileManager)
Creates a new instance of ForwardingStandardJavaFileManager.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends JavaFileObject> |
getJavaFileObjects(File... files) |
Iterable<? extends JavaFileObject> |
getJavaFileObjects(String... names) |
Iterable<? extends JavaFileObject> |
getJavaFileObjectsFromFiles(Iterable<? extends File> files) |
Iterable<? extends JavaFileObject> |
getJavaFileObjectsFromStrings(Iterable<String> names) |
Iterable<? extends File> |
getLocation(JavaFileManager.Location location) |
void |
setLocation(JavaFileManager.Location location,
Iterable<? extends File> path) |
void |
setLocationFromPaths(JavaFileManager.Location location,
Collection<? extends Path> searchpath) |
close, flush, getClassLoader, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, isSameFile, isSupportedOption, listclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSameFileclose, flush, getClassLoader, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, listisSupportedOptionprotected ForwardingStandardJavaFileManager(StandardJavaFileManager fileManager)
fileManager - delegate to this file managerpublic Iterable<? extends JavaFileObject> getJavaFileObjectsFromFiles(Iterable<? extends File> files)
getJavaFileObjectsFromFiles in interface StandardJavaFileManagerpublic Iterable<? extends JavaFileObject> getJavaFileObjects(File... files)
getJavaFileObjects in interface StandardJavaFileManagerpublic Iterable<? extends JavaFileObject> getJavaFileObjects(String... names)
getJavaFileObjects in interface StandardJavaFileManagerpublic Iterable<? extends JavaFileObject> getJavaFileObjectsFromStrings(Iterable<String> names)
getJavaFileObjectsFromStrings in interface StandardJavaFileManagerpublic void setLocation(JavaFileManager.Location location, Iterable<? extends File> path) throws IOException
setLocation in interface StandardJavaFileManagerIOExceptionpublic Iterable<? extends File> getLocation(JavaFileManager.Location location)
getLocation in interface StandardJavaFileManagerpublic void setLocationFromPaths(JavaFileManager.Location location, Collection<? extends Path> searchpath) throws IOException
IOExceptionCopyright © 2013–2022. All rights reserved.