public class SchemeHandlerFactory extends Object
Modifier and Type | Method and Description |
---|---|
SchemeHandler |
get(String path) |
static SchemeHandlerFactory |
getInstance() |
boolean |
isSupported(String path) |
public static SchemeHandlerFactory getInstance()
public SchemeHandler get(String path) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
public boolean isSupported(String path)