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
Fields Modifier and Type Field Description java.lang.String[]
path
The path where there was a differenceDTOs.Reason
reason
The reason why there was a difference
-
Constructor Summary
Constructors Constructor Description Difference()
-
-
-
Field Detail
-
path
public java.lang.String[] path
The path where there was a difference
-
reason
public DTOs.Reason reason
The reason why there was a difference
-
-