public class ForwardingStandardJavaFileManager extends ForwardingJavaFileManager<StandardJavaFileManager> implements StandardJavaFileManager
JavaFileManager.Location
fileManager
Constructor and Description |
---|
ForwardingStandardJavaFileManager(StandardJavaFileManager fileManager) |
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) |
close, flush, getClassLoader, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, isSameFile, isSupportedOption, list
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSameFile
close, flush, getClassLoader, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, list
isSupportedOption
public ForwardingStandardJavaFileManager(StandardJavaFileManager fileManager)
public Iterable<? extends JavaFileObject> getJavaFileObjectsFromFiles(Iterable<? extends File> files)
getJavaFileObjectsFromFiles
in interface StandardJavaFileManager
public Iterable<? extends JavaFileObject> getJavaFileObjects(File... files)
getJavaFileObjects
in interface StandardJavaFileManager
public Iterable<? extends JavaFileObject> getJavaFileObjectsFromStrings(Iterable<String> names)
getJavaFileObjectsFromStrings
in interface StandardJavaFileManager
public Iterable<? extends JavaFileObject> getJavaFileObjects(String... names)
getJavaFileObjects
in interface StandardJavaFileManager
public void setLocation(JavaFileManager.Location location, Iterable<? extends File> path) throws IOException
setLocation
in interface StandardJavaFileManager
IOException
public Iterable<? extends File> getLocation(JavaFileManager.Location location)
getLocation
in interface StandardJavaFileManager