|
||||||||||
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 | |
---|---|
java.lang.String[] |
getProtocols()
Get the URL protocols/URI schemes this factory supports |
VFSContext |
getVFS(java.net.URI rootURI)
Obtain a vfs context for the given root uri. |
VFSContext |
getVFS(java.net.URL rootURL)
Obtain a vfs context for the given root url. |
Method Detail |
---|
java.lang.String[] getProtocols()
VFSContext getVFS(java.net.URL rootURL) throws java.io.IOException
rootURL
- - the URL for the root of the virtual context
java.io.IOException
- - thrown if the root cannot be opened/accessedVFSContext getVFS(java.net.URI rootURI) throws java.io.IOException
rootURI
- - the URI for the root of the virtual context
java.io.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 |