Package | Description |
---|---|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Field and Description |
---|---|
protected ResourceCollection.Resource |
ResourceCollection.writableResource
Path to the writable resource
|
Modifier and Type | Method and Description |
---|---|
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 java.lang.String |
ResourceCollection.read(ResourceCollection.Resource resource,
boolean lookAtCache)
Read and return the contents of the resource.
|