public class InputHandlerRepositoryImpl extends AbstractInputOutputHandlerRepository<InputHandler> implements InputHandlerRepository
| Constructor and Description |
|---|
InputHandlerRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<javax.inject.Provider<InputHandler>> |
getHandlerProviders() |
Optional<InputHandler> |
getInputHandler(org.n52.shetland.ogc.wps.Format format,
Class<? extends Data<?>> binding) |
Set<InputHandler> |
getInputHandlers() |
void |
setHandlers(Collection<javax.inject.Provider<InputHandler>> handlers) |
getHandler, getHandlers, getSupportedFormats, getSupportedFormats, streamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultFormat, getSupportedFormats, getSupportedFormats, getSupportedFormatspublic Optional<InputHandler> getInputHandler(org.n52.shetland.ogc.wps.Format format, Class<? extends Data<?>> binding)
getInputHandler in interface InputHandlerRepositorypublic Set<InputHandler> getInputHandlers()
getInputHandlers in interface InputHandlerRepository@Inject public void setHandlers(Collection<javax.inject.Provider<InputHandler>> handlers)
protected Set<javax.inject.Provider<InputHandler>> getHandlerProviders()
getHandlerProviders in class AbstractInputOutputHandlerRepository<InputHandler>Copyright © 2016–2022 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.