Interface ProjectDescriptionDiffFactory
- All Known Implementing Classes:
DefaultProjectDescriptionDiffFactory
public interface ProjectDescriptionDiffFactory
A factory for
ProjectDescriptionDiff
.- Author:
- Chris Bono
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ProjectDescription description) Create aProjectDescriptionDiff
for the specifiedProjectDescription
.
-
Method Details
-
create
Create aProjectDescriptionDiff
for the specifiedProjectDescription
. Any change on the specifieddescription
is tracked by the returned instance.- Parameters:
description
- the project description to use as the source of the diff- Returns:
- a diff instance using the current state of the specified description as its source
-