Class 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 difference
      DTOs.Reason reason
      The reason why there was a difference
    • Constructor Summary

      Constructors 
      Constructor Description
      Difference()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
    • Constructor Detail

      • Difference

        public Difference()