|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.codegen.ecore.generator.Generator.Options
A set of code generation options that should be shared among the generator, adapter factories and adapters. Additional options may be added to this class in the future.
Field Summary | |
Map |
codeFormatterOptions
Code formatter options to be used instead of the defaults for Java code formatting. |
boolean |
codeFormatting
Whether Eclipse JDT code formatting should be applied to generated Java code. |
Object[] |
data
Arbitrary data for extensibility. |
boolean |
dynamicTemplates
Whether to try to use dynamically compiled templates, in place of supplied static templates. |
boolean |
forceOverwrite
Whether to overwrite read-only files. |
String |
mergerFacadeHelperClass
The name of the facade helper class to be used in
Java merging. |
String |
mergeRulesURI
The URI of the JMerge rules file. |
String |
redirectionPattern
A filename redirection pattern for generated files. |
ResourceSet |
resourceSet
The resource set containing the input, from which a URI converter, package registry, resource factory registry, etc can be obtained. |
String[] |
templatePath
Deprecated. org.eclipse.emf.codegen.ecore 2.2.2 Override AbstractGeneratorAdapter.addBaseTemplatePathEntries(List) instead. |
Constructor Summary | |
Generator.Options()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String redirectionPattern
public boolean forceOverwrite
public boolean dynamicTemplates
public String[] templatePath
AbstractGeneratorAdapter.addBaseTemplatePathEntries(List)
instead.
AbstractGeneratorAdapter.addBaseTemplatePathEntries(List)
public String mergerFacadeHelperClass
facade helper
class to be used in
Java merging.
FacadeHelper
public String mergeRulesURI
public boolean codeFormatting
public Map codeFormatterOptions
public ResourceSet resourceSet
public Object[] data
Constructor Detail |
public Generator.Options()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |