|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VFSContextFactory
The entry point to obtaining a VFSContext for a given URL/URI root mount point
Method Summary | |
---|---|
String[] |
getProtocols()
Get the URL protocols/URI schemes this factory supports |
VFSContext |
getVFS(URI rootURI)
Obtain a vfs context for the given root uri. |
VFSContext |
getVFS(URL rootURL)
Obtain a vfs context for the given root url. |
Method Detail |
---|
String[] getProtocols()
VFSContext getVFS(URL rootURL) throws IOException
rootURL
- - the URL for the root of the virtual context
IOException
- - thrown if the root cannot be opened/accessedVFSContext getVFS(URI rootURI) throws IOException
rootURI
- - the URI for the root of the virtual context
IOException
- - thrown if the root cannot be opened/accessed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |