|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.plugins.context.file.FileSystemContextFactory
public class FileSystemContextFactory
A file system context factory
Constructor Summary | |
---|---|
FileSystemContextFactory()
|
Method Summary | |
---|---|
java.lang.String[] |
getProtocols()
Get the URL protocols/URI schemes this factory supports |
VFSContext |
getVFS(java.net.URI root)
Obtain a vfs context for the given root uri. |
VFSContext |
getVFS(java.net.URL root)
Obtain a vfs context for the given root url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSystemContextFactory()
Method Detail |
---|
public java.lang.String[] getProtocols()
VFSContextFactory
getProtocols
in interface VFSContextFactory
public VFSContext getVFS(java.net.URL root) throws java.io.IOException
VFSContextFactory
getVFS
in interface VFSContextFactory
root
- - the URL for the root of the virtual context
java.io.IOException
- - thrown if the root cannot be opened/accessedpublic VFSContext getVFS(java.net.URI root) throws java.io.IOException
VFSContextFactory
getVFS
in interface VFSContextFactory
root
- - 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 |