public static class URLStreamHandlerFactoryInstaller.FactoryStack extends Object implements URLStreamHandlerFactory
Constructor and Description |
---|
FactoryStack() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
URLStreamHandler |
createURLStreamHandler(String protocol) |
boolean |
isEmpty() |
URLStreamHandlerFactory |
peek() |
URLStreamHandlerFactory |
pop() |
void |
push(URLStreamHandlerFactory factory) |
int |
size() |
public FactoryStack()
public URLStreamHandler createURLStreamHandler(String protocol)
createURLStreamHandler
in interface URLStreamHandlerFactory
public void push(URLStreamHandlerFactory factory)
public URLStreamHandlerFactory pop()
public URLStreamHandlerFactory peek()
public boolean isEmpty()
public int size()
public void clear()
Copyright © 2018 Nuxeo. All rights reserved.