Uses of Class
ucar.unidata.util.ResourceCollection.Resource

Packages that use ResourceCollection.Resource
ucar.unidata.util General utilities. 
 

Uses of ResourceCollection.Resource in ucar.unidata.util
 

Fields in ucar.unidata.util declared as ResourceCollection.Resource
protected  ResourceCollection.Resource ResourceCollection.writableResource
          Path to the writable resource
 

Methods in ucar.unidata.util with parameters of type ResourceCollection.Resource
 void ResourceCollection.addResource(ResourceCollection.Resource resource)
          Add the resource.
 void ResourceCollection.addResourceAtStart(ResourceCollection.Resource resource)
          Add the given resource to the beginning of the list
protected  String ResourceCollection.read(ResourceCollection.Resource resource, boolean lookAtCache)
          Read and return the contents of the resource.