Class AbstractGenerationCommand
- java.lang.Object
-
- org.contextmapper.dsl.ide.commands.impl.generation.AbstractGenerationCommand
-
- All Implemented Interfaces:
CMLResourceCommand
- Direct Known Subclasses:
ContextMapGenerationCommand,GenericTextFileGenerationCommand,MDSLGenerationCommand,NewServiceCutGenerationCommand,PlantUMLGenerationCommand,ServiceCutterInputGenerationCommand,ServiceCutterUserRepresentationExampleFileGenerationCommand,ServiceCutterUserRepresentationsGenerationCommand,SketchMinerGenerationCommand
public abstract class AbstractGenerationCommand extends java.lang.Object implements CMLResourceCommand
Abstract command to call generators.
-
-
Constructor Summary
Constructors Constructor Description AbstractGenerationCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteCommand(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.xtext.ide.server.Document document, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.lsp4j.ExecuteCommandParams params)protected org.eclipse.xtext.generator.JavaIoFileSystemAccessgetFileSystemAccess(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.xtext.ide.server.ILanguageServerAccess access)
-
-
-
Method Detail
-
executeCommand
public void executeCommand(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.xtext.ide.server.Document document, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.lsp4j.ExecuteCommandParams params)- Specified by:
executeCommandin interfaceCMLResourceCommand
-
getFileSystemAccess
protected org.eclipse.xtext.generator.JavaIoFileSystemAccess getFileSystemAccess(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.xtext.ide.server.ILanguageServerAccess access)
-
-