Package org.jboss.vfs.protocol
Class VfsUrlStreamHandlerFactory
- java.lang.Object
-
- org.jboss.vfs.protocol.VfsUrlStreamHandlerFactory
-
- All Implemented Interfaces:
java.net.URLStreamHandlerFactory
@Deprecated(forRemoval=true) public class VfsUrlStreamHandlerFactory extends java.lang.Object implements java.net.URLStreamHandlerFactory
Deprecated, for removal: This API element is subject to removal in a future version.UseVfsUrlStreamHandlerProvider
instead.URLStreamHandlerFactory providing URLStreamHandlers for VFS based URLS.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,java.net.URLStreamHandler>
handlerMap
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description VfsUrlStreamHandlerFactory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.net.URLStreamHandler
createURLStreamHandler(java.lang.String protocol)
Deprecated, for removal: This API element is subject to removal in a future version.
-