Package Summary Overview Summary |
method:getJavaFileObjectsFromPaths(java.util.Collection) [CHANGED] |
||||
|
method:getJavaFileObjectsFromPaths(java.lang.Iterable) [CHANGED] |
||||
|
method:getJavaFileObjects(java.nio.file.Path...) [CHANGED] |
||||
|
method:setLocationFromPaths(javax.tools.JavaFileManager.Location,java.util.Collection) [CHANGED] |
||||
|
getJavaFileObjectsFromPaths(Collection)
instead, to prevent the possibility of accidentally calling the method with a singlePath
as such an argument. AlthoughPath
implementsIterable<Path>
, it would almost never be correct to pass a singlePath
and have it be treated as anIterable
of its components.