Class GenericTextFileGenerationCommand

  • All Implemented Interfaces:
    CMLResourceCommand

    public class GenericTextFileGenerationCommand
    extends AbstractGenerationCommand
    This command calls the generic text file generator that generates an output file based on a Freemarker template.
    • 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

      • GenericTextFileGenerationCommand

        public GenericTextFileGenerationCommand()
    • 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