Class SelectiveMetadataLoader
java.lang.Object
net.n2oapp.framework.config.selective.SelectiveMetadataLoader
- All Implemented Interfaces:
SourceLoader<CompileInfo>
- Direct Known Subclasses:
XmlIOReader
Считыватель тестовых метаданных из xml
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectiveMetadataLoader(NamespaceReaderFactory readerFactory) SelectiveMetadataLoader(MetadataEnvironment environment) -
Method Summary
Modifier and TypeMethodDescriptionadd(NamespaceIO<? extends NamespaceUriAware> io) add(NamespaceReader<? extends NamespaceUriAware> reader) <S extends SourceMetadata>
Sload(CompileInfo info, String params)
-
Field Details
-
readerFactory
-
-
Constructor Details
-
SelectiveMetadataLoader
-
SelectiveMetadataLoader
-
-
Method Details
-
add
-
add
-
load
- Specified by:
loadin interfaceSourceLoader<CompileInfo>
-