org.eclipse.emf.codegen.ecore.generator
Class AbstractGeneratorAdapter.JETEmitterDescriptor
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
templatePathName
public String templatePathName
className
public String className
AbstractGeneratorAdapter.JETEmitterDescriptor
public AbstractGeneratorAdapter.JETEmitterDescriptor(String templatePathName,
String className)