|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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 InvalidFileNameException, FileHandleException, InfoServiceException
uri
- the file URI based upon which a file handle
is to be created
InvalidFileNameException
- if the uri is not a legal URI in some sense
FileHandleException
- if the protocol is unsupported
InfoServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |