Class Mismatch
java.lang.Object
org.apache.maven.buildcache.xml.diff.Mismatch
- All Implemented Interfaces:
Serializable
Class Mismatch.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDetail(MismatchDetail mismatchDetail) Method addDetail.Get the baseline field.Get the context field.Get the current field.Method getDetail.getItem()Get the item field.Get the reason field.Get the resolution field.voidremoveDetail(MismatchDetail mismatchDetail) Method removeDetail.voidsetBaseline(String baseline) Set the baseline field.voidsetContext(String context) Set the context field.voidsetCurrent(String current) Set the current field.voidsetDetail(List<MismatchDetail> detail) Set the detail field.voidSet the item field.voidSet the reason field.voidsetResolution(String resolution) Set the resolution field.
-
Constructor Details
-
Mismatch
public Mismatch()
-
-
Method Details
-
addDetail
Method addDetail.- Parameters:
mismatchDetail- a mismatchDetail object.
-
getBaseline
Get the baseline field.- Returns:
- String
-
getContext
Get the context field.- Returns:
- String
-
getCurrent
Get the current field.- Returns:
- String
-
getDetail
Method getDetail.- Returns:
- List
-
getItem
Get the item field.- Returns:
- String
-
getReason
Get the reason field.- Returns:
- String
-
getResolution
Get the resolution field.- Returns:
- String
-
removeDetail
Method removeDetail.- Parameters:
mismatchDetail- a mismatchDetail object.
-
setBaseline
Set the baseline field.- Parameters:
baseline- a baseline object.
-
setContext
Set the context field.- Parameters:
context- a context object.
-
setCurrent
Set the current field.- Parameters:
current- a current object.
-
setDetail
Set the detail field.- Parameters:
detail- a detail object.
-
setItem
Set the item field.- Parameters:
item- a item object.
-
setReason
Set the reason field.- Parameters:
reason- a reason object.
-
setResolution
Set the resolution field.- Parameters:
resolution- a resolution object.
-