public interface SingleTarget extends Target
Modifier and Type | Method and Description |
---|---|
void |
reset()
All relevant fields of the target will be reset, so that it is ready for
processing selected schemas based upon a specific target configuration.
|
void |
writeAll(ShapeChangeResult r)
Instructs the target to output the processing results.
|
getTargetName, initialise, process, write
void writeAll(ShapeChangeResult r)
Will be called by the Converter
after initialization and
processing for all of the selected schema has been performed.
r
- Model.selectedSchemas()
void reset()
The Converter
will reset SingleTargets whenever it processes a
target configuration.
Copyright © 2018. All rights reserved.