org.jsmiparser.gradle
Class FileCollectionURLListFactory

java.lang.Object
  extended by org.jsmiparser.gradle.FileCollectionURLListFactory
All Implemented Interfaces:
org.jsmiparser.util.url.URLListFactory

public class FileCollectionURLListFactory
extends java.lang.Object
implements org.jsmiparser.util.url.URLListFactory


Constructor Summary
FileCollectionURLListFactory(org.gradle.api.file.FileCollection fileCollection)
           
 
Method Summary
 java.util.List<java.net.URL> create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCollectionURLListFactory

public FileCollectionURLListFactory(org.gradle.api.file.FileCollection fileCollection)
Method Detail

create

public java.util.List<java.net.URL> create()
                                    throws java.lang.Exception
Specified by:
create in interface org.jsmiparser.util.url.URLListFactory
Throws:
java.lang.Exception