Class HtmlPageObjectExporterExtension
java.lang.Object
com.e1c.langtool.v8.dt.internal.htmldocument.AbstractHtmlPageExtension
com.e1c.langtool.v8.dt.internal.htmldocument.HtmlPageObjectExporterExtension
- All Implemented Interfaces:
IBmObjectExporterExtension
public class HtmlPageObjectExporterExtension
extends AbstractHtmlPageExtension
implements IBmObjectExporterExtension
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.internal.htmldocument.AbstractHtmlPageExtension
translatingProjectManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeExport(IDtProject dtProject, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Map<org.eclipse.core.resources.IFile, byte[]> extraFiles) Before export the targetIBmObject.Collection<org.eclipse.emf.ecore.EClass>targets()Gets the target ECLasses which should process on export form MB.Methods inherited from class com.e1c.langtool.v8.dt.internal.htmldocument.AbstractHtmlPageExtension
getLanguageCodesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.langtool.v8.dt.core.ext.IBmObjectExporterExtension
afterExport
-
Constructor Details
-
HtmlPageObjectExporterExtension
public HtmlPageObjectExporterExtension()
-
-
Method Details
-
targets
Description copied from interface:IBmObjectExporterExtensionGets the target ECLasses which should process on export form MB.- Specified by:
targetsin interfaceIBmObjectExporterExtension- Returns:
- the collection
-
beforeExport
public void beforeExport(IDtProject dtProject, IBmObject bmObject, IBmObject clone, org.eclipse.core.resources.IFile file, Map<org.eclipse.core.resources.IFile, byte[]> extraFiles) throws org.eclipse.core.runtime.CoreExceptionDescription copied from interface:IBmObjectExporterExtensionBefore export the targetIBmObject.- Specified by:
beforeExportin interfaceIBmObjectExporterExtensionbmObject- the bm objectclone- the clone of objectfile- the file to export intoextraFiles- the exported extra files- Throws:
org.eclipse.core.runtime.CoreException- the core exception
-