Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

J

JAR_FILE_SUFFIX - Static variable in class com.jiowa.template.bean.generator.JiowaTemplateBeanGenerator
File suffix for jar files
JAVA_KEYWORD_STRING - Static variable in class com.jiowa.template.reader.IdentifierUtils
Contains all java keywords as a single string
JAVA_KEYWORDS - Static variable in class com.jiowa.template.reader.IdentifierUtils
Java keywords to be used to forbid them in generator templates because they will cause compile errors of the template beans.
JavaClass_jgt - Class in com.jiowa.codegen.example.template.bean
AUTOMATICALLY GENERATED
Template Bean: JavaClass_jgt
Generation Timestamp: Fri Aug 26 19:30:25 CEST 2016
JIOWA CodeGen Version: jiowa-codegen-2.1.5 Generated by the JIOWA Code Generation Framework (www.jiowa.de)
Written by Robert Mencl for
JIOWA Business Solutions GmbH, Bettinastr. 30, D-60325 Frankfurt am Main, Germany.
JavaClass_jgt() - Constructor for class com.jiowa.codegen.example.template.bean.JavaClass_jgt
 
JavaClass_jgt(TemplateBean) - Constructor for class com.jiowa.codegen.example.template.bean.JavaClass_jgt
Something similar like a copy constructor.
JavaClass_jgt - Variable in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.Argument
Upward link from this template bean to host bean JavaClass_jgt
JavaClass_jgt() - Method in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.Argument
Returns the reference to the enclosing host template bean.
JavaClass_jgt - Variable in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.Attribute
Upward link from this template bean to host bean JavaClass_jgt
JavaClass_jgt() - Method in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.Attribute
Returns the reference to the enclosing host template bean.
JavaClass_jgt - Variable in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.AttributeInit
Upward link from this template bean to host bean JavaClass_jgt
JavaClass_jgt() - Method in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.AttributeInit
Returns the reference to the enclosing host template bean.
JavaClass_jgt - Variable in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.Getter
Upward link from this template bean to host bean JavaClass_jgt
JavaClass_jgt() - Method in class com.jiowa.codegen.example.template.bean.JavaClass_jgt.foreachAttribute.Getter
Returns the reference to the enclosing host template bean.
JavaClass_jgt.foreachAttribute - Class in com.jiowa.codegen.example.template.bean
This class resembles the subtemplate structure identifier 'foreachAttribute' from the template JavaClass.jgt.
JavaClass_jgt.foreachAttribute.Argument - Class in com.jiowa.codegen.example.template.bean
Inline subtemplate bean class for identifier: Argument
JavaClass_jgt.foreachAttribute.Attribute - Class in com.jiowa.codegen.example.template.bean
Inline subtemplate bean class for identifier: Attribute
JavaClass_jgt.foreachAttribute.AttributeInit - Class in com.jiowa.codegen.example.template.bean
Inline subtemplate bean class for identifier: AttributeInit
JavaClass_jgt.foreachAttribute.Getter - Class in com.jiowa.codegen.example.template.bean
Inline subtemplate bean class for identifier: Getter
JIOWA_CODEGEN_OUTPUT_DIRECTORY_KEY - Variable in class com.jiowa.codegen.config.JiowaCodeGenConfig.CodeGenPropertyKeys
 
JIOWA_TEMPLATE_BEANGEN_OUTPUT_DIRECTORY_KEY - Variable in class com.jiowa.template.config.JiowaTemplateConfig.TemplateConfigPropertyKeys
 
JIOWA_TEMPLATE_BEANGEN_OUTPUT_PACKAGE_KEY - Variable in class com.jiowa.template.config.JiowaTemplateConfig.TemplateConfigPropertyKeys
 
JIOWA_TEMPLATE_DIRECTORIES_KEY - Variable in class com.jiowa.template.config.JiowaTemplateConfig.TemplateConfigPropertyKeys
 
JIOWA_TEMPLATE_FILE_SUFFIX_KEY - Variable in class com.jiowa.template.config.JiowaTemplateConfig.TemplateConfigPropertyKeys
 
JiowaCodeGenConfig - Class in com.jiowa.codegen.config
Basic JIOWA Code Generator configuration class.
JiowaCodeGenConfig() - Constructor for class com.jiowa.codegen.config.JiowaCodeGenConfig
Should not be used, usually.
JiowaCodeGenConfig(String...) - Constructor for class com.jiowa.codegen.config.JiowaCodeGenConfig
Creates a configuration class from a list of property files.
JiowaCodeGenConfig(List<String>) - Constructor for class com.jiowa.codegen.config.JiowaCodeGenConfig
Creates a configuration class from a list of property files.
JiowaCodeGenConfig(String) - Constructor for class com.jiowa.codegen.config.JiowaCodeGenConfig
Constructor for this config class with propertiesFileKey.
JiowaCodeGenConfig.CodeGenPropertyKeys - Class in com.jiowa.codegen.config
 
JiowaCodeGeneratorEngine - Class in com.jiowa.codegen
The JIOWA Code Generator Engine.
JiowaCodeGeneratorEngine(Generator...) - Constructor for class com.jiowa.codegen.JiowaCodeGeneratorEngine
Constructor with list of generators to be started.
JiowaCodeGeneratorEngine(Collection<Generator>) - Constructor for class com.jiowa.codegen.JiowaCodeGeneratorEngine
Constructor with list of generators to be started.
JiowaCodeGenTemplateBeanGenerator - Class in com.jiowa.codegen.beangen
This class generates the template beans and also checks protected regions.
JiowaCodeGenTemplateBeanGenerator(JiowaTemplateConfig, boolean) - Constructor for class com.jiowa.codegen.beangen.JiowaCodeGenTemplateBeanGenerator
Basic constructor for the template bean generator: see JiowaTemplateConfig for usage of the config class.
JiowaCodeGenTemplateBeanGenerator(JiowaTemplateConfig) - Constructor for class com.jiowa.codegen.beangen.JiowaCodeGenTemplateBeanGenerator
 
JiowaTemplateBeanGenerator - Class in com.jiowa.template.bean.generator
This class generates the template beans for all templates within the template directory.
JiowaTemplateBeanGenerator(JiowaTemplateConfig, boolean) - Constructor for class com.jiowa.template.bean.generator.JiowaTemplateBeanGenerator
Basic constructor for the template bean generator: see JiowaTemplateConfig for usage of the config class.
JiowaTemplateConfig - Class in com.jiowa.template.config
Basic configuration class for the MDA project.
JiowaTemplateConfig() - Constructor for class com.jiowa.template.config.JiowaTemplateConfig
Should not be used, usually.
JiowaTemplateConfig(String...) - Constructor for class com.jiowa.template.config.JiowaTemplateConfig
Creates an instance of this config class for list of property files.
JiowaTemplateConfig(List<String>) - Constructor for class com.jiowa.template.config.JiowaTemplateConfig
Creates an instance of this config class for list of property files.
JiowaTemplateConfig(String) - Constructor for class com.jiowa.template.config.JiowaTemplateConfig
Creates an instance of this config class for list of property files.
JiowaTemplateConfig.TemplateConfigPropertyKeys - Class in com.jiowa.template.config
The property keys for the template configuration.
JiowaTemplateNotation - Class in com.jiowa.template.notation
This class defines a specific template notation.
JiowaTemplateNotation() - Constructor for class com.jiowa.template.notation.JiowaTemplateNotation
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links