Returns file objects representing the given file names. Convenience method equivalent to:
getJavaFileObjectsFromStrings(Arrays.asList(names))
names | a list of file names |
IllegalArgumentException | if the array of file names includes a directory | |
NullPointerException | if the given array contains null elements |
Diagram: JavaFileManager