|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.wizards.GeneralCodegenUtilities
public final class GeneralCodegenUtilities
This class provides some utilities that are used for the general artifact code generation. This class is neccessairy because of hierarchy and UI separation prohibit, that these utilities are placed in a common super class
| Constructor Summary | |
|---|---|
GeneralCodegenUtilities()
|
|
| Method Summary | |
|---|---|
boolean |
isDBAccessNeeded(java.lang.String gen)
Check whether the generator class or the Reference implementation implements the interface IDBAccess |
boolean |
isJetemplate(java.lang.String gen)
Check if the generator element is a JETemplate or a generator class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralCodegenUtilities()
| Method Detail |
|---|
public boolean isDBAccessNeeded(java.lang.String gen)
IDBAccess
gen - generator that is selected
java.lang.ClassNotFoundException - Class could not be loadedpublic boolean isJetemplate(java.lang.String gen)
gen - generator that is selected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||