public class SourceFactoryManagerImpl extends MappingManagerImpl<ISourceFactory> implements ISourceFactoryManager
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>initializedDEFAULT_NAME| Constructor and Description |
|---|
SourceFactoryManagerImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
keySet() |
ISource |
newSource(Object source)
Get an instance of a source factory compatible with the given source.
|
bind, get, getDefault, initialize, normalizeKey, setDefaultclear, clone, containsKey, containsValue, entrySet, isEmpty, put, putAll, remove, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitbind, getDefault, setDefaultpublic Set<String> keySet()
keySet in interface Map<String,ISourceFactory>keySet in class MappingManagerImpl<ISourceFactory>public ISource newSource(Object source) throws SourceException
ISourceFactoryManagernewSource in interface ISourceFactoryManagersource - The specification source object.SourceException - If a reader for source cannot be found.Copyright © 2016. All rights reserved.