org.objectweb.jorm.comp.generator.api
Interface Generator

All Known Subinterfaces:
JormGenerator
All Known Implementing Classes:
ObjectGenerator

public interface Generator

Generation is a simple interface which allows to generate object file depending on their nature. The compiler uses Meta Object to build the input source tree. Pascal Dechamboux


Method Summary
 void generate(MetaObject pod, org.objectweb.util.io.api.TargetHolder th, CompilerParameter cp)
          Generates information for the Persistence Meta Object.
 

Method Detail

generate

public void generate(MetaObject pod,
                     org.objectweb.util.io.api.TargetHolder th,
                     CompilerParameter cp)
              throws java.lang.Exception
Generates information for the Persistence Meta Object.
Parameters:
pod - the meta object interface
th - The target holder which allows to create files
cp - This parameter permits to reach the compilation parameters