Class LazyStandaloneSetup

java.lang.Object
org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent2
org.openhab.core.model.lazygen.LazyStandaloneSetup
All Implemented Interfaces:
org.eclipse.emf.mwe.core.WorkflowComponent, org.eclipse.emf.mwe.core.WorkflowComponentWithID, org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent

@NonNullByDefault public class LazyStandaloneSetup extends org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent2
Author:
Holger Schill, Simon Kaufmann - Initial contribution
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    protected void
    invokeInternal(org.eclipse.emf.mwe.core.WorkflowContext ctx, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, org.eclipse.emf.mwe.core.issues.Issues issues)
     

    Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent2

    checkConfiguration, checkConfigurationInternal

    Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent

    checkRequiredConfigProperty, getBridge, getComponentName, getContainer, getId, getLocation, getLogMessage, invoke, invoke, postInvoke, preInvoke, setContainer, setId, setLocation, setSkipOnErrors

    Methods inherited from class java.lang.Object

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

    • LazyStandaloneSetup

      public LazyStandaloneSetup()
  • Method Details

    • addGeneratedPackage

      public void addGeneratedPackage(String packageName)
    • addGenModelFile

      public void addGenModelFile(String modelFile)
    • addEcoreModelFile

      public void addEcoreModelFile(String modelFile)
    • invokeInternal

      protected void invokeInternal(@NonNullByDefault({}) org.eclipse.emf.mwe.core.WorkflowContext ctx, @NonNullByDefault({}) org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, @NonNullByDefault({}) org.eclipse.emf.mwe.core.issues.Issues issues)
      Specified by:
      invokeInternal in class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent