org.ops4j.io
Interface Lister

All Known Implementing Classes:
DirectoryLister, ZipLister

public interface Lister

List urls from different sources. Implementations mat list urls from file directory or zip files.

Since:
September 04, 2007
Author:
Alin Dreghiciu

Method Summary
 List<URL> list()
          Returns a list of urls the lister knows about.
 

Method Detail

list

List<URL> list()
               throws MalformedURLException
Returns a list of urls the lister knows about.

Returns:
list of urls
Throws:
MalformedURLException - If an underlying problem occurs in the OSGi framework.


Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.