|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFileInspector | |
net.groboclown.util.jplugin.v2 | The jplugin package allows for easy use of "plugins" into your application. |
Uses of IFileInspector in net.groboclown.util.jplugin.v2 |
Classes in net.groboclown.util.jplugin.v2 that implement IFileInspector | |
class |
ClassFileInspector
Examines a given file or URL, and adds it to the correct list based on its attributes. |
class |
JarFileInspector
Examines a given Jar, and adds it to the correct list based on its attributes. |
class |
ManifestFileInspector
Examines a given Jar, and adds it to the correct list based on its attributes. |
Fields in net.groboclown.util.jplugin.v2 declared as IFileInspector | |
private IFileInspector[] |
FileIdentifiers.inspectors
|
Methods in net.groboclown.util.jplugin.v2 with parameters of type IFileInspector | |
void |
PluginLoader.addFileInspector(IFileInspector ifi)
|
void |
FileIdentifiers.addInspector(IFileInspector insp)
|
void |
FileIdentifiers.addInspectors(IFileInspector[] insp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |