Interface ISymLinkConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String convert​(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, String symLink)
      Converts given symbolic link to another format according to giben context and reference
    • Method Detail

      • convert

        String convert​(org.eclipse.emf.ecore.EObject context,
                       org.eclipse.emf.ecore.EReference reference,
                       String symLink)
        Converts given symbolic link to another format according to giben context and reference
        Parameters:
        context - the element from which an element shall be referenced (not null)
        reference - the reference for which to convert symbolic link (not null)
        symLink - symblink link to convert (not null)
        Returns:
        another representation of symlink in given context and reference