Interface ConfigStepLatestChanges
- All Superinterfaces:
ConfigStep
Creates an XML files containing the models and symbols that
was last changed.
type: post-step
Example XML:
<latest-changes>
<target>xml/latest-changes</target>
<num-changes>50</num-changes>
</latest-changes>
-
Method Summary
Modifier and TypeMethodDescriptionint
The number of models and symbols to include.The target XML file, relative to the output directory.void
setNumberOfChanges
(int numChanges) void
-
Method Details
-
getTarget
String getTarget()The target XML file, relative to the output directory. XML tag: "target"- Returns:
- The target XML file, relative to the output directory.
-
setTarget
-
getNumberOfChanges
int getNumberOfChanges()The number of models and symbols to include. XML tag: "num-changes"- Returns:
- The number of models and symbols to include.
-
setNumberOfChanges
void setNumberOfChanges(int numChanges)
-