public final class FilesStream extends Object
| Modifier and Type | Method and Description |
|---|---|
static Stream<Path> |
stream(String fileNames)
Returns a stream of Paths for the given fileNames.
|
public static Stream<Path> stream(String fileNames)
FileSystem.getPathMatcher(java.lang.String) syntax to refer to matching files.fileNames - list of namesCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.