Package org.jboss.vfs.protocol
Class VfsUrlStreamHandlerFactory
java.lang.Object
org.jboss.vfs.protocol.VfsUrlStreamHandlerFactory
- All Implemented Interfaces:
URLStreamHandlerFactory
@Deprecated(forRemoval=true)
public class VfsUrlStreamHandlerFactory
extends Object
implements URLStreamHandlerFactory
Deprecated, for removal: This API element is subject to removal in a future version.
URLStreamHandlerFactory providing URLStreamHandlers for VFS based URLS.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static Map
<String, URLStreamHandler> Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreateURLStreamHandler
(String protocol) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
handlerMap
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
VfsUrlStreamHandlerFactory
public VfsUrlStreamHandlerFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createURLStreamHandler
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createURLStreamHandler
in interfaceURLStreamHandlerFactory
-
VfsUrlStreamHandlerProvider
instead.