Package net.officefloor.woof.model.woof
Interface WoofChangeIssues
-
public interface WoofChangeIssues
Allows the WoOFChange
to report an issue when it is applying/reverting.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addIssue(java.lang.String message)
Adds an issue.void
addIssue(java.lang.String message, java.lang.Throwable cause)
Adds an issue.
-