Package org.jboss.vfs.protocol
Class VfsUrlStreamHandlerFactory
- java.lang.Object
-
- org.jboss.vfs.protocol.VfsUrlStreamHandlerFactory
-
- All Implemented Interfaces:
URLStreamHandlerFactory
public class VfsUrlStreamHandlerFactory extends Object implements URLStreamHandlerFactory
URLStreamHandlerFactory providing URLStreamHandlers for VFS based URLS.- Author:
- John Bailey
-
-
Constructor Summary
Constructors Constructor Description VfsUrlStreamHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLStreamHandlercreateURLStreamHandler(String protocol)
-
-
-
Method Detail
-
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
- Specified by:
createURLStreamHandlerin interfaceURLStreamHandlerFactory
-
-