org.eclipse.xtend.typesystem.emf
Class XmiWriter

java.lang.Object
  extended by org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
      extended by org.eclipse.xtend.typesystem.emf.XmiWriter
All Implemented Interfaces:
org.eclipse.emf.mwe.core.WorkflowComponent, org.eclipse.emf.mwe.core.WorkflowComponentWithID, org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent

Deprecated. use org.eclipse.mwe.emf.Writer instead

@Deprecated
public class XmiWriter
extends org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent

This component lets you write an EMF model contained in some slot to disc.

Since:
4.0
Author:
Markus V�lter

Constructor Summary
XmiWriter()
          Deprecated.  
 
Method Summary
 void checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)
          Deprecated.  
 java.lang.String getComponentName()
          Deprecated.  
 java.lang.String getInputSlot()
          Deprecated. Returns the name of the input slot.
 java.lang.String getLogMessage()
          Deprecated.  
 java.lang.String getModelFile()
          Deprecated. Returns the name of the model file.
 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)
          Deprecated. 
 void setInputSlot(java.lang.String inputSlot)
          Deprecated. Sets the name of the input slot.
 void setModelFile(java.lang.String modelFile)
          Deprecated. Sets the name of the model file.
 
Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
checkRequiredConfigProperty, getBridge, getContainer, getId, getLocation, 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 Detail

XmiWriter

public XmiWriter()
Deprecated. 
Method Detail

setModelFile

public void setModelFile(java.lang.String modelFile)
Deprecated. 
Sets the name of the model file.

Parameters:
modelFile - name of file

getModelFile

public java.lang.String getModelFile()
Deprecated. 
Returns the name of the model file.

Returns:
name of model file

setInputSlot

public void setInputSlot(java.lang.String inputSlot)
Deprecated. 
Sets the name of the input slot.

Parameters:
inputSlot - name of slot

getInputSlot

public java.lang.String getInputSlot()
Deprecated. 
Returns the name of the input slot.

Returns:
name of slot

getLogMessage

public java.lang.String getLogMessage()
Deprecated. 
Specified by:
getLogMessage in interface org.eclipse.emf.mwe.core.WorkflowComponentWithID
Overrides:
getLogMessage in class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
See Also:
AbstractWorkflowComponent.getLogMessage()

checkConfiguration

public void checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)
Deprecated. 
See Also:
WorkflowComponent.checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues)

invokeInternal

public 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)
Deprecated. 

Specified by:
invokeInternal in class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent

getComponentName

public java.lang.String getComponentName()
Deprecated. 
Specified by:
getComponentName in interface org.eclipse.emf.mwe.core.WorkflowComponent
Overrides:
getComponentName in class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
See Also:
WorkflowComponent.getComponentName()