Package com._1c.g5.v8.dt.moxel.service
Interface IMoxelDocumentService
-
- All Known Implementing Classes:
MoxelDocumentService
public interface IMoxelDocumentService
Interface which allows to manage moxel documents
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
createEmptyMoxelDocument(IV8Project project)
Create an empty moxel document with specified location
-
-
-
Method Detail
-
createEmptyMoxelDocument
org.eclipse.emf.ecore.EObject createEmptyMoxelDocument(IV8Project project)
Create an empty moxel document with specified location- Parameters:
project
- V8 project the document belongs to. Cannot benull
- Throws:
IOException
- the exception is thrown if an IO error occurs during moxel document creation
-
-