org.jsmiparser.util.url
Interface URLListFactory

All Known Implementing Classes:
AbstractURLListFactory, ClassPathURLListFactory, CompositeURLListFactory, FileURLListFactory

public interface URLListFactory

Utility interface to create a List for input to the FileParserPhase of the jsmiparser.


Method Summary
 java.util.List<java.net.URL> create()
           
 

Method Detail

create

java.util.List<java.net.URL> create()
                                    throws java.lang.Exception
Returns:
The URL List.
Throws:
java.lang.Exception


Copyright © 2005-2007 null. All Rights Reserved.