Class ConfigurableStreamHandlerFactory
- java.lang.Object
-
- com.mulesoft.runtime.ang.classpath.ConfigurableStreamHandlerFactory
-
- All Implemented Interfaces:
URLStreamHandlerFactory
public class ConfigurableStreamHandlerFactory extends Object implements URLStreamHandlerFactory
-
-
Constructor Summary
Constructors Constructor Description ConfigurableStreamHandlerFactory(String protocol, URLStreamHandler urlHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHandler(String protocol, URLStreamHandler urlHandler)URLStreamHandlercreateURLStreamHandler(String protocol)
-
-
-
Constructor Detail
-
ConfigurableStreamHandlerFactory
public ConfigurableStreamHandlerFactory(String protocol, URLStreamHandler urlHandler)
-
-
Method Detail
-
addHandler
public void addHandler(String protocol, URLStreamHandler urlHandler)
-
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
- Specified by:
createURLStreamHandlerin interfaceURLStreamHandlerFactory
-
-