Class ExportCmiSymLinkConverter
java.lang.Object
com._1c.g5.v8.dt.internal.cmi.export.xml.ExportCmiSymLinkConverter
- All Implemented Interfaces:
ISymLinkConverter
ISymLinkConverter
implementation for command interface exporter-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExportCmiSymLinkConverter
public ExportCmiSymLinkConverter()
-
-
Method Details
-
convert
public String convert(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, String symLink) Description copied from interface:ISymLinkConverter
Converts given symbolic link to another format according to giben context and reference- Specified by:
convert
in interfaceISymLinkConverter
- 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
-