Class GenericTextFileGenerationCommand
- java.lang.Object
-
- org.contextmapper.dsl.ide.commands.impl.generation.AbstractGenerationCommand
-
- org.contextmapper.dsl.ide.commands.impl.generation.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.
-
-
Constructor Summary
Constructors Constructor Description GenericTextFileGenerationCommand()
-
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)-
Methods inherited from class org.contextmapper.dsl.ide.commands.impl.generation.AbstractGenerationCommand
getFileSystemAccess
-
-
-
-
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- Overrides:
executeCommandin classAbstractGenerationCommand
-
-