Class URLFactory
- java.lang.Object
-
- org.apache.jackrabbit.vault.validation.spi.util.classloaderurl.URLFactory
-
@ProviderType public class URLFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TCCL_PROTOCOL_PREFIX
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URL
createURL(String spec)
static void
processUrlStreams(List<String> urls, Consumer<Reader> readerProcessor)
-
-
-
Field Detail
-
TCCL_PROTOCOL_PREFIX
public static final String TCCL_PROTOCOL_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
createURL
public static URL createURL(String spec) throws MalformedURLException
- Throws:
MalformedURLException
-
-