public class FileListUtils extends Object
| Constructor and Description |
|---|
FileListUtils() |
FileListUtils(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
Map<File,InputStream> |
toFiles(List<String> absolutePaths) |
Map<File,InputStream> |
toStreamFromFiles(List<File> files) |
Map<File,InputStream> |
toStreamsOrFail(List<String> absolutePaths) |
public FileListUtils(org.apache.maven.plugin.logging.Log log)
public FileListUtils()
public Map<File,InputStream> toStreamsOrFail(List<String> absolutePaths) throws IOException
IOExceptionpublic Map<File,InputStream> toFiles(List<String> absolutePaths)
public Map<File,InputStream> toStreamFromFiles(List<File> files)
Copyright © 2019. All rights reserved.