|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheAccessException | |
edu.ucsb.nceas.morpho.datapackage | |
edu.ucsb.nceas.morpho.framework |
Uses of CacheAccessException in edu.ucsb.nceas.morpho.datapackage |
Methods in edu.ucsb.nceas.morpho.datapackage that throw CacheAccessException | |
static java.io.File |
PackageUtil.openFile(java.lang.String name,
ClientFramework framework)
opens a file on metacat or local. |
static java.io.File |
PackageUtil.openFile(java.lang.String name,
java.lang.String location,
ClientFramework framework)
figures out a files location if it is not known and opens it. |
java.lang.String |
DataPackage.getAccessId()
returns the access file's id from the package |
Uses of CacheAccessException in edu.ucsb.nceas.morpho.framework |
Methods in edu.ucsb.nceas.morpho.framework that throw CacheAccessException | |
abstract java.io.File |
DataStore.openFile(java.lang.String name)
|
java.io.File |
MetacatDataStore.openFile(java.lang.String name)
Opens a file from Metacat and returns a File object that represents the metacat file. |
java.io.File |
DataStoreInterface.openFile(java.lang.String name)
open a file from a datastore with the id of name and return a File object that represents it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |