Uses of Interface
org.eclipse.compare.IStreamContentAccessor
Packages that use IStreamContentAccessor
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for finding and displaying the differences
between hierarchically structured data.
-
Uses of IStreamContentAccessor in org.eclipse.compare
Subinterfaces of IStreamContentAccessor in org.eclipse.compareModifier and TypeInterfaceDescriptioninterface
Extension forIStreamContentAccessor
.Classes in org.eclipse.compare that implement IStreamContentAccessorModifier and TypeClassDescriptionclass
Abstract implementation for a bufferedIStreamContentAccessor
.class
A combinationIFileState
andITypedElement
that can be used as an input to a compare viewer or other places where anIStreamContentAccessor
is needed.class
AResourceNode
wraps anIResources
so that it can be used as input for the differencing engine (interfacesIStructureComparator
andITypedElement
) and theReplaceWithEditionDialog
(interfacesITypedElement
andIModificationDate
). -
Uses of IStreamContentAccessor in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IStreamContentAccessorMethods in org.eclipse.compare.internal with parameters of type IStreamContentAccessorModifier and TypeMethodDescriptionstatic String
Utilities.readString
(IStreamContentAccessor sa) static String
Utilities.readString
(IStreamContentAccessor sca, String encoding) -
Uses of IStreamContentAccessor in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IStreamContentAccessorModifier and TypeClassDescriptionclass
A document range node represents a structural element when performing a structure compare of documents.class
A node that acts as the root of the tree returned from aStructureCreator
.