Uses of Class
gate.Gate.ResourceInfo

Packages that use Gate.ResourceInfo
gate This package contains the public interface to the GATE Java API. 
 

Uses of Gate.ResourceInfo in gate
 

Fields in gate with type parameters of type Gate.ResourceInfo
protected  List<Gate.ResourceInfo> Gate.DirectoryInfo.resourceInfoList
          The list of Gate.ResourceInfo objects.
 

Methods in gate that return types with arguments of type Gate.ResourceInfo
 List<Gate.ResourceInfo> Gate.DirectoryInfo.getResourceInfoList()
           
 

Method parameters in gate with type arguments of type Gate.ResourceInfo
protected  void Gate.DirectoryInfo.fillInResInfos(List<Gate.ResourceInfo> incompleteResInfos, List<String> allJars)
           
protected  void Gate.DirectoryInfo.scanJar(URL jarUrl, Map<String,Gate.ResourceInfo> resInfos)