Package com._1c.g5.v8.dt.compare.ui
Interface ILinkRepresentationSupport
- All Known Implementing Classes:
DtComparisonEditor
public interface ILinkRepresentationSupport
Support for obtaining representation of symbolink links.
-
Method Summary
Modifier and TypeMethodDescriptiongetRepresentation
(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EStructuralFeature feature, String rawSymlink) Returns localized representation of a raw symbolic link.
-
Method Details
-
getRepresentation
String getRepresentation(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EStructuralFeature feature, String rawSymlink) Returns localized representation of a raw symbolic link.- Parameters:
context
- the object hosting the symbolic linkfeature
- the feature hosting the symbolic linkrawSymlink
- the raw value of the symbolic link- Returns:
- a localized string suitable for representation
-