public class XmlFileFixture extends Object implements TransformableFixture, ExtractionCapableFixture
ObjectFixture using
XmlFileFixtureTransformer.ObjectFixture,
XmlFileFixtureTransformer| Constructor and Description |
|---|
XmlFileFixture(String filePath) |
| Modifier and Type | Method and Description |
|---|---|
XmlFileFixture |
addExtractorMatcher(ExtractorMatcher extractorMatcher)
Add an extractor matcher.
|
ExtractionResult |
getExtractionResult()
Returns the extraction result.
|
Filter |
getFilter() |
InputStream |
getInputStream() |
void |
populateExtractionResult(List<Object> objects)
This method filter the list of transformed mappings to the transformable fixture in order for it to be able to
extract required entities.
|
void |
setFilter(Filter filter) |
public XmlFileFixture(String filePath)
public InputStream getInputStream()
public XmlFileFixture addExtractorMatcher(ExtractorMatcher extractorMatcher)
extractorMatcher - the extraction matcher to add.ExtractorMatcherpublic ExtractionResult getExtractionResult()
getExtractionResult in interface ExtractionCapableFixturepublic void populateExtractionResult(List<Object> objects)
FixtureTransformerobjects - the transformed mappings.TransformableFixture,
FixtureTransformerpublic Filter getFilter()
public void setFilter(Filter filter)
Copyright © 2014. All Rights Reserved.