public abstract class AbstractSampleRetriever extends AbstractRetriever implements SampleRetriever
| Constructor and Description |
|---|
AbstractSampleRetriever() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Set<String> |
getAllSources(Properties properties) |
Set<String> |
getNewSources() |
protected abstract BufferedImage |
loadSource(String source,
Properties properties) |
BufferedImage |
retrieve(String source,
Properties localProperties) |
mergeProperties, setGlobalPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmergeProperties, setGlobalPropertiespublic BufferedImage retrieve(String source, Properties localProperties) throws RetrieverException
retrieve in interface Retrieverretrieve in class RetrieverAdapterRetrieverExceptionprotected abstract Set<String> getAllSources(Properties properties) throws RetrieverException
RetrieverExceptionprotected abstract BufferedImage loadSource(String source, Properties properties) throws RetrieverException
RetrieverExceptionpublic Set<String> getNewSources()
getNewSources in interface SampleRetrieverCopyright © 2017 JBoss by Red Hat. All rights reserved.