|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.extensions.Generator
public final class Generator
This class handels the extension point ch.sahits.codegen.generator
| Constructor Summary | |
|---|---|
Generator()
|
|
| Method Summary | |
|---|---|
static IGeneralGenerator |
getGenerator(java.lang.String bundle,
java.lang.String className)
Retrieve a generator instance from the extension registry |
static java.util.Map<java.lang.String,java.lang.String> |
getGenerator4DisplaySelection()
This methods retrieves the map of generates in the form |
static java.util.List<java.lang.String> |
getGenerator4Selection()
This methods retrieves the list of generates in the form bundle@generator. |
static IGeneralGeneratorExtension |
getGeneratorExtension(java.lang.String bundle,
java.lang.String name)
Retrieve the generator extension instance for the generator |
static IGeneralGeneratorCollection |
getGenerators()
Retrieve all registered generators |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Generator()
| Method Detail |
|---|
public static IGeneralGeneratorCollection getGenerators()
public static IGeneralGenerator getGenerator(java.lang.String bundle,
java.lang.String className)
bundle - name of the bundel the generator is defined inclassName - fully qualified class name of the generator
public static IGeneralGeneratorExtension getGeneratorExtension(java.lang.String bundle,
java.lang.String name)
bundle - nam of the bundle the generator is located inname - of the generator
public static java.util.List<java.lang.String> getGenerator4Selection()
public static java.util.Map<java.lang.String,java.lang.String> getGenerator4DisplaySelection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||