Class MatchAccessor

    • Constructor Detail

      • MatchAccessor

        public MatchAccessor​(AdapterFactory adapterFactory,
                             Match match,
                             IMergeViewer.MergeViewerSide side)
        Creates a new object wrapping the given eObject.
        Parameters:
        adapterFactory - the adapter factory used to create the accessor.
        match - the match to associate with this accessor.
        side - the side of this accessor.
      • MatchAccessor

        public MatchAccessor​(AdapterFactory adapterFactory,
                             Match match,
                             Diff diff,
                             IMergeViewer.MergeViewerSide side)
        Creates a new object wrapping the given eObject.
        Parameters:
        adapterFactory - the adapter factory used to create the accessor.
        match - the match to associate with this accessor.
        diff - the diff associated with this accessor.
        side - the side of this accessor.