org.eclipse.emf.mwe2.ecore
Class CvsIdFilteringGeneratorAdapterFactoryDescriptor

java.lang.Object
  extended by org.eclipse.emf.mwe2.ecore.CvsIdFilteringGeneratorAdapterFactoryDescriptor
All Implemented Interfaces:
org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor
Direct Known Subclasses:
EcoreGenerator.GeneratorAdapterDescriptor

public class CvsIdFilteringGeneratorAdapterFactoryDescriptor
extends java.lang.Object
implements org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor

Author:
Sven Efftinge - Initial contribution and API

Nested Class Summary
protected  class CvsIdFilteringGeneratorAdapterFactoryDescriptor.IdFilteringGenModelGeneratorAdapterFactory
           
 
Nested classes/interfaces inherited from interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor
org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry, org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
 
Constructor Summary
CvsIdFilteringGeneratorAdapterFactoryDescriptor()
           
CvsIdFilteringGeneratorAdapterFactoryDescriptor(java.lang.String lineDelimiter)
           
 
Method Summary
 org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory createAdapterFactory()
           
protected  java.io.OutputStream createOutputStream(java.io.OutputStream stream, java.lang.String lineDelimiter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsIdFilteringGeneratorAdapterFactoryDescriptor

public CvsIdFilteringGeneratorAdapterFactoryDescriptor()

CvsIdFilteringGeneratorAdapterFactoryDescriptor

public CvsIdFilteringGeneratorAdapterFactoryDescriptor(java.lang.String lineDelimiter)
Since:
2.7
Method Detail

createOutputStream

protected java.io.OutputStream createOutputStream(java.io.OutputStream stream,
                                                  java.lang.String lineDelimiter)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

createAdapterFactory

public org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory createAdapterFactory()
Specified by:
createAdapterFactory in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor