Class NewServiceCutGenerationCommand

  • All Implemented Interfaces:
    CMLResourceCommand

    public class NewServiceCutGenerationCommand
    extends AbstractGenerationCommand
    This command calls the 'New Service Cut' generator that generates a new Context Mapping Model using Service Cutter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NewServiceCutGenerationCommand

        public NewServiceCutGenerationCommand()
    • 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:
        executeCommand in interface CMLResourceCommand
        Overrides:
        executeCommand in class AbstractGenerationCommand