|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.data.reptor.storage.FileHandleFactory
FileHandleFactory provides appropriate FileHandles based on file URIs provided
Constructor Summary | |
FileHandleFactory()
|
Method Summary | |
static FileHandle |
create(java.net.URI uri,
Configuration config)
Construct a new FileHandle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileHandleFactory()
Method Detail |
public static FileHandle create(java.net.URI uri, Configuration config) throws FileHandleException, StorageResourceException
uri
- the file URI based upon which a file handle
is to be created
FileHandleException
- if we cannot construct the file handle
StorageResourceException
- if we can't get the SE information for the
host where the URI will exist
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |