Class FilesStream


  • public final class FilesStream
    extends Object
    • Method Detail

      • stream

        public static Stream<Path> stream​(String fileNames)
        Returns a stream of Paths for the given fileNames. The given names can be delimited by ",". A name can also contain FileSystem.getPathMatcher(java.lang.String) syntax to refer to matching files.
        Parameters:
        fileNames - list of names
        Returns:
        Paths to the scripts