Returns a {@link ConfigurableFileCollection} containing the given files. You can pass any of the followingtypes to this method:
The returned file collection is lazy, so that the paths are evaluated only when the contents of the file collection are queried. The file collection is also live, so that it evaluates the above each time the contents of the collection is queried.
The returned file collection maintains the iteration order of the supplied paths.
@param paths The paths to the files. May be empty. @return The file collection. Never returns null.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|