Uses of Interface
ch.sahits.codegen.extensions.IGeneratorCollection

Packages that use IGeneratorCollection
ch.sahits.codegen.extensions   
ch.sahits.codegen.java.extensions   
 

Uses of IGeneratorCollection in ch.sahits.codegen.extensions
 

Subinterfaces of IGeneratorCollection in ch.sahits.codegen.extensions
 interface IGeneralGeneratorCollection
          This collection holds all the information retrieved by the extension point 'ch.sahits.codegen.generator' This class is not a classic collection since it does not extend the java.util.Collection Interface.
 

Classes in ch.sahits.codegen.extensions that implement IGeneratorCollection
 class GeneratorCollection
          This collection holds all the information retrieved by the extension point 'ch.sahits.codegen.generator' This class is package private and only its interface IGeneratorCollection is exported.
 

Methods in ch.sahits.codegen.extensions that return IGeneratorCollection
static IGeneratorCollection JETemplate.getGenerators()
          Retrieve all registered jetemplates
 

Uses of IGeneratorCollection in ch.sahits.codegen.java.extensions
 

Methods in ch.sahits.codegen.java.extensions that return IGeneratorCollection
static IGeneratorCollection JavaGenerator.getJavaGenerators()
          Retrieve all registered jetemplates
static IGeneratorCollection ReferenceImplementation.getRefImpls()
          Retrieve all registered reference implementations