net.groboclown.util.jplugin.v2
Class URLAnalyzer
java.lang.Object
|
+--net.groboclown.util.jplugin.v2.URLAnalyzer
- public class URLAnalyzer
- extends Object
Examines the given URLs in all known ways. Uses a collection of
ILocationSearcher instances to examine the URL.
- Version:
- 0.9.0 Alpha
- Author:
- Matt Albrecht
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
SEARCHER_PROPERTY_NAME
private static final String SEARCHER_PROPERTY_NAME
searchers
private ILocationSearcher[] searchers
URLAnalyzer
public URLAnalyzer()
- Default constructor
addLocationSearcher
public void addLocationSearcher(ILocationSearcher ils)
addLocationSearchers
public void addLocationSearchers(Vector ils)
addLocationSearchers
public void addLocationSearchers(ILocationSearcher[] ils)
discoverURLFiles
public void discoverURLFiles(URL url,
ClassCollection cc)
throws IOException
loadSearchers
protected void loadSearchers()
- Called only once, at construction time.
Written under the LGPL