net.groboclown.util.jplugin.v2
Interface ILocationSearcher
- All Known Implementing Classes:
- FileSearcher, NetSearcher
- public interface ILocationSearcher
Searches for all file types using the given base URL
- Version:
- 0.9.0 Alpha
- Author:
- Matt Albrecht
search
public void search(URL baseUrl,
FileIdentifiers fi)
throws IOException
- Search the given URL for files. Each discovered file should be
given to the FileIdentifiers instance. If the given URL type is
not supported by the instance, then the instance should quit the
method quietly, without an error.
Written under the LGPL