org.mule.tools.apikit.misc
Class FileListUtils

java.lang.Object
  extended by org.mule.tools.apikit.misc.FileListUtils

public class FileListUtils
extends Object


Constructor Summary
FileListUtils()
           
FileListUtils(org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 Map<File,InputStream> toFiles(List<String> absolutePaths)
           
 Map<File,InputStream> toStreamFromFiles(List<File> files)
           
 Map<File,InputStream> toStreamsOrFail(List<String> absolutePaths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileListUtils

public FileListUtils(org.apache.maven.plugin.logging.Log log)

FileListUtils

public FileListUtils()
Method Detail

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.