Interface ILinkRepresentationSupport

All Known Implementing Classes:
DtComparisonEditor

public interface ILinkRepresentationSupport
Support for obtaining representation of symbolink links.
  • Method Summary

    Modifier and Type
    Method
    Description
    getRepresentation(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 link
      feature - the feature hosting the symbolic link
      rawSymlink - the raw value of the symbolic link
      Returns:
      a localized string suitable for representation