Uses of Class
net.groboclown.util.jplugin.v2.FileIdentifiers

Packages that use FileIdentifiers
net.groboclown.util.jplugin.v2 The jplugin package allows for easy use of "plugins" into your application. 
 

Uses of FileIdentifiers in net.groboclown.util.jplugin.v2
 

Fields in net.groboclown.util.jplugin.v2 declared as FileIdentifiers
private  FileIdentifiers ClassCollection.identifiers
           
 

Methods in net.groboclown.util.jplugin.v2 that return FileIdentifiers
 FileIdentifiers ClassCollection.getFileIdentifiers()
           
 

Methods in net.groboclown.util.jplugin.v2 with parameters of type FileIdentifiers
 void ILocationSearcher.search(URL baseUrl, FileIdentifiers fi)
          Search the given URL for files.
 void FileSearcher.search(URL baseUrl, FileIdentifiers fi)
          Search the given URL for files.
 void FileSearcher.search(File f, FileIdentifiers fi, File baseFile)
           
 void NetSearcher.search(URL baseUrl, FileIdentifiers fi)
          Search the given URL for files.
 void ClassCollection.setFileIdentifiers(FileIdentifiers fi)
           
 



Written under the LGPL