|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILocationSearcher | |
net.groboclown.util.jplugin.v2 | The jplugin package allows for easy use of "plugins" into your application. |
Uses of ILocationSearcher in net.groboclown.util.jplugin.v2 |
Classes in net.groboclown.util.jplugin.v2 that implement ILocationSearcher | |
class |
FileSearcher
Examines a given file or URL, and adds it to the correct list based on its attributes. |
class |
NetSearcher
Examines a given URL, and gives it directly to the File Inspectors. |
Fields in net.groboclown.util.jplugin.v2 declared as ILocationSearcher | |
private ILocationSearcher[] |
URLAnalyzer.searchers
|
Methods in net.groboclown.util.jplugin.v2 with parameters of type ILocationSearcher | |
void |
JarFileInspector.discoverURL(URL url,
ClassCollection cc,
ILocationSearcher ils,
URL baseUrl)
Examine the given URL, and call the correct collection method to store it. |
void |
JarFileInspector.discoverFile(File f,
ClassCollection cc,
ILocationSearcher ils,
File baseFile)
Examine the given File, and call the correct collection method to store it. |
protected void |
JarFileInspector.searchJar(JarInputStream jis,
URL baseUrl,
ClassCollection cc,
ILocationSearcher ils)
Search the entire jar file for entries. |
void |
PluginLoader.addLocationSearcher(ILocationSearcher ils)
|
void |
IFileInspector.discoverURL(URL url,
ClassCollection cc,
ILocationSearcher ils,
URL baseUrl)
Examine the given URL, and call the correct collection method to store it. |
void |
IFileInspector.discoverFile(File f,
ClassCollection cc,
ILocationSearcher ils,
File baseFile)
Examine the given File, and call the correct collection method to store it. |
void |
ManifestFileInspector.discoverURL(URL url,
ClassCollection cc,
ILocationSearcher ils,
URL baseUrl)
Examine the given URL, and call the correct collection method to store it. |
void |
ManifestFileInspector.discoverFile(File f,
ClassCollection cc,
ILocationSearcher ils,
File baseFile)
Examine the given File, and call the correct collection method to store it. |
void |
FileIdentifiers.discoverURL(URL url,
ILocationSearcher ils,
URL baseUrl)
|
void |
FileIdentifiers.discoverFile(File f,
ILocationSearcher ils,
File baseFile)
Attempts to discover the kind of file presented, and to add it to the class lists. |
void |
ClassFileInspector.discoverURL(URL url,
ClassCollection cc,
ILocationSearcher ils,
URL baseUrl)
Examine the given URL, and call the correct collection method to store it. |
void |
ClassFileInspector.discoverFile(File f,
ClassCollection cc,
ILocationSearcher ils,
File baseFile)
Examine the given File, and call the correct collection method to store it. |
void |
URLAnalyzer.addLocationSearcher(ILocationSearcher ils)
|
void |
URLAnalyzer.addLocationSearchers(ILocationSearcher[] ils)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |