Class ReaderFactoryByMap
java.lang.Object
net.n2oapp.framework.config.selective.reader.ReaderFactoryByMap
- All Implemented Interfaces:
MetadataEnvironmentAware,IOProcessorAware,ElementReaderFactory,NamespaceReaderFactory
public class ReaderFactoryByMap
extends Object
implements NamespaceReaderFactory, IOProcessorAware, MetadataEnvironmentAware
Фабрика, генерирующая сервис для чтения xml файлов в объекты n2o
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(NamespaceReader reader) register(NamespaceIO io) register(NamespaceReader reader) voidsetEnvironment(MetadataEnvironment environment) voidsetIOProcessor(IOProcessor ioProcessor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.reader.NamespaceReaderFactory
produce, produce
-
Constructor Details
-
ReaderFactoryByMap
-
-
Method Details
-
register
-
register
-
produce
- Specified by:
producein interfaceNamespaceReaderFactory
-
add
- Specified by:
addin interfaceNamespaceReaderFactory
-
setIOProcessor
- Specified by:
setIOProcessorin interfaceIOProcessorAware
-
setEnvironment
- Specified by:
setEnvironmentin interfaceMetadataEnvironmentAware
-