Generators

org.topcased.generator.jet
Class DefaultJETEmitter

java.lang.Object
  extended by org.eclipse.emf.codegen.jet.JETEmitter
      extended by org.topcased.generator.jet.DefaultJETEmitter

public class DefaultJETEmitter
extends JETEmitter

A class defining a default JET Emitter initialized with EMF classpath variables.
Generators must override this emitter to use their own classloader. Creation : 9 nov. 2005


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.codegen.jet.JETEmitter
JETEmitter.MyBaseJETCompiler, JETEmitter.MyJETCompiler
 
Field Summary
 
Fields inherited from class org.eclipse.emf.codegen.jet.JETEmitter
classLoader, classpathEntries, encoding, method, object, projectName, templateURI, templateURIPath
 
Constructor Summary
DefaultJETEmitter(java.lang.String templateURI)
          Creates a default JET Emitter.
 
Method Summary
 void initialize(Monitor monitor)
           
 
Methods inherited from class org.eclipse.emf.codegen.jet.JETEmitter
addVariable, generate, generate, generate, getClasspathEntries, getMethod, getObject, getObject, getProjectName, initialize, setMethod, setObject, setProjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJETEmitter

public DefaultJETEmitter(java.lang.String templateURI)
Creates a default JET Emitter.

Parameters:
templateURI -
Method Detail

initialize

public void initialize(Monitor monitor)
                throws JETException
Overrides:
initialize in class JETEmitter
Throws:
JETException
See Also:
JETEmitter.initialize(org.eclipse.emf.common.util.Monitor)

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.