org.eclipse.emf.codegen.ecore.generator
Class AbstractGeneratorAdapter.JETEmitterDescriptor

java.lang.Object
  extended byorg.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.JETEmitterDescriptor
Enclosing class:
AbstractGeneratorAdapter

protected static class AbstractGeneratorAdapter.JETEmitterDescriptor
extends Object

The information required to construct and initialize a JETEmitter, namely the file name of the template (relative to the template path) and the qualified name of the template class.


Field Summary
 String className
           
 String templatePathName
           
 
Constructor Summary
AbstractGeneratorAdapter.JETEmitterDescriptor(String templatePathName, String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templatePathName

public String templatePathName

className

public String className
Constructor Detail

AbstractGeneratorAdapter.JETEmitterDescriptor

public AbstractGeneratorAdapter.JETEmitterDescriptor(String templatePathName,
                                                     String className)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.