|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.virtual.plugins.context.jar.JarContextFactory
public class JarContextFactory
A jar context factory
| Constructor Summary | |
|---|---|
JarContextFactory()
|
|
| Method Summary | |
|---|---|
String[] |
getProtocols()
Get the URL protocols/URI schemes this factory supports |
VFSContext |
getVFS(URI root)
Obtain a vfs context for the given root uri. |
VFSContext |
getVFS(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 JarContextFactory()
| Method Detail |
|---|
public String[] getProtocols()
VFSContextFactory
getProtocols in interface VFSContextFactory
public VFSContext getVFS(URL root)
throws IOException
VFSContextFactory
getVFS in interface VFSContextFactoryroot - - the URL for the root of the virtual context
IOException - - thrown if the root cannot be opened/accessed
public VFSContext getVFS(URI root)
throws IOException
VFSContextFactory
getVFS in interface VFSContextFactoryroot - - 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 | |||||||||