Class AbstractGenerationCommand
- java.lang.Object
-
- org.contextmapper.servicecutter.dsl.ide.commands.impl.generation.AbstractGenerationCommand
-
- All Implemented Interfaces:
SCLResourceCommand
- Direct Known Subclasses:
ServiceCutterUserRepresentationsJSONGenerationCommand
public abstract class AbstractGenerationCommand extends java.lang.Object implements SCLResourceCommand
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.servicecutter.dsl.scl.SCLResourceContainer sclResource, 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()
-
-
-
Method Detail
-
executeCommand
public void executeCommand(org.contextmapper.servicecutter.dsl.scl.SCLResourceContainer sclResource, org.eclipse.xtext.ide.server.Document document, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.lsp4j.ExecuteCommandParams params)- Specified by:
executeCommandin interfaceSCLResourceCommand
-
getFileSystemAccess
protected org.eclipse.xtext.generator.JavaIoFileSystemAccess getFileSystemAccess()
-
-