Package com._1c.g5.v8.dt.core.model
Interface ISymLinkConverter
- All Known Implementing Classes:
BaseExportSymLinkConverter
,ExportCmiSymLinkConverter
,ExportHpwaSymLinkConverter
,ExportMdSymLinkConverter
,ExportRightsSymLinkConverter
public interface ISymLinkConverter
Symbolic link converter.
Implementations of this contract can be used for example in import/export mechanisms. There may be situations when symbolic links in 1C:Enterprise xml format differs from format of our symbolic links
-
Method Summary
-
Method Details
-
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 (notnull
)reference
- the reference for which to convert symbolic link (notnull
)symLink
- symblink link to convert (notnull
)- Returns:
- another representation of symlink in given context and reference
-