Package org.openhab.core.model.generator
Class ItemsGenerator
java.lang.Object
org.eclipse.xtext.generator.AbstractGenerator
org.openhab.core.model.generator.ItemsGenerator
- All Implemented Interfaces:
org.eclipse.xtext.generator.IGenerator2
public class ItemsGenerator
extends org.eclipse.xtext.generator.AbstractGenerator
Generates code from your model files on save.
See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#code-generation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doGenerate
(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, org.eclipse.xtext.generator.IGeneratorContext context) Methods inherited from class org.eclipse.xtext.generator.AbstractGenerator
afterGenerate, beforeGenerate
-
Constructor Details
-
ItemsGenerator
public ItemsGenerator()
-
-
Method Details
-
doGenerate
public void doGenerate(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, org.eclipse.xtext.generator.IGeneratorContext context)
-