Package aQute.libg.dtos
Class DTOs.Difference
java.lang.Object
org.osgi.dto.DTO
aQute.libg.dtos.DTOs.Difference
- Direct Known Subclasses:
DTOsImpl.Diff
- Enclosing interface:
- DTOs
public static class DTOs.Difference
extends org.osgi.dto.DTO
The details of a difference
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
The path where there was a differenceThe reason why there was a difference -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
path
The path where there was a difference -
reason
The reason why there was a difference
-
-
Constructor Details
-
Difference
public Difference()
-