org.mule.tools.apikit.misc
Class FileListUtils
java.lang.Object
org.mule.tools.apikit.misc.FileListUtils
public class FileListUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileListUtils
public FileListUtils(org.apache.maven.plugin.logging.Log log)
FileListUtils
public FileListUtils()
toStreamsOrFail
public Map<File,InputStream> toStreamsOrFail(List<String> absolutePaths)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
toFiles
public Map<File,InputStream> toFiles(List<String> absolutePaths)
toStreamFromFiles
public Map<File,InputStream> toStreamFromFiles(List<File> files)
Copyright © 2013. All rights reserved.